@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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 (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -972,21 +972,21 @@
972
972
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
973
973
  "exportedSymbols": {
974
974
  "IConstantFlowAgreementV1": [
975
- 22729
975
+ 22732
976
976
  ],
977
977
  "ISuperAgreement": [
978
- 23806
978
+ 23809
979
979
  ],
980
980
  "ISuperfluidToken": [
981
- 25463
981
+ 25466
982
982
  ]
983
983
  },
984
- "id": 22730,
984
+ "id": 22733,
985
985
  "license": "MIT",
986
986
  "nodeType": "SourceUnit",
987
987
  "nodes": [
988
988
  {
989
- "id": 22321,
989
+ "id": 22324,
990
990
  "literals": [
991
991
  "solidity",
992
992
  ">=",
@@ -999,20 +999,20 @@
999
999
  {
1000
1000
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
1001
1001
  "file": "../superfluid/ISuperAgreement.sol",
1002
- "id": 22323,
1002
+ "id": 22326,
1003
1003
  "nameLocation": "-1:-1:-1",
1004
1004
  "nodeType": "ImportDirective",
1005
- "scope": 22730,
1006
- "sourceUnit": 23807,
1005
+ "scope": 22733,
1006
+ "sourceUnit": 23810,
1007
1007
  "src": "59:68:42",
1008
1008
  "symbolAliases": [
1009
1009
  {
1010
1010
  "foreign": {
1011
- "id": 22322,
1011
+ "id": 22325,
1012
1012
  "name": "ISuperAgreement",
1013
1013
  "nodeType": "Identifier",
1014
1014
  "overloadedDeclarations": [],
1015
- "referencedDeclaration": 23806,
1015
+ "referencedDeclaration": 23809,
1016
1016
  "src": "68:15:42",
1017
1017
  "typeDescriptions": {}
1018
1018
  },
@@ -1024,20 +1024,20 @@
1024
1024
  {
1025
1025
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
1026
1026
  "file": "../superfluid/ISuperfluidToken.sol",
1027
- "id": 22325,
1027
+ "id": 22328,
1028
1028
  "nameLocation": "-1:-1:-1",
1029
1029
  "nodeType": "ImportDirective",
1030
- "scope": 22730,
1031
- "sourceUnit": 25464,
1030
+ "scope": 22733,
1031
+ "sourceUnit": 25467,
1032
1032
  "src": "128:70:42",
1033
1033
  "symbolAliases": [
1034
1034
  {
1035
1035
  "foreign": {
1036
- "id": 22324,
1036
+ "id": 22327,
1037
1037
  "name": "ISuperfluidToken",
1038
1038
  "nodeType": "Identifier",
1039
1039
  "overloadedDeclarations": [],
1040
- "referencedDeclaration": 25463,
1040
+ "referencedDeclaration": 25466,
1041
1041
  "src": "137:16:42",
1042
1042
  "typeDescriptions": {}
1043
1043
  },
@@ -1051,16 +1051,16 @@
1051
1051
  "baseContracts": [
1052
1052
  {
1053
1053
  "baseName": {
1054
- "id": 22327,
1054
+ "id": 22330,
1055
1055
  "name": "ISuperAgreement",
1056
1056
  "nameLocations": [
1057
1057
  "320:15:42"
1058
1058
  ],
1059
1059
  "nodeType": "IdentifierPath",
1060
- "referencedDeclaration": 23806,
1060
+ "referencedDeclaration": 23809,
1061
1061
  "src": "320:15:42"
1062
1062
  },
1063
- "id": 22328,
1063
+ "id": 22331,
1064
1064
  "nodeType": "InheritanceSpecifier",
1065
1065
  "src": "320:15:42"
1066
1066
  }
@@ -1069,16 +1069,16 @@
1069
1069
  "contractDependencies": [],
1070
1070
  "contractKind": "contract",
1071
1071
  "documentation": {
1072
- "id": 22326,
1072
+ "id": 22329,
1073
1073
  "nodeType": "StructuredDocumentation",
1074
1074
  "src": "200:73:42",
1075
1075
  "text": " @title Constant Flow Agreement interface\n @author Superfluid"
1076
1076
  },
1077
1077
  "fullyImplemented": false,
1078
- "id": 22729,
1078
+ "id": 22732,
1079
1079
  "linearizedBaseContracts": [
1080
- 22729,
1081
- 23806
1080
+ 22732,
1081
+ 23809
1082
1082
  ],
1083
1083
  "name": "IConstantFlowAgreementV1",
1084
1084
  "nameLocation": "292:24:42",
@@ -1086,12 +1086,12 @@
1086
1086
  "nodes": [
1087
1087
  {
1088
1088
  "errorSelector": "4b993136",
1089
- "id": 22330,
1089
+ "id": 22333,
1090
1090
  "name": "CFA_ACL_NO_SENDER_CREATE",
1091
1091
  "nameLocation": "523:24:42",
1092
1092
  "nodeType": "ErrorDefinition",
1093
1093
  "parameters": {
1094
- "id": 22329,
1094
+ "id": 22332,
1095
1095
  "nodeType": "ParameterList",
1096
1096
  "parameters": [],
1097
1097
  "src": "547:2:42"
@@ -1100,12 +1100,12 @@
1100
1100
  },
1101
1101
  {
1102
1102
  "errorSelector": "edfa0d3b",
1103
- "id": 22332,
1103
+ "id": 22335,
1104
1104
  "name": "CFA_ACL_NO_SENDER_UPDATE",
1105
1105
  "nameLocation": "589:24:42",
1106
1106
  "nodeType": "ErrorDefinition",
1107
1107
  "parameters": {
1108
- "id": 22331,
1108
+ "id": 22334,
1109
1109
  "nodeType": "ParameterList",
1110
1110
  "parameters": [],
1111
1111
  "src": "613:2:42"
@@ -1114,12 +1114,12 @@
1114
1114
  },
1115
1115
  {
1116
1116
  "errorSelector": "a3eab6ac",
1117
- "id": 22334,
1117
+ "id": 22337,
1118
1118
  "name": "CFA_ACL_OPERATOR_NO_CREATE_PERMISSIONS",
1119
1119
  "nameLocation": "655:38:42",
1120
1120
  "nodeType": "ErrorDefinition",
1121
1121
  "parameters": {
1122
- "id": 22333,
1122
+ "id": 22336,
1123
1123
  "nodeType": "ParameterList",
1124
1124
  "parameters": [],
1125
1125
  "src": "693:2:42"
@@ -1128,12 +1128,12 @@
1128
1128
  },
1129
1129
  {
1130
1130
  "errorSelector": "ac434b5f",
1131
- "id": 22336,
1131
+ "id": 22339,
1132
1132
  "name": "CFA_ACL_OPERATOR_NO_UPDATE_PERMISSIONS",
1133
1133
  "nameLocation": "721:38:42",
1134
1134
  "nodeType": "ErrorDefinition",
1135
1135
  "parameters": {
1136
- "id": 22335,
1136
+ "id": 22338,
1137
1137
  "nodeType": "ParameterList",
1138
1138
  "parameters": [],
1139
1139
  "src": "759:2:42"
@@ -1142,12 +1142,12 @@
1142
1142
  },
1143
1143
  {
1144
1144
  "errorSelector": "e30f1bff",
1145
- "id": 22338,
1145
+ "id": 22341,
1146
1146
  "name": "CFA_ACL_OPERATOR_NO_DELETE_PERMISSIONS",
1147
1147
  "nameLocation": "787:38:42",
1148
1148
  "nodeType": "ErrorDefinition",
1149
1149
  "parameters": {
1150
- "id": 22337,
1150
+ "id": 22340,
1151
1151
  "nodeType": "ParameterList",
1152
1152
  "parameters": [],
1153
1153
  "src": "825:2:42"
@@ -1156,12 +1156,12 @@
1156
1156
  },
1157
1157
  {
1158
1158
  "errorSelector": "a0645c1f",
1159
- "id": 22340,
1159
+ "id": 22343,
1160
1160
  "name": "CFA_ACL_FLOW_RATE_ALLOWANCE_EXCEEDED",
1161
1161
  "nameLocation": "853:36:42",
1162
1162
  "nodeType": "ErrorDefinition",
1163
1163
  "parameters": {
1164
- "id": 22339,
1164
+ "id": 22342,
1165
1165
  "nodeType": "ParameterList",
1166
1166
  "parameters": [],
1167
1167
  "src": "889:2:42"
@@ -1170,12 +1170,12 @@
1170
1170
  },
1171
1171
  {
1172
1172
  "errorSelector": "7939d66c",
1173
- "id": 22342,
1173
+ "id": 22345,
1174
1174
  "name": "CFA_ACL_UNCLEAN_PERMISSIONS",
1175
1175
  "nameLocation": "919:27:42",
1176
1176
  "nodeType": "ErrorDefinition",
1177
1177
  "parameters": {
1178
- "id": 22341,
1178
+ "id": 22344,
1179
1179
  "nodeType": "ParameterList",
1180
1180
  "parameters": [],
1181
1181
  "src": "946:2:42"
@@ -1184,12 +1184,12 @@
1184
1184
  },
1185
1185
  {
1186
1186
  "errorSelector": "b0ed394d",
1187
- "id": 22344,
1187
+ "id": 22347,
1188
1188
  "name": "CFA_ACL_NO_SENDER_FLOW_OPERATOR",
1189
1189
  "nameLocation": "985:31:42",
1190
1190
  "nodeType": "ErrorDefinition",
1191
1191
  "parameters": {
1192
- "id": 22343,
1192
+ "id": 22346,
1193
1193
  "nodeType": "ParameterList",
1194
1194
  "parameters": [],
1195
1195
  "src": "1016:2:42"
@@ -1198,12 +1198,12 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "errorSelector": "86e0377d",
1201
- "id": 22346,
1201
+ "id": 22349,
1202
1202
  "name": "CFA_ACL_NO_NEGATIVE_ALLOWANCE",
1203
1203
  "nameLocation": "1051:29:42",
1204
1204
  "nodeType": "ErrorDefinition",
1205
1205
  "parameters": {
1206
- "id": 22345,
1206
+ "id": 22348,
1207
1207
  "nodeType": "ParameterList",
1208
1208
  "parameters": [],
1209
1209
  "src": "1080:2:42"
@@ -1212,12 +1212,12 @@
1212
1212
  },
1213
1213
  {
1214
1214
  "errorSelector": "801b6863",
1215
- "id": 22348,
1215
+ "id": 22351,
1216
1216
  "name": "CFA_FLOW_ALREADY_EXISTS",
1217
1217
  "nameLocation": "1117:23:42",
1218
1218
  "nodeType": "ErrorDefinition",
1219
1219
  "parameters": {
1220
- "id": 22347,
1220
+ "id": 22350,
1221
1221
  "nodeType": "ParameterList",
1222
1222
  "parameters": [],
1223
1223
  "src": "1140:2:42"
@@ -1226,12 +1226,12 @@
1226
1226
  },
1227
1227
  {
1228
1228
  "errorSelector": "5a32bf24",
1229
- "id": 22350,
1229
+ "id": 22353,
1230
1230
  "name": "CFA_FLOW_DOES_NOT_EXIST",
1231
1231
  "nameLocation": "1183:23:42",
1232
1232
  "nodeType": "ErrorDefinition",
1233
1233
  "parameters": {
1234
- "id": 22349,
1234
+ "id": 22352,
1235
1235
  "nodeType": "ParameterList",
1236
1236
  "parameters": [],
1237
1237
  "src": "1206:2:42"
@@ -1240,12 +1240,12 @@
1240
1240
  },
1241
1241
  {
1242
1242
  "errorSelector": "ea76c9b3",
1243
- "id": 22352,
1243
+ "id": 22355,
1244
1244
  "name": "CFA_INSUFFICIENT_BALANCE",
1245
1245
  "nameLocation": "1249:24:42",
1246
1246
  "nodeType": "ErrorDefinition",
1247
1247
  "parameters": {
1248
- "id": 22351,
1248
+ "id": 22354,
1249
1249
  "nodeType": "ParameterList",
1250
1250
  "parameters": [],
1251
1251
  "src": "1273:2:42"
@@ -1254,12 +1254,12 @@
1254
1254
  },
1255
1255
  {
1256
1256
  "errorSelector": "1ce9b067",
1257
- "id": 22354,
1257
+ "id": 22357,
1258
1258
  "name": "CFA_ZERO_ADDRESS_SENDER",
1259
1259
  "nameLocation": "1315:23:42",
1260
1260
  "nodeType": "ErrorDefinition",
1261
1261
  "parameters": {
1262
- "id": 22353,
1262
+ "id": 22356,
1263
1263
  "nodeType": "ParameterList",
1264
1264
  "parameters": [],
1265
1265
  "src": "1338:2:42"
@@ -1268,12 +1268,12 @@
1268
1268
  },
1269
1269
  {
1270
1270
  "errorSelector": "78e02b2a",
1271
- "id": 22356,
1271
+ "id": 22359,
1272
1272
  "name": "CFA_ZERO_ADDRESS_RECEIVER",
1273
1273
  "nameLocation": "1381:25:42",
1274
1274
  "nodeType": "ErrorDefinition",
1275
1275
  "parameters": {
1276
- "id": 22355,
1276
+ "id": 22358,
1277
1277
  "nodeType": "ParameterList",
1278
1278
  "parameters": [],
1279
1279
  "src": "1406:2:42"
@@ -1282,12 +1282,12 @@
1282
1282
  },
1283
1283
  {
1284
1284
  "errorSelector": "9f76430b",
1285
- "id": 22358,
1285
+ "id": 22361,
1286
1286
  "name": "CFA_HOOK_OUT_OF_GAS",
1287
1287
  "nameLocation": "1447:19:42",
1288
1288
  "nodeType": "ErrorDefinition",
1289
1289
  "parameters": {
1290
- "id": 22357,
1290
+ "id": 22360,
1291
1291
  "nodeType": "ParameterList",
1292
1292
  "parameters": [],
1293
1293
  "src": "1466:2:42"
@@ -1296,12 +1296,12 @@
1296
1296
  },
1297
1297
  {
1298
1298
  "errorSelector": "752c2b9c",
1299
- "id": 22360,
1299
+ "id": 22363,
1300
1300
  "name": "CFA_DEPOSIT_TOO_BIG",
1301
1301
  "nameLocation": "1513:19:42",
1302
1302
  "nodeType": "ErrorDefinition",
1303
1303
  "parameters": {
1304
- "id": 22359,
1304
+ "id": 22362,
1305
1305
  "nodeType": "ParameterList",
1306
1306
  "parameters": [],
1307
1307
  "src": "1532:2:42"
@@ -1310,12 +1310,12 @@
1310
1310
  },
1311
1311
  {
1312
1312
  "errorSelector": "0c9c55c1",
1313
- "id": 22362,
1313
+ "id": 22365,
1314
1314
  "name": "CFA_FLOW_RATE_TOO_BIG",
1315
1315
  "nameLocation": "1579:21:42",
1316
1316
  "nodeType": "ErrorDefinition",
1317
1317
  "parameters": {
1318
- "id": 22361,
1318
+ "id": 22364,
1319
1319
  "nodeType": "ParameterList",
1320
1320
  "parameters": [],
1321
1321
  "src": "1600:2:42"
@@ -1324,12 +1324,12 @@
1324
1324
  },
1325
1325
  {
1326
1326
  "errorSelector": "ce11b5d1",
1327
- "id": 22364,
1327
+ "id": 22367,
1328
1328
  "name": "CFA_NON_CRITICAL_SENDER",
1329
1329
  "nameLocation": "1645:23:42",
1330
1330
  "nodeType": "ErrorDefinition",
1331
1331
  "parameters": {
1332
- "id": 22363,
1332
+ "id": 22366,
1333
1333
  "nodeType": "ParameterList",
1334
1334
  "parameters": [],
1335
1335
  "src": "1668:2:42"
@@ -1338,12 +1338,12 @@
1338
1338
  },
1339
1339
  {
1340
1340
  "errorSelector": "91acad16",
1341
- "id": 22366,
1341
+ "id": 22369,
1342
1342
  "name": "CFA_INVALID_FLOW_RATE",
1343
1343
  "nameLocation": "1711:21:42",
1344
1344
  "nodeType": "ErrorDefinition",
1345
1345
  "parameters": {
1346
- "id": 22365,
1346
+ "id": 22368,
1347
1347
  "nodeType": "ParameterList",
1348
1348
  "parameters": [],
1349
1349
  "src": "1732:2:42"
@@ -1352,12 +1352,12 @@
1352
1352
  },
1353
1353
  {
1354
1354
  "errorSelector": "a47338ef",
1355
- "id": 22368,
1355
+ "id": 22371,
1356
1356
  "name": "CFA_NO_SELF_FLOW",
1357
1357
  "nameLocation": "1777:16:42",
1358
1358
  "nodeType": "ErrorDefinition",
1359
1359
  "parameters": {
1360
- "id": 22367,
1360
+ "id": 22370,
1361
1361
  "nodeType": "ParameterList",
1362
1362
  "parameters": [],
1363
1363
  "src": "1793:2:42"
@@ -1366,10 +1366,10 @@
1366
1366
  },
1367
1367
  {
1368
1368
  "baseFunctions": [
1369
- 23788
1369
+ 23791
1370
1370
  ],
1371
1371
  "body": {
1372
- "id": 22379,
1372
+ "id": 22382,
1373
1373
  "nodeType": "Block",
1374
1374
  "src": "1962:95:42",
1375
1375
  "statements": [
@@ -1378,7 +1378,7 @@
1378
1378
  "arguments": [
1379
1379
  {
1380
1380
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
1381
- "id": 22376,
1381
+ "id": 22379,
1382
1382
  "isConstant": false,
1383
1383
  "isLValue": false,
1384
1384
  "isPure": true,
@@ -1400,7 +1400,7 @@
1400
1400
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
1401
1401
  }
1402
1402
  ],
1403
- "id": 22375,
1403
+ "id": 22378,
1404
1404
  "name": "keccak256",
1405
1405
  "nodeType": "Identifier",
1406
1406
  "overloadedDeclarations": [],
@@ -1411,7 +1411,7 @@
1411
1411
  "typeString": "function (bytes memory) pure returns (bytes32)"
1412
1412
  }
1413
1413
  },
1414
- "id": 22377,
1414
+ "id": 22380,
1415
1415
  "isConstant": false,
1416
1416
  "isLValue": false,
1417
1417
  "isPure": true,
@@ -1427,21 +1427,21 @@
1427
1427
  "typeString": "bytes32"
1428
1428
  }
1429
1429
  },
1430
- "functionReturnParameters": 22374,
1431
- "id": 22378,
1430
+ "functionReturnParameters": 22377,
1431
+ "id": 22381,
1432
1432
  "nodeType": "Return",
1433
1433
  "src": "1972:78:42"
1434
1434
  }
1435
1435
  ]
1436
1436
  },
1437
1437
  "documentation": {
1438
- "id": 22369,
1438
+ "id": 22372,
1439
1439
  "nodeType": "StructuredDocumentation",
1440
1440
  "src": "1838:53:42",
1441
1441
  "text": "@dev ISuperAgreement.agreementType implementation"
1442
1442
  },
1443
1443
  "functionSelector": "7730599e",
1444
- "id": 22380,
1444
+ "id": 22383,
1445
1445
  "implemented": true,
1446
1446
  "kind": "function",
1447
1447
  "modifiers": [],
@@ -1449,29 +1449,29 @@
1449
1449
  "nameLocation": "1905:13:42",
1450
1450
  "nodeType": "FunctionDefinition",
1451
1451
  "overrides": {
1452
- "id": 22371,
1452
+ "id": 22374,
1453
1453
  "nodeType": "OverrideSpecifier",
1454
1454
  "overrides": [],
1455
1455
  "src": "1930:8:42"
1456
1456
  },
1457
1457
  "parameters": {
1458
- "id": 22370,
1458
+ "id": 22373,
1459
1459
  "nodeType": "ParameterList",
1460
1460
  "parameters": [],
1461
1461
  "src": "1918:2:42"
1462
1462
  },
1463
1463
  "returnParameters": {
1464
- "id": 22374,
1464
+ "id": 22377,
1465
1465
  "nodeType": "ParameterList",
1466
1466
  "parameters": [
1467
1467
  {
1468
1468
  "constant": false,
1469
- "id": 22373,
1469
+ "id": 22376,
1470
1470
  "mutability": "mutable",
1471
1471
  "name": "",
1472
1472
  "nameLocation": "-1:-1:-1",
1473
1473
  "nodeType": "VariableDeclaration",
1474
- "scope": 22380,
1474
+ "scope": 22383,
1475
1475
  "src": "1953:7:42",
1476
1476
  "stateVariable": false,
1477
1477
  "storageLocation": "default",
@@ -1480,7 +1480,7 @@
1480
1480
  "typeString": "bytes32"
1481
1481
  },
1482
1482
  "typeName": {
1483
- "id": 22372,
1483
+ "id": 22375,
1484
1484
  "name": "bytes32",
1485
1485
  "nodeType": "ElementaryTypeName",
1486
1486
  "src": "1953:7:42",
@@ -1494,7 +1494,7 @@
1494
1494
  ],
1495
1495
  "src": "1952:9:42"
1496
1496
  },
1497
- "scope": 22729,
1497
+ "scope": 22732,
1498
1498
  "src": "1896:161:42",
1499
1499
  "stateMutability": "pure",
1500
1500
  "virtual": false,
@@ -1502,13 +1502,13 @@
1502
1502
  },
1503
1503
  {
1504
1504
  "documentation": {
1505
- "id": 22381,
1505
+ "id": 22384,
1506
1506
  "nodeType": "StructuredDocumentation",
1507
1507
  "src": "2063:239:42",
1508
1508
  "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"
1509
1509
  },
1510
1510
  "functionSelector": "0602f7db",
1511
- "id": 22391,
1511
+ "id": 22394,
1512
1512
  "implemented": false,
1513
1513
  "kind": "function",
1514
1514
  "modifiers": [],
@@ -1516,41 +1516,41 @@
1516
1516
  "nameLocation": "2316:29:42",
1517
1517
  "nodeType": "FunctionDefinition",
1518
1518
  "parameters": {
1519
- "id": 22387,
1519
+ "id": 22390,
1520
1520
  "nodeType": "ParameterList",
1521
1521
  "parameters": [
1522
1522
  {
1523
1523
  "constant": false,
1524
- "id": 22384,
1524
+ "id": 22387,
1525
1525
  "mutability": "mutable",
1526
1526
  "name": "token",
1527
1527
  "nameLocation": "2372:5:42",
1528
1528
  "nodeType": "VariableDeclaration",
1529
- "scope": 22391,
1529
+ "scope": 22394,
1530
1530
  "src": "2355:22:42",
1531
1531
  "stateVariable": false,
1532
1532
  "storageLocation": "default",
1533
1533
  "typeDescriptions": {
1534
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1534
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1535
1535
  "typeString": "contract ISuperfluidToken"
1536
1536
  },
1537
1537
  "typeName": {
1538
- "id": 22383,
1538
+ "id": 22386,
1539
1539
  "nodeType": "UserDefinedTypeName",
1540
1540
  "pathNode": {
1541
- "id": 22382,
1541
+ "id": 22385,
1542
1542
  "name": "ISuperfluidToken",
1543
1543
  "nameLocations": [
1544
1544
  "2355:16:42"
1545
1545
  ],
1546
1546
  "nodeType": "IdentifierPath",
1547
- "referencedDeclaration": 25463,
1547
+ "referencedDeclaration": 25466,
1548
1548
  "src": "2355:16:42"
1549
1549
  },
1550
- "referencedDeclaration": 25463,
1550
+ "referencedDeclaration": 25466,
1551
1551
  "src": "2355:16:42",
1552
1552
  "typeDescriptions": {
1553
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1553
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1554
1554
  "typeString": "contract ISuperfluidToken"
1555
1555
  }
1556
1556
  },
@@ -1558,12 +1558,12 @@
1558
1558
  },
1559
1559
  {
1560
1560
  "constant": false,
1561
- "id": 22386,
1561
+ "id": 22389,
1562
1562
  "mutability": "mutable",
1563
1563
  "name": "deposit",
1564
1564
  "nameLocation": "2395:7:42",
1565
1565
  "nodeType": "VariableDeclaration",
1566
- "scope": 22391,
1566
+ "scope": 22394,
1567
1567
  "src": "2387:15:42",
1568
1568
  "stateVariable": false,
1569
1569
  "storageLocation": "default",
@@ -1572,7 +1572,7 @@
1572
1572
  "typeString": "uint256"
1573
1573
  },
1574
1574
  "typeName": {
1575
- "id": 22385,
1575
+ "id": 22388,
1576
1576
  "name": "uint256",
1577
1577
  "nodeType": "ElementaryTypeName",
1578
1578
  "src": "2387:7:42",
@@ -1587,17 +1587,17 @@
1587
1587
  "src": "2345:58:42"
1588
1588
  },
1589
1589
  "returnParameters": {
1590
- "id": 22390,
1590
+ "id": 22393,
1591
1591
  "nodeType": "ParameterList",
1592
1592
  "parameters": [
1593
1593
  {
1594
1594
  "constant": false,
1595
- "id": 22389,
1595
+ "id": 22392,
1596
1596
  "mutability": "mutable",
1597
1597
  "name": "flowRate",
1598
1598
  "nameLocation": "2457:8:42",
1599
1599
  "nodeType": "VariableDeclaration",
1600
- "scope": 22391,
1600
+ "scope": 22394,
1601
1601
  "src": "2451:14:42",
1602
1602
  "stateVariable": false,
1603
1603
  "storageLocation": "default",
@@ -1606,7 +1606,7 @@
1606
1606
  "typeString": "int96"
1607
1607
  },
1608
1608
  "typeName": {
1609
- "id": 22388,
1609
+ "id": 22391,
1610
1610
  "name": "int96",
1611
1611
  "nodeType": "ElementaryTypeName",
1612
1612
  "src": "2451:5:42",
@@ -1620,7 +1620,7 @@
1620
1620
  ],
1621
1621
  "src": "2450:16:42"
1622
1622
  },
1623
- "scope": 22729,
1623
+ "scope": 22732,
1624
1624
  "src": "2307:160:42",
1625
1625
  "stateMutability": "view",
1626
1626
  "virtual": true,
@@ -1628,13 +1628,13 @@
1628
1628
  },
1629
1629
  {
1630
1630
  "documentation": {
1631
- "id": 22392,
1631
+ "id": 22395,
1632
1632
  "nodeType": "StructuredDocumentation",
1633
1633
  "src": "2473:482:42",
1634
1634
  "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"
1635
1635
  },
1636
1636
  "functionSelector": "8d997f6e",
1637
- "id": 22402,
1637
+ "id": 22405,
1638
1638
  "implemented": false,
1639
1639
  "kind": "function",
1640
1640
  "modifiers": [],
@@ -1642,41 +1642,41 @@
1642
1642
  "nameLocation": "2969:29:42",
1643
1643
  "nodeType": "FunctionDefinition",
1644
1644
  "parameters": {
1645
- "id": 22398,
1645
+ "id": 22401,
1646
1646
  "nodeType": "ParameterList",
1647
1647
  "parameters": [
1648
1648
  {
1649
1649
  "constant": false,
1650
- "id": 22395,
1650
+ "id": 22398,
1651
1651
  "mutability": "mutable",
1652
1652
  "name": "token",
1653
1653
  "nameLocation": "3025:5:42",
1654
1654
  "nodeType": "VariableDeclaration",
1655
- "scope": 22402,
1655
+ "scope": 22405,
1656
1656
  "src": "3008:22:42",
1657
1657
  "stateVariable": false,
1658
1658
  "storageLocation": "default",
1659
1659
  "typeDescriptions": {
1660
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1660
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1661
1661
  "typeString": "contract ISuperfluidToken"
1662
1662
  },
1663
1663
  "typeName": {
1664
- "id": 22394,
1664
+ "id": 22397,
1665
1665
  "nodeType": "UserDefinedTypeName",
1666
1666
  "pathNode": {
1667
- "id": 22393,
1667
+ "id": 22396,
1668
1668
  "name": "ISuperfluidToken",
1669
1669
  "nameLocations": [
1670
1670
  "3008:16:42"
1671
1671
  ],
1672
1672
  "nodeType": "IdentifierPath",
1673
- "referencedDeclaration": 25463,
1673
+ "referencedDeclaration": 25466,
1674
1674
  "src": "3008:16:42"
1675
1675
  },
1676
- "referencedDeclaration": 25463,
1676
+ "referencedDeclaration": 25466,
1677
1677
  "src": "3008:16:42",
1678
1678
  "typeDescriptions": {
1679
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1679
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1680
1680
  "typeString": "contract ISuperfluidToken"
1681
1681
  }
1682
1682
  },
@@ -1684,12 +1684,12 @@
1684
1684
  },
1685
1685
  {
1686
1686
  "constant": false,
1687
- "id": 22397,
1687
+ "id": 22400,
1688
1688
  "mutability": "mutable",
1689
1689
  "name": "flowRate",
1690
1690
  "nameLocation": "3046:8:42",
1691
1691
  "nodeType": "VariableDeclaration",
1692
- "scope": 22402,
1692
+ "scope": 22405,
1693
1693
  "src": "3040:14:42",
1694
1694
  "stateVariable": false,
1695
1695
  "storageLocation": "default",
@@ -1698,7 +1698,7 @@
1698
1698
  "typeString": "int96"
1699
1699
  },
1700
1700
  "typeName": {
1701
- "id": 22396,
1701
+ "id": 22399,
1702
1702
  "name": "int96",
1703
1703
  "nodeType": "ElementaryTypeName",
1704
1704
  "src": "3040:5:42",
@@ -1713,17 +1713,17 @@
1713
1713
  "src": "2998:57:42"
1714
1714
  },
1715
1715
  "returnParameters": {
1716
- "id": 22401,
1716
+ "id": 22404,
1717
1717
  "nodeType": "ParameterList",
1718
1718
  "parameters": [
1719
1719
  {
1720
1720
  "constant": false,
1721
- "id": 22400,
1721
+ "id": 22403,
1722
1722
  "mutability": "mutable",
1723
1723
  "name": "deposit",
1724
1724
  "nameLocation": "3111:7:42",
1725
1725
  "nodeType": "VariableDeclaration",
1726
- "scope": 22402,
1726
+ "scope": 22405,
1727
1727
  "src": "3103:15:42",
1728
1728
  "stateVariable": false,
1729
1729
  "storageLocation": "default",
@@ -1732,7 +1732,7 @@
1732
1732
  "typeString": "uint256"
1733
1733
  },
1734
1734
  "typeName": {
1735
- "id": 22399,
1735
+ "id": 22402,
1736
1736
  "name": "uint256",
1737
1737
  "nodeType": "ElementaryTypeName",
1738
1738
  "src": "3103:7:42",
@@ -1746,7 +1746,7 @@
1746
1746
  ],
1747
1747
  "src": "3102:17:42"
1748
1748
  },
1749
- "scope": 22729,
1749
+ "scope": 22732,
1750
1750
  "src": "2960:160:42",
1751
1751
  "stateMutability": "view",
1752
1752
  "virtual": true,
@@ -1754,13 +1754,13 @@
1754
1754
  },
1755
1755
  {
1756
1756
  "documentation": {
1757
- "id": 22403,
1757
+ "id": 22406,
1758
1758
  "nodeType": "StructuredDocumentation",
1759
1759
  "src": "3126:306:42",
1760
1760
  "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()"
1761
1761
  },
1762
1762
  "functionSelector": "4fe9c291",
1763
- "id": 22415,
1763
+ "id": 22418,
1764
1764
  "implemented": false,
1765
1765
  "kind": "function",
1766
1766
  "modifiers": [],
@@ -1768,41 +1768,41 @@
1768
1768
  "nameLocation": "3446:20:42",
1769
1769
  "nodeType": "FunctionDefinition",
1770
1770
  "parameters": {
1771
- "id": 22409,
1771
+ "id": 22412,
1772
1772
  "nodeType": "ParameterList",
1773
1773
  "parameters": [
1774
1774
  {
1775
1775
  "constant": false,
1776
- "id": 22406,
1776
+ "id": 22409,
1777
1777
  "mutability": "mutable",
1778
1778
  "name": "token",
1779
1779
  "nameLocation": "3493:5:42",
1780
1780
  "nodeType": "VariableDeclaration",
1781
- "scope": 22415,
1781
+ "scope": 22418,
1782
1782
  "src": "3476:22:42",
1783
1783
  "stateVariable": false,
1784
1784
  "storageLocation": "default",
1785
1785
  "typeDescriptions": {
1786
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1786
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1787
1787
  "typeString": "contract ISuperfluidToken"
1788
1788
  },
1789
1789
  "typeName": {
1790
- "id": 22405,
1790
+ "id": 22408,
1791
1791
  "nodeType": "UserDefinedTypeName",
1792
1792
  "pathNode": {
1793
- "id": 22404,
1793
+ "id": 22407,
1794
1794
  "name": "ISuperfluidToken",
1795
1795
  "nameLocations": [
1796
1796
  "3476:16:42"
1797
1797
  ],
1798
1798
  "nodeType": "IdentifierPath",
1799
- "referencedDeclaration": 25463,
1799
+ "referencedDeclaration": 25466,
1800
1800
  "src": "3476:16:42"
1801
1801
  },
1802
- "referencedDeclaration": 25463,
1802
+ "referencedDeclaration": 25466,
1803
1803
  "src": "3476:16:42",
1804
1804
  "typeDescriptions": {
1805
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1805
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1806
1806
  "typeString": "contract ISuperfluidToken"
1807
1807
  }
1808
1808
  },
@@ -1810,12 +1810,12 @@
1810
1810
  },
1811
1811
  {
1812
1812
  "constant": false,
1813
- "id": 22408,
1813
+ "id": 22411,
1814
1814
  "mutability": "mutable",
1815
1815
  "name": "account",
1816
1816
  "nameLocation": "3516:7:42",
1817
1817
  "nodeType": "VariableDeclaration",
1818
- "scope": 22415,
1818
+ "scope": 22418,
1819
1819
  "src": "3508:15:42",
1820
1820
  "stateVariable": false,
1821
1821
  "storageLocation": "default",
@@ -1824,7 +1824,7 @@
1824
1824
  "typeString": "address"
1825
1825
  },
1826
1826
  "typeName": {
1827
- "id": 22407,
1827
+ "id": 22410,
1828
1828
  "name": "address",
1829
1829
  "nodeType": "ElementaryTypeName",
1830
1830
  "src": "3508:7:42",
@@ -1840,17 +1840,17 @@
1840
1840
  "src": "3466:58:42"
1841
1841
  },
1842
1842
  "returnParameters": {
1843
- "id": 22414,
1843
+ "id": 22417,
1844
1844
  "nodeType": "ParameterList",
1845
1845
  "parameters": [
1846
1846
  {
1847
1847
  "constant": false,
1848
- "id": 22411,
1848
+ "id": 22414,
1849
1849
  "mutability": "mutable",
1850
1850
  "name": "isCurrentlyPatricianPeriod",
1851
1851
  "nameLocation": "3577:26:42",
1852
1852
  "nodeType": "VariableDeclaration",
1853
- "scope": 22415,
1853
+ "scope": 22418,
1854
1854
  "src": "3572:31:42",
1855
1855
  "stateVariable": false,
1856
1856
  "storageLocation": "default",
@@ -1859,7 +1859,7 @@
1859
1859
  "typeString": "bool"
1860
1860
  },
1861
1861
  "typeName": {
1862
- "id": 22410,
1862
+ "id": 22413,
1863
1863
  "name": "bool",
1864
1864
  "nodeType": "ElementaryTypeName",
1865
1865
  "src": "3572:4:42",
@@ -1872,12 +1872,12 @@
1872
1872
  },
1873
1873
  {
1874
1874
  "constant": false,
1875
- "id": 22413,
1875
+ "id": 22416,
1876
1876
  "mutability": "mutable",
1877
1877
  "name": "timestamp",
1878
1878
  "nameLocation": "3613:9:42",
1879
1879
  "nodeType": "VariableDeclaration",
1880
- "scope": 22415,
1880
+ "scope": 22418,
1881
1881
  "src": "3605:17:42",
1882
1882
  "stateVariable": false,
1883
1883
  "storageLocation": "default",
@@ -1886,7 +1886,7 @@
1886
1886
  "typeString": "uint256"
1887
1887
  },
1888
1888
  "typeName": {
1889
- "id": 22412,
1889
+ "id": 22415,
1890
1890
  "name": "uint256",
1891
1891
  "nodeType": "ElementaryTypeName",
1892
1892
  "src": "3605:7:42",
@@ -1900,7 +1900,7 @@
1900
1900
  ],
1901
1901
  "src": "3571:52:42"
1902
1902
  },
1903
- "scope": 22729,
1903
+ "scope": 22732,
1904
1904
  "src": "3437:187:42",
1905
1905
  "stateMutability": "view",
1906
1906
  "virtual": true,
@@ -1908,13 +1908,13 @@
1908
1908
  },
1909
1909
  {
1910
1910
  "documentation": {
1911
- "id": 22416,
1911
+ "id": 22419,
1912
1912
  "nodeType": "StructuredDocumentation",
1913
1913
  "src": "3630:329:42",
1914
1914
  "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"
1915
1915
  },
1916
1916
  "functionSelector": "4b839e0b",
1917
- "id": 22428,
1917
+ "id": 22431,
1918
1918
  "implemented": false,
1919
1919
  "kind": "function",
1920
1920
  "modifiers": [],
@@ -1922,41 +1922,41 @@
1922
1922
  "nameLocation": "3973:17:42",
1923
1923
  "nodeType": "FunctionDefinition",
1924
1924
  "parameters": {
1925
- "id": 22424,
1925
+ "id": 22427,
1926
1926
  "nodeType": "ParameterList",
1927
1927
  "parameters": [
1928
1928
  {
1929
1929
  "constant": false,
1930
- "id": 22419,
1930
+ "id": 22422,
1931
1931
  "mutability": "mutable",
1932
1932
  "name": "token",
1933
1933
  "nameLocation": "4017:5:42",
1934
1934
  "nodeType": "VariableDeclaration",
1935
- "scope": 22428,
1935
+ "scope": 22431,
1936
1936
  "src": "4000:22:42",
1937
1937
  "stateVariable": false,
1938
1938
  "storageLocation": "default",
1939
1939
  "typeDescriptions": {
1940
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1940
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1941
1941
  "typeString": "contract ISuperfluidToken"
1942
1942
  },
1943
1943
  "typeName": {
1944
- "id": 22418,
1944
+ "id": 22421,
1945
1945
  "nodeType": "UserDefinedTypeName",
1946
1946
  "pathNode": {
1947
- "id": 22417,
1947
+ "id": 22420,
1948
1948
  "name": "ISuperfluidToken",
1949
1949
  "nameLocations": [
1950
1950
  "4000:16:42"
1951
1951
  ],
1952
1952
  "nodeType": "IdentifierPath",
1953
- "referencedDeclaration": 25463,
1953
+ "referencedDeclaration": 25466,
1954
1954
  "src": "4000:16:42"
1955
1955
  },
1956
- "referencedDeclaration": 25463,
1956
+ "referencedDeclaration": 25466,
1957
1957
  "src": "4000:16:42",
1958
1958
  "typeDescriptions": {
1959
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1959
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
1960
1960
  "typeString": "contract ISuperfluidToken"
1961
1961
  }
1962
1962
  },
@@ -1964,12 +1964,12 @@
1964
1964
  },
1965
1965
  {
1966
1966
  "constant": false,
1967
- "id": 22421,
1967
+ "id": 22424,
1968
1968
  "mutability": "mutable",
1969
1969
  "name": "account",
1970
1970
  "nameLocation": "4040:7:42",
1971
1971
  "nodeType": "VariableDeclaration",
1972
- "scope": 22428,
1972
+ "scope": 22431,
1973
1973
  "src": "4032:15:42",
1974
1974
  "stateVariable": false,
1975
1975
  "storageLocation": "default",
@@ -1978,7 +1978,7 @@
1978
1978
  "typeString": "address"
1979
1979
  },
1980
1980
  "typeName": {
1981
- "id": 22420,
1981
+ "id": 22423,
1982
1982
  "name": "address",
1983
1983
  "nodeType": "ElementaryTypeName",
1984
1984
  "src": "4032:7:42",
@@ -1992,12 +1992,12 @@
1992
1992
  },
1993
1993
  {
1994
1994
  "constant": false,
1995
- "id": 22423,
1995
+ "id": 22426,
1996
1996
  "mutability": "mutable",
1997
1997
  "name": "timestamp",
1998
1998
  "nameLocation": "4065:9:42",
1999
1999
  "nodeType": "VariableDeclaration",
2000
- "scope": 22428,
2000
+ "scope": 22431,
2001
2001
  "src": "4057:17:42",
2002
2002
  "stateVariable": false,
2003
2003
  "storageLocation": "default",
@@ -2006,7 +2006,7 @@
2006
2006
  "typeString": "uint256"
2007
2007
  },
2008
2008
  "typeName": {
2009
- "id": 22422,
2009
+ "id": 22425,
2010
2010
  "name": "uint256",
2011
2011
  "nodeType": "ElementaryTypeName",
2012
2012
  "src": "4057:7:42",
@@ -2021,17 +2021,17 @@
2021
2021
  "src": "3990:90:42"
2022
2022
  },
2023
2023
  "returnParameters": {
2024
- "id": 22427,
2024
+ "id": 22430,
2025
2025
  "nodeType": "ParameterList",
2026
2026
  "parameters": [
2027
2027
  {
2028
2028
  "constant": false,
2029
- "id": 22426,
2029
+ "id": 22429,
2030
2030
  "mutability": "mutable",
2031
2031
  "name": "",
2032
2032
  "nameLocation": "-1:-1:-1",
2033
2033
  "nodeType": "VariableDeclaration",
2034
- "scope": 22428,
2034
+ "scope": 22431,
2035
2035
  "src": "4126:4:42",
2036
2036
  "stateVariable": false,
2037
2037
  "storageLocation": "default",
@@ -2040,7 +2040,7 @@
2040
2040
  "typeString": "bool"
2041
2041
  },
2042
2042
  "typeName": {
2043
- "id": 22425,
2043
+ "id": 22428,
2044
2044
  "name": "bool",
2045
2045
  "nodeType": "ElementaryTypeName",
2046
2046
  "src": "4126:4:42",
@@ -2054,7 +2054,7 @@
2054
2054
  ],
2055
2055
  "src": "4125:6:42"
2056
2056
  },
2057
- "scope": 22729,
2057
+ "scope": 22732,
2058
2058
  "src": "3964:168:42",
2059
2059
  "stateMutability": "view",
2060
2060
  "virtual": true,
@@ -2062,13 +2062,13 @@
2062
2062
  },
2063
2063
  {
2064
2064
  "documentation": {
2065
- "id": 22429,
2065
+ "id": 22432,
2066
2066
  "nodeType": "StructuredDocumentation",
2067
2067
  "src": "4138:464:42",
2068
2068
  "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)"
2069
2069
  },
2070
2070
  "functionSelector": "811b3d40",
2071
- "id": 22445,
2071
+ "id": 22448,
2072
2072
  "implemented": false,
2073
2073
  "kind": "function",
2074
2074
  "modifiers": [],
@@ -2076,41 +2076,41 @@
2076
2076
  "nameLocation": "4616:29:42",
2077
2077
  "nodeType": "FunctionDefinition",
2078
2078
  "parameters": {
2079
- "id": 22441,
2079
+ "id": 22444,
2080
2080
  "nodeType": "ParameterList",
2081
2081
  "parameters": [
2082
2082
  {
2083
2083
  "constant": false,
2084
- "id": 22432,
2084
+ "id": 22435,
2085
2085
  "mutability": "mutable",
2086
2086
  "name": "token",
2087
2087
  "nameLocation": "4672:5:42",
2088
2088
  "nodeType": "VariableDeclaration",
2089
- "scope": 22445,
2089
+ "scope": 22448,
2090
2090
  "src": "4655:22:42",
2091
2091
  "stateVariable": false,
2092
2092
  "storageLocation": "default",
2093
2093
  "typeDescriptions": {
2094
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2094
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2095
2095
  "typeString": "contract ISuperfluidToken"
2096
2096
  },
2097
2097
  "typeName": {
2098
- "id": 22431,
2098
+ "id": 22434,
2099
2099
  "nodeType": "UserDefinedTypeName",
2100
2100
  "pathNode": {
2101
- "id": 22430,
2101
+ "id": 22433,
2102
2102
  "name": "ISuperfluidToken",
2103
2103
  "nameLocations": [
2104
2104
  "4655:16:42"
2105
2105
  ],
2106
2106
  "nodeType": "IdentifierPath",
2107
- "referencedDeclaration": 25463,
2107
+ "referencedDeclaration": 25466,
2108
2108
  "src": "4655:16:42"
2109
2109
  },
2110
- "referencedDeclaration": 25463,
2110
+ "referencedDeclaration": 25466,
2111
2111
  "src": "4655:16:42",
2112
2112
  "typeDescriptions": {
2113
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2113
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2114
2114
  "typeString": "contract ISuperfluidToken"
2115
2115
  }
2116
2116
  },
@@ -2118,12 +2118,12 @@
2118
2118
  },
2119
2119
  {
2120
2120
  "constant": false,
2121
- "id": 22434,
2121
+ "id": 22437,
2122
2122
  "mutability": "mutable",
2123
2123
  "name": "flowOperator",
2124
2124
  "nameLocation": "4695:12:42",
2125
2125
  "nodeType": "VariableDeclaration",
2126
- "scope": 22445,
2126
+ "scope": 22448,
2127
2127
  "src": "4687:20:42",
2128
2128
  "stateVariable": false,
2129
2129
  "storageLocation": "default",
@@ -2132,7 +2132,7 @@
2132
2132
  "typeString": "address"
2133
2133
  },
2134
2134
  "typeName": {
2135
- "id": 22433,
2135
+ "id": 22436,
2136
2136
  "name": "address",
2137
2137
  "nodeType": "ElementaryTypeName",
2138
2138
  "src": "4687:7:42",
@@ -2146,12 +2146,12 @@
2146
2146
  },
2147
2147
  {
2148
2148
  "constant": false,
2149
- "id": 22436,
2149
+ "id": 22439,
2150
2150
  "mutability": "mutable",
2151
2151
  "name": "permissions",
2152
2152
  "nameLocation": "4723:11:42",
2153
2153
  "nodeType": "VariableDeclaration",
2154
- "scope": 22445,
2154
+ "scope": 22448,
2155
2155
  "src": "4717:17:42",
2156
2156
  "stateVariable": false,
2157
2157
  "storageLocation": "default",
@@ -2160,7 +2160,7 @@
2160
2160
  "typeString": "uint8"
2161
2161
  },
2162
2162
  "typeName": {
2163
- "id": 22435,
2163
+ "id": 22438,
2164
2164
  "name": "uint8",
2165
2165
  "nodeType": "ElementaryTypeName",
2166
2166
  "src": "4717:5:42",
@@ -2173,12 +2173,12 @@
2173
2173
  },
2174
2174
  {
2175
2175
  "constant": false,
2176
- "id": 22438,
2176
+ "id": 22441,
2177
2177
  "mutability": "mutable",
2178
2178
  "name": "flowRateAllowance",
2179
2179
  "nameLocation": "4750:17:42",
2180
2180
  "nodeType": "VariableDeclaration",
2181
- "scope": 22445,
2181
+ "scope": 22448,
2182
2182
  "src": "4744:23:42",
2183
2183
  "stateVariable": false,
2184
2184
  "storageLocation": "default",
@@ -2187,7 +2187,7 @@
2187
2187
  "typeString": "int96"
2188
2188
  },
2189
2189
  "typeName": {
2190
- "id": 22437,
2190
+ "id": 22440,
2191
2191
  "name": "int96",
2192
2192
  "nodeType": "ElementaryTypeName",
2193
2193
  "src": "4744:5:42",
@@ -2200,12 +2200,12 @@
2200
2200
  },
2201
2201
  {
2202
2202
  "constant": false,
2203
- "id": 22440,
2203
+ "id": 22443,
2204
2204
  "mutability": "mutable",
2205
2205
  "name": "ctx",
2206
2206
  "nameLocation": "4792:3:42",
2207
2207
  "nodeType": "VariableDeclaration",
2208
- "scope": 22445,
2208
+ "scope": 22448,
2209
2209
  "src": "4777:18:42",
2210
2210
  "stateVariable": false,
2211
2211
  "storageLocation": "calldata",
@@ -2214,7 +2214,7 @@
2214
2214
  "typeString": "bytes"
2215
2215
  },
2216
2216
  "typeName": {
2217
- "id": 22439,
2217
+ "id": 22442,
2218
2218
  "name": "bytes",
2219
2219
  "nodeType": "ElementaryTypeName",
2220
2220
  "src": "4777:5:42",
@@ -2229,17 +2229,17 @@
2229
2229
  "src": "4645:156:42"
2230
2230
  },
2231
2231
  "returnParameters": {
2232
- "id": 22444,
2232
+ "id": 22447,
2233
2233
  "nodeType": "ParameterList",
2234
2234
  "parameters": [
2235
2235
  {
2236
2236
  "constant": false,
2237
- "id": 22443,
2237
+ "id": 22446,
2238
2238
  "mutability": "mutable",
2239
2239
  "name": "newCtx",
2240
2240
  "nameLocation": "4857:6:42",
2241
2241
  "nodeType": "VariableDeclaration",
2242
- "scope": 22445,
2242
+ "scope": 22448,
2243
2243
  "src": "4844:19:42",
2244
2244
  "stateVariable": false,
2245
2245
  "storageLocation": "memory",
@@ -2248,7 +2248,7 @@
2248
2248
  "typeString": "bytes"
2249
2249
  },
2250
2250
  "typeName": {
2251
- "id": 22442,
2251
+ "id": 22445,
2252
2252
  "name": "bytes",
2253
2253
  "nodeType": "ElementaryTypeName",
2254
2254
  "src": "4844:5:42",
@@ -2262,7 +2262,7 @@
2262
2262
  ],
2263
2263
  "src": "4843:21:42"
2264
2264
  },
2265
- "scope": 22729,
2265
+ "scope": 22732,
2266
2266
  "src": "4607:258:42",
2267
2267
  "stateMutability": "nonpayable",
2268
2268
  "virtual": true,
@@ -2270,13 +2270,13 @@
2270
2270
  },
2271
2271
  {
2272
2272
  "documentation": {
2273
- "id": 22446,
2273
+ "id": 22449,
2274
2274
  "nodeType": "StructuredDocumentation",
2275
2275
  "src": "4871:508:42",
2276
2276
  "text": " @notice msgSender from `ctx` increases flow rate allowance for the `flowOperator` by `addedFlowRateAllowance`\n @dev if `addedFlowRateAllowance` is negative, we revert with CFA_ACL_NO_NEGATIVE_ALLOWANCE\n @param token Super token address\n @param flowOperator The permission grantee address\n @param addedFlowRateAllowance The flow rate allowance delta\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @return newCtx The new context bytes"
2277
2277
  },
2278
2278
  "functionSelector": "ac5f5d00",
2279
- "id": 22460,
2279
+ "id": 22463,
2280
2280
  "implemented": false,
2281
2281
  "kind": "function",
2282
2282
  "modifiers": [],
@@ -2284,41 +2284,41 @@
2284
2284
  "nameLocation": "5393:25:42",
2285
2285
  "nodeType": "FunctionDefinition",
2286
2286
  "parameters": {
2287
- "id": 22456,
2287
+ "id": 22459,
2288
2288
  "nodeType": "ParameterList",
2289
2289
  "parameters": [
2290
2290
  {
2291
2291
  "constant": false,
2292
- "id": 22449,
2292
+ "id": 22452,
2293
2293
  "mutability": "mutable",
2294
2294
  "name": "token",
2295
2295
  "nameLocation": "5445:5:42",
2296
2296
  "nodeType": "VariableDeclaration",
2297
- "scope": 22460,
2297
+ "scope": 22463,
2298
2298
  "src": "5428:22:42",
2299
2299
  "stateVariable": false,
2300
2300
  "storageLocation": "default",
2301
2301
  "typeDescriptions": {
2302
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2302
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2303
2303
  "typeString": "contract ISuperfluidToken"
2304
2304
  },
2305
2305
  "typeName": {
2306
- "id": 22448,
2306
+ "id": 22451,
2307
2307
  "nodeType": "UserDefinedTypeName",
2308
2308
  "pathNode": {
2309
- "id": 22447,
2309
+ "id": 22450,
2310
2310
  "name": "ISuperfluidToken",
2311
2311
  "nameLocations": [
2312
2312
  "5428:16:42"
2313
2313
  ],
2314
2314
  "nodeType": "IdentifierPath",
2315
- "referencedDeclaration": 25463,
2315
+ "referencedDeclaration": 25466,
2316
2316
  "src": "5428:16:42"
2317
2317
  },
2318
- "referencedDeclaration": 25463,
2318
+ "referencedDeclaration": 25466,
2319
2319
  "src": "5428:16:42",
2320
2320
  "typeDescriptions": {
2321
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2321
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2322
2322
  "typeString": "contract ISuperfluidToken"
2323
2323
  }
2324
2324
  },
@@ -2326,12 +2326,12 @@
2326
2326
  },
2327
2327
  {
2328
2328
  "constant": false,
2329
- "id": 22451,
2329
+ "id": 22454,
2330
2330
  "mutability": "mutable",
2331
2331
  "name": "flowOperator",
2332
2332
  "nameLocation": "5468:12:42",
2333
2333
  "nodeType": "VariableDeclaration",
2334
- "scope": 22460,
2334
+ "scope": 22463,
2335
2335
  "src": "5460:20:42",
2336
2336
  "stateVariable": false,
2337
2337
  "storageLocation": "default",
@@ -2340,7 +2340,7 @@
2340
2340
  "typeString": "address"
2341
2341
  },
2342
2342
  "typeName": {
2343
- "id": 22450,
2343
+ "id": 22453,
2344
2344
  "name": "address",
2345
2345
  "nodeType": "ElementaryTypeName",
2346
2346
  "src": "5460:7:42",
@@ -2354,12 +2354,12 @@
2354
2354
  },
2355
2355
  {
2356
2356
  "constant": false,
2357
- "id": 22453,
2357
+ "id": 22456,
2358
2358
  "mutability": "mutable",
2359
2359
  "name": "addedFlowRateAllowance",
2360
2360
  "nameLocation": "5496:22:42",
2361
2361
  "nodeType": "VariableDeclaration",
2362
- "scope": 22460,
2362
+ "scope": 22463,
2363
2363
  "src": "5490:28:42",
2364
2364
  "stateVariable": false,
2365
2365
  "storageLocation": "default",
@@ -2368,7 +2368,7 @@
2368
2368
  "typeString": "int96"
2369
2369
  },
2370
2370
  "typeName": {
2371
- "id": 22452,
2371
+ "id": 22455,
2372
2372
  "name": "int96",
2373
2373
  "nodeType": "ElementaryTypeName",
2374
2374
  "src": "5490:5:42",
@@ -2381,12 +2381,12 @@
2381
2381
  },
2382
2382
  {
2383
2383
  "constant": false,
2384
- "id": 22455,
2384
+ "id": 22458,
2385
2385
  "mutability": "mutable",
2386
2386
  "name": "ctx",
2387
2387
  "nameLocation": "5543:3:42",
2388
2388
  "nodeType": "VariableDeclaration",
2389
- "scope": 22460,
2389
+ "scope": 22463,
2390
2390
  "src": "5528:18:42",
2391
2391
  "stateVariable": false,
2392
2392
  "storageLocation": "calldata",
@@ -2395,7 +2395,7 @@
2395
2395
  "typeString": "bytes"
2396
2396
  },
2397
2397
  "typeName": {
2398
- "id": 22454,
2398
+ "id": 22457,
2399
2399
  "name": "bytes",
2400
2400
  "nodeType": "ElementaryTypeName",
2401
2401
  "src": "5528:5:42",
@@ -2410,17 +2410,17 @@
2410
2410
  "src": "5418:134:42"
2411
2411
  },
2412
2412
  "returnParameters": {
2413
- "id": 22459,
2413
+ "id": 22462,
2414
2414
  "nodeType": "ParameterList",
2415
2415
  "parameters": [
2416
2416
  {
2417
2417
  "constant": false,
2418
- "id": 22458,
2418
+ "id": 22461,
2419
2419
  "mutability": "mutable",
2420
2420
  "name": "newCtx",
2421
2421
  "nameLocation": "5591:6:42",
2422
2422
  "nodeType": "VariableDeclaration",
2423
- "scope": 22460,
2423
+ "scope": 22463,
2424
2424
  "src": "5578:19:42",
2425
2425
  "stateVariable": false,
2426
2426
  "storageLocation": "memory",
@@ -2429,7 +2429,7 @@
2429
2429
  "typeString": "bytes"
2430
2430
  },
2431
2431
  "typeName": {
2432
- "id": 22457,
2432
+ "id": 22460,
2433
2433
  "name": "bytes",
2434
2434
  "nodeType": "ElementaryTypeName",
2435
2435
  "src": "5578:5:42",
@@ -2443,7 +2443,7 @@
2443
2443
  ],
2444
2444
  "src": "5577:21:42"
2445
2445
  },
2446
- "scope": 22729,
2446
+ "scope": 22732,
2447
2447
  "src": "5384:215:42",
2448
2448
  "stateMutability": "nonpayable",
2449
2449
  "virtual": true,
@@ -2451,13 +2451,13 @@
2451
2451
  },
2452
2452
  {
2453
2453
  "documentation": {
2454
- "id": 22461,
2454
+ "id": 22464,
2455
2455
  "nodeType": "StructuredDocumentation",
2456
2456
  "src": "5605:520:42",
2457
2457
  "text": " @dev msgSender from `ctx` decreases flow rate allowance for the `flowOperator` by `subtractedFlowRateAllowance`\n @dev if `subtractedFlowRateAllowance` is negative, we revert with CFA_ACL_NO_NEGATIVE_ALLOWANCE\n @param token Super token address\n @param flowOperator The permission grantee address\n @param subtractedFlowRateAllowance The flow rate allowance delta\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @return newCtx The new context bytes"
2458
2458
  },
2459
2459
  "functionSelector": "5f51fb23",
2460
- "id": 22475,
2460
+ "id": 22478,
2461
2461
  "implemented": false,
2462
2462
  "kind": "function",
2463
2463
  "modifiers": [],
@@ -2465,41 +2465,41 @@
2465
2465
  "nameLocation": "6139:25:42",
2466
2466
  "nodeType": "FunctionDefinition",
2467
2467
  "parameters": {
2468
- "id": 22471,
2468
+ "id": 22474,
2469
2469
  "nodeType": "ParameterList",
2470
2470
  "parameters": [
2471
2471
  {
2472
2472
  "constant": false,
2473
- "id": 22464,
2473
+ "id": 22467,
2474
2474
  "mutability": "mutable",
2475
2475
  "name": "token",
2476
2476
  "nameLocation": "6191:5:42",
2477
2477
  "nodeType": "VariableDeclaration",
2478
- "scope": 22475,
2478
+ "scope": 22478,
2479
2479
  "src": "6174:22:42",
2480
2480
  "stateVariable": false,
2481
2481
  "storageLocation": "default",
2482
2482
  "typeDescriptions": {
2483
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2483
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2484
2484
  "typeString": "contract ISuperfluidToken"
2485
2485
  },
2486
2486
  "typeName": {
2487
- "id": 22463,
2487
+ "id": 22466,
2488
2488
  "nodeType": "UserDefinedTypeName",
2489
2489
  "pathNode": {
2490
- "id": 22462,
2490
+ "id": 22465,
2491
2491
  "name": "ISuperfluidToken",
2492
2492
  "nameLocations": [
2493
2493
  "6174:16:42"
2494
2494
  ],
2495
2495
  "nodeType": "IdentifierPath",
2496
- "referencedDeclaration": 25463,
2496
+ "referencedDeclaration": 25466,
2497
2497
  "src": "6174:16:42"
2498
2498
  },
2499
- "referencedDeclaration": 25463,
2499
+ "referencedDeclaration": 25466,
2500
2500
  "src": "6174:16:42",
2501
2501
  "typeDescriptions": {
2502
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2502
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2503
2503
  "typeString": "contract ISuperfluidToken"
2504
2504
  }
2505
2505
  },
@@ -2507,12 +2507,12 @@
2507
2507
  },
2508
2508
  {
2509
2509
  "constant": false,
2510
- "id": 22466,
2510
+ "id": 22469,
2511
2511
  "mutability": "mutable",
2512
2512
  "name": "flowOperator",
2513
2513
  "nameLocation": "6214:12:42",
2514
2514
  "nodeType": "VariableDeclaration",
2515
- "scope": 22475,
2515
+ "scope": 22478,
2516
2516
  "src": "6206:20:42",
2517
2517
  "stateVariable": false,
2518
2518
  "storageLocation": "default",
@@ -2521,7 +2521,7 @@
2521
2521
  "typeString": "address"
2522
2522
  },
2523
2523
  "typeName": {
2524
- "id": 22465,
2524
+ "id": 22468,
2525
2525
  "name": "address",
2526
2526
  "nodeType": "ElementaryTypeName",
2527
2527
  "src": "6206:7:42",
@@ -2535,12 +2535,12 @@
2535
2535
  },
2536
2536
  {
2537
2537
  "constant": false,
2538
- "id": 22468,
2538
+ "id": 22471,
2539
2539
  "mutability": "mutable",
2540
2540
  "name": "subtractedFlowRateAllowance",
2541
2541
  "nameLocation": "6242:27:42",
2542
2542
  "nodeType": "VariableDeclaration",
2543
- "scope": 22475,
2543
+ "scope": 22478,
2544
2544
  "src": "6236:33:42",
2545
2545
  "stateVariable": false,
2546
2546
  "storageLocation": "default",
@@ -2549,7 +2549,7 @@
2549
2549
  "typeString": "int96"
2550
2550
  },
2551
2551
  "typeName": {
2552
- "id": 22467,
2552
+ "id": 22470,
2553
2553
  "name": "int96",
2554
2554
  "nodeType": "ElementaryTypeName",
2555
2555
  "src": "6236:5:42",
@@ -2562,12 +2562,12 @@
2562
2562
  },
2563
2563
  {
2564
2564
  "constant": false,
2565
- "id": 22470,
2565
+ "id": 22473,
2566
2566
  "mutability": "mutable",
2567
2567
  "name": "ctx",
2568
2568
  "nameLocation": "6294:3:42",
2569
2569
  "nodeType": "VariableDeclaration",
2570
- "scope": 22475,
2570
+ "scope": 22478,
2571
2571
  "src": "6279:18:42",
2572
2572
  "stateVariable": false,
2573
2573
  "storageLocation": "calldata",
@@ -2576,7 +2576,7 @@
2576
2576
  "typeString": "bytes"
2577
2577
  },
2578
2578
  "typeName": {
2579
- "id": 22469,
2579
+ "id": 22472,
2580
2580
  "name": "bytes",
2581
2581
  "nodeType": "ElementaryTypeName",
2582
2582
  "src": "6279:5:42",
@@ -2591,17 +2591,17 @@
2591
2591
  "src": "6164:139:42"
2592
2592
  },
2593
2593
  "returnParameters": {
2594
- "id": 22474,
2594
+ "id": 22477,
2595
2595
  "nodeType": "ParameterList",
2596
2596
  "parameters": [
2597
2597
  {
2598
2598
  "constant": false,
2599
- "id": 22473,
2599
+ "id": 22476,
2600
2600
  "mutability": "mutable",
2601
2601
  "name": "newCtx",
2602
2602
  "nameLocation": "6342:6:42",
2603
2603
  "nodeType": "VariableDeclaration",
2604
- "scope": 22475,
2604
+ "scope": 22478,
2605
2605
  "src": "6329:19:42",
2606
2606
  "stateVariable": false,
2607
2607
  "storageLocation": "memory",
@@ -2610,7 +2610,7 @@
2610
2610
  "typeString": "bytes"
2611
2611
  },
2612
2612
  "typeName": {
2613
- "id": 22472,
2613
+ "id": 22475,
2614
2614
  "name": "bytes",
2615
2615
  "nodeType": "ElementaryTypeName",
2616
2616
  "src": "6329:5:42",
@@ -2624,7 +2624,7 @@
2624
2624
  ],
2625
2625
  "src": "6328:21:42"
2626
2626
  },
2627
- "scope": 22729,
2627
+ "scope": 22732,
2628
2628
  "src": "6130:220:42",
2629
2629
  "stateMutability": "nonpayable",
2630
2630
  "virtual": true,
@@ -2632,13 +2632,13 @@
2632
2632
  },
2633
2633
  {
2634
2634
  "documentation": {
2635
- "id": 22476,
2635
+ "id": 22479,
2636
2636
  "nodeType": "StructuredDocumentation",
2637
2637
  "src": "6356:295:42",
2638
2638
  "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)"
2639
2639
  },
2640
2640
  "functionSelector": "54b770e3",
2641
- "id": 22488,
2641
+ "id": 22491,
2642
2642
  "implemented": false,
2643
2643
  "kind": "function",
2644
2644
  "modifiers": [],
@@ -2646,41 +2646,41 @@
2646
2646
  "nameLocation": "6665:36:42",
2647
2647
  "nodeType": "FunctionDefinition",
2648
2648
  "parameters": {
2649
- "id": 22484,
2649
+ "id": 22487,
2650
2650
  "nodeType": "ParameterList",
2651
2651
  "parameters": [
2652
2652
  {
2653
2653
  "constant": false,
2654
- "id": 22479,
2654
+ "id": 22482,
2655
2655
  "mutability": "mutable",
2656
2656
  "name": "token",
2657
2657
  "nameLocation": "6728:5:42",
2658
2658
  "nodeType": "VariableDeclaration",
2659
- "scope": 22488,
2659
+ "scope": 22491,
2660
2660
  "src": "6711:22:42",
2661
2661
  "stateVariable": false,
2662
2662
  "storageLocation": "default",
2663
2663
  "typeDescriptions": {
2664
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2664
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2665
2665
  "typeString": "contract ISuperfluidToken"
2666
2666
  },
2667
2667
  "typeName": {
2668
- "id": 22478,
2668
+ "id": 22481,
2669
2669
  "nodeType": "UserDefinedTypeName",
2670
2670
  "pathNode": {
2671
- "id": 22477,
2671
+ "id": 22480,
2672
2672
  "name": "ISuperfluidToken",
2673
2673
  "nameLocations": [
2674
2674
  "6711:16:42"
2675
2675
  ],
2676
2676
  "nodeType": "IdentifierPath",
2677
- "referencedDeclaration": 25463,
2677
+ "referencedDeclaration": 25466,
2678
2678
  "src": "6711:16:42"
2679
2679
  },
2680
- "referencedDeclaration": 25463,
2680
+ "referencedDeclaration": 25466,
2681
2681
  "src": "6711:16:42",
2682
2682
  "typeDescriptions": {
2683
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2683
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2684
2684
  "typeString": "contract ISuperfluidToken"
2685
2685
  }
2686
2686
  },
@@ -2688,12 +2688,12 @@
2688
2688
  },
2689
2689
  {
2690
2690
  "constant": false,
2691
- "id": 22481,
2691
+ "id": 22484,
2692
2692
  "mutability": "mutable",
2693
2693
  "name": "flowOperator",
2694
2694
  "nameLocation": "6751:12:42",
2695
2695
  "nodeType": "VariableDeclaration",
2696
- "scope": 22488,
2696
+ "scope": 22491,
2697
2697
  "src": "6743:20:42",
2698
2698
  "stateVariable": false,
2699
2699
  "storageLocation": "default",
@@ -2702,7 +2702,7 @@
2702
2702
  "typeString": "address"
2703
2703
  },
2704
2704
  "typeName": {
2705
- "id": 22480,
2705
+ "id": 22483,
2706
2706
  "name": "address",
2707
2707
  "nodeType": "ElementaryTypeName",
2708
2708
  "src": "6743:7:42",
@@ -2716,12 +2716,12 @@
2716
2716
  },
2717
2717
  {
2718
2718
  "constant": false,
2719
- "id": 22483,
2719
+ "id": 22486,
2720
2720
  "mutability": "mutable",
2721
2721
  "name": "ctx",
2722
2722
  "nameLocation": "6788:3:42",
2723
2723
  "nodeType": "VariableDeclaration",
2724
- "scope": 22488,
2724
+ "scope": 22491,
2725
2725
  "src": "6773:18:42",
2726
2726
  "stateVariable": false,
2727
2727
  "storageLocation": "calldata",
@@ -2730,7 +2730,7 @@
2730
2730
  "typeString": "bytes"
2731
2731
  },
2732
2732
  "typeName": {
2733
- "id": 22482,
2733
+ "id": 22485,
2734
2734
  "name": "bytes",
2735
2735
  "nodeType": "ElementaryTypeName",
2736
2736
  "src": "6773:5:42",
@@ -2745,17 +2745,17 @@
2745
2745
  "src": "6701:96:42"
2746
2746
  },
2747
2747
  "returnParameters": {
2748
- "id": 22487,
2748
+ "id": 22490,
2749
2749
  "nodeType": "ParameterList",
2750
2750
  "parameters": [
2751
2751
  {
2752
2752
  "constant": false,
2753
- "id": 22486,
2753
+ "id": 22489,
2754
2754
  "mutability": "mutable",
2755
2755
  "name": "newCtx",
2756
2756
  "nameLocation": "6852:6:42",
2757
2757
  "nodeType": "VariableDeclaration",
2758
- "scope": 22488,
2758
+ "scope": 22491,
2759
2759
  "src": "6839:19:42",
2760
2760
  "stateVariable": false,
2761
2761
  "storageLocation": "memory",
@@ -2764,7 +2764,7 @@
2764
2764
  "typeString": "bytes"
2765
2765
  },
2766
2766
  "typeName": {
2767
- "id": 22485,
2767
+ "id": 22488,
2768
2768
  "name": "bytes",
2769
2769
  "nodeType": "ElementaryTypeName",
2770
2770
  "src": "6839:5:42",
@@ -2778,7 +2778,7 @@
2778
2778
  ],
2779
2779
  "src": "6838:21:42"
2780
2780
  },
2781
- "scope": 22729,
2781
+ "scope": 22732,
2782
2782
  "src": "6656:204:42",
2783
2783
  "stateMutability": "nonpayable",
2784
2784
  "virtual": true,
@@ -2786,13 +2786,13 @@
2786
2786
  },
2787
2787
  {
2788
2788
  "documentation": {
2789
- "id": 22489,
2789
+ "id": 22492,
2790
2790
  "nodeType": "StructuredDocumentation",
2791
2791
  "src": "6867:346:42",
2792
2792
  "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)"
2793
2793
  },
2794
2794
  "functionSelector": "062e56ec",
2795
- "id": 22501,
2795
+ "id": 22504,
2796
2796
  "implemented": false,
2797
2797
  "kind": "function",
2798
2798
  "modifiers": [],
@@ -2800,41 +2800,41 @@
2800
2800
  "nameLocation": "7227:33:42",
2801
2801
  "nodeType": "FunctionDefinition",
2802
2802
  "parameters": {
2803
- "id": 22497,
2803
+ "id": 22500,
2804
2804
  "nodeType": "ParameterList",
2805
2805
  "parameters": [
2806
2806
  {
2807
2807
  "constant": false,
2808
- "id": 22492,
2808
+ "id": 22495,
2809
2809
  "mutability": "mutable",
2810
2810
  "name": "token",
2811
2811
  "nameLocation": "7287:5:42",
2812
2812
  "nodeType": "VariableDeclaration",
2813
- "scope": 22501,
2813
+ "scope": 22504,
2814
2814
  "src": "7270:22:42",
2815
2815
  "stateVariable": false,
2816
2816
  "storageLocation": "default",
2817
2817
  "typeDescriptions": {
2818
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2818
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2819
2819
  "typeString": "contract ISuperfluidToken"
2820
2820
  },
2821
2821
  "typeName": {
2822
- "id": 22491,
2822
+ "id": 22494,
2823
2823
  "nodeType": "UserDefinedTypeName",
2824
2824
  "pathNode": {
2825
- "id": 22490,
2825
+ "id": 22493,
2826
2826
  "name": "ISuperfluidToken",
2827
2827
  "nameLocations": [
2828
2828
  "7270:16:42"
2829
2829
  ],
2830
2830
  "nodeType": "IdentifierPath",
2831
- "referencedDeclaration": 25463,
2831
+ "referencedDeclaration": 25466,
2832
2832
  "src": "7270:16:42"
2833
2833
  },
2834
- "referencedDeclaration": 25463,
2834
+ "referencedDeclaration": 25466,
2835
2835
  "src": "7270:16:42",
2836
2836
  "typeDescriptions": {
2837
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2837
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2838
2838
  "typeString": "contract ISuperfluidToken"
2839
2839
  }
2840
2840
  },
@@ -2842,12 +2842,12 @@
2842
2842
  },
2843
2843
  {
2844
2844
  "constant": false,
2845
- "id": 22494,
2845
+ "id": 22497,
2846
2846
  "mutability": "mutable",
2847
2847
  "name": "flowOperator",
2848
2848
  "nameLocation": "7310:12:42",
2849
2849
  "nodeType": "VariableDeclaration",
2850
- "scope": 22501,
2850
+ "scope": 22504,
2851
2851
  "src": "7302:20:42",
2852
2852
  "stateVariable": false,
2853
2853
  "storageLocation": "default",
@@ -2856,7 +2856,7 @@
2856
2856
  "typeString": "address"
2857
2857
  },
2858
2858
  "typeName": {
2859
- "id": 22493,
2859
+ "id": 22496,
2860
2860
  "name": "address",
2861
2861
  "nodeType": "ElementaryTypeName",
2862
2862
  "src": "7302:7:42",
@@ -2870,12 +2870,12 @@
2870
2870
  },
2871
2871
  {
2872
2872
  "constant": false,
2873
- "id": 22496,
2873
+ "id": 22499,
2874
2874
  "mutability": "mutable",
2875
2875
  "name": "ctx",
2876
2876
  "nameLocation": "7347:3:42",
2877
2877
  "nodeType": "VariableDeclaration",
2878
- "scope": 22501,
2878
+ "scope": 22504,
2879
2879
  "src": "7332:18:42",
2880
2880
  "stateVariable": false,
2881
2881
  "storageLocation": "calldata",
@@ -2884,7 +2884,7 @@
2884
2884
  "typeString": "bytes"
2885
2885
  },
2886
2886
  "typeName": {
2887
- "id": 22495,
2887
+ "id": 22498,
2888
2888
  "name": "bytes",
2889
2889
  "nodeType": "ElementaryTypeName",
2890
2890
  "src": "7332:5:42",
@@ -2899,17 +2899,17 @@
2899
2899
  "src": "7260:96:42"
2900
2900
  },
2901
2901
  "returnParameters": {
2902
- "id": 22500,
2902
+ "id": 22503,
2903
2903
  "nodeType": "ParameterList",
2904
2904
  "parameters": [
2905
2905
  {
2906
2906
  "constant": false,
2907
- "id": 22499,
2907
+ "id": 22502,
2908
2908
  "mutability": "mutable",
2909
2909
  "name": "newCtx",
2910
2910
  "nameLocation": "7411:6:42",
2911
2911
  "nodeType": "VariableDeclaration",
2912
- "scope": 22501,
2912
+ "scope": 22504,
2913
2913
  "src": "7398:19:42",
2914
2914
  "stateVariable": false,
2915
2915
  "storageLocation": "memory",
@@ -2918,7 +2918,7 @@
2918
2918
  "typeString": "bytes"
2919
2919
  },
2920
2920
  "typeName": {
2921
- "id": 22498,
2921
+ "id": 22501,
2922
2922
  "name": "bytes",
2923
2923
  "nodeType": "ElementaryTypeName",
2924
2924
  "src": "7398:5:42",
@@ -2932,7 +2932,7 @@
2932
2932
  ],
2933
2933
  "src": "7397:21:42"
2934
2934
  },
2935
- "scope": 22729,
2935
+ "scope": 22732,
2936
2936
  "src": "7218:201:42",
2937
2937
  "stateMutability": "nonpayable",
2938
2938
  "virtual": true,
@@ -2940,13 +2940,13 @@
2940
2940
  },
2941
2941
  {
2942
2942
  "documentation": {
2943
- "id": 22502,
2943
+ "id": 22505,
2944
2944
  "nodeType": "StructuredDocumentation",
2945
2945
  "src": "7425:553:42",
2946
2946
  "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)"
2947
2947
  },
2948
2948
  "functionSelector": "00422bbe",
2949
- "id": 22518,
2949
+ "id": 22521,
2950
2950
  "implemented": false,
2951
2951
  "kind": "function",
2952
2952
  "modifiers": [],
@@ -2954,41 +2954,41 @@
2954
2954
  "nameLocation": "7992:19:42",
2955
2955
  "nodeType": "FunctionDefinition",
2956
2956
  "parameters": {
2957
- "id": 22510,
2957
+ "id": 22513,
2958
2958
  "nodeType": "ParameterList",
2959
2959
  "parameters": [
2960
2960
  {
2961
2961
  "constant": false,
2962
- "id": 22505,
2962
+ "id": 22508,
2963
2963
  "mutability": "mutable",
2964
2964
  "name": "token",
2965
2965
  "nameLocation": "8037:5:42",
2966
2966
  "nodeType": "VariableDeclaration",
2967
- "scope": 22518,
2967
+ "scope": 22521,
2968
2968
  "src": "8020:22:42",
2969
2969
  "stateVariable": false,
2970
2970
  "storageLocation": "default",
2971
2971
  "typeDescriptions": {
2972
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2972
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2973
2973
  "typeString": "contract ISuperfluidToken"
2974
2974
  },
2975
2975
  "typeName": {
2976
- "id": 22504,
2976
+ "id": 22507,
2977
2977
  "nodeType": "UserDefinedTypeName",
2978
2978
  "pathNode": {
2979
- "id": 22503,
2979
+ "id": 22506,
2980
2980
  "name": "ISuperfluidToken",
2981
2981
  "nameLocations": [
2982
2982
  "8020:16:42"
2983
2983
  ],
2984
2984
  "nodeType": "IdentifierPath",
2985
- "referencedDeclaration": 25463,
2985
+ "referencedDeclaration": 25466,
2986
2986
  "src": "8020:16:42"
2987
2987
  },
2988
- "referencedDeclaration": 25463,
2988
+ "referencedDeclaration": 25466,
2989
2989
  "src": "8020:16:42",
2990
2990
  "typeDescriptions": {
2991
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2991
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
2992
2992
  "typeString": "contract ISuperfluidToken"
2993
2993
  }
2994
2994
  },
@@ -2996,12 +2996,12 @@
2996
2996
  },
2997
2997
  {
2998
2998
  "constant": false,
2999
- "id": 22507,
2999
+ "id": 22510,
3000
3000
  "mutability": "mutable",
3001
3001
  "name": "sender",
3002
3002
  "nameLocation": "8059:6:42",
3003
3003
  "nodeType": "VariableDeclaration",
3004
- "scope": 22518,
3004
+ "scope": 22521,
3005
3005
  "src": "8051:14:42",
3006
3006
  "stateVariable": false,
3007
3007
  "storageLocation": "default",
@@ -3010,7 +3010,7 @@
3010
3010
  "typeString": "address"
3011
3011
  },
3012
3012
  "typeName": {
3013
- "id": 22506,
3013
+ "id": 22509,
3014
3014
  "name": "address",
3015
3015
  "nodeType": "ElementaryTypeName",
3016
3016
  "src": "8051:7:42",
@@ -3024,12 +3024,12 @@
3024
3024
  },
3025
3025
  {
3026
3026
  "constant": false,
3027
- "id": 22509,
3027
+ "id": 22512,
3028
3028
  "mutability": "mutable",
3029
3029
  "name": "flowOperator",
3030
3030
  "nameLocation": "8082:12:42",
3031
3031
  "nodeType": "VariableDeclaration",
3032
- "scope": 22518,
3032
+ "scope": 22521,
3033
3033
  "src": "8074:20:42",
3034
3034
  "stateVariable": false,
3035
3035
  "storageLocation": "default",
@@ -3038,7 +3038,7 @@
3038
3038
  "typeString": "address"
3039
3039
  },
3040
3040
  "typeName": {
3041
- "id": 22508,
3041
+ "id": 22511,
3042
3042
  "name": "address",
3043
3043
  "nodeType": "ElementaryTypeName",
3044
3044
  "src": "8074:7:42",
@@ -3054,17 +3054,17 @@
3054
3054
  "src": "8011:89:42"
3055
3055
  },
3056
3056
  "returnParameters": {
3057
- "id": 22517,
3057
+ "id": 22520,
3058
3058
  "nodeType": "ParameterList",
3059
3059
  "parameters": [
3060
3060
  {
3061
3061
  "constant": false,
3062
- "id": 22512,
3062
+ "id": 22515,
3063
3063
  "mutability": "mutable",
3064
3064
  "name": "flowOperatorId",
3065
3065
  "nameLocation": "8167:14:42",
3066
3066
  "nodeType": "VariableDeclaration",
3067
- "scope": 22518,
3067
+ "scope": 22521,
3068
3068
  "src": "8159:22:42",
3069
3069
  "stateVariable": false,
3070
3070
  "storageLocation": "default",
@@ -3073,7 +3073,7 @@
3073
3073
  "typeString": "bytes32"
3074
3074
  },
3075
3075
  "typeName": {
3076
- "id": 22511,
3076
+ "id": 22514,
3077
3077
  "name": "bytes32",
3078
3078
  "nodeType": "ElementaryTypeName",
3079
3079
  "src": "8159:7:42",
@@ -3086,12 +3086,12 @@
3086
3086
  },
3087
3087
  {
3088
3088
  "constant": false,
3089
- "id": 22514,
3089
+ "id": 22517,
3090
3090
  "mutability": "mutable",
3091
3091
  "name": "permissions",
3092
3092
  "nameLocation": "8201:11:42",
3093
3093
  "nodeType": "VariableDeclaration",
3094
- "scope": 22518,
3094
+ "scope": 22521,
3095
3095
  "src": "8195:17:42",
3096
3096
  "stateVariable": false,
3097
3097
  "storageLocation": "default",
@@ -3100,7 +3100,7 @@
3100
3100
  "typeString": "uint8"
3101
3101
  },
3102
3102
  "typeName": {
3103
- "id": 22513,
3103
+ "id": 22516,
3104
3104
  "name": "uint8",
3105
3105
  "nodeType": "ElementaryTypeName",
3106
3106
  "src": "8195:5:42",
@@ -3113,12 +3113,12 @@
3113
3113
  },
3114
3114
  {
3115
3115
  "constant": false,
3116
- "id": 22516,
3116
+ "id": 22519,
3117
3117
  "mutability": "mutable",
3118
3118
  "name": "flowRateAllowance",
3119
3119
  "nameLocation": "8232:17:42",
3120
3120
  "nodeType": "VariableDeclaration",
3121
- "scope": 22518,
3121
+ "scope": 22521,
3122
3122
  "src": "8226:23:42",
3123
3123
  "stateVariable": false,
3124
3124
  "storageLocation": "default",
@@ -3127,7 +3127,7 @@
3127
3127
  "typeString": "int96"
3128
3128
  },
3129
3129
  "typeName": {
3130
- "id": 22515,
3130
+ "id": 22518,
3131
3131
  "name": "int96",
3132
3132
  "nodeType": "ElementaryTypeName",
3133
3133
  "src": "8226:5:42",
@@ -3141,7 +3141,7 @@
3141
3141
  ],
3142
3142
  "src": "8145:114:42"
3143
3143
  },
3144
- "scope": 22729,
3144
+ "scope": 22732,
3145
3145
  "src": "7983:277:42",
3146
3146
  "stateMutability": "view",
3147
3147
  "virtual": true,
@@ -3149,13 +3149,13 @@
3149
3149
  },
3150
3150
  {
3151
3151
  "documentation": {
3152
- "id": 22519,
3152
+ "id": 22522,
3153
3153
  "nodeType": "StructuredDocumentation",
3154
3154
  "src": "8266:394:42",
3155
3155
  "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)"
3156
3156
  },
3157
3157
  "functionSelector": "09d256ef",
3158
- "id": 22531,
3158
+ "id": 22534,
3159
3159
  "implemented": false,
3160
3160
  "kind": "function",
3161
3161
  "modifiers": [],
@@ -3163,41 +3163,41 @@
3163
3163
  "nameLocation": "8674:23:42",
3164
3164
  "nodeType": "FunctionDefinition",
3165
3165
  "parameters": {
3166
- "id": 22525,
3166
+ "id": 22528,
3167
3167
  "nodeType": "ParameterList",
3168
3168
  "parameters": [
3169
3169
  {
3170
3170
  "constant": false,
3171
- "id": 22522,
3171
+ "id": 22525,
3172
3172
  "mutability": "mutable",
3173
3173
  "name": "token",
3174
3174
  "nameLocation": "8723:5:42",
3175
3175
  "nodeType": "VariableDeclaration",
3176
- "scope": 22531,
3176
+ "scope": 22534,
3177
3177
  "src": "8706:22:42",
3178
3178
  "stateVariable": false,
3179
3179
  "storageLocation": "default",
3180
3180
  "typeDescriptions": {
3181
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3181
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3182
3182
  "typeString": "contract ISuperfluidToken"
3183
3183
  },
3184
3184
  "typeName": {
3185
- "id": 22521,
3185
+ "id": 22524,
3186
3186
  "nodeType": "UserDefinedTypeName",
3187
3187
  "pathNode": {
3188
- "id": 22520,
3188
+ "id": 22523,
3189
3189
  "name": "ISuperfluidToken",
3190
3190
  "nameLocations": [
3191
3191
  "8706:16:42"
3192
3192
  ],
3193
3193
  "nodeType": "IdentifierPath",
3194
- "referencedDeclaration": 25463,
3194
+ "referencedDeclaration": 25466,
3195
3195
  "src": "8706:16:42"
3196
3196
  },
3197
- "referencedDeclaration": 25463,
3197
+ "referencedDeclaration": 25466,
3198
3198
  "src": "8706:16:42",
3199
3199
  "typeDescriptions": {
3200
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3200
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3201
3201
  "typeString": "contract ISuperfluidToken"
3202
3202
  }
3203
3203
  },
@@ -3205,12 +3205,12 @@
3205
3205
  },
3206
3206
  {
3207
3207
  "constant": false,
3208
- "id": 22524,
3208
+ "id": 22527,
3209
3209
  "mutability": "mutable",
3210
3210
  "name": "flowOperatorId",
3211
3211
  "nameLocation": "8745:14:42",
3212
3212
  "nodeType": "VariableDeclaration",
3213
- "scope": 22531,
3213
+ "scope": 22534,
3214
3214
  "src": "8737:22:42",
3215
3215
  "stateVariable": false,
3216
3216
  "storageLocation": "default",
@@ -3219,7 +3219,7 @@
3219
3219
  "typeString": "bytes32"
3220
3220
  },
3221
3221
  "typeName": {
3222
- "id": 22523,
3222
+ "id": 22526,
3223
3223
  "name": "bytes32",
3224
3224
  "nodeType": "ElementaryTypeName",
3225
3225
  "src": "8737:7:42",
@@ -3234,17 +3234,17 @@
3234
3234
  "src": "8697:68:42"
3235
3235
  },
3236
3236
  "returnParameters": {
3237
- "id": 22530,
3237
+ "id": 22533,
3238
3238
  "nodeType": "ParameterList",
3239
3239
  "parameters": [
3240
3240
  {
3241
3241
  "constant": false,
3242
- "id": 22527,
3242
+ "id": 22530,
3243
3243
  "mutability": "mutable",
3244
3244
  "name": "permissions",
3245
3245
  "nameLocation": "8832:11:42",
3246
3246
  "nodeType": "VariableDeclaration",
3247
- "scope": 22531,
3247
+ "scope": 22534,
3248
3248
  "src": "8826:17:42",
3249
3249
  "stateVariable": false,
3250
3250
  "storageLocation": "default",
@@ -3253,7 +3253,7 @@
3253
3253
  "typeString": "uint8"
3254
3254
  },
3255
3255
  "typeName": {
3256
- "id": 22526,
3256
+ "id": 22529,
3257
3257
  "name": "uint8",
3258
3258
  "nodeType": "ElementaryTypeName",
3259
3259
  "src": "8826:5:42",
@@ -3266,12 +3266,12 @@
3266
3266
  },
3267
3267
  {
3268
3268
  "constant": false,
3269
- "id": 22529,
3269
+ "id": 22532,
3270
3270
  "mutability": "mutable",
3271
3271
  "name": "flowRateAllowance",
3272
3272
  "nameLocation": "8863:17:42",
3273
3273
  "nodeType": "VariableDeclaration",
3274
- "scope": 22531,
3274
+ "scope": 22534,
3275
3275
  "src": "8857:23:42",
3276
3276
  "stateVariable": false,
3277
3277
  "storageLocation": "default",
@@ -3280,7 +3280,7 @@
3280
3280
  "typeString": "int96"
3281
3281
  },
3282
3282
  "typeName": {
3283
- "id": 22528,
3283
+ "id": 22531,
3284
3284
  "name": "int96",
3285
3285
  "nodeType": "ElementaryTypeName",
3286
3286
  "src": "8857:5:42",
@@ -3294,7 +3294,7 @@
3294
3294
  ],
3295
3295
  "src": "8812:78:42"
3296
3296
  },
3297
- "scope": 22729,
3297
+ "scope": 22732,
3298
3298
  "src": "8665:226:42",
3299
3299
  "stateMutability": "view",
3300
3300
  "virtual": true,
@@ -3302,13 +3302,13 @@
3302
3302
  },
3303
3303
  {
3304
3304
  "documentation": {
3305
- "id": 22532,
3305
+ "id": 22535,
3306
3306
  "nodeType": "StructuredDocumentation",
3307
3307
  "src": "8897:741:42",
3308
3308
  "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"
3309
3309
  },
3310
3310
  "functionSelector": "62fc305e",
3311
- "id": 22546,
3311
+ "id": 22549,
3312
3312
  "implemented": false,
3313
3313
  "kind": "function",
3314
3314
  "modifiers": [],
@@ -3316,41 +3316,41 @@
3316
3316
  "nameLocation": "9652:10:42",
3317
3317
  "nodeType": "FunctionDefinition",
3318
3318
  "parameters": {
3319
- "id": 22542,
3319
+ "id": 22545,
3320
3320
  "nodeType": "ParameterList",
3321
3321
  "parameters": [
3322
3322
  {
3323
3323
  "constant": false,
3324
- "id": 22535,
3324
+ "id": 22538,
3325
3325
  "mutability": "mutable",
3326
3326
  "name": "token",
3327
3327
  "nameLocation": "9689:5:42",
3328
3328
  "nodeType": "VariableDeclaration",
3329
- "scope": 22546,
3329
+ "scope": 22549,
3330
3330
  "src": "9672:22:42",
3331
3331
  "stateVariable": false,
3332
3332
  "storageLocation": "default",
3333
3333
  "typeDescriptions": {
3334
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3334
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3335
3335
  "typeString": "contract ISuperfluidToken"
3336
3336
  },
3337
3337
  "typeName": {
3338
- "id": 22534,
3338
+ "id": 22537,
3339
3339
  "nodeType": "UserDefinedTypeName",
3340
3340
  "pathNode": {
3341
- "id": 22533,
3341
+ "id": 22536,
3342
3342
  "name": "ISuperfluidToken",
3343
3343
  "nameLocations": [
3344
3344
  "9672:16:42"
3345
3345
  ],
3346
3346
  "nodeType": "IdentifierPath",
3347
- "referencedDeclaration": 25463,
3347
+ "referencedDeclaration": 25466,
3348
3348
  "src": "9672:16:42"
3349
3349
  },
3350
- "referencedDeclaration": 25463,
3350
+ "referencedDeclaration": 25466,
3351
3351
  "src": "9672:16:42",
3352
3352
  "typeDescriptions": {
3353
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3353
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3354
3354
  "typeString": "contract ISuperfluidToken"
3355
3355
  }
3356
3356
  },
@@ -3358,12 +3358,12 @@
3358
3358
  },
3359
3359
  {
3360
3360
  "constant": false,
3361
- "id": 22537,
3361
+ "id": 22540,
3362
3362
  "mutability": "mutable",
3363
3363
  "name": "receiver",
3364
3364
  "nameLocation": "9712:8:42",
3365
3365
  "nodeType": "VariableDeclaration",
3366
- "scope": 22546,
3366
+ "scope": 22549,
3367
3367
  "src": "9704:16:42",
3368
3368
  "stateVariable": false,
3369
3369
  "storageLocation": "default",
@@ -3372,7 +3372,7 @@
3372
3372
  "typeString": "address"
3373
3373
  },
3374
3374
  "typeName": {
3375
- "id": 22536,
3375
+ "id": 22539,
3376
3376
  "name": "address",
3377
3377
  "nodeType": "ElementaryTypeName",
3378
3378
  "src": "9704:7:42",
@@ -3386,12 +3386,12 @@
3386
3386
  },
3387
3387
  {
3388
3388
  "constant": false,
3389
- "id": 22539,
3389
+ "id": 22542,
3390
3390
  "mutability": "mutable",
3391
3391
  "name": "flowRate",
3392
3392
  "nameLocation": "9736:8:42",
3393
3393
  "nodeType": "VariableDeclaration",
3394
- "scope": 22546,
3394
+ "scope": 22549,
3395
3395
  "src": "9730:14:42",
3396
3396
  "stateVariable": false,
3397
3397
  "storageLocation": "default",
@@ -3400,7 +3400,7 @@
3400
3400
  "typeString": "int96"
3401
3401
  },
3402
3402
  "typeName": {
3403
- "id": 22538,
3403
+ "id": 22541,
3404
3404
  "name": "int96",
3405
3405
  "nodeType": "ElementaryTypeName",
3406
3406
  "src": "9730:5:42",
@@ -3413,12 +3413,12 @@
3413
3413
  },
3414
3414
  {
3415
3415
  "constant": false,
3416
- "id": 22541,
3416
+ "id": 22544,
3417
3417
  "mutability": "mutable",
3418
3418
  "name": "ctx",
3419
3419
  "nameLocation": "9769:3:42",
3420
3420
  "nodeType": "VariableDeclaration",
3421
- "scope": 22546,
3421
+ "scope": 22549,
3422
3422
  "src": "9754:18:42",
3423
3423
  "stateVariable": false,
3424
3424
  "storageLocation": "calldata",
@@ -3427,7 +3427,7 @@
3427
3427
  "typeString": "bytes"
3428
3428
  },
3429
3429
  "typeName": {
3430
- "id": 22540,
3430
+ "id": 22543,
3431
3431
  "name": "bytes",
3432
3432
  "nodeType": "ElementaryTypeName",
3433
3433
  "src": "9754:5:42",
@@ -3442,17 +3442,17 @@
3442
3442
  "src": "9662:116:42"
3443
3443
  },
3444
3444
  "returnParameters": {
3445
- "id": 22545,
3445
+ "id": 22548,
3446
3446
  "nodeType": "ParameterList",
3447
3447
  "parameters": [
3448
3448
  {
3449
3449
  "constant": false,
3450
- "id": 22544,
3450
+ "id": 22547,
3451
3451
  "mutability": "mutable",
3452
3452
  "name": "newCtx",
3453
3453
  "nameLocation": "9833:6:42",
3454
3454
  "nodeType": "VariableDeclaration",
3455
- "scope": 22546,
3455
+ "scope": 22549,
3456
3456
  "src": "9820:19:42",
3457
3457
  "stateVariable": false,
3458
3458
  "storageLocation": "memory",
@@ -3461,7 +3461,7 @@
3461
3461
  "typeString": "bytes"
3462
3462
  },
3463
3463
  "typeName": {
3464
- "id": 22543,
3464
+ "id": 22546,
3465
3465
  "name": "bytes",
3466
3466
  "nodeType": "ElementaryTypeName",
3467
3467
  "src": "9820:5:42",
@@ -3475,7 +3475,7 @@
3475
3475
  ],
3476
3476
  "src": "9819:21:42"
3477
3477
  },
3478
- "scope": 22729,
3478
+ "scope": 22732,
3479
3479
  "src": "9643:198:42",
3480
3480
  "stateMutability": "nonpayable",
3481
3481
  "virtual": true,
@@ -3483,13 +3483,13 @@
3483
3483
  },
3484
3484
  {
3485
3485
  "documentation": {
3486
- "id": 22547,
3486
+ "id": 22550,
3487
3487
  "nodeType": "StructuredDocumentation",
3488
3488
  "src": "9847:436:42",
3489
3489
  "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)"
3490
3490
  },
3491
3491
  "functionSelector": "94229ecb",
3492
- "id": 22563,
3492
+ "id": 22566,
3493
3493
  "implemented": false,
3494
3494
  "kind": "function",
3495
3495
  "modifiers": [],
@@ -3497,41 +3497,41 @@
3497
3497
  "nameLocation": "10297:20:42",
3498
3498
  "nodeType": "FunctionDefinition",
3499
3499
  "parameters": {
3500
- "id": 22559,
3500
+ "id": 22562,
3501
3501
  "nodeType": "ParameterList",
3502
3502
  "parameters": [
3503
3503
  {
3504
3504
  "constant": false,
3505
- "id": 22550,
3505
+ "id": 22553,
3506
3506
  "mutability": "mutable",
3507
3507
  "name": "token",
3508
3508
  "nameLocation": "10344:5:42",
3509
3509
  "nodeType": "VariableDeclaration",
3510
- "scope": 22563,
3510
+ "scope": 22566,
3511
3511
  "src": "10327:22:42",
3512
3512
  "stateVariable": false,
3513
3513
  "storageLocation": "default",
3514
3514
  "typeDescriptions": {
3515
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3515
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3516
3516
  "typeString": "contract ISuperfluidToken"
3517
3517
  },
3518
3518
  "typeName": {
3519
- "id": 22549,
3519
+ "id": 22552,
3520
3520
  "nodeType": "UserDefinedTypeName",
3521
3521
  "pathNode": {
3522
- "id": 22548,
3522
+ "id": 22551,
3523
3523
  "name": "ISuperfluidToken",
3524
3524
  "nameLocations": [
3525
3525
  "10327:16:42"
3526
3526
  ],
3527
3527
  "nodeType": "IdentifierPath",
3528
- "referencedDeclaration": 25463,
3528
+ "referencedDeclaration": 25466,
3529
3529
  "src": "10327:16:42"
3530
3530
  },
3531
- "referencedDeclaration": 25463,
3531
+ "referencedDeclaration": 25466,
3532
3532
  "src": "10327:16:42",
3533
3533
  "typeDescriptions": {
3534
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3534
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3535
3535
  "typeString": "contract ISuperfluidToken"
3536
3536
  }
3537
3537
  },
@@ -3539,12 +3539,12 @@
3539
3539
  },
3540
3540
  {
3541
3541
  "constant": false,
3542
- "id": 22552,
3542
+ "id": 22555,
3543
3543
  "mutability": "mutable",
3544
3544
  "name": "sender",
3545
3545
  "nameLocation": "10367:6:42",
3546
3546
  "nodeType": "VariableDeclaration",
3547
- "scope": 22563,
3547
+ "scope": 22566,
3548
3548
  "src": "10359:14:42",
3549
3549
  "stateVariable": false,
3550
3550
  "storageLocation": "default",
@@ -3553,7 +3553,7 @@
3553
3553
  "typeString": "address"
3554
3554
  },
3555
3555
  "typeName": {
3556
- "id": 22551,
3556
+ "id": 22554,
3557
3557
  "name": "address",
3558
3558
  "nodeType": "ElementaryTypeName",
3559
3559
  "src": "10359:7:42",
@@ -3567,12 +3567,12 @@
3567
3567
  },
3568
3568
  {
3569
3569
  "constant": false,
3570
- "id": 22554,
3570
+ "id": 22557,
3571
3571
  "mutability": "mutable",
3572
3572
  "name": "receiver",
3573
3573
  "nameLocation": "10391:8:42",
3574
3574
  "nodeType": "VariableDeclaration",
3575
- "scope": 22563,
3575
+ "scope": 22566,
3576
3576
  "src": "10383:16:42",
3577
3577
  "stateVariable": false,
3578
3578
  "storageLocation": "default",
@@ -3581,7 +3581,7 @@
3581
3581
  "typeString": "address"
3582
3582
  },
3583
3583
  "typeName": {
3584
- "id": 22553,
3584
+ "id": 22556,
3585
3585
  "name": "address",
3586
3586
  "nodeType": "ElementaryTypeName",
3587
3587
  "src": "10383:7:42",
@@ -3595,12 +3595,12 @@
3595
3595
  },
3596
3596
  {
3597
3597
  "constant": false,
3598
- "id": 22556,
3598
+ "id": 22559,
3599
3599
  "mutability": "mutable",
3600
3600
  "name": "flowRate",
3601
3601
  "nameLocation": "10415:8:42",
3602
3602
  "nodeType": "VariableDeclaration",
3603
- "scope": 22563,
3603
+ "scope": 22566,
3604
3604
  "src": "10409:14:42",
3605
3605
  "stateVariable": false,
3606
3606
  "storageLocation": "default",
@@ -3609,7 +3609,7 @@
3609
3609
  "typeString": "int96"
3610
3610
  },
3611
3611
  "typeName": {
3612
- "id": 22555,
3612
+ "id": 22558,
3613
3613
  "name": "int96",
3614
3614
  "nodeType": "ElementaryTypeName",
3615
3615
  "src": "10409:5:42",
@@ -3622,12 +3622,12 @@
3622
3622
  },
3623
3623
  {
3624
3624
  "constant": false,
3625
- "id": 22558,
3625
+ "id": 22561,
3626
3626
  "mutability": "mutable",
3627
3627
  "name": "ctx",
3628
3628
  "nameLocation": "10448:3:42",
3629
3629
  "nodeType": "VariableDeclaration",
3630
- "scope": 22563,
3630
+ "scope": 22566,
3631
3631
  "src": "10433:18:42",
3632
3632
  "stateVariable": false,
3633
3633
  "storageLocation": "calldata",
@@ -3636,7 +3636,7 @@
3636
3636
  "typeString": "bytes"
3637
3637
  },
3638
3638
  "typeName": {
3639
- "id": 22557,
3639
+ "id": 22560,
3640
3640
  "name": "bytes",
3641
3641
  "nodeType": "ElementaryTypeName",
3642
3642
  "src": "10433:5:42",
@@ -3651,17 +3651,17 @@
3651
3651
  "src": "10317:140:42"
3652
3652
  },
3653
3653
  "returnParameters": {
3654
- "id": 22562,
3654
+ "id": 22565,
3655
3655
  "nodeType": "ParameterList",
3656
3656
  "parameters": [
3657
3657
  {
3658
3658
  "constant": false,
3659
- "id": 22561,
3659
+ "id": 22564,
3660
3660
  "mutability": "mutable",
3661
3661
  "name": "newCtx",
3662
3662
  "nameLocation": "10512:6:42",
3663
3663
  "nodeType": "VariableDeclaration",
3664
- "scope": 22563,
3664
+ "scope": 22566,
3665
3665
  "src": "10499:19:42",
3666
3666
  "stateVariable": false,
3667
3667
  "storageLocation": "memory",
@@ -3670,7 +3670,7 @@
3670
3670
  "typeString": "bytes"
3671
3671
  },
3672
3672
  "typeName": {
3673
- "id": 22560,
3673
+ "id": 22563,
3674
3674
  "name": "bytes",
3675
3675
  "nodeType": "ElementaryTypeName",
3676
3676
  "src": "10499:5:42",
@@ -3684,7 +3684,7 @@
3684
3684
  ],
3685
3685
  "src": "10498:21:42"
3686
3686
  },
3687
- "scope": 22729,
3687
+ "scope": 22732,
3688
3688
  "src": "10288:232:42",
3689
3689
  "stateMutability": "nonpayable",
3690
3690
  "virtual": true,
@@ -3692,13 +3692,13 @@
3692
3692
  },
3693
3693
  {
3694
3694
  "documentation": {
3695
- "id": 22564,
3695
+ "id": 22567,
3696
3696
  "nodeType": "StructuredDocumentation",
3697
3697
  "src": "10526:833:42",
3698
3698
  "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"
3699
3699
  },
3700
3700
  "functionSelector": "50209a62",
3701
- "id": 22578,
3701
+ "id": 22581,
3702
3702
  "implemented": false,
3703
3703
  "kind": "function",
3704
3704
  "modifiers": [],
@@ -3706,41 +3706,41 @@
3706
3706
  "nameLocation": "11373:10:42",
3707
3707
  "nodeType": "FunctionDefinition",
3708
3708
  "parameters": {
3709
- "id": 22574,
3709
+ "id": 22577,
3710
3710
  "nodeType": "ParameterList",
3711
3711
  "parameters": [
3712
3712
  {
3713
3713
  "constant": false,
3714
- "id": 22567,
3714
+ "id": 22570,
3715
3715
  "mutability": "mutable",
3716
3716
  "name": "token",
3717
3717
  "nameLocation": "11410:5:42",
3718
3718
  "nodeType": "VariableDeclaration",
3719
- "scope": 22578,
3719
+ "scope": 22581,
3720
3720
  "src": "11393:22:42",
3721
3721
  "stateVariable": false,
3722
3722
  "storageLocation": "default",
3723
3723
  "typeDescriptions": {
3724
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3724
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3725
3725
  "typeString": "contract ISuperfluidToken"
3726
3726
  },
3727
3727
  "typeName": {
3728
- "id": 22566,
3728
+ "id": 22569,
3729
3729
  "nodeType": "UserDefinedTypeName",
3730
3730
  "pathNode": {
3731
- "id": 22565,
3731
+ "id": 22568,
3732
3732
  "name": "ISuperfluidToken",
3733
3733
  "nameLocations": [
3734
3734
  "11393:16:42"
3735
3735
  ],
3736
3736
  "nodeType": "IdentifierPath",
3737
- "referencedDeclaration": 25463,
3737
+ "referencedDeclaration": 25466,
3738
3738
  "src": "11393:16:42"
3739
3739
  },
3740
- "referencedDeclaration": 25463,
3740
+ "referencedDeclaration": 25466,
3741
3741
  "src": "11393:16:42",
3742
3742
  "typeDescriptions": {
3743
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3743
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3744
3744
  "typeString": "contract ISuperfluidToken"
3745
3745
  }
3746
3746
  },
@@ -3748,12 +3748,12 @@
3748
3748
  },
3749
3749
  {
3750
3750
  "constant": false,
3751
- "id": 22569,
3751
+ "id": 22572,
3752
3752
  "mutability": "mutable",
3753
3753
  "name": "receiver",
3754
3754
  "nameLocation": "11433:8:42",
3755
3755
  "nodeType": "VariableDeclaration",
3756
- "scope": 22578,
3756
+ "scope": 22581,
3757
3757
  "src": "11425:16:42",
3758
3758
  "stateVariable": false,
3759
3759
  "storageLocation": "default",
@@ -3762,7 +3762,7 @@
3762
3762
  "typeString": "address"
3763
3763
  },
3764
3764
  "typeName": {
3765
- "id": 22568,
3765
+ "id": 22571,
3766
3766
  "name": "address",
3767
3767
  "nodeType": "ElementaryTypeName",
3768
3768
  "src": "11425:7:42",
@@ -3776,12 +3776,12 @@
3776
3776
  },
3777
3777
  {
3778
3778
  "constant": false,
3779
- "id": 22571,
3779
+ "id": 22574,
3780
3780
  "mutability": "mutable",
3781
3781
  "name": "flowRate",
3782
3782
  "nameLocation": "11457:8:42",
3783
3783
  "nodeType": "VariableDeclaration",
3784
- "scope": 22578,
3784
+ "scope": 22581,
3785
3785
  "src": "11451:14:42",
3786
3786
  "stateVariable": false,
3787
3787
  "storageLocation": "default",
@@ -3790,7 +3790,7 @@
3790
3790
  "typeString": "int96"
3791
3791
  },
3792
3792
  "typeName": {
3793
- "id": 22570,
3793
+ "id": 22573,
3794
3794
  "name": "int96",
3795
3795
  "nodeType": "ElementaryTypeName",
3796
3796
  "src": "11451:5:42",
@@ -3803,12 +3803,12 @@
3803
3803
  },
3804
3804
  {
3805
3805
  "constant": false,
3806
- "id": 22573,
3806
+ "id": 22576,
3807
3807
  "mutability": "mutable",
3808
3808
  "name": "ctx",
3809
3809
  "nameLocation": "11490:3:42",
3810
3810
  "nodeType": "VariableDeclaration",
3811
- "scope": 22578,
3811
+ "scope": 22581,
3812
3812
  "src": "11475:18:42",
3813
3813
  "stateVariable": false,
3814
3814
  "storageLocation": "calldata",
@@ -3817,7 +3817,7 @@
3817
3817
  "typeString": "bytes"
3818
3818
  },
3819
3819
  "typeName": {
3820
- "id": 22572,
3820
+ "id": 22575,
3821
3821
  "name": "bytes",
3822
3822
  "nodeType": "ElementaryTypeName",
3823
3823
  "src": "11475:5:42",
@@ -3832,17 +3832,17 @@
3832
3832
  "src": "11383:116:42"
3833
3833
  },
3834
3834
  "returnParameters": {
3835
- "id": 22577,
3835
+ "id": 22580,
3836
3836
  "nodeType": "ParameterList",
3837
3837
  "parameters": [
3838
3838
  {
3839
3839
  "constant": false,
3840
- "id": 22576,
3840
+ "id": 22579,
3841
3841
  "mutability": "mutable",
3842
3842
  "name": "newCtx",
3843
3843
  "nameLocation": "11554:6:42",
3844
3844
  "nodeType": "VariableDeclaration",
3845
- "scope": 22578,
3845
+ "scope": 22581,
3846
3846
  "src": "11541:19:42",
3847
3847
  "stateVariable": false,
3848
3848
  "storageLocation": "memory",
@@ -3851,7 +3851,7 @@
3851
3851
  "typeString": "bytes"
3852
3852
  },
3853
3853
  "typeName": {
3854
- "id": 22575,
3854
+ "id": 22578,
3855
3855
  "name": "bytes",
3856
3856
  "nodeType": "ElementaryTypeName",
3857
3857
  "src": "11541:5:42",
@@ -3865,7 +3865,7 @@
3865
3865
  ],
3866
3866
  "src": "11540:21:42"
3867
3867
  },
3868
- "scope": 22729,
3868
+ "scope": 22732,
3869
3869
  "src": "11364:198:42",
3870
3870
  "stateMutability": "nonpayable",
3871
3871
  "virtual": true,
@@ -3873,13 +3873,13 @@
3873
3873
  },
3874
3874
  {
3875
3875
  "documentation": {
3876
- "id": 22579,
3876
+ "id": 22582,
3877
3877
  "nodeType": "StructuredDocumentation",
3878
3878
  "src": "11568:436:42",
3879
3879
  "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)"
3880
3880
  },
3881
3881
  "functionSelector": "354b9590",
3882
- "id": 22595,
3882
+ "id": 22598,
3883
3883
  "implemented": false,
3884
3884
  "kind": "function",
3885
3885
  "modifiers": [],
@@ -3887,41 +3887,41 @@
3887
3887
  "nameLocation": "12018:20:42",
3888
3888
  "nodeType": "FunctionDefinition",
3889
3889
  "parameters": {
3890
- "id": 22591,
3890
+ "id": 22594,
3891
3891
  "nodeType": "ParameterList",
3892
3892
  "parameters": [
3893
3893
  {
3894
3894
  "constant": false,
3895
- "id": 22582,
3895
+ "id": 22585,
3896
3896
  "mutability": "mutable",
3897
3897
  "name": "token",
3898
3898
  "nameLocation": "12065:5:42",
3899
3899
  "nodeType": "VariableDeclaration",
3900
- "scope": 22595,
3900
+ "scope": 22598,
3901
3901
  "src": "12048:22:42",
3902
3902
  "stateVariable": false,
3903
3903
  "storageLocation": "default",
3904
3904
  "typeDescriptions": {
3905
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3905
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3906
3906
  "typeString": "contract ISuperfluidToken"
3907
3907
  },
3908
3908
  "typeName": {
3909
- "id": 22581,
3909
+ "id": 22584,
3910
3910
  "nodeType": "UserDefinedTypeName",
3911
3911
  "pathNode": {
3912
- "id": 22580,
3912
+ "id": 22583,
3913
3913
  "name": "ISuperfluidToken",
3914
3914
  "nameLocations": [
3915
3915
  "12048:16:42"
3916
3916
  ],
3917
3917
  "nodeType": "IdentifierPath",
3918
- "referencedDeclaration": 25463,
3918
+ "referencedDeclaration": 25466,
3919
3919
  "src": "12048:16:42"
3920
3920
  },
3921
- "referencedDeclaration": 25463,
3921
+ "referencedDeclaration": 25466,
3922
3922
  "src": "12048:16:42",
3923
3923
  "typeDescriptions": {
3924
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3924
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
3925
3925
  "typeString": "contract ISuperfluidToken"
3926
3926
  }
3927
3927
  },
@@ -3929,12 +3929,12 @@
3929
3929
  },
3930
3930
  {
3931
3931
  "constant": false,
3932
- "id": 22584,
3932
+ "id": 22587,
3933
3933
  "mutability": "mutable",
3934
3934
  "name": "sender",
3935
3935
  "nameLocation": "12088:6:42",
3936
3936
  "nodeType": "VariableDeclaration",
3937
- "scope": 22595,
3937
+ "scope": 22598,
3938
3938
  "src": "12080:14:42",
3939
3939
  "stateVariable": false,
3940
3940
  "storageLocation": "default",
@@ -3943,7 +3943,7 @@
3943
3943
  "typeString": "address"
3944
3944
  },
3945
3945
  "typeName": {
3946
- "id": 22583,
3946
+ "id": 22586,
3947
3947
  "name": "address",
3948
3948
  "nodeType": "ElementaryTypeName",
3949
3949
  "src": "12080:7:42",
@@ -3957,12 +3957,12 @@
3957
3957
  },
3958
3958
  {
3959
3959
  "constant": false,
3960
- "id": 22586,
3960
+ "id": 22589,
3961
3961
  "mutability": "mutable",
3962
3962
  "name": "receiver",
3963
3963
  "nameLocation": "12112:8:42",
3964
3964
  "nodeType": "VariableDeclaration",
3965
- "scope": 22595,
3965
+ "scope": 22598,
3966
3966
  "src": "12104:16:42",
3967
3967
  "stateVariable": false,
3968
3968
  "storageLocation": "default",
@@ -3971,7 +3971,7 @@
3971
3971
  "typeString": "address"
3972
3972
  },
3973
3973
  "typeName": {
3974
- "id": 22585,
3974
+ "id": 22588,
3975
3975
  "name": "address",
3976
3976
  "nodeType": "ElementaryTypeName",
3977
3977
  "src": "12104:7:42",
@@ -3985,12 +3985,12 @@
3985
3985
  },
3986
3986
  {
3987
3987
  "constant": false,
3988
- "id": 22588,
3988
+ "id": 22591,
3989
3989
  "mutability": "mutable",
3990
3990
  "name": "flowRate",
3991
3991
  "nameLocation": "12136:8:42",
3992
3992
  "nodeType": "VariableDeclaration",
3993
- "scope": 22595,
3993
+ "scope": 22598,
3994
3994
  "src": "12130:14:42",
3995
3995
  "stateVariable": false,
3996
3996
  "storageLocation": "default",
@@ -3999,7 +3999,7 @@
3999
3999
  "typeString": "int96"
4000
4000
  },
4001
4001
  "typeName": {
4002
- "id": 22587,
4002
+ "id": 22590,
4003
4003
  "name": "int96",
4004
4004
  "nodeType": "ElementaryTypeName",
4005
4005
  "src": "12130:5:42",
@@ -4012,12 +4012,12 @@
4012
4012
  },
4013
4013
  {
4014
4014
  "constant": false,
4015
- "id": 22590,
4015
+ "id": 22593,
4016
4016
  "mutability": "mutable",
4017
4017
  "name": "ctx",
4018
4018
  "nameLocation": "12169:3:42",
4019
4019
  "nodeType": "VariableDeclaration",
4020
- "scope": 22595,
4020
+ "scope": 22598,
4021
4021
  "src": "12154:18:42",
4022
4022
  "stateVariable": false,
4023
4023
  "storageLocation": "calldata",
@@ -4026,7 +4026,7 @@
4026
4026
  "typeString": "bytes"
4027
4027
  },
4028
4028
  "typeName": {
4029
- "id": 22589,
4029
+ "id": 22592,
4030
4030
  "name": "bytes",
4031
4031
  "nodeType": "ElementaryTypeName",
4032
4032
  "src": "12154:5:42",
@@ -4041,17 +4041,17 @@
4041
4041
  "src": "12038:140:42"
4042
4042
  },
4043
4043
  "returnParameters": {
4044
- "id": 22594,
4044
+ "id": 22597,
4045
4045
  "nodeType": "ParameterList",
4046
4046
  "parameters": [
4047
4047
  {
4048
4048
  "constant": false,
4049
- "id": 22593,
4049
+ "id": 22596,
4050
4050
  "mutability": "mutable",
4051
4051
  "name": "newCtx",
4052
4052
  "nameLocation": "12233:6:42",
4053
4053
  "nodeType": "VariableDeclaration",
4054
- "scope": 22595,
4054
+ "scope": 22598,
4055
4055
  "src": "12220:19:42",
4056
4056
  "stateVariable": false,
4057
4057
  "storageLocation": "memory",
@@ -4060,7 +4060,7 @@
4060
4060
  "typeString": "bytes"
4061
4061
  },
4062
4062
  "typeName": {
4063
- "id": 22592,
4063
+ "id": 22595,
4064
4064
  "name": "bytes",
4065
4065
  "nodeType": "ElementaryTypeName",
4066
4066
  "src": "12220:5:42",
@@ -4074,7 +4074,7 @@
4074
4074
  ],
4075
4075
  "src": "12219:21:42"
4076
4076
  },
4077
- "scope": 22729,
4077
+ "scope": 22732,
4078
4078
  "src": "12009:232:42",
4079
4079
  "stateMutability": "nonpayable",
4080
4080
  "virtual": true,
@@ -4082,13 +4082,13 @@
4082
4082
  },
4083
4083
  {
4084
4084
  "documentation": {
4085
- "id": 22596,
4085
+ "id": 22599,
4086
4086
  "nodeType": "StructuredDocumentation",
4087
4087
  "src": "12247:415:42",
4088
4088
  "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"
4089
4089
  },
4090
4090
  "functionSelector": "e6a1e888",
4091
- "id": 22614,
4091
+ "id": 22617,
4092
4092
  "implemented": false,
4093
4093
  "kind": "function",
4094
4094
  "modifiers": [],
@@ -4096,41 +4096,41 @@
4096
4096
  "nameLocation": "12676:7:42",
4097
4097
  "nodeType": "FunctionDefinition",
4098
4098
  "parameters": {
4099
- "id": 22604,
4099
+ "id": 22607,
4100
4100
  "nodeType": "ParameterList",
4101
4101
  "parameters": [
4102
4102
  {
4103
4103
  "constant": false,
4104
- "id": 22599,
4104
+ "id": 22602,
4105
4105
  "mutability": "mutable",
4106
4106
  "name": "token",
4107
4107
  "nameLocation": "12710:5:42",
4108
4108
  "nodeType": "VariableDeclaration",
4109
- "scope": 22614,
4109
+ "scope": 22617,
4110
4110
  "src": "12693:22:42",
4111
4111
  "stateVariable": false,
4112
4112
  "storageLocation": "default",
4113
4113
  "typeDescriptions": {
4114
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4114
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4115
4115
  "typeString": "contract ISuperfluidToken"
4116
4116
  },
4117
4117
  "typeName": {
4118
- "id": 22598,
4118
+ "id": 22601,
4119
4119
  "nodeType": "UserDefinedTypeName",
4120
4120
  "pathNode": {
4121
- "id": 22597,
4121
+ "id": 22600,
4122
4122
  "name": "ISuperfluidToken",
4123
4123
  "nameLocations": [
4124
4124
  "12693:16:42"
4125
4125
  ],
4126
4126
  "nodeType": "IdentifierPath",
4127
- "referencedDeclaration": 25463,
4127
+ "referencedDeclaration": 25466,
4128
4128
  "src": "12693:16:42"
4129
4129
  },
4130
- "referencedDeclaration": 25463,
4130
+ "referencedDeclaration": 25466,
4131
4131
  "src": "12693:16:42",
4132
4132
  "typeDescriptions": {
4133
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4133
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4134
4134
  "typeString": "contract ISuperfluidToken"
4135
4135
  }
4136
4136
  },
@@ -4138,12 +4138,12 @@
4138
4138
  },
4139
4139
  {
4140
4140
  "constant": false,
4141
- "id": 22601,
4141
+ "id": 22604,
4142
4142
  "mutability": "mutable",
4143
4143
  "name": "sender",
4144
4144
  "nameLocation": "12733:6:42",
4145
4145
  "nodeType": "VariableDeclaration",
4146
- "scope": 22614,
4146
+ "scope": 22617,
4147
4147
  "src": "12725:14:42",
4148
4148
  "stateVariable": false,
4149
4149
  "storageLocation": "default",
@@ -4152,7 +4152,7 @@
4152
4152
  "typeString": "address"
4153
4153
  },
4154
4154
  "typeName": {
4155
- "id": 22600,
4155
+ "id": 22603,
4156
4156
  "name": "address",
4157
4157
  "nodeType": "ElementaryTypeName",
4158
4158
  "src": "12725:7:42",
@@ -4166,12 +4166,12 @@
4166
4166
  },
4167
4167
  {
4168
4168
  "constant": false,
4169
- "id": 22603,
4169
+ "id": 22606,
4170
4170
  "mutability": "mutable",
4171
4171
  "name": "receiver",
4172
4172
  "nameLocation": "12757:8:42",
4173
4173
  "nodeType": "VariableDeclaration",
4174
- "scope": 22614,
4174
+ "scope": 22617,
4175
4175
  "src": "12749:16:42",
4176
4176
  "stateVariable": false,
4177
4177
  "storageLocation": "default",
@@ -4180,7 +4180,7 @@
4180
4180
  "typeString": "address"
4181
4181
  },
4182
4182
  "typeName": {
4183
- "id": 22602,
4183
+ "id": 22605,
4184
4184
  "name": "address",
4185
4185
  "nodeType": "ElementaryTypeName",
4186
4186
  "src": "12749:7:42",
@@ -4196,17 +4196,17 @@
4196
4196
  "src": "12683:88:42"
4197
4197
  },
4198
4198
  "returnParameters": {
4199
- "id": 22613,
4199
+ "id": 22616,
4200
4200
  "nodeType": "ParameterList",
4201
4201
  "parameters": [
4202
4202
  {
4203
4203
  "constant": false,
4204
- "id": 22606,
4204
+ "id": 22609,
4205
4205
  "mutability": "mutable",
4206
4206
  "name": "timestamp",
4207
4207
  "nameLocation": "12840:9:42",
4208
4208
  "nodeType": "VariableDeclaration",
4209
- "scope": 22614,
4209
+ "scope": 22617,
4210
4210
  "src": "12832:17:42",
4211
4211
  "stateVariable": false,
4212
4212
  "storageLocation": "default",
@@ -4215,7 +4215,7 @@
4215
4215
  "typeString": "uint256"
4216
4216
  },
4217
4217
  "typeName": {
4218
- "id": 22605,
4218
+ "id": 22608,
4219
4219
  "name": "uint256",
4220
4220
  "nodeType": "ElementaryTypeName",
4221
4221
  "src": "12832:7:42",
@@ -4228,12 +4228,12 @@
4228
4228
  },
4229
4229
  {
4230
4230
  "constant": false,
4231
- "id": 22608,
4231
+ "id": 22611,
4232
4232
  "mutability": "mutable",
4233
4233
  "name": "flowRate",
4234
4234
  "nameLocation": "12869:8:42",
4235
4235
  "nodeType": "VariableDeclaration",
4236
- "scope": 22614,
4236
+ "scope": 22617,
4237
4237
  "src": "12863:14:42",
4238
4238
  "stateVariable": false,
4239
4239
  "storageLocation": "default",
@@ -4242,7 +4242,7 @@
4242
4242
  "typeString": "int96"
4243
4243
  },
4244
4244
  "typeName": {
4245
- "id": 22607,
4245
+ "id": 22610,
4246
4246
  "name": "int96",
4247
4247
  "nodeType": "ElementaryTypeName",
4248
4248
  "src": "12863:5:42",
@@ -4255,12 +4255,12 @@
4255
4255
  },
4256
4256
  {
4257
4257
  "constant": false,
4258
- "id": 22610,
4258
+ "id": 22613,
4259
4259
  "mutability": "mutable",
4260
4260
  "name": "deposit",
4261
4261
  "nameLocation": "12899:7:42",
4262
4262
  "nodeType": "VariableDeclaration",
4263
- "scope": 22614,
4263
+ "scope": 22617,
4264
4264
  "src": "12891:15:42",
4265
4265
  "stateVariable": false,
4266
4266
  "storageLocation": "default",
@@ -4269,7 +4269,7 @@
4269
4269
  "typeString": "uint256"
4270
4270
  },
4271
4271
  "typeName": {
4272
- "id": 22609,
4272
+ "id": 22612,
4273
4273
  "name": "uint256",
4274
4274
  "nodeType": "ElementaryTypeName",
4275
4275
  "src": "12891:7:42",
@@ -4282,12 +4282,12 @@
4282
4282
  },
4283
4283
  {
4284
4284
  "constant": false,
4285
- "id": 22612,
4285
+ "id": 22615,
4286
4286
  "mutability": "mutable",
4287
4287
  "name": "owedDeposit",
4288
4288
  "nameLocation": "12928:11:42",
4289
4289
  "nodeType": "VariableDeclaration",
4290
- "scope": 22614,
4290
+ "scope": 22617,
4291
4291
  "src": "12920:19:42",
4292
4292
  "stateVariable": false,
4293
4293
  "storageLocation": "default",
@@ -4296,7 +4296,7 @@
4296
4296
  "typeString": "uint256"
4297
4297
  },
4298
4298
  "typeName": {
4299
- "id": 22611,
4299
+ "id": 22614,
4300
4300
  "name": "uint256",
4301
4301
  "nodeType": "ElementaryTypeName",
4302
4302
  "src": "12920:7:42",
@@ -4310,7 +4310,7 @@
4310
4310
  ],
4311
4311
  "src": "12818:131:42"
4312
4312
  },
4313
- "scope": 22729,
4313
+ "scope": 22732,
4314
4314
  "src": "12667:283:42",
4315
4315
  "stateMutability": "view",
4316
4316
  "virtual": true,
@@ -4318,13 +4318,13 @@
4318
4318
  },
4319
4319
  {
4320
4320
  "documentation": {
4321
- "id": 22615,
4321
+ "id": 22618,
4322
4322
  "nodeType": "StructuredDocumentation",
4323
4323
  "src": "12956:445:42",
4324
4324
  "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"
4325
4325
  },
4326
4326
  "functionSelector": "aabd2668",
4327
- "id": 22631,
4327
+ "id": 22634,
4328
4328
  "implemented": false,
4329
4329
  "kind": "function",
4330
4330
  "modifiers": [],
@@ -4332,41 +4332,41 @@
4332
4332
  "nameLocation": "13415:11:42",
4333
4333
  "nodeType": "FunctionDefinition",
4334
4334
  "parameters": {
4335
- "id": 22621,
4335
+ "id": 22624,
4336
4336
  "nodeType": "ParameterList",
4337
4337
  "parameters": [
4338
4338
  {
4339
4339
  "constant": false,
4340
- "id": 22618,
4340
+ "id": 22621,
4341
4341
  "mutability": "mutable",
4342
4342
  "name": "token",
4343
4343
  "nameLocation": "13452:5:42",
4344
4344
  "nodeType": "VariableDeclaration",
4345
- "scope": 22631,
4345
+ "scope": 22634,
4346
4346
  "src": "13435:22:42",
4347
4347
  "stateVariable": false,
4348
4348
  "storageLocation": "default",
4349
4349
  "typeDescriptions": {
4350
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4350
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4351
4351
  "typeString": "contract ISuperfluidToken"
4352
4352
  },
4353
4353
  "typeName": {
4354
- "id": 22617,
4354
+ "id": 22620,
4355
4355
  "nodeType": "UserDefinedTypeName",
4356
4356
  "pathNode": {
4357
- "id": 22616,
4357
+ "id": 22619,
4358
4358
  "name": "ISuperfluidToken",
4359
4359
  "nameLocations": [
4360
4360
  "13435:16:42"
4361
4361
  ],
4362
4362
  "nodeType": "IdentifierPath",
4363
- "referencedDeclaration": 25463,
4363
+ "referencedDeclaration": 25466,
4364
4364
  "src": "13435:16:42"
4365
4365
  },
4366
- "referencedDeclaration": 25463,
4366
+ "referencedDeclaration": 25466,
4367
4367
  "src": "13435:16:42",
4368
4368
  "typeDescriptions": {
4369
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4369
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4370
4370
  "typeString": "contract ISuperfluidToken"
4371
4371
  }
4372
4372
  },
@@ -4374,12 +4374,12 @@
4374
4374
  },
4375
4375
  {
4376
4376
  "constant": false,
4377
- "id": 22620,
4377
+ "id": 22623,
4378
4378
  "mutability": "mutable",
4379
4379
  "name": "agreementId",
4380
4380
  "nameLocation": "13474:11:42",
4381
4381
  "nodeType": "VariableDeclaration",
4382
- "scope": 22631,
4382
+ "scope": 22634,
4383
4383
  "src": "13466:19:42",
4384
4384
  "stateVariable": false,
4385
4385
  "storageLocation": "default",
@@ -4388,7 +4388,7 @@
4388
4388
  "typeString": "bytes32"
4389
4389
  },
4390
4390
  "typeName": {
4391
- "id": 22619,
4391
+ "id": 22622,
4392
4392
  "name": "bytes32",
4393
4393
  "nodeType": "ElementaryTypeName",
4394
4394
  "src": "13466:7:42",
@@ -4403,17 +4403,17 @@
4403
4403
  "src": "13426:65:42"
4404
4404
  },
4405
4405
  "returnParameters": {
4406
- "id": 22630,
4406
+ "id": 22633,
4407
4407
  "nodeType": "ParameterList",
4408
4408
  "parameters": [
4409
4409
  {
4410
4410
  "constant": false,
4411
- "id": 22623,
4411
+ "id": 22626,
4412
4412
  "mutability": "mutable",
4413
4413
  "name": "timestamp",
4414
4414
  "nameLocation": "13560:9:42",
4415
4415
  "nodeType": "VariableDeclaration",
4416
- "scope": 22631,
4416
+ "scope": 22634,
4417
4417
  "src": "13552:17:42",
4418
4418
  "stateVariable": false,
4419
4419
  "storageLocation": "default",
@@ -4422,7 +4422,7 @@
4422
4422
  "typeString": "uint256"
4423
4423
  },
4424
4424
  "typeName": {
4425
- "id": 22622,
4425
+ "id": 22625,
4426
4426
  "name": "uint256",
4427
4427
  "nodeType": "ElementaryTypeName",
4428
4428
  "src": "13552:7:42",
@@ -4435,12 +4435,12 @@
4435
4435
  },
4436
4436
  {
4437
4437
  "constant": false,
4438
- "id": 22625,
4438
+ "id": 22628,
4439
4439
  "mutability": "mutable",
4440
4440
  "name": "flowRate",
4441
4441
  "nameLocation": "13589:8:42",
4442
4442
  "nodeType": "VariableDeclaration",
4443
- "scope": 22631,
4443
+ "scope": 22634,
4444
4444
  "src": "13583:14:42",
4445
4445
  "stateVariable": false,
4446
4446
  "storageLocation": "default",
@@ -4449,7 +4449,7 @@
4449
4449
  "typeString": "int96"
4450
4450
  },
4451
4451
  "typeName": {
4452
- "id": 22624,
4452
+ "id": 22627,
4453
4453
  "name": "int96",
4454
4454
  "nodeType": "ElementaryTypeName",
4455
4455
  "src": "13583:5:42",
@@ -4462,12 +4462,12 @@
4462
4462
  },
4463
4463
  {
4464
4464
  "constant": false,
4465
- "id": 22627,
4465
+ "id": 22630,
4466
4466
  "mutability": "mutable",
4467
4467
  "name": "deposit",
4468
4468
  "nameLocation": "13619:7:42",
4469
4469
  "nodeType": "VariableDeclaration",
4470
- "scope": 22631,
4470
+ "scope": 22634,
4471
4471
  "src": "13611:15:42",
4472
4472
  "stateVariable": false,
4473
4473
  "storageLocation": "default",
@@ -4476,7 +4476,7 @@
4476
4476
  "typeString": "uint256"
4477
4477
  },
4478
4478
  "typeName": {
4479
- "id": 22626,
4479
+ "id": 22629,
4480
4480
  "name": "uint256",
4481
4481
  "nodeType": "ElementaryTypeName",
4482
4482
  "src": "13611:7:42",
@@ -4489,12 +4489,12 @@
4489
4489
  },
4490
4490
  {
4491
4491
  "constant": false,
4492
- "id": 22629,
4492
+ "id": 22632,
4493
4493
  "mutability": "mutable",
4494
4494
  "name": "owedDeposit",
4495
4495
  "nameLocation": "13648:11:42",
4496
4496
  "nodeType": "VariableDeclaration",
4497
- "scope": 22631,
4497
+ "scope": 22634,
4498
4498
  "src": "13640:19:42",
4499
4499
  "stateVariable": false,
4500
4500
  "storageLocation": "default",
@@ -4503,7 +4503,7 @@
4503
4503
  "typeString": "uint256"
4504
4504
  },
4505
4505
  "typeName": {
4506
- "id": 22628,
4506
+ "id": 22631,
4507
4507
  "name": "uint256",
4508
4508
  "nodeType": "ElementaryTypeName",
4509
4509
  "src": "13640:7:42",
@@ -4517,7 +4517,7 @@
4517
4517
  ],
4518
4518
  "src": "13538:131:42"
4519
4519
  },
4520
- "scope": 22729,
4520
+ "scope": 22732,
4521
4521
  "src": "13406:264:42",
4522
4522
  "stateMutability": "view",
4523
4523
  "virtual": true,
@@ -4525,13 +4525,13 @@
4525
4525
  },
4526
4526
  {
4527
4527
  "documentation": {
4528
- "id": 22632,
4528
+ "id": 22635,
4529
4529
  "nodeType": "StructuredDocumentation",
4530
4530
  "src": "13676:436:42",
4531
4531
  "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"
4532
4532
  },
4533
4533
  "functionSelector": "0f1ac495",
4534
- "id": 22648,
4534
+ "id": 22651,
4535
4535
  "implemented": false,
4536
4536
  "kind": "function",
4537
4537
  "modifiers": [],
@@ -4539,41 +4539,41 @@
4539
4539
  "nameLocation": "14126:18:42",
4540
4540
  "nodeType": "FunctionDefinition",
4541
4541
  "parameters": {
4542
- "id": 22638,
4542
+ "id": 22641,
4543
4543
  "nodeType": "ParameterList",
4544
4544
  "parameters": [
4545
4545
  {
4546
4546
  "constant": false,
4547
- "id": 22635,
4547
+ "id": 22638,
4548
4548
  "mutability": "mutable",
4549
4549
  "name": "token",
4550
4550
  "nameLocation": "14171:5:42",
4551
4551
  "nodeType": "VariableDeclaration",
4552
- "scope": 22648,
4552
+ "scope": 22651,
4553
4553
  "src": "14154:22:42",
4554
4554
  "stateVariable": false,
4555
4555
  "storageLocation": "default",
4556
4556
  "typeDescriptions": {
4557
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4557
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4558
4558
  "typeString": "contract ISuperfluidToken"
4559
4559
  },
4560
4560
  "typeName": {
4561
- "id": 22634,
4561
+ "id": 22637,
4562
4562
  "nodeType": "UserDefinedTypeName",
4563
4563
  "pathNode": {
4564
- "id": 22633,
4564
+ "id": 22636,
4565
4565
  "name": "ISuperfluidToken",
4566
4566
  "nameLocations": [
4567
4567
  "14154:16:42"
4568
4568
  ],
4569
4569
  "nodeType": "IdentifierPath",
4570
- "referencedDeclaration": 25463,
4570
+ "referencedDeclaration": 25466,
4571
4571
  "src": "14154:16:42"
4572
4572
  },
4573
- "referencedDeclaration": 25463,
4573
+ "referencedDeclaration": 25466,
4574
4574
  "src": "14154:16:42",
4575
4575
  "typeDescriptions": {
4576
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4576
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4577
4577
  "typeString": "contract ISuperfluidToken"
4578
4578
  }
4579
4579
  },
@@ -4581,12 +4581,12 @@
4581
4581
  },
4582
4582
  {
4583
4583
  "constant": false,
4584
- "id": 22637,
4584
+ "id": 22640,
4585
4585
  "mutability": "mutable",
4586
4586
  "name": "account",
4587
4587
  "nameLocation": "14194:7:42",
4588
4588
  "nodeType": "VariableDeclaration",
4589
- "scope": 22648,
4589
+ "scope": 22651,
4590
4590
  "src": "14186:15:42",
4591
4591
  "stateVariable": false,
4592
4592
  "storageLocation": "default",
@@ -4595,7 +4595,7 @@
4595
4595
  "typeString": "address"
4596
4596
  },
4597
4597
  "typeName": {
4598
- "id": 22636,
4598
+ "id": 22639,
4599
4599
  "name": "address",
4600
4600
  "nodeType": "ElementaryTypeName",
4601
4601
  "src": "14186:7:42",
@@ -4611,17 +4611,17 @@
4611
4611
  "src": "14144:63:42"
4612
4612
  },
4613
4613
  "returnParameters": {
4614
- "id": 22647,
4614
+ "id": 22650,
4615
4615
  "nodeType": "ParameterList",
4616
4616
  "parameters": [
4617
4617
  {
4618
4618
  "constant": false,
4619
- "id": 22640,
4619
+ "id": 22643,
4620
4620
  "mutability": "mutable",
4621
4621
  "name": "timestamp",
4622
4622
  "nameLocation": "14276:9:42",
4623
4623
  "nodeType": "VariableDeclaration",
4624
- "scope": 22648,
4624
+ "scope": 22651,
4625
4625
  "src": "14268:17:42",
4626
4626
  "stateVariable": false,
4627
4627
  "storageLocation": "default",
@@ -4630,7 +4630,7 @@
4630
4630
  "typeString": "uint256"
4631
4631
  },
4632
4632
  "typeName": {
4633
- "id": 22639,
4633
+ "id": 22642,
4634
4634
  "name": "uint256",
4635
4635
  "nodeType": "ElementaryTypeName",
4636
4636
  "src": "14268:7:42",
@@ -4643,12 +4643,12 @@
4643
4643
  },
4644
4644
  {
4645
4645
  "constant": false,
4646
- "id": 22642,
4646
+ "id": 22645,
4647
4647
  "mutability": "mutable",
4648
4648
  "name": "flowRate",
4649
4649
  "nameLocation": "14305:8:42",
4650
4650
  "nodeType": "VariableDeclaration",
4651
- "scope": 22648,
4651
+ "scope": 22651,
4652
4652
  "src": "14299:14:42",
4653
4653
  "stateVariable": false,
4654
4654
  "storageLocation": "default",
@@ -4657,7 +4657,7 @@
4657
4657
  "typeString": "int96"
4658
4658
  },
4659
4659
  "typeName": {
4660
- "id": 22641,
4660
+ "id": 22644,
4661
4661
  "name": "int96",
4662
4662
  "nodeType": "ElementaryTypeName",
4663
4663
  "src": "14299:5:42",
@@ -4670,12 +4670,12 @@
4670
4670
  },
4671
4671
  {
4672
4672
  "constant": false,
4673
- "id": 22644,
4673
+ "id": 22647,
4674
4674
  "mutability": "mutable",
4675
4675
  "name": "deposit",
4676
4676
  "nameLocation": "14335:7:42",
4677
4677
  "nodeType": "VariableDeclaration",
4678
- "scope": 22648,
4678
+ "scope": 22651,
4679
4679
  "src": "14327:15:42",
4680
4680
  "stateVariable": false,
4681
4681
  "storageLocation": "default",
@@ -4684,7 +4684,7 @@
4684
4684
  "typeString": "uint256"
4685
4685
  },
4686
4686
  "typeName": {
4687
- "id": 22643,
4687
+ "id": 22646,
4688
4688
  "name": "uint256",
4689
4689
  "nodeType": "ElementaryTypeName",
4690
4690
  "src": "14327:7:42",
@@ -4697,12 +4697,12 @@
4697
4697
  },
4698
4698
  {
4699
4699
  "constant": false,
4700
- "id": 22646,
4700
+ "id": 22649,
4701
4701
  "mutability": "mutable",
4702
4702
  "name": "owedDeposit",
4703
4703
  "nameLocation": "14364:11:42",
4704
4704
  "nodeType": "VariableDeclaration",
4705
- "scope": 22648,
4705
+ "scope": 22651,
4706
4706
  "src": "14356:19:42",
4707
4707
  "stateVariable": false,
4708
4708
  "storageLocation": "default",
@@ -4711,7 +4711,7 @@
4711
4711
  "typeString": "uint256"
4712
4712
  },
4713
4713
  "typeName": {
4714
- "id": 22645,
4714
+ "id": 22648,
4715
4715
  "name": "uint256",
4716
4716
  "nodeType": "ElementaryTypeName",
4717
4717
  "src": "14356:7:42",
@@ -4725,7 +4725,7 @@
4725
4725
  ],
4726
4726
  "src": "14254:122:42"
4727
4727
  },
4728
- "scope": 22729,
4728
+ "scope": 22732,
4729
4729
  "src": "14117:260:42",
4730
4730
  "stateMutability": "view",
4731
4731
  "virtual": true,
@@ -4733,13 +4733,13 @@
4733
4733
  },
4734
4734
  {
4735
4735
  "documentation": {
4736
- "id": 22649,
4736
+ "id": 22652,
4737
4737
  "nodeType": "StructuredDocumentation",
4738
4738
  "src": "14383:182:42",
4739
4739
  "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"
4740
4740
  },
4741
4741
  "functionSelector": "e8e7e2d1",
4742
- "id": 22659,
4742
+ "id": 22662,
4743
4743
  "implemented": false,
4744
4744
  "kind": "function",
4745
4745
  "modifiers": [],
@@ -4747,41 +4747,41 @@
4747
4747
  "nameLocation": "14579:10:42",
4748
4748
  "nodeType": "FunctionDefinition",
4749
4749
  "parameters": {
4750
- "id": 22655,
4750
+ "id": 22658,
4751
4751
  "nodeType": "ParameterList",
4752
4752
  "parameters": [
4753
4753
  {
4754
4754
  "constant": false,
4755
- "id": 22652,
4755
+ "id": 22655,
4756
4756
  "mutability": "mutable",
4757
4757
  "name": "token",
4758
4758
  "nameLocation": "14616:5:42",
4759
4759
  "nodeType": "VariableDeclaration",
4760
- "scope": 22659,
4760
+ "scope": 22662,
4761
4761
  "src": "14599:22:42",
4762
4762
  "stateVariable": false,
4763
4763
  "storageLocation": "default",
4764
4764
  "typeDescriptions": {
4765
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4765
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4766
4766
  "typeString": "contract ISuperfluidToken"
4767
4767
  },
4768
4768
  "typeName": {
4769
- "id": 22651,
4769
+ "id": 22654,
4770
4770
  "nodeType": "UserDefinedTypeName",
4771
4771
  "pathNode": {
4772
- "id": 22650,
4772
+ "id": 22653,
4773
4773
  "name": "ISuperfluidToken",
4774
4774
  "nameLocations": [
4775
4775
  "14599:16:42"
4776
4776
  ],
4777
4777
  "nodeType": "IdentifierPath",
4778
- "referencedDeclaration": 25463,
4778
+ "referencedDeclaration": 25466,
4779
4779
  "src": "14599:16:42"
4780
4780
  },
4781
- "referencedDeclaration": 25463,
4781
+ "referencedDeclaration": 25466,
4782
4782
  "src": "14599:16:42",
4783
4783
  "typeDescriptions": {
4784
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4784
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4785
4785
  "typeString": "contract ISuperfluidToken"
4786
4786
  }
4787
4787
  },
@@ -4789,12 +4789,12 @@
4789
4789
  },
4790
4790
  {
4791
4791
  "constant": false,
4792
- "id": 22654,
4792
+ "id": 22657,
4793
4793
  "mutability": "mutable",
4794
4794
  "name": "account",
4795
4795
  "nameLocation": "14639:7:42",
4796
4796
  "nodeType": "VariableDeclaration",
4797
- "scope": 22659,
4797
+ "scope": 22662,
4798
4798
  "src": "14631:15:42",
4799
4799
  "stateVariable": false,
4800
4800
  "storageLocation": "default",
@@ -4803,7 +4803,7 @@
4803
4803
  "typeString": "address"
4804
4804
  },
4805
4805
  "typeName": {
4806
- "id": 22653,
4806
+ "id": 22656,
4807
4807
  "name": "address",
4808
4808
  "nodeType": "ElementaryTypeName",
4809
4809
  "src": "14631:7:42",
@@ -4819,17 +4819,17 @@
4819
4819
  "src": "14589:63:42"
4820
4820
  },
4821
4821
  "returnParameters": {
4822
- "id": 22658,
4822
+ "id": 22661,
4823
4823
  "nodeType": "ParameterList",
4824
4824
  "parameters": [
4825
4825
  {
4826
4826
  "constant": false,
4827
- "id": 22657,
4827
+ "id": 22660,
4828
4828
  "mutability": "mutable",
4829
4829
  "name": "flowRate",
4830
4830
  "nameLocation": "14706:8:42",
4831
4831
  "nodeType": "VariableDeclaration",
4832
- "scope": 22659,
4832
+ "scope": 22662,
4833
4833
  "src": "14700:14:42",
4834
4834
  "stateVariable": false,
4835
4835
  "storageLocation": "default",
@@ -4838,7 +4838,7 @@
4838
4838
  "typeString": "int96"
4839
4839
  },
4840
4840
  "typeName": {
4841
- "id": 22656,
4841
+ "id": 22659,
4842
4842
  "name": "int96",
4843
4843
  "nodeType": "ElementaryTypeName",
4844
4844
  "src": "14700:5:42",
@@ -4852,7 +4852,7 @@
4852
4852
  ],
4853
4853
  "src": "14699:16:42"
4854
4854
  },
4855
- "scope": 22729,
4855
+ "scope": 22732,
4856
4856
  "src": "14570:146:42",
4857
4857
  "stateMutability": "view",
4858
4858
  "virtual": true,
@@ -4860,13 +4860,13 @@
4860
4860
  },
4861
4861
  {
4862
4862
  "documentation": {
4863
- "id": 22660,
4863
+ "id": 22663,
4864
4864
  "nodeType": "StructuredDocumentation",
4865
4865
  "src": "14722:763:42",
4866
4866
  "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"
4867
4867
  },
4868
4868
  "functionSelector": "b4b333c6",
4869
- "id": 22674,
4869
+ "id": 22677,
4870
4870
  "implemented": false,
4871
4871
  "kind": "function",
4872
4872
  "modifiers": [],
@@ -4874,41 +4874,41 @@
4874
4874
  "nameLocation": "15499:10:42",
4875
4875
  "nodeType": "FunctionDefinition",
4876
4876
  "parameters": {
4877
- "id": 22670,
4877
+ "id": 22673,
4878
4878
  "nodeType": "ParameterList",
4879
4879
  "parameters": [
4880
4880
  {
4881
4881
  "constant": false,
4882
- "id": 22663,
4882
+ "id": 22666,
4883
4883
  "mutability": "mutable",
4884
4884
  "name": "token",
4885
4885
  "nameLocation": "15536:5:42",
4886
4886
  "nodeType": "VariableDeclaration",
4887
- "scope": 22674,
4887
+ "scope": 22677,
4888
4888
  "src": "15519:22:42",
4889
4889
  "stateVariable": false,
4890
4890
  "storageLocation": "default",
4891
4891
  "typeDescriptions": {
4892
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4892
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4893
4893
  "typeString": "contract ISuperfluidToken"
4894
4894
  },
4895
4895
  "typeName": {
4896
- "id": 22662,
4896
+ "id": 22665,
4897
4897
  "nodeType": "UserDefinedTypeName",
4898
4898
  "pathNode": {
4899
- "id": 22661,
4899
+ "id": 22664,
4900
4900
  "name": "ISuperfluidToken",
4901
4901
  "nameLocations": [
4902
4902
  "15519:16:42"
4903
4903
  ],
4904
4904
  "nodeType": "IdentifierPath",
4905
- "referencedDeclaration": 25463,
4905
+ "referencedDeclaration": 25466,
4906
4906
  "src": "15519:16:42"
4907
4907
  },
4908
- "referencedDeclaration": 25463,
4908
+ "referencedDeclaration": 25466,
4909
4909
  "src": "15519:16:42",
4910
4910
  "typeDescriptions": {
4911
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4911
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
4912
4912
  "typeString": "contract ISuperfluidToken"
4913
4913
  }
4914
4914
  },
@@ -4916,12 +4916,12 @@
4916
4916
  },
4917
4917
  {
4918
4918
  "constant": false,
4919
- "id": 22665,
4919
+ "id": 22668,
4920
4920
  "mutability": "mutable",
4921
4921
  "name": "sender",
4922
4922
  "nameLocation": "15559:6:42",
4923
4923
  "nodeType": "VariableDeclaration",
4924
- "scope": 22674,
4924
+ "scope": 22677,
4925
4925
  "src": "15551:14:42",
4926
4926
  "stateVariable": false,
4927
4927
  "storageLocation": "default",
@@ -4930,7 +4930,7 @@
4930
4930
  "typeString": "address"
4931
4931
  },
4932
4932
  "typeName": {
4933
- "id": 22664,
4933
+ "id": 22667,
4934
4934
  "name": "address",
4935
4935
  "nodeType": "ElementaryTypeName",
4936
4936
  "src": "15551:7:42",
@@ -4944,12 +4944,12 @@
4944
4944
  },
4945
4945
  {
4946
4946
  "constant": false,
4947
- "id": 22667,
4947
+ "id": 22670,
4948
4948
  "mutability": "mutable",
4949
4949
  "name": "receiver",
4950
4950
  "nameLocation": "15583:8:42",
4951
4951
  "nodeType": "VariableDeclaration",
4952
- "scope": 22674,
4952
+ "scope": 22677,
4953
4953
  "src": "15575:16:42",
4954
4954
  "stateVariable": false,
4955
4955
  "storageLocation": "default",
@@ -4958,7 +4958,7 @@
4958
4958
  "typeString": "address"
4959
4959
  },
4960
4960
  "typeName": {
4961
- "id": 22666,
4961
+ "id": 22669,
4962
4962
  "name": "address",
4963
4963
  "nodeType": "ElementaryTypeName",
4964
4964
  "src": "15575:7:42",
@@ -4972,12 +4972,12 @@
4972
4972
  },
4973
4973
  {
4974
4974
  "constant": false,
4975
- "id": 22669,
4975
+ "id": 22672,
4976
4976
  "mutability": "mutable",
4977
4977
  "name": "ctx",
4978
4978
  "nameLocation": "15616:3:42",
4979
4979
  "nodeType": "VariableDeclaration",
4980
- "scope": 22674,
4980
+ "scope": 22677,
4981
4981
  "src": "15601:18:42",
4982
4982
  "stateVariable": false,
4983
4983
  "storageLocation": "calldata",
@@ -4986,7 +4986,7 @@
4986
4986
  "typeString": "bytes"
4987
4987
  },
4988
4988
  "typeName": {
4989
- "id": 22668,
4989
+ "id": 22671,
4990
4990
  "name": "bytes",
4991
4991
  "nodeType": "ElementaryTypeName",
4992
4992
  "src": "15601:5:42",
@@ -5001,17 +5001,17 @@
5001
5001
  "src": "15509:116:42"
5002
5002
  },
5003
5003
  "returnParameters": {
5004
- "id": 22673,
5004
+ "id": 22676,
5005
5005
  "nodeType": "ParameterList",
5006
5006
  "parameters": [
5007
5007
  {
5008
5008
  "constant": false,
5009
- "id": 22672,
5009
+ "id": 22675,
5010
5010
  "mutability": "mutable",
5011
5011
  "name": "newCtx",
5012
5012
  "nameLocation": "15680:6:42",
5013
5013
  "nodeType": "VariableDeclaration",
5014
- "scope": 22674,
5014
+ "scope": 22677,
5015
5015
  "src": "15667:19:42",
5016
5016
  "stateVariable": false,
5017
5017
  "storageLocation": "memory",
@@ -5020,7 +5020,7 @@
5020
5020
  "typeString": "bytes"
5021
5021
  },
5022
5022
  "typeName": {
5023
- "id": 22671,
5023
+ "id": 22674,
5024
5024
  "name": "bytes",
5025
5025
  "nodeType": "ElementaryTypeName",
5026
5026
  "src": "15667:5:42",
@@ -5034,7 +5034,7 @@
5034
5034
  ],
5035
5035
  "src": "15666:21:42"
5036
5036
  },
5037
- "scope": 22729,
5037
+ "scope": 22732,
5038
5038
  "src": "15490:198:42",
5039
5039
  "stateMutability": "nonpayable",
5040
5040
  "virtual": true,
@@ -5042,13 +5042,13 @@
5042
5042
  },
5043
5043
  {
5044
5044
  "documentation": {
5045
- "id": 22675,
5045
+ "id": 22678,
5046
5046
  "nodeType": "StructuredDocumentation",
5047
5047
  "src": "15694:321:42",
5048
5048
  "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"
5049
5049
  },
5050
5050
  "functionSelector": "4c8b181f",
5051
- "id": 22689,
5051
+ "id": 22692,
5052
5052
  "implemented": false,
5053
5053
  "kind": "function",
5054
5054
  "modifiers": [],
@@ -5056,41 +5056,41 @@
5056
5056
  "nameLocation": "16029:20:42",
5057
5057
  "nodeType": "FunctionDefinition",
5058
5058
  "parameters": {
5059
- "id": 22685,
5059
+ "id": 22688,
5060
5060
  "nodeType": "ParameterList",
5061
5061
  "parameters": [
5062
5062
  {
5063
5063
  "constant": false,
5064
- "id": 22678,
5064
+ "id": 22681,
5065
5065
  "mutability": "mutable",
5066
5066
  "name": "token",
5067
5067
  "nameLocation": "16076:5:42",
5068
5068
  "nodeType": "VariableDeclaration",
5069
- "scope": 22689,
5069
+ "scope": 22692,
5070
5070
  "src": "16059:22:42",
5071
5071
  "stateVariable": false,
5072
5072
  "storageLocation": "default",
5073
5073
  "typeDescriptions": {
5074
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5074
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5075
5075
  "typeString": "contract ISuperfluidToken"
5076
5076
  },
5077
5077
  "typeName": {
5078
- "id": 22677,
5078
+ "id": 22680,
5079
5079
  "nodeType": "UserDefinedTypeName",
5080
5080
  "pathNode": {
5081
- "id": 22676,
5081
+ "id": 22679,
5082
5082
  "name": "ISuperfluidToken",
5083
5083
  "nameLocations": [
5084
5084
  "16059:16:42"
5085
5085
  ],
5086
5086
  "nodeType": "IdentifierPath",
5087
- "referencedDeclaration": 25463,
5087
+ "referencedDeclaration": 25466,
5088
5088
  "src": "16059:16:42"
5089
5089
  },
5090
- "referencedDeclaration": 25463,
5090
+ "referencedDeclaration": 25466,
5091
5091
  "src": "16059:16:42",
5092
5092
  "typeDescriptions": {
5093
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5093
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5094
5094
  "typeString": "contract ISuperfluidToken"
5095
5095
  }
5096
5096
  },
@@ -5098,12 +5098,12 @@
5098
5098
  },
5099
5099
  {
5100
5100
  "constant": false,
5101
- "id": 22680,
5101
+ "id": 22683,
5102
5102
  "mutability": "mutable",
5103
5103
  "name": "sender",
5104
5104
  "nameLocation": "16099:6:42",
5105
5105
  "nodeType": "VariableDeclaration",
5106
- "scope": 22689,
5106
+ "scope": 22692,
5107
5107
  "src": "16091:14:42",
5108
5108
  "stateVariable": false,
5109
5109
  "storageLocation": "default",
@@ -5112,7 +5112,7 @@
5112
5112
  "typeString": "address"
5113
5113
  },
5114
5114
  "typeName": {
5115
- "id": 22679,
5115
+ "id": 22682,
5116
5116
  "name": "address",
5117
5117
  "nodeType": "ElementaryTypeName",
5118
5118
  "src": "16091:7:42",
@@ -5126,12 +5126,12 @@
5126
5126
  },
5127
5127
  {
5128
5128
  "constant": false,
5129
- "id": 22682,
5129
+ "id": 22685,
5130
5130
  "mutability": "mutable",
5131
5131
  "name": "receiver",
5132
5132
  "nameLocation": "16123:8:42",
5133
5133
  "nodeType": "VariableDeclaration",
5134
- "scope": 22689,
5134
+ "scope": 22692,
5135
5135
  "src": "16115:16:42",
5136
5136
  "stateVariable": false,
5137
5137
  "storageLocation": "default",
@@ -5140,7 +5140,7 @@
5140
5140
  "typeString": "address"
5141
5141
  },
5142
5142
  "typeName": {
5143
- "id": 22681,
5143
+ "id": 22684,
5144
5144
  "name": "address",
5145
5145
  "nodeType": "ElementaryTypeName",
5146
5146
  "src": "16115:7:42",
@@ -5154,12 +5154,12 @@
5154
5154
  },
5155
5155
  {
5156
5156
  "constant": false,
5157
- "id": 22684,
5157
+ "id": 22687,
5158
5158
  "mutability": "mutable",
5159
5159
  "name": "ctx",
5160
5160
  "nameLocation": "16156:3:42",
5161
5161
  "nodeType": "VariableDeclaration",
5162
- "scope": 22689,
5162
+ "scope": 22692,
5163
5163
  "src": "16141:18:42",
5164
5164
  "stateVariable": false,
5165
5165
  "storageLocation": "calldata",
@@ -5168,7 +5168,7 @@
5168
5168
  "typeString": "bytes"
5169
5169
  },
5170
5170
  "typeName": {
5171
- "id": 22683,
5171
+ "id": 22686,
5172
5172
  "name": "bytes",
5173
5173
  "nodeType": "ElementaryTypeName",
5174
5174
  "src": "16141:5:42",
@@ -5183,17 +5183,17 @@
5183
5183
  "src": "16049:116:42"
5184
5184
  },
5185
5185
  "returnParameters": {
5186
- "id": 22688,
5186
+ "id": 22691,
5187
5187
  "nodeType": "ParameterList",
5188
5188
  "parameters": [
5189
5189
  {
5190
5190
  "constant": false,
5191
- "id": 22687,
5191
+ "id": 22690,
5192
5192
  "mutability": "mutable",
5193
5193
  "name": "newCtx",
5194
5194
  "nameLocation": "16220:6:42",
5195
5195
  "nodeType": "VariableDeclaration",
5196
- "scope": 22689,
5196
+ "scope": 22692,
5197
5197
  "src": "16207:19:42",
5198
5198
  "stateVariable": false,
5199
5199
  "storageLocation": "memory",
@@ -5202,7 +5202,7 @@
5202
5202
  "typeString": "bytes"
5203
5203
  },
5204
5204
  "typeName": {
5205
- "id": 22686,
5205
+ "id": 22689,
5206
5206
  "name": "bytes",
5207
5207
  "nodeType": "ElementaryTypeName",
5208
5208
  "src": "16207:5:42",
@@ -5216,7 +5216,7 @@
5216
5216
  ],
5217
5217
  "src": "16206:21:42"
5218
5218
  },
5219
- "scope": 22729,
5219
+ "scope": 22732,
5220
5220
  "src": "16020:208:42",
5221
5221
  "stateMutability": "nonpayable",
5222
5222
  "virtual": true,
@@ -5225,53 +5225,53 @@
5225
5225
  {
5226
5226
  "anonymous": false,
5227
5227
  "documentation": {
5228
- "id": 22690,
5228
+ "id": 22693,
5229
5229
  "nodeType": "StructuredDocumentation",
5230
5230
  "src": "16239:353:42",
5231
5231
  "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)"
5232
5232
  },
5233
5233
  "eventSelector": "c0d5d3a6ac18cc1769788c925e6e7fc89cd47e4270a42884736fa9b3ec09f3a8",
5234
- "id": 22703,
5234
+ "id": 22706,
5235
5235
  "name": "FlowOperatorUpdated",
5236
5236
  "nameLocation": "16603:19:42",
5237
5237
  "nodeType": "EventDefinition",
5238
5238
  "parameters": {
5239
- "id": 22702,
5239
+ "id": 22705,
5240
5240
  "nodeType": "ParameterList",
5241
5241
  "parameters": [
5242
5242
  {
5243
5243
  "constant": false,
5244
- "id": 22693,
5244
+ "id": 22696,
5245
5245
  "indexed": true,
5246
5246
  "mutability": "mutable",
5247
5247
  "name": "token",
5248
5248
  "nameLocation": "16657:5:42",
5249
5249
  "nodeType": "VariableDeclaration",
5250
- "scope": 22703,
5250
+ "scope": 22706,
5251
5251
  "src": "16632:30:42",
5252
5252
  "stateVariable": false,
5253
5253
  "storageLocation": "default",
5254
5254
  "typeDescriptions": {
5255
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5255
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5256
5256
  "typeString": "contract ISuperfluidToken"
5257
5257
  },
5258
5258
  "typeName": {
5259
- "id": 22692,
5259
+ "id": 22695,
5260
5260
  "nodeType": "UserDefinedTypeName",
5261
5261
  "pathNode": {
5262
- "id": 22691,
5262
+ "id": 22694,
5263
5263
  "name": "ISuperfluidToken",
5264
5264
  "nameLocations": [
5265
5265
  "16632:16:42"
5266
5266
  ],
5267
5267
  "nodeType": "IdentifierPath",
5268
- "referencedDeclaration": 25463,
5268
+ "referencedDeclaration": 25466,
5269
5269
  "src": "16632:16:42"
5270
5270
  },
5271
- "referencedDeclaration": 25463,
5271
+ "referencedDeclaration": 25466,
5272
5272
  "src": "16632:16:42",
5273
5273
  "typeDescriptions": {
5274
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5274
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5275
5275
  "typeString": "contract ISuperfluidToken"
5276
5276
  }
5277
5277
  },
@@ -5279,13 +5279,13 @@
5279
5279
  },
5280
5280
  {
5281
5281
  "constant": false,
5282
- "id": 22695,
5282
+ "id": 22698,
5283
5283
  "indexed": true,
5284
5284
  "mutability": "mutable",
5285
5285
  "name": "sender",
5286
5286
  "nameLocation": "16688:6:42",
5287
5287
  "nodeType": "VariableDeclaration",
5288
- "scope": 22703,
5288
+ "scope": 22706,
5289
5289
  "src": "16672:22:42",
5290
5290
  "stateVariable": false,
5291
5291
  "storageLocation": "default",
@@ -5294,7 +5294,7 @@
5294
5294
  "typeString": "address"
5295
5295
  },
5296
5296
  "typeName": {
5297
- "id": 22694,
5297
+ "id": 22697,
5298
5298
  "name": "address",
5299
5299
  "nodeType": "ElementaryTypeName",
5300
5300
  "src": "16672:7:42",
@@ -5308,13 +5308,13 @@
5308
5308
  },
5309
5309
  {
5310
5310
  "constant": false,
5311
- "id": 22697,
5311
+ "id": 22700,
5312
5312
  "indexed": true,
5313
5313
  "mutability": "mutable",
5314
5314
  "name": "flowOperator",
5315
5315
  "nameLocation": "16720:12:42",
5316
5316
  "nodeType": "VariableDeclaration",
5317
- "scope": 22703,
5317
+ "scope": 22706,
5318
5318
  "src": "16704:28:42",
5319
5319
  "stateVariable": false,
5320
5320
  "storageLocation": "default",
@@ -5323,7 +5323,7 @@
5323
5323
  "typeString": "address"
5324
5324
  },
5325
5325
  "typeName": {
5326
- "id": 22696,
5326
+ "id": 22699,
5327
5327
  "name": "address",
5328
5328
  "nodeType": "ElementaryTypeName",
5329
5329
  "src": "16704:7:42",
@@ -5337,13 +5337,13 @@
5337
5337
  },
5338
5338
  {
5339
5339
  "constant": false,
5340
- "id": 22699,
5340
+ "id": 22702,
5341
5341
  "indexed": false,
5342
5342
  "mutability": "mutable",
5343
5343
  "name": "permissions",
5344
5344
  "nameLocation": "16748:11:42",
5345
5345
  "nodeType": "VariableDeclaration",
5346
- "scope": 22703,
5346
+ "scope": 22706,
5347
5347
  "src": "16742:17:42",
5348
5348
  "stateVariable": false,
5349
5349
  "storageLocation": "default",
@@ -5352,7 +5352,7 @@
5352
5352
  "typeString": "uint8"
5353
5353
  },
5354
5354
  "typeName": {
5355
- "id": 22698,
5355
+ "id": 22701,
5356
5356
  "name": "uint8",
5357
5357
  "nodeType": "ElementaryTypeName",
5358
5358
  "src": "16742:5:42",
@@ -5365,13 +5365,13 @@
5365
5365
  },
5366
5366
  {
5367
5367
  "constant": false,
5368
- "id": 22701,
5368
+ "id": 22704,
5369
5369
  "indexed": false,
5370
5370
  "mutability": "mutable",
5371
5371
  "name": "flowRateAllowance",
5372
5372
  "nameLocation": "16775:17:42",
5373
5373
  "nodeType": "VariableDeclaration",
5374
- "scope": 22703,
5374
+ "scope": 22706,
5375
5375
  "src": "16769:23:42",
5376
5376
  "stateVariable": false,
5377
5377
  "storageLocation": "default",
@@ -5380,7 +5380,7 @@
5380
5380
  "typeString": "int96"
5381
5381
  },
5382
5382
  "typeName": {
5383
- "id": 22700,
5383
+ "id": 22703,
5384
5384
  "name": "int96",
5385
5385
  "nodeType": "ElementaryTypeName",
5386
5386
  "src": "16769:5:42",
@@ -5399,53 +5399,53 @@
5399
5399
  {
5400
5400
  "anonymous": false,
5401
5401
  "documentation": {
5402
- "id": 22704,
5402
+ "id": 22707,
5403
5403
  "nodeType": "StructuredDocumentation",
5404
5404
  "src": "16805:466:42",
5405
5405
  "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"
5406
5406
  },
5407
5407
  "eventSelector": "57269d2ebcccecdcc0d9d2c0a0b80ead95f344e28ec20f50f709811f209d4e0e",
5408
- "id": 22721,
5408
+ "id": 22724,
5409
5409
  "name": "FlowUpdated",
5410
5410
  "nameLocation": "17282:11:42",
5411
5411
  "nodeType": "EventDefinition",
5412
5412
  "parameters": {
5413
- "id": 22720,
5413
+ "id": 22723,
5414
5414
  "nodeType": "ParameterList",
5415
5415
  "parameters": [
5416
5416
  {
5417
5417
  "constant": false,
5418
- "id": 22707,
5418
+ "id": 22710,
5419
5419
  "indexed": true,
5420
5420
  "mutability": "mutable",
5421
5421
  "name": "token",
5422
5422
  "nameLocation": "17328:5:42",
5423
5423
  "nodeType": "VariableDeclaration",
5424
- "scope": 22721,
5424
+ "scope": 22724,
5425
5425
  "src": "17303:30:42",
5426
5426
  "stateVariable": false,
5427
5427
  "storageLocation": "default",
5428
5428
  "typeDescriptions": {
5429
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5429
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5430
5430
  "typeString": "contract ISuperfluidToken"
5431
5431
  },
5432
5432
  "typeName": {
5433
- "id": 22706,
5433
+ "id": 22709,
5434
5434
  "nodeType": "UserDefinedTypeName",
5435
5435
  "pathNode": {
5436
- "id": 22705,
5436
+ "id": 22708,
5437
5437
  "name": "ISuperfluidToken",
5438
5438
  "nameLocations": [
5439
5439
  "17303:16:42"
5440
5440
  ],
5441
5441
  "nodeType": "IdentifierPath",
5442
- "referencedDeclaration": 25463,
5442
+ "referencedDeclaration": 25466,
5443
5443
  "src": "17303:16:42"
5444
5444
  },
5445
- "referencedDeclaration": 25463,
5445
+ "referencedDeclaration": 25466,
5446
5446
  "src": "17303:16:42",
5447
5447
  "typeDescriptions": {
5448
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
5448
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
5449
5449
  "typeString": "contract ISuperfluidToken"
5450
5450
  }
5451
5451
  },
@@ -5453,13 +5453,13 @@
5453
5453
  },
5454
5454
  {
5455
5455
  "constant": false,
5456
- "id": 22709,
5456
+ "id": 22712,
5457
5457
  "indexed": true,
5458
5458
  "mutability": "mutable",
5459
5459
  "name": "sender",
5460
5460
  "nameLocation": "17359:6:42",
5461
5461
  "nodeType": "VariableDeclaration",
5462
- "scope": 22721,
5462
+ "scope": 22724,
5463
5463
  "src": "17343:22:42",
5464
5464
  "stateVariable": false,
5465
5465
  "storageLocation": "default",
@@ -5468,7 +5468,7 @@
5468
5468
  "typeString": "address"
5469
5469
  },
5470
5470
  "typeName": {
5471
- "id": 22708,
5471
+ "id": 22711,
5472
5472
  "name": "address",
5473
5473
  "nodeType": "ElementaryTypeName",
5474
5474
  "src": "17343:7:42",
@@ -5482,13 +5482,13 @@
5482
5482
  },
5483
5483
  {
5484
5484
  "constant": false,
5485
- "id": 22711,
5485
+ "id": 22714,
5486
5486
  "indexed": true,
5487
5487
  "mutability": "mutable",
5488
5488
  "name": "receiver",
5489
5489
  "nameLocation": "17391:8:42",
5490
5490
  "nodeType": "VariableDeclaration",
5491
- "scope": 22721,
5491
+ "scope": 22724,
5492
5492
  "src": "17375:24:42",
5493
5493
  "stateVariable": false,
5494
5494
  "storageLocation": "default",
@@ -5497,7 +5497,7 @@
5497
5497
  "typeString": "address"
5498
5498
  },
5499
5499
  "typeName": {
5500
- "id": 22710,
5500
+ "id": 22713,
5501
5501
  "name": "address",
5502
5502
  "nodeType": "ElementaryTypeName",
5503
5503
  "src": "17375:7:42",
@@ -5511,13 +5511,13 @@
5511
5511
  },
5512
5512
  {
5513
5513
  "constant": false,
5514
- "id": 22713,
5514
+ "id": 22716,
5515
5515
  "indexed": false,
5516
5516
  "mutability": "mutable",
5517
5517
  "name": "flowRate",
5518
5518
  "nameLocation": "17415:8:42",
5519
5519
  "nodeType": "VariableDeclaration",
5520
- "scope": 22721,
5520
+ "scope": 22724,
5521
5521
  "src": "17409:14:42",
5522
5522
  "stateVariable": false,
5523
5523
  "storageLocation": "default",
@@ -5526,7 +5526,7 @@
5526
5526
  "typeString": "int96"
5527
5527
  },
5528
5528
  "typeName": {
5529
- "id": 22712,
5529
+ "id": 22715,
5530
5530
  "name": "int96",
5531
5531
  "nodeType": "ElementaryTypeName",
5532
5532
  "src": "17409:5:42",
@@ -5539,13 +5539,13 @@
5539
5539
  },
5540
5540
  {
5541
5541
  "constant": false,
5542
- "id": 22715,
5542
+ "id": 22718,
5543
5543
  "indexed": false,
5544
5544
  "mutability": "mutable",
5545
5545
  "name": "totalSenderFlowRate",
5546
5546
  "nameLocation": "17440:19:42",
5547
5547
  "nodeType": "VariableDeclaration",
5548
- "scope": 22721,
5548
+ "scope": 22724,
5549
5549
  "src": "17433:26:42",
5550
5550
  "stateVariable": false,
5551
5551
  "storageLocation": "default",
@@ -5554,7 +5554,7 @@
5554
5554
  "typeString": "int256"
5555
5555
  },
5556
5556
  "typeName": {
5557
- "id": 22714,
5557
+ "id": 22717,
5558
5558
  "name": "int256",
5559
5559
  "nodeType": "ElementaryTypeName",
5560
5560
  "src": "17433:6:42",
@@ -5567,13 +5567,13 @@
5567
5567
  },
5568
5568
  {
5569
5569
  "constant": false,
5570
- "id": 22717,
5570
+ "id": 22720,
5571
5571
  "indexed": false,
5572
5572
  "mutability": "mutable",
5573
5573
  "name": "totalReceiverFlowRate",
5574
5574
  "nameLocation": "17476:21:42",
5575
5575
  "nodeType": "VariableDeclaration",
5576
- "scope": 22721,
5576
+ "scope": 22724,
5577
5577
  "src": "17469:28:42",
5578
5578
  "stateVariable": false,
5579
5579
  "storageLocation": "default",
@@ -5582,7 +5582,7 @@
5582
5582
  "typeString": "int256"
5583
5583
  },
5584
5584
  "typeName": {
5585
- "id": 22716,
5585
+ "id": 22719,
5586
5586
  "name": "int256",
5587
5587
  "nodeType": "ElementaryTypeName",
5588
5588
  "src": "17469:6:42",
@@ -5595,13 +5595,13 @@
5595
5595
  },
5596
5596
  {
5597
5597
  "constant": false,
5598
- "id": 22719,
5598
+ "id": 22722,
5599
5599
  "indexed": false,
5600
5600
  "mutability": "mutable",
5601
5601
  "name": "userData",
5602
5602
  "nameLocation": "17513:8:42",
5603
5603
  "nodeType": "VariableDeclaration",
5604
- "scope": 22721,
5604
+ "scope": 22724,
5605
5605
  "src": "17507:14:42",
5606
5606
  "stateVariable": false,
5607
5607
  "storageLocation": "default",
@@ -5610,7 +5610,7 @@
5610
5610
  "typeString": "bytes"
5611
5611
  },
5612
5612
  "typeName": {
5613
- "id": 22718,
5613
+ "id": 22721,
5614
5614
  "name": "bytes",
5615
5615
  "nodeType": "ElementaryTypeName",
5616
5616
  "src": "17507:5:42",
@@ -5629,29 +5629,29 @@
5629
5629
  {
5630
5630
  "anonymous": false,
5631
5631
  "documentation": {
5632
- "id": 22722,
5632
+ "id": 22725,
5633
5633
  "nodeType": "StructuredDocumentation",
5634
5634
  "src": "17534:181:42",
5635
5635
  "text": " @dev Flow updated extension event\n @param flowOperator Flow operator address - the Context.msgSender\n @param deposit The deposit amount for the stream"
5636
5636
  },
5637
5637
  "eventSelector": "71e0c98e270fc3084227b473f176924d5303ece8c639e679998a2d7dc8e70f74",
5638
- "id": 22728,
5638
+ "id": 22731,
5639
5639
  "name": "FlowUpdatedExtension",
5640
5640
  "nameLocation": "17726:20:42",
5641
5641
  "nodeType": "EventDefinition",
5642
5642
  "parameters": {
5643
- "id": 22727,
5643
+ "id": 22730,
5644
5644
  "nodeType": "ParameterList",
5645
5645
  "parameters": [
5646
5646
  {
5647
5647
  "constant": false,
5648
- "id": 22724,
5648
+ "id": 22727,
5649
5649
  "indexed": true,
5650
5650
  "mutability": "mutable",
5651
5651
  "name": "flowOperator",
5652
5652
  "nameLocation": "17772:12:42",
5653
5653
  "nodeType": "VariableDeclaration",
5654
- "scope": 22728,
5654
+ "scope": 22731,
5655
5655
  "src": "17756:28:42",
5656
5656
  "stateVariable": false,
5657
5657
  "storageLocation": "default",
@@ -5660,7 +5660,7 @@
5660
5660
  "typeString": "address"
5661
5661
  },
5662
5662
  "typeName": {
5663
- "id": 22723,
5663
+ "id": 22726,
5664
5664
  "name": "address",
5665
5665
  "nodeType": "ElementaryTypeName",
5666
5666
  "src": "17756:7:42",
@@ -5674,13 +5674,13 @@
5674
5674
  },
5675
5675
  {
5676
5676
  "constant": false,
5677
- "id": 22726,
5677
+ "id": 22729,
5678
5678
  "indexed": false,
5679
5679
  "mutability": "mutable",
5680
5680
  "name": "deposit",
5681
5681
  "nameLocation": "17802:7:42",
5682
5682
  "nodeType": "VariableDeclaration",
5683
- "scope": 22728,
5683
+ "scope": 22731,
5684
5684
  "src": "17794:15:42",
5685
5685
  "stateVariable": false,
5686
5686
  "storageLocation": "default",
@@ -5689,7 +5689,7 @@
5689
5689
  "typeString": "uint256"
5690
5690
  },
5691
5691
  "typeName": {
5692
- "id": 22725,
5692
+ "id": 22728,
5693
5693
  "name": "uint256",
5694
5694
  "nodeType": "ElementaryTypeName",
5695
5695
  "src": "17794:7:42",
@@ -5706,29 +5706,29 @@
5706
5706
  "src": "17720:96:42"
5707
5707
  }
5708
5708
  ],
5709
- "scope": 22730,
5709
+ "scope": 22733,
5710
5710
  "src": "274:17544:42",
5711
5711
  "usedErrors": [
5712
- 22330,
5713
- 22332,
5714
- 22334,
5715
- 22336,
5716
- 22338,
5717
- 22340,
5718
- 22342,
5719
- 22344,
5720
- 22346,
5721
- 22348,
5722
- 22350,
5723
- 22352,
5724
- 22354,
5725
- 22356,
5726
- 22358,
5727
- 22360,
5728
- 22362,
5729
- 22364,
5730
- 22366,
5731
- 22368
5712
+ 22333,
5713
+ 22335,
5714
+ 22337,
5715
+ 22339,
5716
+ 22341,
5717
+ 22343,
5718
+ 22345,
5719
+ 22347,
5720
+ 22349,
5721
+ 22351,
5722
+ 22353,
5723
+ 22355,
5724
+ 22357,
5725
+ 22359,
5726
+ 22361,
5727
+ 22363,
5728
+ 22365,
5729
+ 22367,
5730
+ 22369,
5731
+ 22371
5732
5732
  ]
5733
5733
  }
5734
5734
  ],
@@ -5740,7 +5740,7 @@
5740
5740
  },
5741
5741
  "networks": {},
5742
5742
  "schemaVersion": "3.4.13",
5743
- "updatedAt": "2023-07-12T14:59:21.387Z",
5743
+ "updatedAt": "2023-08-03T14:52:18.032Z",
5744
5744
  "devdoc": {
5745
5745
  "author": "Superfluid",
5746
5746
  "events": {