@superfluid-finance/ethereum-contracts 1.2.2-dev.c9bc19b.0 → 1.2.2-dev.ec379f7.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 (118) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +450 -243
  6. package/build/contracts/BaseRelayRecipient.json +112 -112
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +1138 -1138
  9. package/build/contracts/CFAv1Library.json +2531 -2531
  10. package/build/contracts/CallUtils.json +478 -478
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1521 -1521
  12. package/build/contracts/ConstantFlowAgreementV1.json +19314 -18334
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1138 -1138
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +31 -31
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +36 -36
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +660 -660
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1521 -1521
  30. package/build/contracts/FixedSizeData.json +405 -405
  31. package/build/contracts/FlowExchangeTestApp.json +1522 -1522
  32. package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +1036 -1036
  37. package/build/contracts/IDAv1Library.json +4183 -4183
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +1182 -1182
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
  52. package/build/contracts/IMultiSigWallet.json +45 -45
  53. package/build/contracts/IPureSuperToken.json +69 -69
  54. package/build/contracts/IPureSuperTokenCustom.json +69 -69
  55. package/build/contracts/IRelayRecipient.json +49 -49
  56. package/build/contracts/IResolver.json +73 -73
  57. package/build/contracts/ISETH.json +79 -79
  58. package/build/contracts/ISETHCustom.json +79 -79
  59. package/build/contracts/ISuperAgreement.json +88 -88
  60. package/build/contracts/ISuperApp.json +351 -351
  61. package/build/contracts/ISuperToken.json +1008 -1008
  62. package/build/contracts/ISuperTokenFactory.json +280 -280
  63. package/build/contracts/ISuperfluid.json +1466 -1466
  64. package/build/contracts/ISuperfluidGovernance.json +404 -404
  65. package/build/contracts/ISuperfluidToken.json +774 -774
  66. package/build/contracts/ITOGAv1.json +1431 -1431
  67. package/build/contracts/ITOGAv2.json +1431 -1431
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +9343 -9343
  70. package/build/contracts/Int96SafeMath.json +504 -504
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1522 -1522
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1521 -1521
  83. package/build/contracts/SlotsBitmapLibrary.json +794 -794
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +394 -394
  86. package/build/contracts/SuperAppDefinitions.json +1138 -1138
  87. package/build/contracts/SuperToken.json +2351 -2351
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
  96. package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1448 -1448
  101. package/build/contracts/TestGovernance.json +2195 -2445
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +58 -58
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +3 -4
  110. package/contracts/agreements/AgreementLibrary.sol +1 -0
  111. package/contracts/agreements/ConstantFlowAgreementV1.sol +71 -35
  112. package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
  113. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  114. package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
  115. package/contracts/mocks/SuperfluidMock.sol +2 -2
  116. package/contracts/superfluid/Superfluid.sol +5 -10
  117. package/package.json +2 -1
  118. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -804,21 +804,21 @@
804
804
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
805
805
  "exportedSymbols": {
806
806
  "IConstantFlowAgreementV1": [
807
- 17305
807
+ 17061
808
808
  ],
809
809
  "ISuperAgreement": [
810
- 18193
810
+ 17949
811
811
  ],
812
812
  "ISuperfluidToken": [
813
- 19643
813
+ 19399
814
814
  ]
815
815
  },
816
- "id": 17306,
816
+ "id": 17062,
817
817
  "license": "AGPLv3",
818
818
  "nodeType": "SourceUnit",
819
819
  "nodes": [
820
820
  {
821
- "id": 16967,
821
+ "id": 16723,
822
822
  "literals": [
823
823
  "solidity",
824
824
  ">=",
@@ -826,26 +826,26 @@
826
826
  ".0"
827
827
  ],
828
828
  "nodeType": "PragmaDirective",
829
- "src": "35:25:44"
829
+ "src": "35:25:43"
830
830
  },
831
831
  {
832
832
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
833
833
  "file": "../superfluid/ISuperAgreement.sol",
834
- "id": 16969,
834
+ "id": 16725,
835
835
  "nameLocation": "-1:-1:-1",
836
836
  "nodeType": "ImportDirective",
837
- "scope": 17306,
838
- "sourceUnit": 18194,
839
- "src": "62:68:44",
837
+ "scope": 17062,
838
+ "sourceUnit": 17950,
839
+ "src": "62:68:43",
840
840
  "symbolAliases": [
841
841
  {
842
842
  "foreign": {
843
- "id": 16968,
843
+ "id": 16724,
844
844
  "name": "ISuperAgreement",
845
845
  "nodeType": "Identifier",
846
846
  "overloadedDeclarations": [],
847
- "referencedDeclaration": 18193,
848
- "src": "71:15:44",
847
+ "referencedDeclaration": 17949,
848
+ "src": "71:15:43",
849
849
  "typeDescriptions": {}
850
850
  },
851
851
  "nameLocation": "-1:-1:-1"
@@ -856,21 +856,21 @@
856
856
  {
857
857
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
858
858
  "file": "../superfluid/ISuperfluidToken.sol",
859
- "id": 16971,
859
+ "id": 16727,
860
860
  "nameLocation": "-1:-1:-1",
861
861
  "nodeType": "ImportDirective",
862
- "scope": 17306,
863
- "sourceUnit": 19644,
864
- "src": "131:70:44",
862
+ "scope": 17062,
863
+ "sourceUnit": 19400,
864
+ "src": "131:70:43",
865
865
  "symbolAliases": [
866
866
  {
867
867
  "foreign": {
868
- "id": 16970,
868
+ "id": 16726,
869
869
  "name": "ISuperfluidToken",
870
870
  "nodeType": "Identifier",
871
871
  "overloadedDeclarations": [],
872
- "referencedDeclaration": 19643,
873
- "src": "140:16:44",
872
+ "referencedDeclaration": 19399,
873
+ "src": "140:16:43",
874
874
  "typeDescriptions": {}
875
875
  },
876
876
  "nameLocation": "-1:-1:-1"
@@ -883,58 +883,58 @@
883
883
  "baseContracts": [
884
884
  {
885
885
  "baseName": {
886
- "id": 16973,
886
+ "id": 16729,
887
887
  "name": "ISuperAgreement",
888
888
  "nodeType": "IdentifierPath",
889
- "referencedDeclaration": 18193,
890
- "src": "324:15:44"
889
+ "referencedDeclaration": 17949,
890
+ "src": "324:15:43"
891
891
  },
892
- "id": 16974,
892
+ "id": 16730,
893
893
  "nodeType": "InheritanceSpecifier",
894
- "src": "324:15:44"
894
+ "src": "324:15:43"
895
895
  }
896
896
  ],
897
897
  "canonicalName": "IConstantFlowAgreementV1",
898
898
  "contractDependencies": [],
899
899
  "contractKind": "contract",
900
900
  "documentation": {
901
- "id": 16972,
901
+ "id": 16728,
902
902
  "nodeType": "StructuredDocumentation",
903
- "src": "204:73:44",
903
+ "src": "204:73:43",
904
904
  "text": " @title Constant Flow Agreement interface\n @author Superfluid"
905
905
  },
906
906
  "fullyImplemented": false,
907
- "id": 17305,
907
+ "id": 17061,
908
908
  "linearizedBaseContracts": [
909
- 17305,
910
- 18193
909
+ 17061,
910
+ 17949
911
911
  ],
912
912
  "name": "IConstantFlowAgreementV1",
913
- "nameLocation": "296:24:44",
913
+ "nameLocation": "296:24:43",
914
914
  "nodeType": "ContractDefinition",
915
915
  "nodes": [
916
916
  {
917
917
  "baseFunctions": [
918
- 18175
918
+ 17931
919
919
  ],
920
920
  "body": {
921
- "id": 16985,
921
+ "id": 16741,
922
922
  "nodeType": "Block",
923
- "src": "471:95:44",
923
+ "src": "471:95:43",
924
924
  "statements": [
925
925
  {
926
926
  "expression": {
927
927
  "arguments": [
928
928
  {
929
929
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
930
- "id": 16982,
930
+ "id": 16738,
931
931
  "isConstant": false,
932
932
  "isLValue": false,
933
933
  "isPure": true,
934
934
  "kind": "string",
935
935
  "lValueRequested": false,
936
936
  "nodeType": "Literal",
937
- "src": "498:60:44",
937
+ "src": "498:60:43",
938
938
  "typeDescriptions": {
939
939
  "typeIdentifier": "t_stringliteral_a9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3",
940
940
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
@@ -949,18 +949,18 @@
949
949
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
950
950
  }
951
951
  ],
952
- "id": 16981,
952
+ "id": 16737,
953
953
  "name": "keccak256",
954
954
  "nodeType": "Identifier",
955
955
  "overloadedDeclarations": [],
956
956
  "referencedDeclaration": 4294967288,
957
- "src": "488:9:44",
957
+ "src": "488:9:43",
958
958
  "typeDescriptions": {
959
959
  "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$",
960
960
  "typeString": "function (bytes memory) pure returns (bytes32)"
961
961
  }
962
962
  },
963
- "id": 16983,
963
+ "id": 16739,
964
964
  "isConstant": false,
965
965
  "isLValue": false,
966
966
  "isPure": true,
@@ -968,59 +968,59 @@
968
968
  "lValueRequested": false,
969
969
  "names": [],
970
970
  "nodeType": "FunctionCall",
971
- "src": "488:71:44",
971
+ "src": "488:71:43",
972
972
  "tryCall": false,
973
973
  "typeDescriptions": {
974
974
  "typeIdentifier": "t_bytes32",
975
975
  "typeString": "bytes32"
976
976
  }
977
977
  },
978
- "functionReturnParameters": 16980,
979
- "id": 16984,
978
+ "functionReturnParameters": 16736,
979
+ "id": 16740,
980
980
  "nodeType": "Return",
981
- "src": "481:78:44"
981
+ "src": "481:78:43"
982
982
  }
983
983
  ]
984
984
  },
985
985
  "documentation": {
986
- "id": 16975,
986
+ "id": 16731,
987
987
  "nodeType": "StructuredDocumentation",
988
- "src": "347:53:44",
988
+ "src": "347:53:43",
989
989
  "text": "@dev ISuperAgreement.agreementType implementation"
990
990
  },
991
991
  "functionSelector": "7730599e",
992
- "id": 16986,
992
+ "id": 16742,
993
993
  "implemented": true,
994
994
  "kind": "function",
995
995
  "modifiers": [],
996
996
  "name": "agreementType",
997
- "nameLocation": "414:13:44",
997
+ "nameLocation": "414:13:43",
998
998
  "nodeType": "FunctionDefinition",
999
999
  "overrides": {
1000
- "id": 16977,
1000
+ "id": 16733,
1001
1001
  "nodeType": "OverrideSpecifier",
1002
1002
  "overrides": [],
1003
- "src": "439:8:44"
1003
+ "src": "439:8:43"
1004
1004
  },
1005
1005
  "parameters": {
1006
- "id": 16976,
1006
+ "id": 16732,
1007
1007
  "nodeType": "ParameterList",
1008
1008
  "parameters": [],
1009
- "src": "427:2:44"
1009
+ "src": "427:2:43"
1010
1010
  },
1011
1011
  "returnParameters": {
1012
- "id": 16980,
1012
+ "id": 16736,
1013
1013
  "nodeType": "ParameterList",
1014
1014
  "parameters": [
1015
1015
  {
1016
1016
  "constant": false,
1017
- "id": 16979,
1017
+ "id": 16735,
1018
1018
  "mutability": "mutable",
1019
1019
  "name": "",
1020
1020
  "nameLocation": "-1:-1:-1",
1021
1021
  "nodeType": "VariableDeclaration",
1022
- "scope": 16986,
1023
- "src": "462:7:44",
1022
+ "scope": 16742,
1023
+ "src": "462:7:43",
1024
1024
  "stateVariable": false,
1025
1025
  "storageLocation": "default",
1026
1026
  "typeDescriptions": {
@@ -1028,10 +1028,10 @@
1028
1028
  "typeString": "bytes32"
1029
1029
  },
1030
1030
  "typeName": {
1031
- "id": 16978,
1031
+ "id": 16734,
1032
1032
  "name": "bytes32",
1033
1033
  "nodeType": "ElementaryTypeName",
1034
- "src": "462:7:44",
1034
+ "src": "462:7:43",
1035
1035
  "typeDescriptions": {
1036
1036
  "typeIdentifier": "t_bytes32",
1037
1037
  "typeString": "bytes32"
@@ -1040,62 +1040,62 @@
1040
1040
  "visibility": "internal"
1041
1041
  }
1042
1042
  ],
1043
- "src": "461:9:44"
1043
+ "src": "461:9:43"
1044
1044
  },
1045
- "scope": 17305,
1046
- "src": "405:161:44",
1045
+ "scope": 17061,
1046
+ "src": "405:161:43",
1047
1047
  "stateMutability": "pure",
1048
1048
  "virtual": false,
1049
1049
  "visibility": "external"
1050
1050
  },
1051
1051
  {
1052
1052
  "documentation": {
1053
- "id": 16987,
1053
+ "id": 16743,
1054
1054
  "nodeType": "StructuredDocumentation",
1055
- "src": "572:239:44",
1055
+ "src": "572:239:43",
1056
1056
  "text": " @notice Get the maximum flow rate allowed with the deposit\n @dev The deposit is clipped and rounded down\n @param deposit Deposit amount used for creating the flow\n @return flowRate The maximum flow rate"
1057
1057
  },
1058
1058
  "functionSelector": "0602f7db",
1059
- "id": 16997,
1059
+ "id": 16753,
1060
1060
  "implemented": false,
1061
1061
  "kind": "function",
1062
1062
  "modifiers": [],
1063
1063
  "name": "getMaximumFlowRateFromDeposit",
1064
- "nameLocation": "825:29:44",
1064
+ "nameLocation": "825:29:43",
1065
1065
  "nodeType": "FunctionDefinition",
1066
1066
  "parameters": {
1067
- "id": 16993,
1067
+ "id": 16749,
1068
1068
  "nodeType": "ParameterList",
1069
1069
  "parameters": [
1070
1070
  {
1071
1071
  "constant": false,
1072
- "id": 16990,
1072
+ "id": 16746,
1073
1073
  "mutability": "mutable",
1074
1074
  "name": "token",
1075
- "nameLocation": "881:5:44",
1075
+ "nameLocation": "881:5:43",
1076
1076
  "nodeType": "VariableDeclaration",
1077
- "scope": 16997,
1078
- "src": "864:22:44",
1077
+ "scope": 16753,
1078
+ "src": "864:22:43",
1079
1079
  "stateVariable": false,
1080
1080
  "storageLocation": "default",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1082
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1083
1083
  "typeString": "contract ISuperfluidToken"
1084
1084
  },
1085
1085
  "typeName": {
1086
- "id": 16989,
1086
+ "id": 16745,
1087
1087
  "nodeType": "UserDefinedTypeName",
1088
1088
  "pathNode": {
1089
- "id": 16988,
1089
+ "id": 16744,
1090
1090
  "name": "ISuperfluidToken",
1091
1091
  "nodeType": "IdentifierPath",
1092
- "referencedDeclaration": 19643,
1093
- "src": "864:16:44"
1092
+ "referencedDeclaration": 19399,
1093
+ "src": "864:16:43"
1094
1094
  },
1095
- "referencedDeclaration": 19643,
1096
- "src": "864:16:44",
1095
+ "referencedDeclaration": 19399,
1096
+ "src": "864:16:43",
1097
1097
  "typeDescriptions": {
1098
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1098
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1099
1099
  "typeString": "contract ISuperfluidToken"
1100
1100
  }
1101
1101
  },
@@ -1103,13 +1103,13 @@
1103
1103
  },
1104
1104
  {
1105
1105
  "constant": false,
1106
- "id": 16992,
1106
+ "id": 16748,
1107
1107
  "mutability": "mutable",
1108
1108
  "name": "deposit",
1109
- "nameLocation": "904:7:44",
1109
+ "nameLocation": "904:7:43",
1110
1110
  "nodeType": "VariableDeclaration",
1111
- "scope": 16997,
1112
- "src": "896:15:44",
1111
+ "scope": 16753,
1112
+ "src": "896:15:43",
1113
1113
  "stateVariable": false,
1114
1114
  "storageLocation": "default",
1115
1115
  "typeDescriptions": {
@@ -1117,10 +1117,10 @@
1117
1117
  "typeString": "uint256"
1118
1118
  },
1119
1119
  "typeName": {
1120
- "id": 16991,
1120
+ "id": 16747,
1121
1121
  "name": "uint256",
1122
1122
  "nodeType": "ElementaryTypeName",
1123
- "src": "896:7:44",
1123
+ "src": "896:7:43",
1124
1124
  "typeDescriptions": {
1125
1125
  "typeIdentifier": "t_uint256",
1126
1126
  "typeString": "uint256"
@@ -1129,21 +1129,21 @@
1129
1129
  "visibility": "internal"
1130
1130
  }
1131
1131
  ],
1132
- "src": "854:58:44"
1132
+ "src": "854:58:43"
1133
1133
  },
1134
1134
  "returnParameters": {
1135
- "id": 16996,
1135
+ "id": 16752,
1136
1136
  "nodeType": "ParameterList",
1137
1137
  "parameters": [
1138
1138
  {
1139
1139
  "constant": false,
1140
- "id": 16995,
1140
+ "id": 16751,
1141
1141
  "mutability": "mutable",
1142
1142
  "name": "flowRate",
1143
- "nameLocation": "966:8:44",
1143
+ "nameLocation": "966:8:43",
1144
1144
  "nodeType": "VariableDeclaration",
1145
- "scope": 16997,
1146
- "src": "960:14:44",
1145
+ "scope": 16753,
1146
+ "src": "960:14:43",
1147
1147
  "stateVariable": false,
1148
1148
  "storageLocation": "default",
1149
1149
  "typeDescriptions": {
@@ -1151,10 +1151,10 @@
1151
1151
  "typeString": "int96"
1152
1152
  },
1153
1153
  "typeName": {
1154
- "id": 16994,
1154
+ "id": 16750,
1155
1155
  "name": "int96",
1156
1156
  "nodeType": "ElementaryTypeName",
1157
- "src": "960:5:44",
1157
+ "src": "960:5:43",
1158
1158
  "typeDescriptions": {
1159
1159
  "typeIdentifier": "t_int96",
1160
1160
  "typeString": "int96"
@@ -1163,62 +1163,62 @@
1163
1163
  "visibility": "internal"
1164
1164
  }
1165
1165
  ],
1166
- "src": "959:16:44"
1166
+ "src": "959:16:43"
1167
1167
  },
1168
- "scope": 17305,
1169
- "src": "816:160:44",
1168
+ "scope": 17061,
1169
+ "src": "816:160:43",
1170
1170
  "stateMutability": "view",
1171
1171
  "virtual": true,
1172
1172
  "visibility": "external"
1173
1173
  },
1174
1174
  {
1175
1175
  "documentation": {
1176
- "id": 16998,
1176
+ "id": 16754,
1177
1177
  "nodeType": "StructuredDocumentation",
1178
- "src": "982:474:44",
1178
+ "src": "982:474:43",
1179
1179
  "text": " @notice Get the deposit required for creating the flow\n @dev Calculates the deposit based on the liquidationPeriod and flowRate\n @param flowRate Flow rate to be tested\n @return deposit The deposit amount based on flowRate and liquidationPeriod\n NOTE:\n - if calculated deposit (flowRate * liquidationPeriod) is less\n than the minimum deposit, we use the minimum deposit otherwise\n we use the calculated deposit"
1180
1180
  },
1181
1181
  "functionSelector": "8d997f6e",
1182
- "id": 17008,
1182
+ "id": 16764,
1183
1183
  "implemented": false,
1184
1184
  "kind": "function",
1185
1185
  "modifiers": [],
1186
1186
  "name": "getDepositRequiredForFlowRate",
1187
- "nameLocation": "1470:29:44",
1187
+ "nameLocation": "1470:29:43",
1188
1188
  "nodeType": "FunctionDefinition",
1189
1189
  "parameters": {
1190
- "id": 17004,
1190
+ "id": 16760,
1191
1191
  "nodeType": "ParameterList",
1192
1192
  "parameters": [
1193
1193
  {
1194
1194
  "constant": false,
1195
- "id": 17001,
1195
+ "id": 16757,
1196
1196
  "mutability": "mutable",
1197
1197
  "name": "token",
1198
- "nameLocation": "1526:5:44",
1198
+ "nameLocation": "1526:5:43",
1199
1199
  "nodeType": "VariableDeclaration",
1200
- "scope": 17008,
1201
- "src": "1509:22:44",
1200
+ "scope": 16764,
1201
+ "src": "1509:22:43",
1202
1202
  "stateVariable": false,
1203
1203
  "storageLocation": "default",
1204
1204
  "typeDescriptions": {
1205
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1205
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1206
1206
  "typeString": "contract ISuperfluidToken"
1207
1207
  },
1208
1208
  "typeName": {
1209
- "id": 17000,
1209
+ "id": 16756,
1210
1210
  "nodeType": "UserDefinedTypeName",
1211
1211
  "pathNode": {
1212
- "id": 16999,
1212
+ "id": 16755,
1213
1213
  "name": "ISuperfluidToken",
1214
1214
  "nodeType": "IdentifierPath",
1215
- "referencedDeclaration": 19643,
1216
- "src": "1509:16:44"
1215
+ "referencedDeclaration": 19399,
1216
+ "src": "1509:16:43"
1217
1217
  },
1218
- "referencedDeclaration": 19643,
1219
- "src": "1509:16:44",
1218
+ "referencedDeclaration": 19399,
1219
+ "src": "1509:16:43",
1220
1220
  "typeDescriptions": {
1221
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1221
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1222
1222
  "typeString": "contract ISuperfluidToken"
1223
1223
  }
1224
1224
  },
@@ -1226,13 +1226,13 @@
1226
1226
  },
1227
1227
  {
1228
1228
  "constant": false,
1229
- "id": 17003,
1229
+ "id": 16759,
1230
1230
  "mutability": "mutable",
1231
1231
  "name": "flowRate",
1232
- "nameLocation": "1547:8:44",
1232
+ "nameLocation": "1547:8:43",
1233
1233
  "nodeType": "VariableDeclaration",
1234
- "scope": 17008,
1235
- "src": "1541:14:44",
1234
+ "scope": 16764,
1235
+ "src": "1541:14:43",
1236
1236
  "stateVariable": false,
1237
1237
  "storageLocation": "default",
1238
1238
  "typeDescriptions": {
@@ -1240,10 +1240,10 @@
1240
1240
  "typeString": "int96"
1241
1241
  },
1242
1242
  "typeName": {
1243
- "id": 17002,
1243
+ "id": 16758,
1244
1244
  "name": "int96",
1245
1245
  "nodeType": "ElementaryTypeName",
1246
- "src": "1541:5:44",
1246
+ "src": "1541:5:43",
1247
1247
  "typeDescriptions": {
1248
1248
  "typeIdentifier": "t_int96",
1249
1249
  "typeString": "int96"
@@ -1252,21 +1252,21 @@
1252
1252
  "visibility": "internal"
1253
1253
  }
1254
1254
  ],
1255
- "src": "1499:57:44"
1255
+ "src": "1499:57:43"
1256
1256
  },
1257
1257
  "returnParameters": {
1258
- "id": 17007,
1258
+ "id": 16763,
1259
1259
  "nodeType": "ParameterList",
1260
1260
  "parameters": [
1261
1261
  {
1262
1262
  "constant": false,
1263
- "id": 17006,
1263
+ "id": 16762,
1264
1264
  "mutability": "mutable",
1265
1265
  "name": "deposit",
1266
- "nameLocation": "1612:7:44",
1266
+ "nameLocation": "1612:7:43",
1267
1267
  "nodeType": "VariableDeclaration",
1268
- "scope": 17008,
1269
- "src": "1604:15:44",
1268
+ "scope": 16764,
1269
+ "src": "1604:15:43",
1270
1270
  "stateVariable": false,
1271
1271
  "storageLocation": "default",
1272
1272
  "typeDescriptions": {
@@ -1274,10 +1274,10 @@
1274
1274
  "typeString": "uint256"
1275
1275
  },
1276
1276
  "typeName": {
1277
- "id": 17005,
1277
+ "id": 16761,
1278
1278
  "name": "uint256",
1279
1279
  "nodeType": "ElementaryTypeName",
1280
- "src": "1604:7:44",
1280
+ "src": "1604:7:43",
1281
1281
  "typeDescriptions": {
1282
1282
  "typeIdentifier": "t_uint256",
1283
1283
  "typeString": "uint256"
@@ -1286,62 +1286,62 @@
1286
1286
  "visibility": "internal"
1287
1287
  }
1288
1288
  ],
1289
- "src": "1603:17:44"
1289
+ "src": "1603:17:43"
1290
1290
  },
1291
- "scope": 17305,
1292
- "src": "1461:160:44",
1291
+ "scope": 17061,
1292
+ "src": "1461:160:43",
1293
1293
  "stateMutability": "view",
1294
1294
  "virtual": true,
1295
1295
  "visibility": "external"
1296
1296
  },
1297
1297
  {
1298
1298
  "documentation": {
1299
- "id": 17009,
1299
+ "id": 16765,
1300
1300
  "nodeType": "StructuredDocumentation",
1301
- "src": "1627:306:44",
1301
+ "src": "1627:306:43",
1302
1302
  "text": " @dev Returns whether it is the patrician period based on host.getNow()\n @param account The account we are interested in\n @return isCurrentlyPatricianPeriod Whether it is currently the patrician period dictated by governance\n @return timestamp The value of host.getNow()"
1303
1303
  },
1304
1304
  "functionSelector": "4fe9c291",
1305
- "id": 17021,
1305
+ "id": 16777,
1306
1306
  "implemented": false,
1307
1307
  "kind": "function",
1308
1308
  "modifiers": [],
1309
1309
  "name": "isPatricianPeriodNow",
1310
- "nameLocation": "1947:20:44",
1310
+ "nameLocation": "1947:20:43",
1311
1311
  "nodeType": "FunctionDefinition",
1312
1312
  "parameters": {
1313
- "id": 17015,
1313
+ "id": 16771,
1314
1314
  "nodeType": "ParameterList",
1315
1315
  "parameters": [
1316
1316
  {
1317
1317
  "constant": false,
1318
- "id": 17012,
1318
+ "id": 16768,
1319
1319
  "mutability": "mutable",
1320
1320
  "name": "token",
1321
- "nameLocation": "1994:5:44",
1321
+ "nameLocation": "1994:5:43",
1322
1322
  "nodeType": "VariableDeclaration",
1323
- "scope": 17021,
1324
- "src": "1977:22:44",
1323
+ "scope": 16777,
1324
+ "src": "1977:22:43",
1325
1325
  "stateVariable": false,
1326
1326
  "storageLocation": "default",
1327
1327
  "typeDescriptions": {
1328
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1328
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1329
1329
  "typeString": "contract ISuperfluidToken"
1330
1330
  },
1331
1331
  "typeName": {
1332
- "id": 17011,
1332
+ "id": 16767,
1333
1333
  "nodeType": "UserDefinedTypeName",
1334
1334
  "pathNode": {
1335
- "id": 17010,
1335
+ "id": 16766,
1336
1336
  "name": "ISuperfluidToken",
1337
1337
  "nodeType": "IdentifierPath",
1338
- "referencedDeclaration": 19643,
1339
- "src": "1977:16:44"
1338
+ "referencedDeclaration": 19399,
1339
+ "src": "1977:16:43"
1340
1340
  },
1341
- "referencedDeclaration": 19643,
1342
- "src": "1977:16:44",
1341
+ "referencedDeclaration": 19399,
1342
+ "src": "1977:16:43",
1343
1343
  "typeDescriptions": {
1344
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1344
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1345
1345
  "typeString": "contract ISuperfluidToken"
1346
1346
  }
1347
1347
  },
@@ -1349,13 +1349,13 @@
1349
1349
  },
1350
1350
  {
1351
1351
  "constant": false,
1352
- "id": 17014,
1352
+ "id": 16770,
1353
1353
  "mutability": "mutable",
1354
1354
  "name": "account",
1355
- "nameLocation": "2017:7:44",
1355
+ "nameLocation": "2017:7:43",
1356
1356
  "nodeType": "VariableDeclaration",
1357
- "scope": 17021,
1358
- "src": "2009:15:44",
1357
+ "scope": 16777,
1358
+ "src": "2009:15:43",
1359
1359
  "stateVariable": false,
1360
1360
  "storageLocation": "default",
1361
1361
  "typeDescriptions": {
@@ -1363,10 +1363,10 @@
1363
1363
  "typeString": "address"
1364
1364
  },
1365
1365
  "typeName": {
1366
- "id": 17013,
1366
+ "id": 16769,
1367
1367
  "name": "address",
1368
1368
  "nodeType": "ElementaryTypeName",
1369
- "src": "2009:7:44",
1369
+ "src": "2009:7:43",
1370
1370
  "stateMutability": "nonpayable",
1371
1371
  "typeDescriptions": {
1372
1372
  "typeIdentifier": "t_address",
@@ -1376,21 +1376,21 @@
1376
1376
  "visibility": "internal"
1377
1377
  }
1378
1378
  ],
1379
- "src": "1967:58:44"
1379
+ "src": "1967:58:43"
1380
1380
  },
1381
1381
  "returnParameters": {
1382
- "id": 17020,
1382
+ "id": 16776,
1383
1383
  "nodeType": "ParameterList",
1384
1384
  "parameters": [
1385
1385
  {
1386
1386
  "constant": false,
1387
- "id": 17017,
1387
+ "id": 16773,
1388
1388
  "mutability": "mutable",
1389
1389
  "name": "isCurrentlyPatricianPeriod",
1390
- "nameLocation": "2076:26:44",
1390
+ "nameLocation": "2076:26:43",
1391
1391
  "nodeType": "VariableDeclaration",
1392
- "scope": 17021,
1393
- "src": "2071:31:44",
1392
+ "scope": 16777,
1393
+ "src": "2071:31:43",
1394
1394
  "stateVariable": false,
1395
1395
  "storageLocation": "default",
1396
1396
  "typeDescriptions": {
@@ -1398,10 +1398,10 @@
1398
1398
  "typeString": "bool"
1399
1399
  },
1400
1400
  "typeName": {
1401
- "id": 17016,
1401
+ "id": 16772,
1402
1402
  "name": "bool",
1403
1403
  "nodeType": "ElementaryTypeName",
1404
- "src": "2071:4:44",
1404
+ "src": "2071:4:43",
1405
1405
  "typeDescriptions": {
1406
1406
  "typeIdentifier": "t_bool",
1407
1407
  "typeString": "bool"
@@ -1411,13 +1411,13 @@
1411
1411
  },
1412
1412
  {
1413
1413
  "constant": false,
1414
- "id": 17019,
1414
+ "id": 16775,
1415
1415
  "mutability": "mutable",
1416
1416
  "name": "timestamp",
1417
- "nameLocation": "2112:9:44",
1417
+ "nameLocation": "2112:9:43",
1418
1418
  "nodeType": "VariableDeclaration",
1419
- "scope": 17021,
1420
- "src": "2104:17:44",
1419
+ "scope": 16777,
1420
+ "src": "2104:17:43",
1421
1421
  "stateVariable": false,
1422
1422
  "storageLocation": "default",
1423
1423
  "typeDescriptions": {
@@ -1425,10 +1425,10 @@
1425
1425
  "typeString": "uint256"
1426
1426
  },
1427
1427
  "typeName": {
1428
- "id": 17018,
1428
+ "id": 16774,
1429
1429
  "name": "uint256",
1430
1430
  "nodeType": "ElementaryTypeName",
1431
- "src": "2104:7:44",
1431
+ "src": "2104:7:43",
1432
1432
  "typeDescriptions": {
1433
1433
  "typeIdentifier": "t_uint256",
1434
1434
  "typeString": "uint256"
@@ -1437,62 +1437,62 @@
1437
1437
  "visibility": "internal"
1438
1438
  }
1439
1439
  ],
1440
- "src": "2070:52:44"
1440
+ "src": "2070:52:43"
1441
1441
  },
1442
- "scope": 17305,
1443
- "src": "1938:185:44",
1442
+ "scope": 17061,
1443
+ "src": "1938:185:43",
1444
1444
  "stateMutability": "view",
1445
1445
  "virtual": true,
1446
1446
  "visibility": "public"
1447
1447
  },
1448
1448
  {
1449
1449
  "documentation": {
1450
- "id": 17022,
1450
+ "id": 16778,
1451
1451
  "nodeType": "StructuredDocumentation",
1452
- "src": "2129:329:44",
1452
+ "src": "2129:329:43",
1453
1453
  "text": " @dev Returns whether it is the patrician period based on timestamp\n @param account The account we are interested in\n @param timestamp The timestamp we are interested in observing the result of isPatricianPeriod\n @return bool Whether it is currently the patrician period dictated by governance"
1454
1454
  },
1455
1455
  "functionSelector": "4b839e0b",
1456
- "id": 17034,
1456
+ "id": 16790,
1457
1457
  "implemented": false,
1458
1458
  "kind": "function",
1459
1459
  "modifiers": [],
1460
1460
  "name": "isPatricianPeriod",
1461
- "nameLocation": "2472:17:44",
1461
+ "nameLocation": "2472:17:43",
1462
1462
  "nodeType": "FunctionDefinition",
1463
1463
  "parameters": {
1464
- "id": 17030,
1464
+ "id": 16786,
1465
1465
  "nodeType": "ParameterList",
1466
1466
  "parameters": [
1467
1467
  {
1468
1468
  "constant": false,
1469
- "id": 17025,
1469
+ "id": 16781,
1470
1470
  "mutability": "mutable",
1471
1471
  "name": "token",
1472
- "nameLocation": "2516:5:44",
1472
+ "nameLocation": "2516:5:43",
1473
1473
  "nodeType": "VariableDeclaration",
1474
- "scope": 17034,
1475
- "src": "2499:22:44",
1474
+ "scope": 16790,
1475
+ "src": "2499:22:43",
1476
1476
  "stateVariable": false,
1477
1477
  "storageLocation": "default",
1478
1478
  "typeDescriptions": {
1479
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1479
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1480
1480
  "typeString": "contract ISuperfluidToken"
1481
1481
  },
1482
1482
  "typeName": {
1483
- "id": 17024,
1483
+ "id": 16780,
1484
1484
  "nodeType": "UserDefinedTypeName",
1485
1485
  "pathNode": {
1486
- "id": 17023,
1486
+ "id": 16779,
1487
1487
  "name": "ISuperfluidToken",
1488
1488
  "nodeType": "IdentifierPath",
1489
- "referencedDeclaration": 19643,
1490
- "src": "2499:16:44"
1489
+ "referencedDeclaration": 19399,
1490
+ "src": "2499:16:43"
1491
1491
  },
1492
- "referencedDeclaration": 19643,
1493
- "src": "2499:16:44",
1492
+ "referencedDeclaration": 19399,
1493
+ "src": "2499:16:43",
1494
1494
  "typeDescriptions": {
1495
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1495
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1496
1496
  "typeString": "contract ISuperfluidToken"
1497
1497
  }
1498
1498
  },
@@ -1500,13 +1500,13 @@
1500
1500
  },
1501
1501
  {
1502
1502
  "constant": false,
1503
- "id": 17027,
1503
+ "id": 16783,
1504
1504
  "mutability": "mutable",
1505
1505
  "name": "account",
1506
- "nameLocation": "2539:7:44",
1506
+ "nameLocation": "2539:7:43",
1507
1507
  "nodeType": "VariableDeclaration",
1508
- "scope": 17034,
1509
- "src": "2531:15:44",
1508
+ "scope": 16790,
1509
+ "src": "2531:15:43",
1510
1510
  "stateVariable": false,
1511
1511
  "storageLocation": "default",
1512
1512
  "typeDescriptions": {
@@ -1514,10 +1514,10 @@
1514
1514
  "typeString": "address"
1515
1515
  },
1516
1516
  "typeName": {
1517
- "id": 17026,
1517
+ "id": 16782,
1518
1518
  "name": "address",
1519
1519
  "nodeType": "ElementaryTypeName",
1520
- "src": "2531:7:44",
1520
+ "src": "2531:7:43",
1521
1521
  "stateMutability": "nonpayable",
1522
1522
  "typeDescriptions": {
1523
1523
  "typeIdentifier": "t_address",
@@ -1528,13 +1528,13 @@
1528
1528
  },
1529
1529
  {
1530
1530
  "constant": false,
1531
- "id": 17029,
1531
+ "id": 16785,
1532
1532
  "mutability": "mutable",
1533
1533
  "name": "timestamp",
1534
- "nameLocation": "2564:9:44",
1534
+ "nameLocation": "2564:9:43",
1535
1535
  "nodeType": "VariableDeclaration",
1536
- "scope": 17034,
1537
- "src": "2556:17:44",
1536
+ "scope": 16790,
1537
+ "src": "2556:17:43",
1538
1538
  "stateVariable": false,
1539
1539
  "storageLocation": "default",
1540
1540
  "typeDescriptions": {
@@ -1542,10 +1542,10 @@
1542
1542
  "typeString": "uint256"
1543
1543
  },
1544
1544
  "typeName": {
1545
- "id": 17028,
1545
+ "id": 16784,
1546
1546
  "name": "uint256",
1547
1547
  "nodeType": "ElementaryTypeName",
1548
- "src": "2556:7:44",
1548
+ "src": "2556:7:43",
1549
1549
  "typeDescriptions": {
1550
1550
  "typeIdentifier": "t_uint256",
1551
1551
  "typeString": "uint256"
@@ -1554,21 +1554,21 @@
1554
1554
  "visibility": "internal"
1555
1555
  }
1556
1556
  ],
1557
- "src": "2489:90:44"
1557
+ "src": "2489:90:43"
1558
1558
  },
1559
1559
  "returnParameters": {
1560
- "id": 17033,
1560
+ "id": 16789,
1561
1561
  "nodeType": "ParameterList",
1562
1562
  "parameters": [
1563
1563
  {
1564
1564
  "constant": false,
1565
- "id": 17032,
1565
+ "id": 16788,
1566
1566
  "mutability": "mutable",
1567
1567
  "name": "",
1568
1568
  "nameLocation": "-1:-1:-1",
1569
1569
  "nodeType": "VariableDeclaration",
1570
- "scope": 17034,
1571
- "src": "2625:4:44",
1570
+ "scope": 16790,
1571
+ "src": "2625:4:43",
1572
1572
  "stateVariable": false,
1573
1573
  "storageLocation": "default",
1574
1574
  "typeDescriptions": {
@@ -1576,10 +1576,10 @@
1576
1576
  "typeString": "bool"
1577
1577
  },
1578
1578
  "typeName": {
1579
- "id": 17031,
1579
+ "id": 16787,
1580
1580
  "name": "bool",
1581
1581
  "nodeType": "ElementaryTypeName",
1582
- "src": "2625:4:44",
1582
+ "src": "2625:4:43",
1583
1583
  "typeDescriptions": {
1584
1584
  "typeIdentifier": "t_bool",
1585
1585
  "typeString": "bool"
@@ -1588,62 +1588,62 @@
1588
1588
  "visibility": "internal"
1589
1589
  }
1590
1590
  ],
1591
- "src": "2624:6:44"
1591
+ "src": "2624:6:43"
1592
1592
  },
1593
- "scope": 17305,
1594
- "src": "2463:168:44",
1593
+ "scope": 17061,
1594
+ "src": "2463:168:43",
1595
1595
  "stateMutability": "view",
1596
1596
  "virtual": true,
1597
1597
  "visibility": "public"
1598
1598
  },
1599
1599
  {
1600
1600
  "documentation": {
1601
- "id": 17035,
1601
+ "id": 16791,
1602
1602
  "nodeType": "StructuredDocumentation",
1603
- "src": "2637:464:44",
1603
+ "src": "2637:464:43",
1604
1604
  "text": " @dev msgSender from `ctx` updates permissions for the `flowOperator` with `flowRateAllowance`\n @param token Super token address\n @param flowOperator The permission grantee address\n @param permissions A bitmask representation of the granted permissions\n @param flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
1605
1605
  },
1606
1606
  "functionSelector": "811b3d40",
1607
- "id": 17051,
1607
+ "id": 16807,
1608
1608
  "implemented": false,
1609
1609
  "kind": "function",
1610
1610
  "modifiers": [],
1611
1611
  "name": "updateFlowOperatorPermissions",
1612
- "nameLocation": "3115:29:44",
1612
+ "nameLocation": "3115:29:43",
1613
1613
  "nodeType": "FunctionDefinition",
1614
1614
  "parameters": {
1615
- "id": 17047,
1615
+ "id": 16803,
1616
1616
  "nodeType": "ParameterList",
1617
1617
  "parameters": [
1618
1618
  {
1619
1619
  "constant": false,
1620
- "id": 17038,
1620
+ "id": 16794,
1621
1621
  "mutability": "mutable",
1622
1622
  "name": "token",
1623
- "nameLocation": "3171:5:44",
1623
+ "nameLocation": "3171:5:43",
1624
1624
  "nodeType": "VariableDeclaration",
1625
- "scope": 17051,
1626
- "src": "3154:22:44",
1625
+ "scope": 16807,
1626
+ "src": "3154:22:43",
1627
1627
  "stateVariable": false,
1628
1628
  "storageLocation": "default",
1629
1629
  "typeDescriptions": {
1630
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1630
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1631
1631
  "typeString": "contract ISuperfluidToken"
1632
1632
  },
1633
1633
  "typeName": {
1634
- "id": 17037,
1634
+ "id": 16793,
1635
1635
  "nodeType": "UserDefinedTypeName",
1636
1636
  "pathNode": {
1637
- "id": 17036,
1637
+ "id": 16792,
1638
1638
  "name": "ISuperfluidToken",
1639
1639
  "nodeType": "IdentifierPath",
1640
- "referencedDeclaration": 19643,
1641
- "src": "3154:16:44"
1640
+ "referencedDeclaration": 19399,
1641
+ "src": "3154:16:43"
1642
1642
  },
1643
- "referencedDeclaration": 19643,
1644
- "src": "3154:16:44",
1643
+ "referencedDeclaration": 19399,
1644
+ "src": "3154:16:43",
1645
1645
  "typeDescriptions": {
1646
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1646
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1647
1647
  "typeString": "contract ISuperfluidToken"
1648
1648
  }
1649
1649
  },
@@ -1651,13 +1651,13 @@
1651
1651
  },
1652
1652
  {
1653
1653
  "constant": false,
1654
- "id": 17040,
1654
+ "id": 16796,
1655
1655
  "mutability": "mutable",
1656
1656
  "name": "flowOperator",
1657
- "nameLocation": "3194:12:44",
1657
+ "nameLocation": "3194:12:43",
1658
1658
  "nodeType": "VariableDeclaration",
1659
- "scope": 17051,
1660
- "src": "3186:20:44",
1659
+ "scope": 16807,
1660
+ "src": "3186:20:43",
1661
1661
  "stateVariable": false,
1662
1662
  "storageLocation": "default",
1663
1663
  "typeDescriptions": {
@@ -1665,10 +1665,10 @@
1665
1665
  "typeString": "address"
1666
1666
  },
1667
1667
  "typeName": {
1668
- "id": 17039,
1668
+ "id": 16795,
1669
1669
  "name": "address",
1670
1670
  "nodeType": "ElementaryTypeName",
1671
- "src": "3186:7:44",
1671
+ "src": "3186:7:43",
1672
1672
  "stateMutability": "nonpayable",
1673
1673
  "typeDescriptions": {
1674
1674
  "typeIdentifier": "t_address",
@@ -1679,13 +1679,13 @@
1679
1679
  },
1680
1680
  {
1681
1681
  "constant": false,
1682
- "id": 17042,
1682
+ "id": 16798,
1683
1683
  "mutability": "mutable",
1684
1684
  "name": "permissions",
1685
- "nameLocation": "3222:11:44",
1685
+ "nameLocation": "3222:11:43",
1686
1686
  "nodeType": "VariableDeclaration",
1687
- "scope": 17051,
1688
- "src": "3216:17:44",
1687
+ "scope": 16807,
1688
+ "src": "3216:17:43",
1689
1689
  "stateVariable": false,
1690
1690
  "storageLocation": "default",
1691
1691
  "typeDescriptions": {
@@ -1693,10 +1693,10 @@
1693
1693
  "typeString": "uint8"
1694
1694
  },
1695
1695
  "typeName": {
1696
- "id": 17041,
1696
+ "id": 16797,
1697
1697
  "name": "uint8",
1698
1698
  "nodeType": "ElementaryTypeName",
1699
- "src": "3216:5:44",
1699
+ "src": "3216:5:43",
1700
1700
  "typeDescriptions": {
1701
1701
  "typeIdentifier": "t_uint8",
1702
1702
  "typeString": "uint8"
@@ -1706,13 +1706,13 @@
1706
1706
  },
1707
1707
  {
1708
1708
  "constant": false,
1709
- "id": 17044,
1709
+ "id": 16800,
1710
1710
  "mutability": "mutable",
1711
1711
  "name": "flowRateAllowance",
1712
- "nameLocation": "3249:17:44",
1712
+ "nameLocation": "3249:17:43",
1713
1713
  "nodeType": "VariableDeclaration",
1714
- "scope": 17051,
1715
- "src": "3243:23:44",
1714
+ "scope": 16807,
1715
+ "src": "3243:23:43",
1716
1716
  "stateVariable": false,
1717
1717
  "storageLocation": "default",
1718
1718
  "typeDescriptions": {
@@ -1720,10 +1720,10 @@
1720
1720
  "typeString": "int96"
1721
1721
  },
1722
1722
  "typeName": {
1723
- "id": 17043,
1723
+ "id": 16799,
1724
1724
  "name": "int96",
1725
1725
  "nodeType": "ElementaryTypeName",
1726
- "src": "3243:5:44",
1726
+ "src": "3243:5:43",
1727
1727
  "typeDescriptions": {
1728
1728
  "typeIdentifier": "t_int96",
1729
1729
  "typeString": "int96"
@@ -1733,13 +1733,13 @@
1733
1733
  },
1734
1734
  {
1735
1735
  "constant": false,
1736
- "id": 17046,
1736
+ "id": 16802,
1737
1737
  "mutability": "mutable",
1738
1738
  "name": "ctx",
1739
- "nameLocation": "3291:3:44",
1739
+ "nameLocation": "3291:3:43",
1740
1740
  "nodeType": "VariableDeclaration",
1741
- "scope": 17051,
1742
- "src": "3276:18:44",
1741
+ "scope": 16807,
1742
+ "src": "3276:18:43",
1743
1743
  "stateVariable": false,
1744
1744
  "storageLocation": "calldata",
1745
1745
  "typeDescriptions": {
@@ -1747,10 +1747,10 @@
1747
1747
  "typeString": "bytes"
1748
1748
  },
1749
1749
  "typeName": {
1750
- "id": 17045,
1750
+ "id": 16801,
1751
1751
  "name": "bytes",
1752
1752
  "nodeType": "ElementaryTypeName",
1753
- "src": "3276:5:44",
1753
+ "src": "3276:5:43",
1754
1754
  "typeDescriptions": {
1755
1755
  "typeIdentifier": "t_bytes_storage_ptr",
1756
1756
  "typeString": "bytes"
@@ -1759,21 +1759,21 @@
1759
1759
  "visibility": "internal"
1760
1760
  }
1761
1761
  ],
1762
- "src": "3144:156:44"
1762
+ "src": "3144:156:43"
1763
1763
  },
1764
1764
  "returnParameters": {
1765
- "id": 17050,
1765
+ "id": 16806,
1766
1766
  "nodeType": "ParameterList",
1767
1767
  "parameters": [
1768
1768
  {
1769
1769
  "constant": false,
1770
- "id": 17049,
1770
+ "id": 16805,
1771
1771
  "mutability": "mutable",
1772
1772
  "name": "newCtx",
1773
- "nameLocation": "3356:6:44",
1773
+ "nameLocation": "3356:6:43",
1774
1774
  "nodeType": "VariableDeclaration",
1775
- "scope": 17051,
1776
- "src": "3343:19:44",
1775
+ "scope": 16807,
1776
+ "src": "3343:19:43",
1777
1777
  "stateVariable": false,
1778
1778
  "storageLocation": "memory",
1779
1779
  "typeDescriptions": {
@@ -1781,10 +1781,10 @@
1781
1781
  "typeString": "bytes"
1782
1782
  },
1783
1783
  "typeName": {
1784
- "id": 17048,
1784
+ "id": 16804,
1785
1785
  "name": "bytes",
1786
1786
  "nodeType": "ElementaryTypeName",
1787
- "src": "3343:5:44",
1787
+ "src": "3343:5:43",
1788
1788
  "typeDescriptions": {
1789
1789
  "typeIdentifier": "t_bytes_storage_ptr",
1790
1790
  "typeString": "bytes"
@@ -1793,62 +1793,62 @@
1793
1793
  "visibility": "internal"
1794
1794
  }
1795
1795
  ],
1796
- "src": "3342:21:44"
1796
+ "src": "3342:21:43"
1797
1797
  },
1798
- "scope": 17305,
1799
- "src": "3106:258:44",
1798
+ "scope": 17061,
1799
+ "src": "3106:258:43",
1800
1800
  "stateMutability": "nonpayable",
1801
1801
  "virtual": true,
1802
1802
  "visibility": "external"
1803
1803
  },
1804
1804
  {
1805
1805
  "documentation": {
1806
- "id": 17052,
1806
+ "id": 16808,
1807
1807
  "nodeType": "StructuredDocumentation",
1808
- "src": "3370:295:44",
1808
+ "src": "3370:295:43",
1809
1809
  "text": " @dev msgSender from `ctx` grants `flowOperator` all permissions with flowRateAllowance as type(int96).max\n @param token Super token address\n @param flowOperator The permission grantee address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
1810
1810
  },
1811
1811
  "functionSelector": "54b770e3",
1812
- "id": 17064,
1812
+ "id": 16820,
1813
1813
  "implemented": false,
1814
1814
  "kind": "function",
1815
1815
  "modifiers": [],
1816
1816
  "name": "authorizeFlowOperatorWithFullControl",
1817
- "nameLocation": "3679:36:44",
1817
+ "nameLocation": "3679:36:43",
1818
1818
  "nodeType": "FunctionDefinition",
1819
1819
  "parameters": {
1820
- "id": 17060,
1820
+ "id": 16816,
1821
1821
  "nodeType": "ParameterList",
1822
1822
  "parameters": [
1823
1823
  {
1824
1824
  "constant": false,
1825
- "id": 17055,
1825
+ "id": 16811,
1826
1826
  "mutability": "mutable",
1827
1827
  "name": "token",
1828
- "nameLocation": "3742:5:44",
1828
+ "nameLocation": "3742:5:43",
1829
1829
  "nodeType": "VariableDeclaration",
1830
- "scope": 17064,
1831
- "src": "3725:22:44",
1830
+ "scope": 16820,
1831
+ "src": "3725:22:43",
1832
1832
  "stateVariable": false,
1833
1833
  "storageLocation": "default",
1834
1834
  "typeDescriptions": {
1835
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1835
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1836
1836
  "typeString": "contract ISuperfluidToken"
1837
1837
  },
1838
1838
  "typeName": {
1839
- "id": 17054,
1839
+ "id": 16810,
1840
1840
  "nodeType": "UserDefinedTypeName",
1841
1841
  "pathNode": {
1842
- "id": 17053,
1842
+ "id": 16809,
1843
1843
  "name": "ISuperfluidToken",
1844
1844
  "nodeType": "IdentifierPath",
1845
- "referencedDeclaration": 19643,
1846
- "src": "3725:16:44"
1845
+ "referencedDeclaration": 19399,
1846
+ "src": "3725:16:43"
1847
1847
  },
1848
- "referencedDeclaration": 19643,
1849
- "src": "3725:16:44",
1848
+ "referencedDeclaration": 19399,
1849
+ "src": "3725:16:43",
1850
1850
  "typeDescriptions": {
1851
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1851
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1852
1852
  "typeString": "contract ISuperfluidToken"
1853
1853
  }
1854
1854
  },
@@ -1856,13 +1856,13 @@
1856
1856
  },
1857
1857
  {
1858
1858
  "constant": false,
1859
- "id": 17057,
1859
+ "id": 16813,
1860
1860
  "mutability": "mutable",
1861
1861
  "name": "flowOperator",
1862
- "nameLocation": "3765:12:44",
1862
+ "nameLocation": "3765:12:43",
1863
1863
  "nodeType": "VariableDeclaration",
1864
- "scope": 17064,
1865
- "src": "3757:20:44",
1864
+ "scope": 16820,
1865
+ "src": "3757:20:43",
1866
1866
  "stateVariable": false,
1867
1867
  "storageLocation": "default",
1868
1868
  "typeDescriptions": {
@@ -1870,10 +1870,10 @@
1870
1870
  "typeString": "address"
1871
1871
  },
1872
1872
  "typeName": {
1873
- "id": 17056,
1873
+ "id": 16812,
1874
1874
  "name": "address",
1875
1875
  "nodeType": "ElementaryTypeName",
1876
- "src": "3757:7:44",
1876
+ "src": "3757:7:43",
1877
1877
  "stateMutability": "nonpayable",
1878
1878
  "typeDescriptions": {
1879
1879
  "typeIdentifier": "t_address",
@@ -1884,13 +1884,13 @@
1884
1884
  },
1885
1885
  {
1886
1886
  "constant": false,
1887
- "id": 17059,
1887
+ "id": 16815,
1888
1888
  "mutability": "mutable",
1889
1889
  "name": "ctx",
1890
- "nameLocation": "3802:3:44",
1890
+ "nameLocation": "3802:3:43",
1891
1891
  "nodeType": "VariableDeclaration",
1892
- "scope": 17064,
1893
- "src": "3787:18:44",
1892
+ "scope": 16820,
1893
+ "src": "3787:18:43",
1894
1894
  "stateVariable": false,
1895
1895
  "storageLocation": "calldata",
1896
1896
  "typeDescriptions": {
@@ -1898,10 +1898,10 @@
1898
1898
  "typeString": "bytes"
1899
1899
  },
1900
1900
  "typeName": {
1901
- "id": 17058,
1901
+ "id": 16814,
1902
1902
  "name": "bytes",
1903
1903
  "nodeType": "ElementaryTypeName",
1904
- "src": "3787:5:44",
1904
+ "src": "3787:5:43",
1905
1905
  "typeDescriptions": {
1906
1906
  "typeIdentifier": "t_bytes_storage_ptr",
1907
1907
  "typeString": "bytes"
@@ -1910,21 +1910,21 @@
1910
1910
  "visibility": "internal"
1911
1911
  }
1912
1912
  ],
1913
- "src": "3715:96:44"
1913
+ "src": "3715:96:43"
1914
1914
  },
1915
1915
  "returnParameters": {
1916
- "id": 17063,
1916
+ "id": 16819,
1917
1917
  "nodeType": "ParameterList",
1918
1918
  "parameters": [
1919
1919
  {
1920
1920
  "constant": false,
1921
- "id": 17062,
1921
+ "id": 16818,
1922
1922
  "mutability": "mutable",
1923
1923
  "name": "newCtx",
1924
- "nameLocation": "3866:6:44",
1924
+ "nameLocation": "3866:6:43",
1925
1925
  "nodeType": "VariableDeclaration",
1926
- "scope": 17064,
1927
- "src": "3853:19:44",
1926
+ "scope": 16820,
1927
+ "src": "3853:19:43",
1928
1928
  "stateVariable": false,
1929
1929
  "storageLocation": "memory",
1930
1930
  "typeDescriptions": {
@@ -1932,10 +1932,10 @@
1932
1932
  "typeString": "bytes"
1933
1933
  },
1934
1934
  "typeName": {
1935
- "id": 17061,
1935
+ "id": 16817,
1936
1936
  "name": "bytes",
1937
1937
  "nodeType": "ElementaryTypeName",
1938
- "src": "3853:5:44",
1938
+ "src": "3853:5:43",
1939
1939
  "typeDescriptions": {
1940
1940
  "typeIdentifier": "t_bytes_storage_ptr",
1941
1941
  "typeString": "bytes"
@@ -1944,62 +1944,62 @@
1944
1944
  "visibility": "internal"
1945
1945
  }
1946
1946
  ],
1947
- "src": "3852:21:44"
1947
+ "src": "3852:21:43"
1948
1948
  },
1949
- "scope": 17305,
1950
- "src": "3670:204:44",
1949
+ "scope": 17061,
1950
+ "src": "3670:204:43",
1951
1951
  "stateMutability": "nonpayable",
1952
1952
  "virtual": true,
1953
1953
  "visibility": "external"
1954
1954
  },
1955
1955
  {
1956
1956
  "documentation": {
1957
- "id": 17065,
1957
+ "id": 16821,
1958
1958
  "nodeType": "StructuredDocumentation",
1959
- "src": "3881:346:44",
1959
+ "src": "3881:346:43",
1960
1960
  "text": " @notice msgSender from `ctx` revokes `flowOperator` create/update/delete permissions\n @dev `permissions` and `flowRateAllowance` will both be set to 0\n @param token Super token address\n @param flowOperator The permission grantee address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
1961
1961
  },
1962
1962
  "functionSelector": "062e56ec",
1963
- "id": 17077,
1963
+ "id": 16833,
1964
1964
  "implemented": false,
1965
1965
  "kind": "function",
1966
1966
  "modifiers": [],
1967
1967
  "name": "revokeFlowOperatorWithFullControl",
1968
- "nameLocation": "4241:33:44",
1968
+ "nameLocation": "4241:33:43",
1969
1969
  "nodeType": "FunctionDefinition",
1970
1970
  "parameters": {
1971
- "id": 17073,
1971
+ "id": 16829,
1972
1972
  "nodeType": "ParameterList",
1973
1973
  "parameters": [
1974
1974
  {
1975
1975
  "constant": false,
1976
- "id": 17068,
1976
+ "id": 16824,
1977
1977
  "mutability": "mutable",
1978
1978
  "name": "token",
1979
- "nameLocation": "4301:5:44",
1979
+ "nameLocation": "4301:5:43",
1980
1980
  "nodeType": "VariableDeclaration",
1981
- "scope": 17077,
1982
- "src": "4284:22:44",
1981
+ "scope": 16833,
1982
+ "src": "4284:22:43",
1983
1983
  "stateVariable": false,
1984
1984
  "storageLocation": "default",
1985
1985
  "typeDescriptions": {
1986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1987
1987
  "typeString": "contract ISuperfluidToken"
1988
1988
  },
1989
1989
  "typeName": {
1990
- "id": 17067,
1990
+ "id": 16823,
1991
1991
  "nodeType": "UserDefinedTypeName",
1992
1992
  "pathNode": {
1993
- "id": 17066,
1993
+ "id": 16822,
1994
1994
  "name": "ISuperfluidToken",
1995
1995
  "nodeType": "IdentifierPath",
1996
- "referencedDeclaration": 19643,
1997
- "src": "4284:16:44"
1996
+ "referencedDeclaration": 19399,
1997
+ "src": "4284:16:43"
1998
1998
  },
1999
- "referencedDeclaration": 19643,
2000
- "src": "4284:16:44",
1999
+ "referencedDeclaration": 19399,
2000
+ "src": "4284:16:43",
2001
2001
  "typeDescriptions": {
2002
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2002
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2003
2003
  "typeString": "contract ISuperfluidToken"
2004
2004
  }
2005
2005
  },
@@ -2007,13 +2007,13 @@
2007
2007
  },
2008
2008
  {
2009
2009
  "constant": false,
2010
- "id": 17070,
2010
+ "id": 16826,
2011
2011
  "mutability": "mutable",
2012
2012
  "name": "flowOperator",
2013
- "nameLocation": "4324:12:44",
2013
+ "nameLocation": "4324:12:43",
2014
2014
  "nodeType": "VariableDeclaration",
2015
- "scope": 17077,
2016
- "src": "4316:20:44",
2015
+ "scope": 16833,
2016
+ "src": "4316:20:43",
2017
2017
  "stateVariable": false,
2018
2018
  "storageLocation": "default",
2019
2019
  "typeDescriptions": {
@@ -2021,10 +2021,10 @@
2021
2021
  "typeString": "address"
2022
2022
  },
2023
2023
  "typeName": {
2024
- "id": 17069,
2024
+ "id": 16825,
2025
2025
  "name": "address",
2026
2026
  "nodeType": "ElementaryTypeName",
2027
- "src": "4316:7:44",
2027
+ "src": "4316:7:43",
2028
2028
  "stateMutability": "nonpayable",
2029
2029
  "typeDescriptions": {
2030
2030
  "typeIdentifier": "t_address",
@@ -2035,13 +2035,13 @@
2035
2035
  },
2036
2036
  {
2037
2037
  "constant": false,
2038
- "id": 17072,
2038
+ "id": 16828,
2039
2039
  "mutability": "mutable",
2040
2040
  "name": "ctx",
2041
- "nameLocation": "4361:3:44",
2041
+ "nameLocation": "4361:3:43",
2042
2042
  "nodeType": "VariableDeclaration",
2043
- "scope": 17077,
2044
- "src": "4346:18:44",
2043
+ "scope": 16833,
2044
+ "src": "4346:18:43",
2045
2045
  "stateVariable": false,
2046
2046
  "storageLocation": "calldata",
2047
2047
  "typeDescriptions": {
@@ -2049,10 +2049,10 @@
2049
2049
  "typeString": "bytes"
2050
2050
  },
2051
2051
  "typeName": {
2052
- "id": 17071,
2052
+ "id": 16827,
2053
2053
  "name": "bytes",
2054
2054
  "nodeType": "ElementaryTypeName",
2055
- "src": "4346:5:44",
2055
+ "src": "4346:5:43",
2056
2056
  "typeDescriptions": {
2057
2057
  "typeIdentifier": "t_bytes_storage_ptr",
2058
2058
  "typeString": "bytes"
@@ -2061,21 +2061,21 @@
2061
2061
  "visibility": "internal"
2062
2062
  }
2063
2063
  ],
2064
- "src": "4274:96:44"
2064
+ "src": "4274:96:43"
2065
2065
  },
2066
2066
  "returnParameters": {
2067
- "id": 17076,
2067
+ "id": 16832,
2068
2068
  "nodeType": "ParameterList",
2069
2069
  "parameters": [
2070
2070
  {
2071
2071
  "constant": false,
2072
- "id": 17075,
2072
+ "id": 16831,
2073
2073
  "mutability": "mutable",
2074
2074
  "name": "newCtx",
2075
- "nameLocation": "4425:6:44",
2075
+ "nameLocation": "4425:6:43",
2076
2076
  "nodeType": "VariableDeclaration",
2077
- "scope": 17077,
2078
- "src": "4412:19:44",
2077
+ "scope": 16833,
2078
+ "src": "4412:19:43",
2079
2079
  "stateVariable": false,
2080
2080
  "storageLocation": "memory",
2081
2081
  "typeDescriptions": {
@@ -2083,10 +2083,10 @@
2083
2083
  "typeString": "bytes"
2084
2084
  },
2085
2085
  "typeName": {
2086
- "id": 17074,
2086
+ "id": 16830,
2087
2087
  "name": "bytes",
2088
2088
  "nodeType": "ElementaryTypeName",
2089
- "src": "4412:5:44",
2089
+ "src": "4412:5:43",
2090
2090
  "typeDescriptions": {
2091
2091
  "typeIdentifier": "t_bytes_storage_ptr",
2092
2092
  "typeString": "bytes"
@@ -2095,62 +2095,62 @@
2095
2095
  "visibility": "internal"
2096
2096
  }
2097
2097
  ],
2098
- "src": "4411:21:44"
2098
+ "src": "4411:21:43"
2099
2099
  },
2100
- "scope": 17305,
2101
- "src": "4232:201:44",
2100
+ "scope": 17061,
2101
+ "src": "4232:201:43",
2102
2102
  "stateMutability": "nonpayable",
2103
2103
  "virtual": true,
2104
2104
  "visibility": "external"
2105
2105
  },
2106
2106
  {
2107
2107
  "documentation": {
2108
- "id": 17078,
2108
+ "id": 16834,
2109
2109
  "nodeType": "StructuredDocumentation",
2110
- "src": "4439:553:44",
2110
+ "src": "4439:553:43",
2111
2111
  "text": " @notice Get the permissions of a flow operator between `sender` and `flowOperator` for `token`\n @param token Super token address\n @param sender The permission granter address\n @param flowOperator The permission grantee address\n @return flowOperatorId The keccak256 hash of encoded string \"flowOperator\", sender and flowOperator\n @return permissions A bitmask representation of the granted permissions\n @return flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
2112
2112
  },
2113
2113
  "functionSelector": "00422bbe",
2114
- "id": 17094,
2114
+ "id": 16850,
2115
2115
  "implemented": false,
2116
2116
  "kind": "function",
2117
2117
  "modifiers": [],
2118
2118
  "name": "getFlowOperatorData",
2119
- "nameLocation": "5006:19:44",
2119
+ "nameLocation": "5006:19:43",
2120
2120
  "nodeType": "FunctionDefinition",
2121
2121
  "parameters": {
2122
- "id": 17086,
2122
+ "id": 16842,
2123
2123
  "nodeType": "ParameterList",
2124
2124
  "parameters": [
2125
2125
  {
2126
2126
  "constant": false,
2127
- "id": 17081,
2127
+ "id": 16837,
2128
2128
  "mutability": "mutable",
2129
2129
  "name": "token",
2130
- "nameLocation": "5051:5:44",
2130
+ "nameLocation": "5051:5:43",
2131
2131
  "nodeType": "VariableDeclaration",
2132
- "scope": 17094,
2133
- "src": "5034:22:44",
2132
+ "scope": 16850,
2133
+ "src": "5034:22:43",
2134
2134
  "stateVariable": false,
2135
2135
  "storageLocation": "default",
2136
2136
  "typeDescriptions": {
2137
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2137
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2138
2138
  "typeString": "contract ISuperfluidToken"
2139
2139
  },
2140
2140
  "typeName": {
2141
- "id": 17080,
2141
+ "id": 16836,
2142
2142
  "nodeType": "UserDefinedTypeName",
2143
2143
  "pathNode": {
2144
- "id": 17079,
2144
+ "id": 16835,
2145
2145
  "name": "ISuperfluidToken",
2146
2146
  "nodeType": "IdentifierPath",
2147
- "referencedDeclaration": 19643,
2148
- "src": "5034:16:44"
2147
+ "referencedDeclaration": 19399,
2148
+ "src": "5034:16:43"
2149
2149
  },
2150
- "referencedDeclaration": 19643,
2151
- "src": "5034:16:44",
2150
+ "referencedDeclaration": 19399,
2151
+ "src": "5034:16:43",
2152
2152
  "typeDescriptions": {
2153
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2153
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2154
2154
  "typeString": "contract ISuperfluidToken"
2155
2155
  }
2156
2156
  },
@@ -2158,13 +2158,13 @@
2158
2158
  },
2159
2159
  {
2160
2160
  "constant": false,
2161
- "id": 17083,
2161
+ "id": 16839,
2162
2162
  "mutability": "mutable",
2163
2163
  "name": "sender",
2164
- "nameLocation": "5073:6:44",
2164
+ "nameLocation": "5073:6:43",
2165
2165
  "nodeType": "VariableDeclaration",
2166
- "scope": 17094,
2167
- "src": "5065:14:44",
2166
+ "scope": 16850,
2167
+ "src": "5065:14:43",
2168
2168
  "stateVariable": false,
2169
2169
  "storageLocation": "default",
2170
2170
  "typeDescriptions": {
@@ -2172,10 +2172,10 @@
2172
2172
  "typeString": "address"
2173
2173
  },
2174
2174
  "typeName": {
2175
- "id": 17082,
2175
+ "id": 16838,
2176
2176
  "name": "address",
2177
2177
  "nodeType": "ElementaryTypeName",
2178
- "src": "5065:7:44",
2178
+ "src": "5065:7:43",
2179
2179
  "stateMutability": "nonpayable",
2180
2180
  "typeDescriptions": {
2181
2181
  "typeIdentifier": "t_address",
@@ -2186,13 +2186,13 @@
2186
2186
  },
2187
2187
  {
2188
2188
  "constant": false,
2189
- "id": 17085,
2189
+ "id": 16841,
2190
2190
  "mutability": "mutable",
2191
2191
  "name": "flowOperator",
2192
- "nameLocation": "5096:12:44",
2192
+ "nameLocation": "5096:12:43",
2193
2193
  "nodeType": "VariableDeclaration",
2194
- "scope": 17094,
2195
- "src": "5088:20:44",
2194
+ "scope": 16850,
2195
+ "src": "5088:20:43",
2196
2196
  "stateVariable": false,
2197
2197
  "storageLocation": "default",
2198
2198
  "typeDescriptions": {
@@ -2200,10 +2200,10 @@
2200
2200
  "typeString": "address"
2201
2201
  },
2202
2202
  "typeName": {
2203
- "id": 17084,
2203
+ "id": 16840,
2204
2204
  "name": "address",
2205
2205
  "nodeType": "ElementaryTypeName",
2206
- "src": "5088:7:44",
2206
+ "src": "5088:7:43",
2207
2207
  "stateMutability": "nonpayable",
2208
2208
  "typeDescriptions": {
2209
2209
  "typeIdentifier": "t_address",
@@ -2213,21 +2213,21 @@
2213
2213
  "visibility": "internal"
2214
2214
  }
2215
2215
  ],
2216
- "src": "5025:89:44"
2216
+ "src": "5025:89:43"
2217
2217
  },
2218
2218
  "returnParameters": {
2219
- "id": 17093,
2219
+ "id": 16849,
2220
2220
  "nodeType": "ParameterList",
2221
2221
  "parameters": [
2222
2222
  {
2223
2223
  "constant": false,
2224
- "id": 17088,
2224
+ "id": 16844,
2225
2225
  "mutability": "mutable",
2226
2226
  "name": "flowOperatorId",
2227
- "nameLocation": "5181:14:44",
2227
+ "nameLocation": "5181:14:43",
2228
2228
  "nodeType": "VariableDeclaration",
2229
- "scope": 17094,
2230
- "src": "5173:22:44",
2229
+ "scope": 16850,
2230
+ "src": "5173:22:43",
2231
2231
  "stateVariable": false,
2232
2232
  "storageLocation": "default",
2233
2233
  "typeDescriptions": {
@@ -2235,10 +2235,10 @@
2235
2235
  "typeString": "bytes32"
2236
2236
  },
2237
2237
  "typeName": {
2238
- "id": 17087,
2238
+ "id": 16843,
2239
2239
  "name": "bytes32",
2240
2240
  "nodeType": "ElementaryTypeName",
2241
- "src": "5173:7:44",
2241
+ "src": "5173:7:43",
2242
2242
  "typeDescriptions": {
2243
2243
  "typeIdentifier": "t_bytes32",
2244
2244
  "typeString": "bytes32"
@@ -2248,13 +2248,13 @@
2248
2248
  },
2249
2249
  {
2250
2250
  "constant": false,
2251
- "id": 17090,
2251
+ "id": 16846,
2252
2252
  "mutability": "mutable",
2253
2253
  "name": "permissions",
2254
- "nameLocation": "5215:11:44",
2254
+ "nameLocation": "5215:11:43",
2255
2255
  "nodeType": "VariableDeclaration",
2256
- "scope": 17094,
2257
- "src": "5209:17:44",
2256
+ "scope": 16850,
2257
+ "src": "5209:17:43",
2258
2258
  "stateVariable": false,
2259
2259
  "storageLocation": "default",
2260
2260
  "typeDescriptions": {
@@ -2262,10 +2262,10 @@
2262
2262
  "typeString": "uint8"
2263
2263
  },
2264
2264
  "typeName": {
2265
- "id": 17089,
2265
+ "id": 16845,
2266
2266
  "name": "uint8",
2267
2267
  "nodeType": "ElementaryTypeName",
2268
- "src": "5209:5:44",
2268
+ "src": "5209:5:43",
2269
2269
  "typeDescriptions": {
2270
2270
  "typeIdentifier": "t_uint8",
2271
2271
  "typeString": "uint8"
@@ -2275,13 +2275,13 @@
2275
2275
  },
2276
2276
  {
2277
2277
  "constant": false,
2278
- "id": 17092,
2278
+ "id": 16848,
2279
2279
  "mutability": "mutable",
2280
2280
  "name": "flowRateAllowance",
2281
- "nameLocation": "5246:17:44",
2281
+ "nameLocation": "5246:17:43",
2282
2282
  "nodeType": "VariableDeclaration",
2283
- "scope": 17094,
2284
- "src": "5240:23:44",
2283
+ "scope": 16850,
2284
+ "src": "5240:23:43",
2285
2285
  "stateVariable": false,
2286
2286
  "storageLocation": "default",
2287
2287
  "typeDescriptions": {
@@ -2289,10 +2289,10 @@
2289
2289
  "typeString": "int96"
2290
2290
  },
2291
2291
  "typeName": {
2292
- "id": 17091,
2292
+ "id": 16847,
2293
2293
  "name": "int96",
2294
2294
  "nodeType": "ElementaryTypeName",
2295
- "src": "5240:5:44",
2295
+ "src": "5240:5:43",
2296
2296
  "typeDescriptions": {
2297
2297
  "typeIdentifier": "t_int96",
2298
2298
  "typeString": "int96"
@@ -2301,62 +2301,62 @@
2301
2301
  "visibility": "internal"
2302
2302
  }
2303
2303
  ],
2304
- "src": "5159:114:44"
2304
+ "src": "5159:114:43"
2305
2305
  },
2306
- "scope": 17305,
2307
- "src": "4997:277:44",
2306
+ "scope": 17061,
2307
+ "src": "4997:277:43",
2308
2308
  "stateMutability": "view",
2309
2309
  "virtual": true,
2310
2310
  "visibility": "public"
2311
2311
  },
2312
2312
  {
2313
2313
  "documentation": {
2314
- "id": 17095,
2314
+ "id": 16851,
2315
2315
  "nodeType": "StructuredDocumentation",
2316
- "src": "5280:394:44",
2316
+ "src": "5280:394:43",
2317
2317
  "text": " @notice Get flow operator using flowOperatorId\n @param token Super token address\n @param flowOperatorId The keccak256 hash of encoded string \"flowOperator\", sender and flowOperator\n @return permissions A bitmask representation of the granted permissions\n @return flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
2318
2318
  },
2319
2319
  "functionSelector": "09d256ef",
2320
- "id": 17107,
2320
+ "id": 16863,
2321
2321
  "implemented": false,
2322
2322
  "kind": "function",
2323
2323
  "modifiers": [],
2324
2324
  "name": "getFlowOperatorDataByID",
2325
- "nameLocation": "5688:23:44",
2325
+ "nameLocation": "5688:23:43",
2326
2326
  "nodeType": "FunctionDefinition",
2327
2327
  "parameters": {
2328
- "id": 17101,
2328
+ "id": 16857,
2329
2329
  "nodeType": "ParameterList",
2330
2330
  "parameters": [
2331
2331
  {
2332
2332
  "constant": false,
2333
- "id": 17098,
2333
+ "id": 16854,
2334
2334
  "mutability": "mutable",
2335
2335
  "name": "token",
2336
- "nameLocation": "5737:5:44",
2336
+ "nameLocation": "5737:5:43",
2337
2337
  "nodeType": "VariableDeclaration",
2338
- "scope": 17107,
2339
- "src": "5720:22:44",
2338
+ "scope": 16863,
2339
+ "src": "5720:22:43",
2340
2340
  "stateVariable": false,
2341
2341
  "storageLocation": "default",
2342
2342
  "typeDescriptions": {
2343
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2343
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2344
2344
  "typeString": "contract ISuperfluidToken"
2345
2345
  },
2346
2346
  "typeName": {
2347
- "id": 17097,
2347
+ "id": 16853,
2348
2348
  "nodeType": "UserDefinedTypeName",
2349
2349
  "pathNode": {
2350
- "id": 17096,
2350
+ "id": 16852,
2351
2351
  "name": "ISuperfluidToken",
2352
2352
  "nodeType": "IdentifierPath",
2353
- "referencedDeclaration": 19643,
2354
- "src": "5720:16:44"
2353
+ "referencedDeclaration": 19399,
2354
+ "src": "5720:16:43"
2355
2355
  },
2356
- "referencedDeclaration": 19643,
2357
- "src": "5720:16:44",
2356
+ "referencedDeclaration": 19399,
2357
+ "src": "5720:16:43",
2358
2358
  "typeDescriptions": {
2359
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2359
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2360
2360
  "typeString": "contract ISuperfluidToken"
2361
2361
  }
2362
2362
  },
@@ -2364,13 +2364,13 @@
2364
2364
  },
2365
2365
  {
2366
2366
  "constant": false,
2367
- "id": 17100,
2367
+ "id": 16856,
2368
2368
  "mutability": "mutable",
2369
2369
  "name": "flowOperatorId",
2370
- "nameLocation": "5759:14:44",
2370
+ "nameLocation": "5759:14:43",
2371
2371
  "nodeType": "VariableDeclaration",
2372
- "scope": 17107,
2373
- "src": "5751:22:44",
2372
+ "scope": 16863,
2373
+ "src": "5751:22:43",
2374
2374
  "stateVariable": false,
2375
2375
  "storageLocation": "default",
2376
2376
  "typeDescriptions": {
@@ -2378,10 +2378,10 @@
2378
2378
  "typeString": "bytes32"
2379
2379
  },
2380
2380
  "typeName": {
2381
- "id": 17099,
2381
+ "id": 16855,
2382
2382
  "name": "bytes32",
2383
2383
  "nodeType": "ElementaryTypeName",
2384
- "src": "5751:7:44",
2384
+ "src": "5751:7:43",
2385
2385
  "typeDescriptions": {
2386
2386
  "typeIdentifier": "t_bytes32",
2387
2387
  "typeString": "bytes32"
@@ -2390,21 +2390,21 @@
2390
2390
  "visibility": "internal"
2391
2391
  }
2392
2392
  ],
2393
- "src": "5711:68:44"
2393
+ "src": "5711:68:43"
2394
2394
  },
2395
2395
  "returnParameters": {
2396
- "id": 17106,
2396
+ "id": 16862,
2397
2397
  "nodeType": "ParameterList",
2398
2398
  "parameters": [
2399
2399
  {
2400
2400
  "constant": false,
2401
- "id": 17103,
2401
+ "id": 16859,
2402
2402
  "mutability": "mutable",
2403
2403
  "name": "permissions",
2404
- "nameLocation": "5846:11:44",
2404
+ "nameLocation": "5846:11:43",
2405
2405
  "nodeType": "VariableDeclaration",
2406
- "scope": 17107,
2407
- "src": "5840:17:44",
2406
+ "scope": 16863,
2407
+ "src": "5840:17:43",
2408
2408
  "stateVariable": false,
2409
2409
  "storageLocation": "default",
2410
2410
  "typeDescriptions": {
@@ -2412,10 +2412,10 @@
2412
2412
  "typeString": "uint8"
2413
2413
  },
2414
2414
  "typeName": {
2415
- "id": 17102,
2415
+ "id": 16858,
2416
2416
  "name": "uint8",
2417
2417
  "nodeType": "ElementaryTypeName",
2418
- "src": "5840:5:44",
2418
+ "src": "5840:5:43",
2419
2419
  "typeDescriptions": {
2420
2420
  "typeIdentifier": "t_uint8",
2421
2421
  "typeString": "uint8"
@@ -2425,13 +2425,13 @@
2425
2425
  },
2426
2426
  {
2427
2427
  "constant": false,
2428
- "id": 17105,
2428
+ "id": 16861,
2429
2429
  "mutability": "mutable",
2430
2430
  "name": "flowRateAllowance",
2431
- "nameLocation": "5877:17:44",
2431
+ "nameLocation": "5877:17:43",
2432
2432
  "nodeType": "VariableDeclaration",
2433
- "scope": 17107,
2434
- "src": "5871:23:44",
2433
+ "scope": 16863,
2434
+ "src": "5871:23:43",
2435
2435
  "stateVariable": false,
2436
2436
  "storageLocation": "default",
2437
2437
  "typeDescriptions": {
@@ -2439,10 +2439,10 @@
2439
2439
  "typeString": "int96"
2440
2440
  },
2441
2441
  "typeName": {
2442
- "id": 17104,
2442
+ "id": 16860,
2443
2443
  "name": "int96",
2444
2444
  "nodeType": "ElementaryTypeName",
2445
- "src": "5871:5:44",
2445
+ "src": "5871:5:43",
2446
2446
  "typeDescriptions": {
2447
2447
  "typeIdentifier": "t_int96",
2448
2448
  "typeString": "int96"
@@ -2451,62 +2451,62 @@
2451
2451
  "visibility": "internal"
2452
2452
  }
2453
2453
  ],
2454
- "src": "5826:78:44"
2454
+ "src": "5826:78:43"
2455
2455
  },
2456
- "scope": 17305,
2457
- "src": "5679:226:44",
2456
+ "scope": 17061,
2457
+ "src": "5679:226:43",
2458
2458
  "stateMutability": "view",
2459
2459
  "virtual": true,
2460
2460
  "visibility": "external"
2461
2461
  },
2462
2462
  {
2463
2463
  "documentation": {
2464
- "id": 17108,
2464
+ "id": 16864,
2465
2465
  "nodeType": "StructuredDocumentation",
2466
- "src": "5911:737:44",
2466
+ "src": "5911:737:43",
2467
2467
  "text": " @notice Create a flow betwen ctx.msgSender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n # App callbacks\n - AgreementCreated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n NOTE:\n - A deposit is taken as safety margin for the solvency agents\n - A extra gas fee may be taken to pay for solvency agent liquidations"
2468
2468
  },
2469
2469
  "functionSelector": "62fc305e",
2470
- "id": 17122,
2470
+ "id": 16878,
2471
2471
  "implemented": false,
2472
2472
  "kind": "function",
2473
2473
  "modifiers": [],
2474
2474
  "name": "createFlow",
2475
- "nameLocation": "6662:10:44",
2475
+ "nameLocation": "6662:10:43",
2476
2476
  "nodeType": "FunctionDefinition",
2477
2477
  "parameters": {
2478
- "id": 17118,
2478
+ "id": 16874,
2479
2479
  "nodeType": "ParameterList",
2480
2480
  "parameters": [
2481
2481
  {
2482
2482
  "constant": false,
2483
- "id": 17111,
2483
+ "id": 16867,
2484
2484
  "mutability": "mutable",
2485
2485
  "name": "token",
2486
- "nameLocation": "6699:5:44",
2486
+ "nameLocation": "6699:5:43",
2487
2487
  "nodeType": "VariableDeclaration",
2488
- "scope": 17122,
2489
- "src": "6682:22:44",
2488
+ "scope": 16878,
2489
+ "src": "6682:22:43",
2490
2490
  "stateVariable": false,
2491
2491
  "storageLocation": "default",
2492
2492
  "typeDescriptions": {
2493
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2493
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2494
2494
  "typeString": "contract ISuperfluidToken"
2495
2495
  },
2496
2496
  "typeName": {
2497
- "id": 17110,
2497
+ "id": 16866,
2498
2498
  "nodeType": "UserDefinedTypeName",
2499
2499
  "pathNode": {
2500
- "id": 17109,
2500
+ "id": 16865,
2501
2501
  "name": "ISuperfluidToken",
2502
2502
  "nodeType": "IdentifierPath",
2503
- "referencedDeclaration": 19643,
2504
- "src": "6682:16:44"
2503
+ "referencedDeclaration": 19399,
2504
+ "src": "6682:16:43"
2505
2505
  },
2506
- "referencedDeclaration": 19643,
2507
- "src": "6682:16:44",
2506
+ "referencedDeclaration": 19399,
2507
+ "src": "6682:16:43",
2508
2508
  "typeDescriptions": {
2509
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2509
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2510
2510
  "typeString": "contract ISuperfluidToken"
2511
2511
  }
2512
2512
  },
@@ -2514,13 +2514,13 @@
2514
2514
  },
2515
2515
  {
2516
2516
  "constant": false,
2517
- "id": 17113,
2517
+ "id": 16869,
2518
2518
  "mutability": "mutable",
2519
2519
  "name": "receiver",
2520
- "nameLocation": "6722:8:44",
2520
+ "nameLocation": "6722:8:43",
2521
2521
  "nodeType": "VariableDeclaration",
2522
- "scope": 17122,
2523
- "src": "6714:16:44",
2522
+ "scope": 16878,
2523
+ "src": "6714:16:43",
2524
2524
  "stateVariable": false,
2525
2525
  "storageLocation": "default",
2526
2526
  "typeDescriptions": {
@@ -2528,10 +2528,10 @@
2528
2528
  "typeString": "address"
2529
2529
  },
2530
2530
  "typeName": {
2531
- "id": 17112,
2531
+ "id": 16868,
2532
2532
  "name": "address",
2533
2533
  "nodeType": "ElementaryTypeName",
2534
- "src": "6714:7:44",
2534
+ "src": "6714:7:43",
2535
2535
  "stateMutability": "nonpayable",
2536
2536
  "typeDescriptions": {
2537
2537
  "typeIdentifier": "t_address",
@@ -2542,13 +2542,13 @@
2542
2542
  },
2543
2543
  {
2544
2544
  "constant": false,
2545
- "id": 17115,
2545
+ "id": 16871,
2546
2546
  "mutability": "mutable",
2547
2547
  "name": "flowRate",
2548
- "nameLocation": "6746:8:44",
2548
+ "nameLocation": "6746:8:43",
2549
2549
  "nodeType": "VariableDeclaration",
2550
- "scope": 17122,
2551
- "src": "6740:14:44",
2550
+ "scope": 16878,
2551
+ "src": "6740:14:43",
2552
2552
  "stateVariable": false,
2553
2553
  "storageLocation": "default",
2554
2554
  "typeDescriptions": {
@@ -2556,10 +2556,10 @@
2556
2556
  "typeString": "int96"
2557
2557
  },
2558
2558
  "typeName": {
2559
- "id": 17114,
2559
+ "id": 16870,
2560
2560
  "name": "int96",
2561
2561
  "nodeType": "ElementaryTypeName",
2562
- "src": "6740:5:44",
2562
+ "src": "6740:5:43",
2563
2563
  "typeDescriptions": {
2564
2564
  "typeIdentifier": "t_int96",
2565
2565
  "typeString": "int96"
@@ -2569,13 +2569,13 @@
2569
2569
  },
2570
2570
  {
2571
2571
  "constant": false,
2572
- "id": 17117,
2572
+ "id": 16873,
2573
2573
  "mutability": "mutable",
2574
2574
  "name": "ctx",
2575
- "nameLocation": "6779:3:44",
2575
+ "nameLocation": "6779:3:43",
2576
2576
  "nodeType": "VariableDeclaration",
2577
- "scope": 17122,
2578
- "src": "6764:18:44",
2577
+ "scope": 16878,
2578
+ "src": "6764:18:43",
2579
2579
  "stateVariable": false,
2580
2580
  "storageLocation": "calldata",
2581
2581
  "typeDescriptions": {
@@ -2583,10 +2583,10 @@
2583
2583
  "typeString": "bytes"
2584
2584
  },
2585
2585
  "typeName": {
2586
- "id": 17116,
2586
+ "id": 16872,
2587
2587
  "name": "bytes",
2588
2588
  "nodeType": "ElementaryTypeName",
2589
- "src": "6764:5:44",
2589
+ "src": "6764:5:43",
2590
2590
  "typeDescriptions": {
2591
2591
  "typeIdentifier": "t_bytes_storage_ptr",
2592
2592
  "typeString": "bytes"
@@ -2595,21 +2595,21 @@
2595
2595
  "visibility": "internal"
2596
2596
  }
2597
2597
  ],
2598
- "src": "6672:116:44"
2598
+ "src": "6672:116:43"
2599
2599
  },
2600
2600
  "returnParameters": {
2601
- "id": 17121,
2601
+ "id": 16877,
2602
2602
  "nodeType": "ParameterList",
2603
2603
  "parameters": [
2604
2604
  {
2605
2605
  "constant": false,
2606
- "id": 17120,
2606
+ "id": 16876,
2607
2607
  "mutability": "mutable",
2608
2608
  "name": "newCtx",
2609
- "nameLocation": "6843:6:44",
2609
+ "nameLocation": "6843:6:43",
2610
2610
  "nodeType": "VariableDeclaration",
2611
- "scope": 17122,
2612
- "src": "6830:19:44",
2611
+ "scope": 16878,
2612
+ "src": "6830:19:43",
2613
2613
  "stateVariable": false,
2614
2614
  "storageLocation": "memory",
2615
2615
  "typeDescriptions": {
@@ -2617,10 +2617,10 @@
2617
2617
  "typeString": "bytes"
2618
2618
  },
2619
2619
  "typeName": {
2620
- "id": 17119,
2620
+ "id": 16875,
2621
2621
  "name": "bytes",
2622
2622
  "nodeType": "ElementaryTypeName",
2623
- "src": "6830:5:44",
2623
+ "src": "6830:5:43",
2624
2624
  "typeDescriptions": {
2625
2625
  "typeIdentifier": "t_bytes_storage_ptr",
2626
2626
  "typeString": "bytes"
@@ -2629,62 +2629,62 @@
2629
2629
  "visibility": "internal"
2630
2630
  }
2631
2631
  ],
2632
- "src": "6829:21:44"
2632
+ "src": "6829:21:43"
2633
2633
  },
2634
- "scope": 17305,
2635
- "src": "6653:198:44",
2634
+ "scope": 17061,
2635
+ "src": "6653:198:43",
2636
2636
  "stateMutability": "nonpayable",
2637
2637
  "virtual": true,
2638
2638
  "visibility": "external"
2639
2639
  },
2640
2640
  {
2641
2641
  "documentation": {
2642
- "id": 17123,
2642
+ "id": 16879,
2643
2643
  "nodeType": "StructuredDocumentation",
2644
- "src": "6857:436:44",
2644
+ "src": "6857:436:43",
2645
2645
  "text": " @notice Create a flow between sender and receiver\n @dev A flow created by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param sender Flow sender address (has granted permissions)\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
2646
2646
  },
2647
2647
  "functionSelector": "94229ecb",
2648
- "id": 17139,
2648
+ "id": 16895,
2649
2649
  "implemented": false,
2650
2650
  "kind": "function",
2651
2651
  "modifiers": [],
2652
2652
  "name": "createFlowByOperator",
2653
- "nameLocation": "7307:20:44",
2653
+ "nameLocation": "7307:20:43",
2654
2654
  "nodeType": "FunctionDefinition",
2655
2655
  "parameters": {
2656
- "id": 17135,
2656
+ "id": 16891,
2657
2657
  "nodeType": "ParameterList",
2658
2658
  "parameters": [
2659
2659
  {
2660
2660
  "constant": false,
2661
- "id": 17126,
2661
+ "id": 16882,
2662
2662
  "mutability": "mutable",
2663
2663
  "name": "token",
2664
- "nameLocation": "7354:5:44",
2664
+ "nameLocation": "7354:5:43",
2665
2665
  "nodeType": "VariableDeclaration",
2666
- "scope": 17139,
2667
- "src": "7337:22:44",
2666
+ "scope": 16895,
2667
+ "src": "7337:22:43",
2668
2668
  "stateVariable": false,
2669
2669
  "storageLocation": "default",
2670
2670
  "typeDescriptions": {
2671
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2671
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2672
2672
  "typeString": "contract ISuperfluidToken"
2673
2673
  },
2674
2674
  "typeName": {
2675
- "id": 17125,
2675
+ "id": 16881,
2676
2676
  "nodeType": "UserDefinedTypeName",
2677
2677
  "pathNode": {
2678
- "id": 17124,
2678
+ "id": 16880,
2679
2679
  "name": "ISuperfluidToken",
2680
2680
  "nodeType": "IdentifierPath",
2681
- "referencedDeclaration": 19643,
2682
- "src": "7337:16:44"
2681
+ "referencedDeclaration": 19399,
2682
+ "src": "7337:16:43"
2683
2683
  },
2684
- "referencedDeclaration": 19643,
2685
- "src": "7337:16:44",
2684
+ "referencedDeclaration": 19399,
2685
+ "src": "7337:16:43",
2686
2686
  "typeDescriptions": {
2687
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2687
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2688
2688
  "typeString": "contract ISuperfluidToken"
2689
2689
  }
2690
2690
  },
@@ -2692,13 +2692,13 @@
2692
2692
  },
2693
2693
  {
2694
2694
  "constant": false,
2695
- "id": 17128,
2695
+ "id": 16884,
2696
2696
  "mutability": "mutable",
2697
2697
  "name": "sender",
2698
- "nameLocation": "7377:6:44",
2698
+ "nameLocation": "7377:6:43",
2699
2699
  "nodeType": "VariableDeclaration",
2700
- "scope": 17139,
2701
- "src": "7369:14:44",
2700
+ "scope": 16895,
2701
+ "src": "7369:14:43",
2702
2702
  "stateVariable": false,
2703
2703
  "storageLocation": "default",
2704
2704
  "typeDescriptions": {
@@ -2706,10 +2706,10 @@
2706
2706
  "typeString": "address"
2707
2707
  },
2708
2708
  "typeName": {
2709
- "id": 17127,
2709
+ "id": 16883,
2710
2710
  "name": "address",
2711
2711
  "nodeType": "ElementaryTypeName",
2712
- "src": "7369:7:44",
2712
+ "src": "7369:7:43",
2713
2713
  "stateMutability": "nonpayable",
2714
2714
  "typeDescriptions": {
2715
2715
  "typeIdentifier": "t_address",
@@ -2720,13 +2720,13 @@
2720
2720
  },
2721
2721
  {
2722
2722
  "constant": false,
2723
- "id": 17130,
2723
+ "id": 16886,
2724
2724
  "mutability": "mutable",
2725
2725
  "name": "receiver",
2726
- "nameLocation": "7401:8:44",
2726
+ "nameLocation": "7401:8:43",
2727
2727
  "nodeType": "VariableDeclaration",
2728
- "scope": 17139,
2729
- "src": "7393:16:44",
2728
+ "scope": 16895,
2729
+ "src": "7393:16:43",
2730
2730
  "stateVariable": false,
2731
2731
  "storageLocation": "default",
2732
2732
  "typeDescriptions": {
@@ -2734,10 +2734,10 @@
2734
2734
  "typeString": "address"
2735
2735
  },
2736
2736
  "typeName": {
2737
- "id": 17129,
2737
+ "id": 16885,
2738
2738
  "name": "address",
2739
2739
  "nodeType": "ElementaryTypeName",
2740
- "src": "7393:7:44",
2740
+ "src": "7393:7:43",
2741
2741
  "stateMutability": "nonpayable",
2742
2742
  "typeDescriptions": {
2743
2743
  "typeIdentifier": "t_address",
@@ -2748,13 +2748,13 @@
2748
2748
  },
2749
2749
  {
2750
2750
  "constant": false,
2751
- "id": 17132,
2751
+ "id": 16888,
2752
2752
  "mutability": "mutable",
2753
2753
  "name": "flowRate",
2754
- "nameLocation": "7425:8:44",
2754
+ "nameLocation": "7425:8:43",
2755
2755
  "nodeType": "VariableDeclaration",
2756
- "scope": 17139,
2757
- "src": "7419:14:44",
2756
+ "scope": 16895,
2757
+ "src": "7419:14:43",
2758
2758
  "stateVariable": false,
2759
2759
  "storageLocation": "default",
2760
2760
  "typeDescriptions": {
@@ -2762,10 +2762,10 @@
2762
2762
  "typeString": "int96"
2763
2763
  },
2764
2764
  "typeName": {
2765
- "id": 17131,
2765
+ "id": 16887,
2766
2766
  "name": "int96",
2767
2767
  "nodeType": "ElementaryTypeName",
2768
- "src": "7419:5:44",
2768
+ "src": "7419:5:43",
2769
2769
  "typeDescriptions": {
2770
2770
  "typeIdentifier": "t_int96",
2771
2771
  "typeString": "int96"
@@ -2775,13 +2775,13 @@
2775
2775
  },
2776
2776
  {
2777
2777
  "constant": false,
2778
- "id": 17134,
2778
+ "id": 16890,
2779
2779
  "mutability": "mutable",
2780
2780
  "name": "ctx",
2781
- "nameLocation": "7458:3:44",
2781
+ "nameLocation": "7458:3:43",
2782
2782
  "nodeType": "VariableDeclaration",
2783
- "scope": 17139,
2784
- "src": "7443:18:44",
2783
+ "scope": 16895,
2784
+ "src": "7443:18:43",
2785
2785
  "stateVariable": false,
2786
2786
  "storageLocation": "calldata",
2787
2787
  "typeDescriptions": {
@@ -2789,10 +2789,10 @@
2789
2789
  "typeString": "bytes"
2790
2790
  },
2791
2791
  "typeName": {
2792
- "id": 17133,
2792
+ "id": 16889,
2793
2793
  "name": "bytes",
2794
2794
  "nodeType": "ElementaryTypeName",
2795
- "src": "7443:5:44",
2795
+ "src": "7443:5:43",
2796
2796
  "typeDescriptions": {
2797
2797
  "typeIdentifier": "t_bytes_storage_ptr",
2798
2798
  "typeString": "bytes"
@@ -2801,21 +2801,21 @@
2801
2801
  "visibility": "internal"
2802
2802
  }
2803
2803
  ],
2804
- "src": "7327:140:44"
2804
+ "src": "7327:140:43"
2805
2805
  },
2806
2806
  "returnParameters": {
2807
- "id": 17138,
2807
+ "id": 16894,
2808
2808
  "nodeType": "ParameterList",
2809
2809
  "parameters": [
2810
2810
  {
2811
2811
  "constant": false,
2812
- "id": 17137,
2812
+ "id": 16893,
2813
2813
  "mutability": "mutable",
2814
2814
  "name": "newCtx",
2815
- "nameLocation": "7522:6:44",
2815
+ "nameLocation": "7522:6:43",
2816
2816
  "nodeType": "VariableDeclaration",
2817
- "scope": 17139,
2818
- "src": "7509:19:44",
2817
+ "scope": 16895,
2818
+ "src": "7509:19:43",
2819
2819
  "stateVariable": false,
2820
2820
  "storageLocation": "memory",
2821
2821
  "typeDescriptions": {
@@ -2823,10 +2823,10 @@
2823
2823
  "typeString": "bytes"
2824
2824
  },
2825
2825
  "typeName": {
2826
- "id": 17136,
2826
+ "id": 16892,
2827
2827
  "name": "bytes",
2828
2828
  "nodeType": "ElementaryTypeName",
2829
- "src": "7509:5:44",
2829
+ "src": "7509:5:43",
2830
2830
  "typeDescriptions": {
2831
2831
  "typeIdentifier": "t_bytes_storage_ptr",
2832
2832
  "typeString": "bytes"
@@ -2835,62 +2835,62 @@
2835
2835
  "visibility": "internal"
2836
2836
  }
2837
2837
  ],
2838
- "src": "7508:21:44"
2838
+ "src": "7508:21:43"
2839
2839
  },
2840
- "scope": 17305,
2841
- "src": "7298:232:44",
2840
+ "scope": 17061,
2841
+ "src": "7298:232:43",
2842
2842
  "stateMutability": "nonpayable",
2843
2843
  "virtual": true,
2844
2844
  "visibility": "external"
2845
2845
  },
2846
2846
  {
2847
2847
  "documentation": {
2848
- "id": 17140,
2848
+ "id": 16896,
2849
2849
  "nodeType": "StructuredDocumentation",
2850
- "src": "7536:829:44",
2850
+ "src": "7536:829:43",
2851
2851
  "text": " @notice Update the flow rate between ctx.msgSender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n # App callbacks\n - AgreementUpdated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n NOTE:\n - Only the flow sender may update the flow rate\n - Even if the flow rate is zero, the flow is not deleted\n from the system\n - Deposit amount will be adjusted accordingly\n - No new gas fee is charged"
2852
2852
  },
2853
2853
  "functionSelector": "50209a62",
2854
- "id": 17154,
2854
+ "id": 16910,
2855
2855
  "implemented": false,
2856
2856
  "kind": "function",
2857
2857
  "modifiers": [],
2858
2858
  "name": "updateFlow",
2859
- "nameLocation": "8379:10:44",
2859
+ "nameLocation": "8379:10:43",
2860
2860
  "nodeType": "FunctionDefinition",
2861
2861
  "parameters": {
2862
- "id": 17150,
2862
+ "id": 16906,
2863
2863
  "nodeType": "ParameterList",
2864
2864
  "parameters": [
2865
2865
  {
2866
2866
  "constant": false,
2867
- "id": 17143,
2867
+ "id": 16899,
2868
2868
  "mutability": "mutable",
2869
2869
  "name": "token",
2870
- "nameLocation": "8416:5:44",
2870
+ "nameLocation": "8416:5:43",
2871
2871
  "nodeType": "VariableDeclaration",
2872
- "scope": 17154,
2873
- "src": "8399:22:44",
2872
+ "scope": 16910,
2873
+ "src": "8399:22:43",
2874
2874
  "stateVariable": false,
2875
2875
  "storageLocation": "default",
2876
2876
  "typeDescriptions": {
2877
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2877
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2878
2878
  "typeString": "contract ISuperfluidToken"
2879
2879
  },
2880
2880
  "typeName": {
2881
- "id": 17142,
2881
+ "id": 16898,
2882
2882
  "nodeType": "UserDefinedTypeName",
2883
2883
  "pathNode": {
2884
- "id": 17141,
2884
+ "id": 16897,
2885
2885
  "name": "ISuperfluidToken",
2886
2886
  "nodeType": "IdentifierPath",
2887
- "referencedDeclaration": 19643,
2888
- "src": "8399:16:44"
2887
+ "referencedDeclaration": 19399,
2888
+ "src": "8399:16:43"
2889
2889
  },
2890
- "referencedDeclaration": 19643,
2891
- "src": "8399:16:44",
2890
+ "referencedDeclaration": 19399,
2891
+ "src": "8399:16:43",
2892
2892
  "typeDescriptions": {
2893
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
2893
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2894
2894
  "typeString": "contract ISuperfluidToken"
2895
2895
  }
2896
2896
  },
@@ -2898,13 +2898,13 @@
2898
2898
  },
2899
2899
  {
2900
2900
  "constant": false,
2901
- "id": 17145,
2901
+ "id": 16901,
2902
2902
  "mutability": "mutable",
2903
2903
  "name": "receiver",
2904
- "nameLocation": "8439:8:44",
2904
+ "nameLocation": "8439:8:43",
2905
2905
  "nodeType": "VariableDeclaration",
2906
- "scope": 17154,
2907
- "src": "8431:16:44",
2906
+ "scope": 16910,
2907
+ "src": "8431:16:43",
2908
2908
  "stateVariable": false,
2909
2909
  "storageLocation": "default",
2910
2910
  "typeDescriptions": {
@@ -2912,10 +2912,10 @@
2912
2912
  "typeString": "address"
2913
2913
  },
2914
2914
  "typeName": {
2915
- "id": 17144,
2915
+ "id": 16900,
2916
2916
  "name": "address",
2917
2917
  "nodeType": "ElementaryTypeName",
2918
- "src": "8431:7:44",
2918
+ "src": "8431:7:43",
2919
2919
  "stateMutability": "nonpayable",
2920
2920
  "typeDescriptions": {
2921
2921
  "typeIdentifier": "t_address",
@@ -2926,13 +2926,13 @@
2926
2926
  },
2927
2927
  {
2928
2928
  "constant": false,
2929
- "id": 17147,
2929
+ "id": 16903,
2930
2930
  "mutability": "mutable",
2931
2931
  "name": "flowRate",
2932
- "nameLocation": "8463:8:44",
2932
+ "nameLocation": "8463:8:43",
2933
2933
  "nodeType": "VariableDeclaration",
2934
- "scope": 17154,
2935
- "src": "8457:14:44",
2934
+ "scope": 16910,
2935
+ "src": "8457:14:43",
2936
2936
  "stateVariable": false,
2937
2937
  "storageLocation": "default",
2938
2938
  "typeDescriptions": {
@@ -2940,10 +2940,10 @@
2940
2940
  "typeString": "int96"
2941
2941
  },
2942
2942
  "typeName": {
2943
- "id": 17146,
2943
+ "id": 16902,
2944
2944
  "name": "int96",
2945
2945
  "nodeType": "ElementaryTypeName",
2946
- "src": "8457:5:44",
2946
+ "src": "8457:5:43",
2947
2947
  "typeDescriptions": {
2948
2948
  "typeIdentifier": "t_int96",
2949
2949
  "typeString": "int96"
@@ -2953,13 +2953,13 @@
2953
2953
  },
2954
2954
  {
2955
2955
  "constant": false,
2956
- "id": 17149,
2956
+ "id": 16905,
2957
2957
  "mutability": "mutable",
2958
2958
  "name": "ctx",
2959
- "nameLocation": "8496:3:44",
2959
+ "nameLocation": "8496:3:43",
2960
2960
  "nodeType": "VariableDeclaration",
2961
- "scope": 17154,
2962
- "src": "8481:18:44",
2961
+ "scope": 16910,
2962
+ "src": "8481:18:43",
2963
2963
  "stateVariable": false,
2964
2964
  "storageLocation": "calldata",
2965
2965
  "typeDescriptions": {
@@ -2967,10 +2967,10 @@
2967
2967
  "typeString": "bytes"
2968
2968
  },
2969
2969
  "typeName": {
2970
- "id": 17148,
2970
+ "id": 16904,
2971
2971
  "name": "bytes",
2972
2972
  "nodeType": "ElementaryTypeName",
2973
- "src": "8481:5:44",
2973
+ "src": "8481:5:43",
2974
2974
  "typeDescriptions": {
2975
2975
  "typeIdentifier": "t_bytes_storage_ptr",
2976
2976
  "typeString": "bytes"
@@ -2979,21 +2979,21 @@
2979
2979
  "visibility": "internal"
2980
2980
  }
2981
2981
  ],
2982
- "src": "8389:116:44"
2982
+ "src": "8389:116:43"
2983
2983
  },
2984
2984
  "returnParameters": {
2985
- "id": 17153,
2985
+ "id": 16909,
2986
2986
  "nodeType": "ParameterList",
2987
2987
  "parameters": [
2988
2988
  {
2989
2989
  "constant": false,
2990
- "id": 17152,
2990
+ "id": 16908,
2991
2991
  "mutability": "mutable",
2992
2992
  "name": "newCtx",
2993
- "nameLocation": "8560:6:44",
2993
+ "nameLocation": "8560:6:43",
2994
2994
  "nodeType": "VariableDeclaration",
2995
- "scope": 17154,
2996
- "src": "8547:19:44",
2995
+ "scope": 16910,
2996
+ "src": "8547:19:43",
2997
2997
  "stateVariable": false,
2998
2998
  "storageLocation": "memory",
2999
2999
  "typeDescriptions": {
@@ -3001,10 +3001,10 @@
3001
3001
  "typeString": "bytes"
3002
3002
  },
3003
3003
  "typeName": {
3004
- "id": 17151,
3004
+ "id": 16907,
3005
3005
  "name": "bytes",
3006
3006
  "nodeType": "ElementaryTypeName",
3007
- "src": "8547:5:44",
3007
+ "src": "8547:5:43",
3008
3008
  "typeDescriptions": {
3009
3009
  "typeIdentifier": "t_bytes_storage_ptr",
3010
3010
  "typeString": "bytes"
@@ -3013,62 +3013,62 @@
3013
3013
  "visibility": "internal"
3014
3014
  }
3015
3015
  ],
3016
- "src": "8546:21:44"
3016
+ "src": "8546:21:43"
3017
3017
  },
3018
- "scope": 17305,
3019
- "src": "8370:198:44",
3018
+ "scope": 17061,
3019
+ "src": "8370:198:43",
3020
3020
  "stateMutability": "nonpayable",
3021
3021
  "virtual": true,
3022
3022
  "visibility": "external"
3023
3023
  },
3024
3024
  {
3025
3025
  "documentation": {
3026
- "id": 17155,
3026
+ "id": 16911,
3027
3027
  "nodeType": "StructuredDocumentation",
3028
- "src": "8574:436:44",
3028
+ "src": "8574:436:43",
3029
3029
  "text": " @notice Update a flow between sender and receiver\n @dev A flow updated by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param sender Flow sender address (has granted permissions)\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
3030
3030
  },
3031
3031
  "functionSelector": "354b9590",
3032
- "id": 17171,
3032
+ "id": 16927,
3033
3033
  "implemented": false,
3034
3034
  "kind": "function",
3035
3035
  "modifiers": [],
3036
3036
  "name": "updateFlowByOperator",
3037
- "nameLocation": "9024:20:44",
3037
+ "nameLocation": "9024:20:43",
3038
3038
  "nodeType": "FunctionDefinition",
3039
3039
  "parameters": {
3040
- "id": 17167,
3040
+ "id": 16923,
3041
3041
  "nodeType": "ParameterList",
3042
3042
  "parameters": [
3043
3043
  {
3044
3044
  "constant": false,
3045
- "id": 17158,
3045
+ "id": 16914,
3046
3046
  "mutability": "mutable",
3047
3047
  "name": "token",
3048
- "nameLocation": "9071:5:44",
3048
+ "nameLocation": "9071:5:43",
3049
3049
  "nodeType": "VariableDeclaration",
3050
- "scope": 17171,
3051
- "src": "9054:22:44",
3050
+ "scope": 16927,
3051
+ "src": "9054:22:43",
3052
3052
  "stateVariable": false,
3053
3053
  "storageLocation": "default",
3054
3054
  "typeDescriptions": {
3055
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3055
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3056
3056
  "typeString": "contract ISuperfluidToken"
3057
3057
  },
3058
3058
  "typeName": {
3059
- "id": 17157,
3059
+ "id": 16913,
3060
3060
  "nodeType": "UserDefinedTypeName",
3061
3061
  "pathNode": {
3062
- "id": 17156,
3062
+ "id": 16912,
3063
3063
  "name": "ISuperfluidToken",
3064
3064
  "nodeType": "IdentifierPath",
3065
- "referencedDeclaration": 19643,
3066
- "src": "9054:16:44"
3065
+ "referencedDeclaration": 19399,
3066
+ "src": "9054:16:43"
3067
3067
  },
3068
- "referencedDeclaration": 19643,
3069
- "src": "9054:16:44",
3068
+ "referencedDeclaration": 19399,
3069
+ "src": "9054:16:43",
3070
3070
  "typeDescriptions": {
3071
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3071
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3072
3072
  "typeString": "contract ISuperfluidToken"
3073
3073
  }
3074
3074
  },
@@ -3076,13 +3076,13 @@
3076
3076
  },
3077
3077
  {
3078
3078
  "constant": false,
3079
- "id": 17160,
3079
+ "id": 16916,
3080
3080
  "mutability": "mutable",
3081
3081
  "name": "sender",
3082
- "nameLocation": "9094:6:44",
3082
+ "nameLocation": "9094:6:43",
3083
3083
  "nodeType": "VariableDeclaration",
3084
- "scope": 17171,
3085
- "src": "9086:14:44",
3084
+ "scope": 16927,
3085
+ "src": "9086:14:43",
3086
3086
  "stateVariable": false,
3087
3087
  "storageLocation": "default",
3088
3088
  "typeDescriptions": {
@@ -3090,10 +3090,10 @@
3090
3090
  "typeString": "address"
3091
3091
  },
3092
3092
  "typeName": {
3093
- "id": 17159,
3093
+ "id": 16915,
3094
3094
  "name": "address",
3095
3095
  "nodeType": "ElementaryTypeName",
3096
- "src": "9086:7:44",
3096
+ "src": "9086:7:43",
3097
3097
  "stateMutability": "nonpayable",
3098
3098
  "typeDescriptions": {
3099
3099
  "typeIdentifier": "t_address",
@@ -3104,13 +3104,13 @@
3104
3104
  },
3105
3105
  {
3106
3106
  "constant": false,
3107
- "id": 17162,
3107
+ "id": 16918,
3108
3108
  "mutability": "mutable",
3109
3109
  "name": "receiver",
3110
- "nameLocation": "9118:8:44",
3110
+ "nameLocation": "9118:8:43",
3111
3111
  "nodeType": "VariableDeclaration",
3112
- "scope": 17171,
3113
- "src": "9110:16:44",
3112
+ "scope": 16927,
3113
+ "src": "9110:16:43",
3114
3114
  "stateVariable": false,
3115
3115
  "storageLocation": "default",
3116
3116
  "typeDescriptions": {
@@ -3118,10 +3118,10 @@
3118
3118
  "typeString": "address"
3119
3119
  },
3120
3120
  "typeName": {
3121
- "id": 17161,
3121
+ "id": 16917,
3122
3122
  "name": "address",
3123
3123
  "nodeType": "ElementaryTypeName",
3124
- "src": "9110:7:44",
3124
+ "src": "9110:7:43",
3125
3125
  "stateMutability": "nonpayable",
3126
3126
  "typeDescriptions": {
3127
3127
  "typeIdentifier": "t_address",
@@ -3132,13 +3132,13 @@
3132
3132
  },
3133
3133
  {
3134
3134
  "constant": false,
3135
- "id": 17164,
3135
+ "id": 16920,
3136
3136
  "mutability": "mutable",
3137
3137
  "name": "flowRate",
3138
- "nameLocation": "9142:8:44",
3138
+ "nameLocation": "9142:8:43",
3139
3139
  "nodeType": "VariableDeclaration",
3140
- "scope": 17171,
3141
- "src": "9136:14:44",
3140
+ "scope": 16927,
3141
+ "src": "9136:14:43",
3142
3142
  "stateVariable": false,
3143
3143
  "storageLocation": "default",
3144
3144
  "typeDescriptions": {
@@ -3146,10 +3146,10 @@
3146
3146
  "typeString": "int96"
3147
3147
  },
3148
3148
  "typeName": {
3149
- "id": 17163,
3149
+ "id": 16919,
3150
3150
  "name": "int96",
3151
3151
  "nodeType": "ElementaryTypeName",
3152
- "src": "9136:5:44",
3152
+ "src": "9136:5:43",
3153
3153
  "typeDescriptions": {
3154
3154
  "typeIdentifier": "t_int96",
3155
3155
  "typeString": "int96"
@@ -3159,13 +3159,13 @@
3159
3159
  },
3160
3160
  {
3161
3161
  "constant": false,
3162
- "id": 17166,
3162
+ "id": 16922,
3163
3163
  "mutability": "mutable",
3164
3164
  "name": "ctx",
3165
- "nameLocation": "9175:3:44",
3165
+ "nameLocation": "9175:3:43",
3166
3166
  "nodeType": "VariableDeclaration",
3167
- "scope": 17171,
3168
- "src": "9160:18:44",
3167
+ "scope": 16927,
3168
+ "src": "9160:18:43",
3169
3169
  "stateVariable": false,
3170
3170
  "storageLocation": "calldata",
3171
3171
  "typeDescriptions": {
@@ -3173,10 +3173,10 @@
3173
3173
  "typeString": "bytes"
3174
3174
  },
3175
3175
  "typeName": {
3176
- "id": 17165,
3176
+ "id": 16921,
3177
3177
  "name": "bytes",
3178
3178
  "nodeType": "ElementaryTypeName",
3179
- "src": "9160:5:44",
3179
+ "src": "9160:5:43",
3180
3180
  "typeDescriptions": {
3181
3181
  "typeIdentifier": "t_bytes_storage_ptr",
3182
3182
  "typeString": "bytes"
@@ -3185,21 +3185,21 @@
3185
3185
  "visibility": "internal"
3186
3186
  }
3187
3187
  ],
3188
- "src": "9044:140:44"
3188
+ "src": "9044:140:43"
3189
3189
  },
3190
3190
  "returnParameters": {
3191
- "id": 17170,
3191
+ "id": 16926,
3192
3192
  "nodeType": "ParameterList",
3193
3193
  "parameters": [
3194
3194
  {
3195
3195
  "constant": false,
3196
- "id": 17169,
3196
+ "id": 16925,
3197
3197
  "mutability": "mutable",
3198
3198
  "name": "newCtx",
3199
- "nameLocation": "9239:6:44",
3199
+ "nameLocation": "9239:6:43",
3200
3200
  "nodeType": "VariableDeclaration",
3201
- "scope": 17171,
3202
- "src": "9226:19:44",
3201
+ "scope": 16927,
3202
+ "src": "9226:19:43",
3203
3203
  "stateVariable": false,
3204
3204
  "storageLocation": "memory",
3205
3205
  "typeDescriptions": {
@@ -3207,10 +3207,10 @@
3207
3207
  "typeString": "bytes"
3208
3208
  },
3209
3209
  "typeName": {
3210
- "id": 17168,
3210
+ "id": 16924,
3211
3211
  "name": "bytes",
3212
3212
  "nodeType": "ElementaryTypeName",
3213
- "src": "9226:5:44",
3213
+ "src": "9226:5:43",
3214
3214
  "typeDescriptions": {
3215
3215
  "typeIdentifier": "t_bytes_storage_ptr",
3216
3216
  "typeString": "bytes"
@@ -3219,62 +3219,62 @@
3219
3219
  "visibility": "internal"
3220
3220
  }
3221
3221
  ],
3222
- "src": "9225:21:44"
3222
+ "src": "9225:21:43"
3223
3223
  },
3224
- "scope": 17305,
3225
- "src": "9015:232:44",
3224
+ "scope": 17061,
3225
+ "src": "9015:232:43",
3226
3226
  "stateMutability": "nonpayable",
3227
3227
  "virtual": true,
3228
3228
  "visibility": "external"
3229
3229
  },
3230
3230
  {
3231
3231
  "documentation": {
3232
- "id": 17172,
3232
+ "id": 16928,
3233
3233
  "nodeType": "StructuredDocumentation",
3234
- "src": "9253:415:44",
3234
+ "src": "9253:415:43",
3235
3235
  "text": " @dev Get the flow data between `sender` and `receiver` of `token`\n @param token Super token address\n @param sender Flow receiver\n @param receiver Flow sender\n @return timestamp Timestamp of when the flow is updated\n @return flowRate The flow rate\n @return deposit The amount of deposit the flow\n @return owedDeposit The amount of owed deposit of the flow"
3236
3236
  },
3237
3237
  "functionSelector": "e6a1e888",
3238
- "id": 17190,
3238
+ "id": 16946,
3239
3239
  "implemented": false,
3240
3240
  "kind": "function",
3241
3241
  "modifiers": [],
3242
3242
  "name": "getFlow",
3243
- "nameLocation": "9682:7:44",
3243
+ "nameLocation": "9682:7:43",
3244
3244
  "nodeType": "FunctionDefinition",
3245
3245
  "parameters": {
3246
- "id": 17180,
3246
+ "id": 16936,
3247
3247
  "nodeType": "ParameterList",
3248
3248
  "parameters": [
3249
3249
  {
3250
3250
  "constant": false,
3251
- "id": 17175,
3251
+ "id": 16931,
3252
3252
  "mutability": "mutable",
3253
3253
  "name": "token",
3254
- "nameLocation": "9716:5:44",
3254
+ "nameLocation": "9716:5:43",
3255
3255
  "nodeType": "VariableDeclaration",
3256
- "scope": 17190,
3257
- "src": "9699:22:44",
3256
+ "scope": 16946,
3257
+ "src": "9699:22:43",
3258
3258
  "stateVariable": false,
3259
3259
  "storageLocation": "default",
3260
3260
  "typeDescriptions": {
3261
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3261
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3262
3262
  "typeString": "contract ISuperfluidToken"
3263
3263
  },
3264
3264
  "typeName": {
3265
- "id": 17174,
3265
+ "id": 16930,
3266
3266
  "nodeType": "UserDefinedTypeName",
3267
3267
  "pathNode": {
3268
- "id": 17173,
3268
+ "id": 16929,
3269
3269
  "name": "ISuperfluidToken",
3270
3270
  "nodeType": "IdentifierPath",
3271
- "referencedDeclaration": 19643,
3272
- "src": "9699:16:44"
3271
+ "referencedDeclaration": 19399,
3272
+ "src": "9699:16:43"
3273
3273
  },
3274
- "referencedDeclaration": 19643,
3275
- "src": "9699:16:44",
3274
+ "referencedDeclaration": 19399,
3275
+ "src": "9699:16:43",
3276
3276
  "typeDescriptions": {
3277
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3277
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3278
3278
  "typeString": "contract ISuperfluidToken"
3279
3279
  }
3280
3280
  },
@@ -3282,13 +3282,13 @@
3282
3282
  },
3283
3283
  {
3284
3284
  "constant": false,
3285
- "id": 17177,
3285
+ "id": 16933,
3286
3286
  "mutability": "mutable",
3287
3287
  "name": "sender",
3288
- "nameLocation": "9739:6:44",
3288
+ "nameLocation": "9739:6:43",
3289
3289
  "nodeType": "VariableDeclaration",
3290
- "scope": 17190,
3291
- "src": "9731:14:44",
3290
+ "scope": 16946,
3291
+ "src": "9731:14:43",
3292
3292
  "stateVariable": false,
3293
3293
  "storageLocation": "default",
3294
3294
  "typeDescriptions": {
@@ -3296,10 +3296,10 @@
3296
3296
  "typeString": "address"
3297
3297
  },
3298
3298
  "typeName": {
3299
- "id": 17176,
3299
+ "id": 16932,
3300
3300
  "name": "address",
3301
3301
  "nodeType": "ElementaryTypeName",
3302
- "src": "9731:7:44",
3302
+ "src": "9731:7:43",
3303
3303
  "stateMutability": "nonpayable",
3304
3304
  "typeDescriptions": {
3305
3305
  "typeIdentifier": "t_address",
@@ -3310,13 +3310,13 @@
3310
3310
  },
3311
3311
  {
3312
3312
  "constant": false,
3313
- "id": 17179,
3313
+ "id": 16935,
3314
3314
  "mutability": "mutable",
3315
3315
  "name": "receiver",
3316
- "nameLocation": "9763:8:44",
3316
+ "nameLocation": "9763:8:43",
3317
3317
  "nodeType": "VariableDeclaration",
3318
- "scope": 17190,
3319
- "src": "9755:16:44",
3318
+ "scope": 16946,
3319
+ "src": "9755:16:43",
3320
3320
  "stateVariable": false,
3321
3321
  "storageLocation": "default",
3322
3322
  "typeDescriptions": {
@@ -3324,10 +3324,10 @@
3324
3324
  "typeString": "address"
3325
3325
  },
3326
3326
  "typeName": {
3327
- "id": 17178,
3327
+ "id": 16934,
3328
3328
  "name": "address",
3329
3329
  "nodeType": "ElementaryTypeName",
3330
- "src": "9755:7:44",
3330
+ "src": "9755:7:43",
3331
3331
  "stateMutability": "nonpayable",
3332
3332
  "typeDescriptions": {
3333
3333
  "typeIdentifier": "t_address",
@@ -3337,21 +3337,21 @@
3337
3337
  "visibility": "internal"
3338
3338
  }
3339
3339
  ],
3340
- "src": "9689:88:44"
3340
+ "src": "9689:88:43"
3341
3341
  },
3342
3342
  "returnParameters": {
3343
- "id": 17189,
3343
+ "id": 16945,
3344
3344
  "nodeType": "ParameterList",
3345
3345
  "parameters": [
3346
3346
  {
3347
3347
  "constant": false,
3348
- "id": 17182,
3348
+ "id": 16938,
3349
3349
  "mutability": "mutable",
3350
3350
  "name": "timestamp",
3351
- "nameLocation": "9846:9:44",
3351
+ "nameLocation": "9846:9:43",
3352
3352
  "nodeType": "VariableDeclaration",
3353
- "scope": 17190,
3354
- "src": "9838:17:44",
3353
+ "scope": 16946,
3354
+ "src": "9838:17:43",
3355
3355
  "stateVariable": false,
3356
3356
  "storageLocation": "default",
3357
3357
  "typeDescriptions": {
@@ -3359,10 +3359,10 @@
3359
3359
  "typeString": "uint256"
3360
3360
  },
3361
3361
  "typeName": {
3362
- "id": 17181,
3362
+ "id": 16937,
3363
3363
  "name": "uint256",
3364
3364
  "nodeType": "ElementaryTypeName",
3365
- "src": "9838:7:44",
3365
+ "src": "9838:7:43",
3366
3366
  "typeDescriptions": {
3367
3367
  "typeIdentifier": "t_uint256",
3368
3368
  "typeString": "uint256"
@@ -3372,13 +3372,13 @@
3372
3372
  },
3373
3373
  {
3374
3374
  "constant": false,
3375
- "id": 17184,
3375
+ "id": 16940,
3376
3376
  "mutability": "mutable",
3377
3377
  "name": "flowRate",
3378
- "nameLocation": "9875:8:44",
3378
+ "nameLocation": "9875:8:43",
3379
3379
  "nodeType": "VariableDeclaration",
3380
- "scope": 17190,
3381
- "src": "9869:14:44",
3380
+ "scope": 16946,
3381
+ "src": "9869:14:43",
3382
3382
  "stateVariable": false,
3383
3383
  "storageLocation": "default",
3384
3384
  "typeDescriptions": {
@@ -3386,10 +3386,10 @@
3386
3386
  "typeString": "int96"
3387
3387
  },
3388
3388
  "typeName": {
3389
- "id": 17183,
3389
+ "id": 16939,
3390
3390
  "name": "int96",
3391
3391
  "nodeType": "ElementaryTypeName",
3392
- "src": "9869:5:44",
3392
+ "src": "9869:5:43",
3393
3393
  "typeDescriptions": {
3394
3394
  "typeIdentifier": "t_int96",
3395
3395
  "typeString": "int96"
@@ -3399,13 +3399,13 @@
3399
3399
  },
3400
3400
  {
3401
3401
  "constant": false,
3402
- "id": 17186,
3402
+ "id": 16942,
3403
3403
  "mutability": "mutable",
3404
3404
  "name": "deposit",
3405
- "nameLocation": "9905:7:44",
3405
+ "nameLocation": "9905:7:43",
3406
3406
  "nodeType": "VariableDeclaration",
3407
- "scope": 17190,
3408
- "src": "9897:15:44",
3407
+ "scope": 16946,
3408
+ "src": "9897:15:43",
3409
3409
  "stateVariable": false,
3410
3410
  "storageLocation": "default",
3411
3411
  "typeDescriptions": {
@@ -3413,10 +3413,10 @@
3413
3413
  "typeString": "uint256"
3414
3414
  },
3415
3415
  "typeName": {
3416
- "id": 17185,
3416
+ "id": 16941,
3417
3417
  "name": "uint256",
3418
3418
  "nodeType": "ElementaryTypeName",
3419
- "src": "9897:7:44",
3419
+ "src": "9897:7:43",
3420
3420
  "typeDescriptions": {
3421
3421
  "typeIdentifier": "t_uint256",
3422
3422
  "typeString": "uint256"
@@ -3426,13 +3426,13 @@
3426
3426
  },
3427
3427
  {
3428
3428
  "constant": false,
3429
- "id": 17188,
3429
+ "id": 16944,
3430
3430
  "mutability": "mutable",
3431
3431
  "name": "owedDeposit",
3432
- "nameLocation": "9934:11:44",
3432
+ "nameLocation": "9934:11:43",
3433
3433
  "nodeType": "VariableDeclaration",
3434
- "scope": 17190,
3435
- "src": "9926:19:44",
3434
+ "scope": 16946,
3435
+ "src": "9926:19:43",
3436
3436
  "stateVariable": false,
3437
3437
  "storageLocation": "default",
3438
3438
  "typeDescriptions": {
@@ -3440,10 +3440,10 @@
3440
3440
  "typeString": "uint256"
3441
3441
  },
3442
3442
  "typeName": {
3443
- "id": 17187,
3443
+ "id": 16943,
3444
3444
  "name": "uint256",
3445
3445
  "nodeType": "ElementaryTypeName",
3446
- "src": "9926:7:44",
3446
+ "src": "9926:7:43",
3447
3447
  "typeDescriptions": {
3448
3448
  "typeIdentifier": "t_uint256",
3449
3449
  "typeString": "uint256"
@@ -3452,62 +3452,62 @@
3452
3452
  "visibility": "internal"
3453
3453
  }
3454
3454
  ],
3455
- "src": "9824:131:44"
3455
+ "src": "9824:131:43"
3456
3456
  },
3457
- "scope": 17305,
3458
- "src": "9673:283:44",
3457
+ "scope": 17061,
3458
+ "src": "9673:283:43",
3459
3459
  "stateMutability": "view",
3460
3460
  "virtual": true,
3461
3461
  "visibility": "external"
3462
3462
  },
3463
3463
  {
3464
3464
  "documentation": {
3465
- "id": 17191,
3465
+ "id": 16947,
3466
3466
  "nodeType": "StructuredDocumentation",
3467
- "src": "9962:445:44",
3467
+ "src": "9962:445:43",
3468
3468
  "text": " @notice Get flow data using agreementId\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param agreementId The agreement ID\n @return timestamp Timestamp of when the flow is updated\n @return flowRate The flow rate\n @return deposit The deposit amount of the flow\n @return owedDeposit The owed deposit amount of the flow"
3469
3469
  },
3470
3470
  "functionSelector": "aabd2668",
3471
- "id": 17207,
3471
+ "id": 16963,
3472
3472
  "implemented": false,
3473
3473
  "kind": "function",
3474
3474
  "modifiers": [],
3475
3475
  "name": "getFlowByID",
3476
- "nameLocation": "10421:11:44",
3476
+ "nameLocation": "10421:11:43",
3477
3477
  "nodeType": "FunctionDefinition",
3478
3478
  "parameters": {
3479
- "id": 17197,
3479
+ "id": 16953,
3480
3480
  "nodeType": "ParameterList",
3481
3481
  "parameters": [
3482
3482
  {
3483
3483
  "constant": false,
3484
- "id": 17194,
3484
+ "id": 16950,
3485
3485
  "mutability": "mutable",
3486
3486
  "name": "token",
3487
- "nameLocation": "10458:5:44",
3487
+ "nameLocation": "10458:5:43",
3488
3488
  "nodeType": "VariableDeclaration",
3489
- "scope": 17207,
3490
- "src": "10441:22:44",
3489
+ "scope": 16963,
3490
+ "src": "10441:22:43",
3491
3491
  "stateVariable": false,
3492
3492
  "storageLocation": "default",
3493
3493
  "typeDescriptions": {
3494
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3494
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3495
3495
  "typeString": "contract ISuperfluidToken"
3496
3496
  },
3497
3497
  "typeName": {
3498
- "id": 17193,
3498
+ "id": 16949,
3499
3499
  "nodeType": "UserDefinedTypeName",
3500
3500
  "pathNode": {
3501
- "id": 17192,
3501
+ "id": 16948,
3502
3502
  "name": "ISuperfluidToken",
3503
3503
  "nodeType": "IdentifierPath",
3504
- "referencedDeclaration": 19643,
3505
- "src": "10441:16:44"
3504
+ "referencedDeclaration": 19399,
3505
+ "src": "10441:16:43"
3506
3506
  },
3507
- "referencedDeclaration": 19643,
3508
- "src": "10441:16:44",
3507
+ "referencedDeclaration": 19399,
3508
+ "src": "10441:16:43",
3509
3509
  "typeDescriptions": {
3510
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3510
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3511
3511
  "typeString": "contract ISuperfluidToken"
3512
3512
  }
3513
3513
  },
@@ -3515,13 +3515,13 @@
3515
3515
  },
3516
3516
  {
3517
3517
  "constant": false,
3518
- "id": 17196,
3518
+ "id": 16952,
3519
3519
  "mutability": "mutable",
3520
3520
  "name": "agreementId",
3521
- "nameLocation": "10480:11:44",
3521
+ "nameLocation": "10480:11:43",
3522
3522
  "nodeType": "VariableDeclaration",
3523
- "scope": 17207,
3524
- "src": "10472:19:44",
3523
+ "scope": 16963,
3524
+ "src": "10472:19:43",
3525
3525
  "stateVariable": false,
3526
3526
  "storageLocation": "default",
3527
3527
  "typeDescriptions": {
@@ -3529,10 +3529,10 @@
3529
3529
  "typeString": "bytes32"
3530
3530
  },
3531
3531
  "typeName": {
3532
- "id": 17195,
3532
+ "id": 16951,
3533
3533
  "name": "bytes32",
3534
3534
  "nodeType": "ElementaryTypeName",
3535
- "src": "10472:7:44",
3535
+ "src": "10472:7:43",
3536
3536
  "typeDescriptions": {
3537
3537
  "typeIdentifier": "t_bytes32",
3538
3538
  "typeString": "bytes32"
@@ -3541,21 +3541,21 @@
3541
3541
  "visibility": "internal"
3542
3542
  }
3543
3543
  ],
3544
- "src": "10432:65:44"
3544
+ "src": "10432:65:43"
3545
3545
  },
3546
3546
  "returnParameters": {
3547
- "id": 17206,
3547
+ "id": 16962,
3548
3548
  "nodeType": "ParameterList",
3549
3549
  "parameters": [
3550
3550
  {
3551
3551
  "constant": false,
3552
- "id": 17199,
3552
+ "id": 16955,
3553
3553
  "mutability": "mutable",
3554
3554
  "name": "timestamp",
3555
- "nameLocation": "10566:9:44",
3555
+ "nameLocation": "10566:9:43",
3556
3556
  "nodeType": "VariableDeclaration",
3557
- "scope": 17207,
3558
- "src": "10558:17:44",
3557
+ "scope": 16963,
3558
+ "src": "10558:17:43",
3559
3559
  "stateVariable": false,
3560
3560
  "storageLocation": "default",
3561
3561
  "typeDescriptions": {
@@ -3563,10 +3563,10 @@
3563
3563
  "typeString": "uint256"
3564
3564
  },
3565
3565
  "typeName": {
3566
- "id": 17198,
3566
+ "id": 16954,
3567
3567
  "name": "uint256",
3568
3568
  "nodeType": "ElementaryTypeName",
3569
- "src": "10558:7:44",
3569
+ "src": "10558:7:43",
3570
3570
  "typeDescriptions": {
3571
3571
  "typeIdentifier": "t_uint256",
3572
3572
  "typeString": "uint256"
@@ -3576,13 +3576,13 @@
3576
3576
  },
3577
3577
  {
3578
3578
  "constant": false,
3579
- "id": 17201,
3579
+ "id": 16957,
3580
3580
  "mutability": "mutable",
3581
3581
  "name": "flowRate",
3582
- "nameLocation": "10595:8:44",
3582
+ "nameLocation": "10595:8:43",
3583
3583
  "nodeType": "VariableDeclaration",
3584
- "scope": 17207,
3585
- "src": "10589:14:44",
3584
+ "scope": 16963,
3585
+ "src": "10589:14:43",
3586
3586
  "stateVariable": false,
3587
3587
  "storageLocation": "default",
3588
3588
  "typeDescriptions": {
@@ -3590,10 +3590,10 @@
3590
3590
  "typeString": "int96"
3591
3591
  },
3592
3592
  "typeName": {
3593
- "id": 17200,
3593
+ "id": 16956,
3594
3594
  "name": "int96",
3595
3595
  "nodeType": "ElementaryTypeName",
3596
- "src": "10589:5:44",
3596
+ "src": "10589:5:43",
3597
3597
  "typeDescriptions": {
3598
3598
  "typeIdentifier": "t_int96",
3599
3599
  "typeString": "int96"
@@ -3603,13 +3603,13 @@
3603
3603
  },
3604
3604
  {
3605
3605
  "constant": false,
3606
- "id": 17203,
3606
+ "id": 16959,
3607
3607
  "mutability": "mutable",
3608
3608
  "name": "deposit",
3609
- "nameLocation": "10625:7:44",
3609
+ "nameLocation": "10625:7:43",
3610
3610
  "nodeType": "VariableDeclaration",
3611
- "scope": 17207,
3612
- "src": "10617:15:44",
3611
+ "scope": 16963,
3612
+ "src": "10617:15:43",
3613
3613
  "stateVariable": false,
3614
3614
  "storageLocation": "default",
3615
3615
  "typeDescriptions": {
@@ -3617,10 +3617,10 @@
3617
3617
  "typeString": "uint256"
3618
3618
  },
3619
3619
  "typeName": {
3620
- "id": 17202,
3620
+ "id": 16958,
3621
3621
  "name": "uint256",
3622
3622
  "nodeType": "ElementaryTypeName",
3623
- "src": "10617:7:44",
3623
+ "src": "10617:7:43",
3624
3624
  "typeDescriptions": {
3625
3625
  "typeIdentifier": "t_uint256",
3626
3626
  "typeString": "uint256"
@@ -3630,13 +3630,13 @@
3630
3630
  },
3631
3631
  {
3632
3632
  "constant": false,
3633
- "id": 17205,
3633
+ "id": 16961,
3634
3634
  "mutability": "mutable",
3635
3635
  "name": "owedDeposit",
3636
- "nameLocation": "10654:11:44",
3636
+ "nameLocation": "10654:11:43",
3637
3637
  "nodeType": "VariableDeclaration",
3638
- "scope": 17207,
3639
- "src": "10646:19:44",
3638
+ "scope": 16963,
3639
+ "src": "10646:19:43",
3640
3640
  "stateVariable": false,
3641
3641
  "storageLocation": "default",
3642
3642
  "typeDescriptions": {
@@ -3644,10 +3644,10 @@
3644
3644
  "typeString": "uint256"
3645
3645
  },
3646
3646
  "typeName": {
3647
- "id": 17204,
3647
+ "id": 16960,
3648
3648
  "name": "uint256",
3649
3649
  "nodeType": "ElementaryTypeName",
3650
- "src": "10646:7:44",
3650
+ "src": "10646:7:43",
3651
3651
  "typeDescriptions": {
3652
3652
  "typeIdentifier": "t_uint256",
3653
3653
  "typeString": "uint256"
@@ -3656,62 +3656,62 @@
3656
3656
  "visibility": "internal"
3657
3657
  }
3658
3658
  ],
3659
- "src": "10544:131:44"
3659
+ "src": "10544:131:43"
3660
3660
  },
3661
- "scope": 17305,
3662
- "src": "10412:264:44",
3661
+ "scope": 17061,
3662
+ "src": "10412:264:43",
3663
3663
  "stateMutability": "view",
3664
3664
  "virtual": true,
3665
3665
  "visibility": "external"
3666
3666
  },
3667
3667
  {
3668
3668
  "documentation": {
3669
- "id": 17208,
3669
+ "id": 16964,
3670
3670
  "nodeType": "StructuredDocumentation",
3671
- "src": "10682:436:44",
3671
+ "src": "10682:436:43",
3672
3672
  "text": " @dev Get the aggregated flow info of the account\n @param token Super token address\n @param account Account for the query\n @return timestamp Timestamp of when a flow was last updated for account\n @return flowRate The net flow rate of token for account\n @return deposit The sum of all deposits for account's flows\n @return owedDeposit The sum of all owed deposits for account's flows"
3673
3673
  },
3674
3674
  "functionSelector": "0f1ac495",
3675
- "id": 17224,
3675
+ "id": 16980,
3676
3676
  "implemented": false,
3677
3677
  "kind": "function",
3678
3678
  "modifiers": [],
3679
3679
  "name": "getAccountFlowInfo",
3680
- "nameLocation": "11132:18:44",
3680
+ "nameLocation": "11132:18:43",
3681
3681
  "nodeType": "FunctionDefinition",
3682
3682
  "parameters": {
3683
- "id": 17214,
3683
+ "id": 16970,
3684
3684
  "nodeType": "ParameterList",
3685
3685
  "parameters": [
3686
3686
  {
3687
3687
  "constant": false,
3688
- "id": 17211,
3688
+ "id": 16967,
3689
3689
  "mutability": "mutable",
3690
3690
  "name": "token",
3691
- "nameLocation": "11177:5:44",
3691
+ "nameLocation": "11177:5:43",
3692
3692
  "nodeType": "VariableDeclaration",
3693
- "scope": 17224,
3694
- "src": "11160:22:44",
3693
+ "scope": 16980,
3694
+ "src": "11160:22:43",
3695
3695
  "stateVariable": false,
3696
3696
  "storageLocation": "default",
3697
3697
  "typeDescriptions": {
3698
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3698
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3699
3699
  "typeString": "contract ISuperfluidToken"
3700
3700
  },
3701
3701
  "typeName": {
3702
- "id": 17210,
3702
+ "id": 16966,
3703
3703
  "nodeType": "UserDefinedTypeName",
3704
3704
  "pathNode": {
3705
- "id": 17209,
3705
+ "id": 16965,
3706
3706
  "name": "ISuperfluidToken",
3707
3707
  "nodeType": "IdentifierPath",
3708
- "referencedDeclaration": 19643,
3709
- "src": "11160:16:44"
3708
+ "referencedDeclaration": 19399,
3709
+ "src": "11160:16:43"
3710
3710
  },
3711
- "referencedDeclaration": 19643,
3712
- "src": "11160:16:44",
3711
+ "referencedDeclaration": 19399,
3712
+ "src": "11160:16:43",
3713
3713
  "typeDescriptions": {
3714
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3714
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3715
3715
  "typeString": "contract ISuperfluidToken"
3716
3716
  }
3717
3717
  },
@@ -3719,13 +3719,13 @@
3719
3719
  },
3720
3720
  {
3721
3721
  "constant": false,
3722
- "id": 17213,
3722
+ "id": 16969,
3723
3723
  "mutability": "mutable",
3724
3724
  "name": "account",
3725
- "nameLocation": "11200:7:44",
3725
+ "nameLocation": "11200:7:43",
3726
3726
  "nodeType": "VariableDeclaration",
3727
- "scope": 17224,
3728
- "src": "11192:15:44",
3727
+ "scope": 16980,
3728
+ "src": "11192:15:43",
3729
3729
  "stateVariable": false,
3730
3730
  "storageLocation": "default",
3731
3731
  "typeDescriptions": {
@@ -3733,10 +3733,10 @@
3733
3733
  "typeString": "address"
3734
3734
  },
3735
3735
  "typeName": {
3736
- "id": 17212,
3736
+ "id": 16968,
3737
3737
  "name": "address",
3738
3738
  "nodeType": "ElementaryTypeName",
3739
- "src": "11192:7:44",
3739
+ "src": "11192:7:43",
3740
3740
  "stateMutability": "nonpayable",
3741
3741
  "typeDescriptions": {
3742
3742
  "typeIdentifier": "t_address",
@@ -3746,21 +3746,21 @@
3746
3746
  "visibility": "internal"
3747
3747
  }
3748
3748
  ],
3749
- "src": "11150:63:44"
3749
+ "src": "11150:63:43"
3750
3750
  },
3751
3751
  "returnParameters": {
3752
- "id": 17223,
3752
+ "id": 16979,
3753
3753
  "nodeType": "ParameterList",
3754
3754
  "parameters": [
3755
3755
  {
3756
3756
  "constant": false,
3757
- "id": 17216,
3757
+ "id": 16972,
3758
3758
  "mutability": "mutable",
3759
3759
  "name": "timestamp",
3760
- "nameLocation": "11282:9:44",
3760
+ "nameLocation": "11282:9:43",
3761
3761
  "nodeType": "VariableDeclaration",
3762
- "scope": 17224,
3763
- "src": "11274:17:44",
3762
+ "scope": 16980,
3763
+ "src": "11274:17:43",
3764
3764
  "stateVariable": false,
3765
3765
  "storageLocation": "default",
3766
3766
  "typeDescriptions": {
@@ -3768,10 +3768,10 @@
3768
3768
  "typeString": "uint256"
3769
3769
  },
3770
3770
  "typeName": {
3771
- "id": 17215,
3771
+ "id": 16971,
3772
3772
  "name": "uint256",
3773
3773
  "nodeType": "ElementaryTypeName",
3774
- "src": "11274:7:44",
3774
+ "src": "11274:7:43",
3775
3775
  "typeDescriptions": {
3776
3776
  "typeIdentifier": "t_uint256",
3777
3777
  "typeString": "uint256"
@@ -3781,13 +3781,13 @@
3781
3781
  },
3782
3782
  {
3783
3783
  "constant": false,
3784
- "id": 17218,
3784
+ "id": 16974,
3785
3785
  "mutability": "mutable",
3786
3786
  "name": "flowRate",
3787
- "nameLocation": "11311:8:44",
3787
+ "nameLocation": "11311:8:43",
3788
3788
  "nodeType": "VariableDeclaration",
3789
- "scope": 17224,
3790
- "src": "11305:14:44",
3789
+ "scope": 16980,
3790
+ "src": "11305:14:43",
3791
3791
  "stateVariable": false,
3792
3792
  "storageLocation": "default",
3793
3793
  "typeDescriptions": {
@@ -3795,10 +3795,10 @@
3795
3795
  "typeString": "int96"
3796
3796
  },
3797
3797
  "typeName": {
3798
- "id": 17217,
3798
+ "id": 16973,
3799
3799
  "name": "int96",
3800
3800
  "nodeType": "ElementaryTypeName",
3801
- "src": "11305:5:44",
3801
+ "src": "11305:5:43",
3802
3802
  "typeDescriptions": {
3803
3803
  "typeIdentifier": "t_int96",
3804
3804
  "typeString": "int96"
@@ -3808,13 +3808,13 @@
3808
3808
  },
3809
3809
  {
3810
3810
  "constant": false,
3811
- "id": 17220,
3811
+ "id": 16976,
3812
3812
  "mutability": "mutable",
3813
3813
  "name": "deposit",
3814
- "nameLocation": "11341:7:44",
3814
+ "nameLocation": "11341:7:43",
3815
3815
  "nodeType": "VariableDeclaration",
3816
- "scope": 17224,
3817
- "src": "11333:15:44",
3816
+ "scope": 16980,
3817
+ "src": "11333:15:43",
3818
3818
  "stateVariable": false,
3819
3819
  "storageLocation": "default",
3820
3820
  "typeDescriptions": {
@@ -3822,10 +3822,10 @@
3822
3822
  "typeString": "uint256"
3823
3823
  },
3824
3824
  "typeName": {
3825
- "id": 17219,
3825
+ "id": 16975,
3826
3826
  "name": "uint256",
3827
3827
  "nodeType": "ElementaryTypeName",
3828
- "src": "11333:7:44",
3828
+ "src": "11333:7:43",
3829
3829
  "typeDescriptions": {
3830
3830
  "typeIdentifier": "t_uint256",
3831
3831
  "typeString": "uint256"
@@ -3835,13 +3835,13 @@
3835
3835
  },
3836
3836
  {
3837
3837
  "constant": false,
3838
- "id": 17222,
3838
+ "id": 16978,
3839
3839
  "mutability": "mutable",
3840
3840
  "name": "owedDeposit",
3841
- "nameLocation": "11370:11:44",
3841
+ "nameLocation": "11370:11:43",
3842
3842
  "nodeType": "VariableDeclaration",
3843
- "scope": 17224,
3844
- "src": "11362:19:44",
3843
+ "scope": 16980,
3844
+ "src": "11362:19:43",
3845
3845
  "stateVariable": false,
3846
3846
  "storageLocation": "default",
3847
3847
  "typeDescriptions": {
@@ -3849,10 +3849,10 @@
3849
3849
  "typeString": "uint256"
3850
3850
  },
3851
3851
  "typeName": {
3852
- "id": 17221,
3852
+ "id": 16977,
3853
3853
  "name": "uint256",
3854
3854
  "nodeType": "ElementaryTypeName",
3855
- "src": "11362:7:44",
3855
+ "src": "11362:7:43",
3856
3856
  "typeDescriptions": {
3857
3857
  "typeIdentifier": "t_uint256",
3858
3858
  "typeString": "uint256"
@@ -3861,62 +3861,62 @@
3861
3861
  "visibility": "internal"
3862
3862
  }
3863
3863
  ],
3864
- "src": "11260:122:44"
3864
+ "src": "11260:122:43"
3865
3865
  },
3866
- "scope": 17305,
3867
- "src": "11123:260:44",
3866
+ "scope": 17061,
3867
+ "src": "11123:260:43",
3868
3868
  "stateMutability": "view",
3869
3869
  "virtual": true,
3870
3870
  "visibility": "external"
3871
3871
  },
3872
3872
  {
3873
3873
  "documentation": {
3874
- "id": 17225,
3874
+ "id": 16981,
3875
3875
  "nodeType": "StructuredDocumentation",
3876
- "src": "11389:182:44",
3876
+ "src": "11389:182:43",
3877
3877
  "text": " @dev Get the net flow rate of the account\n @param token Super token address\n @param account Account for the query\n @return flowRate Net flow rate"
3878
3878
  },
3879
3879
  "functionSelector": "e8e7e2d1",
3880
- "id": 17235,
3880
+ "id": 16991,
3881
3881
  "implemented": false,
3882
3882
  "kind": "function",
3883
3883
  "modifiers": [],
3884
3884
  "name": "getNetFlow",
3885
- "nameLocation": "11585:10:44",
3885
+ "nameLocation": "11585:10:43",
3886
3886
  "nodeType": "FunctionDefinition",
3887
3887
  "parameters": {
3888
- "id": 17231,
3888
+ "id": 16987,
3889
3889
  "nodeType": "ParameterList",
3890
3890
  "parameters": [
3891
3891
  {
3892
3892
  "constant": false,
3893
- "id": 17228,
3893
+ "id": 16984,
3894
3894
  "mutability": "mutable",
3895
3895
  "name": "token",
3896
- "nameLocation": "11622:5:44",
3896
+ "nameLocation": "11622:5:43",
3897
3897
  "nodeType": "VariableDeclaration",
3898
- "scope": 17235,
3899
- "src": "11605:22:44",
3898
+ "scope": 16991,
3899
+ "src": "11605:22:43",
3900
3900
  "stateVariable": false,
3901
3901
  "storageLocation": "default",
3902
3902
  "typeDescriptions": {
3903
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3903
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3904
3904
  "typeString": "contract ISuperfluidToken"
3905
3905
  },
3906
3906
  "typeName": {
3907
- "id": 17227,
3907
+ "id": 16983,
3908
3908
  "nodeType": "UserDefinedTypeName",
3909
3909
  "pathNode": {
3910
- "id": 17226,
3910
+ "id": 16982,
3911
3911
  "name": "ISuperfluidToken",
3912
3912
  "nodeType": "IdentifierPath",
3913
- "referencedDeclaration": 19643,
3914
- "src": "11605:16:44"
3913
+ "referencedDeclaration": 19399,
3914
+ "src": "11605:16:43"
3915
3915
  },
3916
- "referencedDeclaration": 19643,
3917
- "src": "11605:16:44",
3916
+ "referencedDeclaration": 19399,
3917
+ "src": "11605:16:43",
3918
3918
  "typeDescriptions": {
3919
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
3919
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3920
3920
  "typeString": "contract ISuperfluidToken"
3921
3921
  }
3922
3922
  },
@@ -3924,13 +3924,13 @@
3924
3924
  },
3925
3925
  {
3926
3926
  "constant": false,
3927
- "id": 17230,
3927
+ "id": 16986,
3928
3928
  "mutability": "mutable",
3929
3929
  "name": "account",
3930
- "nameLocation": "11645:7:44",
3930
+ "nameLocation": "11645:7:43",
3931
3931
  "nodeType": "VariableDeclaration",
3932
- "scope": 17235,
3933
- "src": "11637:15:44",
3932
+ "scope": 16991,
3933
+ "src": "11637:15:43",
3934
3934
  "stateVariable": false,
3935
3935
  "storageLocation": "default",
3936
3936
  "typeDescriptions": {
@@ -3938,10 +3938,10 @@
3938
3938
  "typeString": "address"
3939
3939
  },
3940
3940
  "typeName": {
3941
- "id": 17229,
3941
+ "id": 16985,
3942
3942
  "name": "address",
3943
3943
  "nodeType": "ElementaryTypeName",
3944
- "src": "11637:7:44",
3944
+ "src": "11637:7:43",
3945
3945
  "stateMutability": "nonpayable",
3946
3946
  "typeDescriptions": {
3947
3947
  "typeIdentifier": "t_address",
@@ -3951,21 +3951,21 @@
3951
3951
  "visibility": "internal"
3952
3952
  }
3953
3953
  ],
3954
- "src": "11595:63:44"
3954
+ "src": "11595:63:43"
3955
3955
  },
3956
3956
  "returnParameters": {
3957
- "id": 17234,
3957
+ "id": 16990,
3958
3958
  "nodeType": "ParameterList",
3959
3959
  "parameters": [
3960
3960
  {
3961
3961
  "constant": false,
3962
- "id": 17233,
3962
+ "id": 16989,
3963
3963
  "mutability": "mutable",
3964
3964
  "name": "flowRate",
3965
- "nameLocation": "11712:8:44",
3965
+ "nameLocation": "11712:8:43",
3966
3966
  "nodeType": "VariableDeclaration",
3967
- "scope": 17235,
3968
- "src": "11706:14:44",
3967
+ "scope": 16991,
3968
+ "src": "11706:14:43",
3969
3969
  "stateVariable": false,
3970
3970
  "storageLocation": "default",
3971
3971
  "typeDescriptions": {
@@ -3973,10 +3973,10 @@
3973
3973
  "typeString": "int96"
3974
3974
  },
3975
3975
  "typeName": {
3976
- "id": 17232,
3976
+ "id": 16988,
3977
3977
  "name": "int96",
3978
3978
  "nodeType": "ElementaryTypeName",
3979
- "src": "11706:5:44",
3979
+ "src": "11706:5:43",
3980
3980
  "typeDescriptions": {
3981
3981
  "typeIdentifier": "t_int96",
3982
3982
  "typeString": "int96"
@@ -3985,62 +3985,62 @@
3985
3985
  "visibility": "internal"
3986
3986
  }
3987
3987
  ],
3988
- "src": "11705:16:44"
3988
+ "src": "11705:16:43"
3989
3989
  },
3990
- "scope": 17305,
3991
- "src": "11576:146:44",
3990
+ "scope": 17061,
3991
+ "src": "11576:146:43",
3992
3992
  "stateMutability": "view",
3993
3993
  "virtual": true,
3994
3994
  "visibility": "external"
3995
3995
  },
3996
3996
  {
3997
3997
  "documentation": {
3998
- "id": 17236,
3998
+ "id": 16992,
3999
3999
  "nodeType": "StructuredDocumentation",
4000
- "src": "11728:759:44",
4000
+ "src": "11728:759:43",
4001
4001
  "text": " @notice Delete the flow between sender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @param receiver Flow receiver address\n # App callbacks\n - AgreementTerminated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n NOTE:\n - Both flow sender and receiver may delete the flow\n - If Sender account is insolvent or in critical state, a solvency agent may\n also terminate the agreement\n - Gas fee may be returned to the sender"
4002
4002
  },
4003
4003
  "functionSelector": "b4b333c6",
4004
- "id": 17250,
4004
+ "id": 17006,
4005
4005
  "implemented": false,
4006
4006
  "kind": "function",
4007
4007
  "modifiers": [],
4008
4008
  "name": "deleteFlow",
4009
- "nameLocation": "12501:10:44",
4009
+ "nameLocation": "12501:10:43",
4010
4010
  "nodeType": "FunctionDefinition",
4011
4011
  "parameters": {
4012
- "id": 17246,
4012
+ "id": 17002,
4013
4013
  "nodeType": "ParameterList",
4014
4014
  "parameters": [
4015
4015
  {
4016
4016
  "constant": false,
4017
- "id": 17239,
4017
+ "id": 16995,
4018
4018
  "mutability": "mutable",
4019
4019
  "name": "token",
4020
- "nameLocation": "12538:5:44",
4020
+ "nameLocation": "12538:5:43",
4021
4021
  "nodeType": "VariableDeclaration",
4022
- "scope": 17250,
4023
- "src": "12521:22:44",
4022
+ "scope": 17006,
4023
+ "src": "12521:22:43",
4024
4024
  "stateVariable": false,
4025
4025
  "storageLocation": "default",
4026
4026
  "typeDescriptions": {
4027
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4027
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4028
4028
  "typeString": "contract ISuperfluidToken"
4029
4029
  },
4030
4030
  "typeName": {
4031
- "id": 17238,
4031
+ "id": 16994,
4032
4032
  "nodeType": "UserDefinedTypeName",
4033
4033
  "pathNode": {
4034
- "id": 17237,
4034
+ "id": 16993,
4035
4035
  "name": "ISuperfluidToken",
4036
4036
  "nodeType": "IdentifierPath",
4037
- "referencedDeclaration": 19643,
4038
- "src": "12521:16:44"
4037
+ "referencedDeclaration": 19399,
4038
+ "src": "12521:16:43"
4039
4039
  },
4040
- "referencedDeclaration": 19643,
4041
- "src": "12521:16:44",
4040
+ "referencedDeclaration": 19399,
4041
+ "src": "12521:16:43",
4042
4042
  "typeDescriptions": {
4043
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4043
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4044
4044
  "typeString": "contract ISuperfluidToken"
4045
4045
  }
4046
4046
  },
@@ -4048,13 +4048,13 @@
4048
4048
  },
4049
4049
  {
4050
4050
  "constant": false,
4051
- "id": 17241,
4051
+ "id": 16997,
4052
4052
  "mutability": "mutable",
4053
4053
  "name": "sender",
4054
- "nameLocation": "12561:6:44",
4054
+ "nameLocation": "12561:6:43",
4055
4055
  "nodeType": "VariableDeclaration",
4056
- "scope": 17250,
4057
- "src": "12553:14:44",
4056
+ "scope": 17006,
4057
+ "src": "12553:14:43",
4058
4058
  "stateVariable": false,
4059
4059
  "storageLocation": "default",
4060
4060
  "typeDescriptions": {
@@ -4062,10 +4062,10 @@
4062
4062
  "typeString": "address"
4063
4063
  },
4064
4064
  "typeName": {
4065
- "id": 17240,
4065
+ "id": 16996,
4066
4066
  "name": "address",
4067
4067
  "nodeType": "ElementaryTypeName",
4068
- "src": "12553:7:44",
4068
+ "src": "12553:7:43",
4069
4069
  "stateMutability": "nonpayable",
4070
4070
  "typeDescriptions": {
4071
4071
  "typeIdentifier": "t_address",
@@ -4076,13 +4076,13 @@
4076
4076
  },
4077
4077
  {
4078
4078
  "constant": false,
4079
- "id": 17243,
4079
+ "id": 16999,
4080
4080
  "mutability": "mutable",
4081
4081
  "name": "receiver",
4082
- "nameLocation": "12585:8:44",
4082
+ "nameLocation": "12585:8:43",
4083
4083
  "nodeType": "VariableDeclaration",
4084
- "scope": 17250,
4085
- "src": "12577:16:44",
4084
+ "scope": 17006,
4085
+ "src": "12577:16:43",
4086
4086
  "stateVariable": false,
4087
4087
  "storageLocation": "default",
4088
4088
  "typeDescriptions": {
@@ -4090,10 +4090,10 @@
4090
4090
  "typeString": "address"
4091
4091
  },
4092
4092
  "typeName": {
4093
- "id": 17242,
4093
+ "id": 16998,
4094
4094
  "name": "address",
4095
4095
  "nodeType": "ElementaryTypeName",
4096
- "src": "12577:7:44",
4096
+ "src": "12577:7:43",
4097
4097
  "stateMutability": "nonpayable",
4098
4098
  "typeDescriptions": {
4099
4099
  "typeIdentifier": "t_address",
@@ -4104,13 +4104,13 @@
4104
4104
  },
4105
4105
  {
4106
4106
  "constant": false,
4107
- "id": 17245,
4107
+ "id": 17001,
4108
4108
  "mutability": "mutable",
4109
4109
  "name": "ctx",
4110
- "nameLocation": "12618:3:44",
4110
+ "nameLocation": "12618:3:43",
4111
4111
  "nodeType": "VariableDeclaration",
4112
- "scope": 17250,
4113
- "src": "12603:18:44",
4112
+ "scope": 17006,
4113
+ "src": "12603:18:43",
4114
4114
  "stateVariable": false,
4115
4115
  "storageLocation": "calldata",
4116
4116
  "typeDescriptions": {
@@ -4118,10 +4118,10 @@
4118
4118
  "typeString": "bytes"
4119
4119
  },
4120
4120
  "typeName": {
4121
- "id": 17244,
4121
+ "id": 17000,
4122
4122
  "name": "bytes",
4123
4123
  "nodeType": "ElementaryTypeName",
4124
- "src": "12603:5:44",
4124
+ "src": "12603:5:43",
4125
4125
  "typeDescriptions": {
4126
4126
  "typeIdentifier": "t_bytes_storage_ptr",
4127
4127
  "typeString": "bytes"
@@ -4130,21 +4130,21 @@
4130
4130
  "visibility": "internal"
4131
4131
  }
4132
4132
  ],
4133
- "src": "12511:116:44"
4133
+ "src": "12511:116:43"
4134
4134
  },
4135
4135
  "returnParameters": {
4136
- "id": 17249,
4136
+ "id": 17005,
4137
4137
  "nodeType": "ParameterList",
4138
4138
  "parameters": [
4139
4139
  {
4140
4140
  "constant": false,
4141
- "id": 17248,
4141
+ "id": 17004,
4142
4142
  "mutability": "mutable",
4143
4143
  "name": "newCtx",
4144
- "nameLocation": "12682:6:44",
4144
+ "nameLocation": "12682:6:43",
4145
4145
  "nodeType": "VariableDeclaration",
4146
- "scope": 17250,
4147
- "src": "12669:19:44",
4146
+ "scope": 17006,
4147
+ "src": "12669:19:43",
4148
4148
  "stateVariable": false,
4149
4149
  "storageLocation": "memory",
4150
4150
  "typeDescriptions": {
@@ -4152,10 +4152,10 @@
4152
4152
  "typeString": "bytes"
4153
4153
  },
4154
4154
  "typeName": {
4155
- "id": 17247,
4155
+ "id": 17003,
4156
4156
  "name": "bytes",
4157
4157
  "nodeType": "ElementaryTypeName",
4158
- "src": "12669:5:44",
4158
+ "src": "12669:5:43",
4159
4159
  "typeDescriptions": {
4160
4160
  "typeIdentifier": "t_bytes_storage_ptr",
4161
4161
  "typeString": "bytes"
@@ -4164,62 +4164,62 @@
4164
4164
  "visibility": "internal"
4165
4165
  }
4166
4166
  ],
4167
- "src": "12668:21:44"
4167
+ "src": "12668:21:43"
4168
4168
  },
4169
- "scope": 17305,
4170
- "src": "12492:198:44",
4169
+ "scope": 17061,
4170
+ "src": "12492:198:43",
4171
4171
  "stateMutability": "nonpayable",
4172
4172
  "virtual": true,
4173
4173
  "visibility": "external"
4174
4174
  },
4175
4175
  {
4176
4176
  "documentation": {
4177
- "id": 17251,
4177
+ "id": 17007,
4178
4178
  "nodeType": "StructuredDocumentation",
4179
- "src": "12696:321:44",
4179
+ "src": "12696:321:43",
4180
4180
  "text": " @notice Delete the flow between sender and receiver\n @dev A flow deleted by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @param receiver Flow receiver address"
4181
4181
  },
4182
4182
  "functionSelector": "4c8b181f",
4183
- "id": 17265,
4183
+ "id": 17021,
4184
4184
  "implemented": false,
4185
4185
  "kind": "function",
4186
4186
  "modifiers": [],
4187
4187
  "name": "deleteFlowByOperator",
4188
- "nameLocation": "13031:20:44",
4188
+ "nameLocation": "13031:20:43",
4189
4189
  "nodeType": "FunctionDefinition",
4190
4190
  "parameters": {
4191
- "id": 17261,
4191
+ "id": 17017,
4192
4192
  "nodeType": "ParameterList",
4193
4193
  "parameters": [
4194
4194
  {
4195
4195
  "constant": false,
4196
- "id": 17254,
4196
+ "id": 17010,
4197
4197
  "mutability": "mutable",
4198
4198
  "name": "token",
4199
- "nameLocation": "13078:5:44",
4199
+ "nameLocation": "13078:5:43",
4200
4200
  "nodeType": "VariableDeclaration",
4201
- "scope": 17265,
4202
- "src": "13061:22:44",
4201
+ "scope": 17021,
4202
+ "src": "13061:22:43",
4203
4203
  "stateVariable": false,
4204
4204
  "storageLocation": "default",
4205
4205
  "typeDescriptions": {
4206
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4206
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4207
4207
  "typeString": "contract ISuperfluidToken"
4208
4208
  },
4209
4209
  "typeName": {
4210
- "id": 17253,
4210
+ "id": 17009,
4211
4211
  "nodeType": "UserDefinedTypeName",
4212
4212
  "pathNode": {
4213
- "id": 17252,
4213
+ "id": 17008,
4214
4214
  "name": "ISuperfluidToken",
4215
4215
  "nodeType": "IdentifierPath",
4216
- "referencedDeclaration": 19643,
4217
- "src": "13061:16:44"
4216
+ "referencedDeclaration": 19399,
4217
+ "src": "13061:16:43"
4218
4218
  },
4219
- "referencedDeclaration": 19643,
4220
- "src": "13061:16:44",
4219
+ "referencedDeclaration": 19399,
4220
+ "src": "13061:16:43",
4221
4221
  "typeDescriptions": {
4222
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4222
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4223
4223
  "typeString": "contract ISuperfluidToken"
4224
4224
  }
4225
4225
  },
@@ -4227,13 +4227,13 @@
4227
4227
  },
4228
4228
  {
4229
4229
  "constant": false,
4230
- "id": 17256,
4230
+ "id": 17012,
4231
4231
  "mutability": "mutable",
4232
4232
  "name": "sender",
4233
- "nameLocation": "13101:6:44",
4233
+ "nameLocation": "13101:6:43",
4234
4234
  "nodeType": "VariableDeclaration",
4235
- "scope": 17265,
4236
- "src": "13093:14:44",
4235
+ "scope": 17021,
4236
+ "src": "13093:14:43",
4237
4237
  "stateVariable": false,
4238
4238
  "storageLocation": "default",
4239
4239
  "typeDescriptions": {
@@ -4241,10 +4241,10 @@
4241
4241
  "typeString": "address"
4242
4242
  },
4243
4243
  "typeName": {
4244
- "id": 17255,
4244
+ "id": 17011,
4245
4245
  "name": "address",
4246
4246
  "nodeType": "ElementaryTypeName",
4247
- "src": "13093:7:44",
4247
+ "src": "13093:7:43",
4248
4248
  "stateMutability": "nonpayable",
4249
4249
  "typeDescriptions": {
4250
4250
  "typeIdentifier": "t_address",
@@ -4255,13 +4255,13 @@
4255
4255
  },
4256
4256
  {
4257
4257
  "constant": false,
4258
- "id": 17258,
4258
+ "id": 17014,
4259
4259
  "mutability": "mutable",
4260
4260
  "name": "receiver",
4261
- "nameLocation": "13125:8:44",
4261
+ "nameLocation": "13125:8:43",
4262
4262
  "nodeType": "VariableDeclaration",
4263
- "scope": 17265,
4264
- "src": "13117:16:44",
4263
+ "scope": 17021,
4264
+ "src": "13117:16:43",
4265
4265
  "stateVariable": false,
4266
4266
  "storageLocation": "default",
4267
4267
  "typeDescriptions": {
@@ -4269,10 +4269,10 @@
4269
4269
  "typeString": "address"
4270
4270
  },
4271
4271
  "typeName": {
4272
- "id": 17257,
4272
+ "id": 17013,
4273
4273
  "name": "address",
4274
4274
  "nodeType": "ElementaryTypeName",
4275
- "src": "13117:7:44",
4275
+ "src": "13117:7:43",
4276
4276
  "stateMutability": "nonpayable",
4277
4277
  "typeDescriptions": {
4278
4278
  "typeIdentifier": "t_address",
@@ -4283,13 +4283,13 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "constant": false,
4286
- "id": 17260,
4286
+ "id": 17016,
4287
4287
  "mutability": "mutable",
4288
4288
  "name": "ctx",
4289
- "nameLocation": "13158:3:44",
4289
+ "nameLocation": "13158:3:43",
4290
4290
  "nodeType": "VariableDeclaration",
4291
- "scope": 17265,
4292
- "src": "13143:18:44",
4291
+ "scope": 17021,
4292
+ "src": "13143:18:43",
4293
4293
  "stateVariable": false,
4294
4294
  "storageLocation": "calldata",
4295
4295
  "typeDescriptions": {
@@ -4297,10 +4297,10 @@
4297
4297
  "typeString": "bytes"
4298
4298
  },
4299
4299
  "typeName": {
4300
- "id": 17259,
4300
+ "id": 17015,
4301
4301
  "name": "bytes",
4302
4302
  "nodeType": "ElementaryTypeName",
4303
- "src": "13143:5:44",
4303
+ "src": "13143:5:43",
4304
4304
  "typeDescriptions": {
4305
4305
  "typeIdentifier": "t_bytes_storage_ptr",
4306
4306
  "typeString": "bytes"
@@ -4309,21 +4309,21 @@
4309
4309
  "visibility": "internal"
4310
4310
  }
4311
4311
  ],
4312
- "src": "13051:116:44"
4312
+ "src": "13051:116:43"
4313
4313
  },
4314
4314
  "returnParameters": {
4315
- "id": 17264,
4315
+ "id": 17020,
4316
4316
  "nodeType": "ParameterList",
4317
4317
  "parameters": [
4318
4318
  {
4319
4319
  "constant": false,
4320
- "id": 17263,
4320
+ "id": 17019,
4321
4321
  "mutability": "mutable",
4322
4322
  "name": "newCtx",
4323
- "nameLocation": "13222:6:44",
4323
+ "nameLocation": "13222:6:43",
4324
4324
  "nodeType": "VariableDeclaration",
4325
- "scope": 17265,
4326
- "src": "13209:19:44",
4325
+ "scope": 17021,
4326
+ "src": "13209:19:43",
4327
4327
  "stateVariable": false,
4328
4328
  "storageLocation": "memory",
4329
4329
  "typeDescriptions": {
@@ -4331,10 +4331,10 @@
4331
4331
  "typeString": "bytes"
4332
4332
  },
4333
4333
  "typeName": {
4334
- "id": 17262,
4334
+ "id": 17018,
4335
4335
  "name": "bytes",
4336
4336
  "nodeType": "ElementaryTypeName",
4337
- "src": "13209:5:44",
4337
+ "src": "13209:5:43",
4338
4338
  "typeDescriptions": {
4339
4339
  "typeIdentifier": "t_bytes_storage_ptr",
4340
4340
  "typeString": "bytes"
@@ -4343,10 +4343,10 @@
4343
4343
  "visibility": "internal"
4344
4344
  }
4345
4345
  ],
4346
- "src": "13208:21:44"
4346
+ "src": "13208:21:43"
4347
4347
  },
4348
- "scope": 17305,
4349
- "src": "13022:208:44",
4348
+ "scope": 17061,
4349
+ "src": "13022:208:43",
4350
4350
  "stateMutability": "nonpayable",
4351
4351
  "virtual": true,
4352
4352
  "visibility": "external"
@@ -4354,50 +4354,50 @@
4354
4354
  {
4355
4355
  "anonymous": false,
4356
4356
  "documentation": {
4357
- "id": 17266,
4357
+ "id": 17022,
4358
4358
  "nodeType": "StructuredDocumentation",
4359
- "src": "13241:353:44",
4359
+ "src": "13241:353:43",
4360
4360
  "text": " @dev Flow operator updated event\n @param token Super token address\n @param sender Flow sender address\n @param flowOperator Flow operator address\n @param permissions Octo bitmask representation of permissions\n @param flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
4361
4361
  },
4362
4362
  "eventSelector": "c0d5d3a6ac18cc1769788c925e6e7fc89cd47e4270a42884736fa9b3ec09f3a8",
4363
- "id": 17279,
4363
+ "id": 17035,
4364
4364
  "name": "FlowOperatorUpdated",
4365
- "nameLocation": "13605:19:44",
4365
+ "nameLocation": "13605:19:43",
4366
4366
  "nodeType": "EventDefinition",
4367
4367
  "parameters": {
4368
- "id": 17278,
4368
+ "id": 17034,
4369
4369
  "nodeType": "ParameterList",
4370
4370
  "parameters": [
4371
4371
  {
4372
4372
  "constant": false,
4373
- "id": 17269,
4373
+ "id": 17025,
4374
4374
  "indexed": true,
4375
4375
  "mutability": "mutable",
4376
4376
  "name": "token",
4377
- "nameLocation": "13659:5:44",
4377
+ "nameLocation": "13659:5:43",
4378
4378
  "nodeType": "VariableDeclaration",
4379
- "scope": 17279,
4380
- "src": "13634:30:44",
4379
+ "scope": 17035,
4380
+ "src": "13634:30:43",
4381
4381
  "stateVariable": false,
4382
4382
  "storageLocation": "default",
4383
4383
  "typeDescriptions": {
4384
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4384
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4385
4385
  "typeString": "contract ISuperfluidToken"
4386
4386
  },
4387
4387
  "typeName": {
4388
- "id": 17268,
4388
+ "id": 17024,
4389
4389
  "nodeType": "UserDefinedTypeName",
4390
4390
  "pathNode": {
4391
- "id": 17267,
4391
+ "id": 17023,
4392
4392
  "name": "ISuperfluidToken",
4393
4393
  "nodeType": "IdentifierPath",
4394
- "referencedDeclaration": 19643,
4395
- "src": "13634:16:44"
4394
+ "referencedDeclaration": 19399,
4395
+ "src": "13634:16:43"
4396
4396
  },
4397
- "referencedDeclaration": 19643,
4398
- "src": "13634:16:44",
4397
+ "referencedDeclaration": 19399,
4398
+ "src": "13634:16:43",
4399
4399
  "typeDescriptions": {
4400
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4400
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4401
4401
  "typeString": "contract ISuperfluidToken"
4402
4402
  }
4403
4403
  },
@@ -4405,14 +4405,14 @@
4405
4405
  },
4406
4406
  {
4407
4407
  "constant": false,
4408
- "id": 17271,
4408
+ "id": 17027,
4409
4409
  "indexed": true,
4410
4410
  "mutability": "mutable",
4411
4411
  "name": "sender",
4412
- "nameLocation": "13690:6:44",
4412
+ "nameLocation": "13690:6:43",
4413
4413
  "nodeType": "VariableDeclaration",
4414
- "scope": 17279,
4415
- "src": "13674:22:44",
4414
+ "scope": 17035,
4415
+ "src": "13674:22:43",
4416
4416
  "stateVariable": false,
4417
4417
  "storageLocation": "default",
4418
4418
  "typeDescriptions": {
@@ -4420,10 +4420,10 @@
4420
4420
  "typeString": "address"
4421
4421
  },
4422
4422
  "typeName": {
4423
- "id": 17270,
4423
+ "id": 17026,
4424
4424
  "name": "address",
4425
4425
  "nodeType": "ElementaryTypeName",
4426
- "src": "13674:7:44",
4426
+ "src": "13674:7:43",
4427
4427
  "stateMutability": "nonpayable",
4428
4428
  "typeDescriptions": {
4429
4429
  "typeIdentifier": "t_address",
@@ -4434,14 +4434,14 @@
4434
4434
  },
4435
4435
  {
4436
4436
  "constant": false,
4437
- "id": 17273,
4437
+ "id": 17029,
4438
4438
  "indexed": true,
4439
4439
  "mutability": "mutable",
4440
4440
  "name": "flowOperator",
4441
- "nameLocation": "13722:12:44",
4441
+ "nameLocation": "13722:12:43",
4442
4442
  "nodeType": "VariableDeclaration",
4443
- "scope": 17279,
4444
- "src": "13706:28:44",
4443
+ "scope": 17035,
4444
+ "src": "13706:28:43",
4445
4445
  "stateVariable": false,
4446
4446
  "storageLocation": "default",
4447
4447
  "typeDescriptions": {
@@ -4449,10 +4449,10 @@
4449
4449
  "typeString": "address"
4450
4450
  },
4451
4451
  "typeName": {
4452
- "id": 17272,
4452
+ "id": 17028,
4453
4453
  "name": "address",
4454
4454
  "nodeType": "ElementaryTypeName",
4455
- "src": "13706:7:44",
4455
+ "src": "13706:7:43",
4456
4456
  "stateMutability": "nonpayable",
4457
4457
  "typeDescriptions": {
4458
4458
  "typeIdentifier": "t_address",
@@ -4463,14 +4463,14 @@
4463
4463
  },
4464
4464
  {
4465
4465
  "constant": false,
4466
- "id": 17275,
4466
+ "id": 17031,
4467
4467
  "indexed": false,
4468
4468
  "mutability": "mutable",
4469
4469
  "name": "permissions",
4470
- "nameLocation": "13750:11:44",
4470
+ "nameLocation": "13750:11:43",
4471
4471
  "nodeType": "VariableDeclaration",
4472
- "scope": 17279,
4473
- "src": "13744:17:44",
4472
+ "scope": 17035,
4473
+ "src": "13744:17:43",
4474
4474
  "stateVariable": false,
4475
4475
  "storageLocation": "default",
4476
4476
  "typeDescriptions": {
@@ -4478,10 +4478,10 @@
4478
4478
  "typeString": "uint8"
4479
4479
  },
4480
4480
  "typeName": {
4481
- "id": 17274,
4481
+ "id": 17030,
4482
4482
  "name": "uint8",
4483
4483
  "nodeType": "ElementaryTypeName",
4484
- "src": "13744:5:44",
4484
+ "src": "13744:5:43",
4485
4485
  "typeDescriptions": {
4486
4486
  "typeIdentifier": "t_uint8",
4487
4487
  "typeString": "uint8"
@@ -4491,14 +4491,14 @@
4491
4491
  },
4492
4492
  {
4493
4493
  "constant": false,
4494
- "id": 17277,
4494
+ "id": 17033,
4495
4495
  "indexed": false,
4496
4496
  "mutability": "mutable",
4497
4497
  "name": "flowRateAllowance",
4498
- "nameLocation": "13777:17:44",
4498
+ "nameLocation": "13777:17:43",
4499
4499
  "nodeType": "VariableDeclaration",
4500
- "scope": 17279,
4501
- "src": "13771:23:44",
4500
+ "scope": 17035,
4501
+ "src": "13771:23:43",
4502
4502
  "stateVariable": false,
4503
4503
  "storageLocation": "default",
4504
4504
  "typeDescriptions": {
@@ -4506,10 +4506,10 @@
4506
4506
  "typeString": "int96"
4507
4507
  },
4508
4508
  "typeName": {
4509
- "id": 17276,
4509
+ "id": 17032,
4510
4510
  "name": "int96",
4511
4511
  "nodeType": "ElementaryTypeName",
4512
- "src": "13771:5:44",
4512
+ "src": "13771:5:43",
4513
4513
  "typeDescriptions": {
4514
4514
  "typeIdentifier": "t_int96",
4515
4515
  "typeString": "int96"
@@ -4518,57 +4518,57 @@
4518
4518
  "visibility": "internal"
4519
4519
  }
4520
4520
  ],
4521
- "src": "13624:176:44"
4521
+ "src": "13624:176:43"
4522
4522
  },
4523
- "src": "13599:202:44"
4523
+ "src": "13599:202:43"
4524
4524
  },
4525
4525
  {
4526
4526
  "anonymous": false,
4527
4527
  "documentation": {
4528
- "id": 17280,
4528
+ "id": 17036,
4529
4529
  "nodeType": "StructuredDocumentation",
4530
- "src": "13807:466:44",
4530
+ "src": "13807:466:43",
4531
4531
  "text": " @dev Flow updated event\n @param token Super token address\n @param sender Flow sender address\n @param receiver Flow recipient address\n @param flowRate Flow rate in amount per second for this flow\n @param totalSenderFlowRate Total flow rate in amount per second for the sender\n @param totalReceiverFlowRate Total flow rate in amount per second for the receiver\n @param userData The user provided data"
4532
4532
  },
4533
4533
  "eventSelector": "57269d2ebcccecdcc0d9d2c0a0b80ead95f344e28ec20f50f709811f209d4e0e",
4534
- "id": 17297,
4534
+ "id": 17053,
4535
4535
  "name": "FlowUpdated",
4536
- "nameLocation": "14284:11:44",
4536
+ "nameLocation": "14284:11:43",
4537
4537
  "nodeType": "EventDefinition",
4538
4538
  "parameters": {
4539
- "id": 17296,
4539
+ "id": 17052,
4540
4540
  "nodeType": "ParameterList",
4541
4541
  "parameters": [
4542
4542
  {
4543
4543
  "constant": false,
4544
- "id": 17283,
4544
+ "id": 17039,
4545
4545
  "indexed": true,
4546
4546
  "mutability": "mutable",
4547
4547
  "name": "token",
4548
- "nameLocation": "14330:5:44",
4548
+ "nameLocation": "14330:5:43",
4549
4549
  "nodeType": "VariableDeclaration",
4550
- "scope": 17297,
4551
- "src": "14305:30:44",
4550
+ "scope": 17053,
4551
+ "src": "14305:30:43",
4552
4552
  "stateVariable": false,
4553
4553
  "storageLocation": "default",
4554
4554
  "typeDescriptions": {
4555
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4555
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4556
4556
  "typeString": "contract ISuperfluidToken"
4557
4557
  },
4558
4558
  "typeName": {
4559
- "id": 17282,
4559
+ "id": 17038,
4560
4560
  "nodeType": "UserDefinedTypeName",
4561
4561
  "pathNode": {
4562
- "id": 17281,
4562
+ "id": 17037,
4563
4563
  "name": "ISuperfluidToken",
4564
4564
  "nodeType": "IdentifierPath",
4565
- "referencedDeclaration": 19643,
4566
- "src": "14305:16:44"
4565
+ "referencedDeclaration": 19399,
4566
+ "src": "14305:16:43"
4567
4567
  },
4568
- "referencedDeclaration": 19643,
4569
- "src": "14305:16:44",
4568
+ "referencedDeclaration": 19399,
4569
+ "src": "14305:16:43",
4570
4570
  "typeDescriptions": {
4571
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
4571
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4572
4572
  "typeString": "contract ISuperfluidToken"
4573
4573
  }
4574
4574
  },
@@ -4576,14 +4576,14 @@
4576
4576
  },
4577
4577
  {
4578
4578
  "constant": false,
4579
- "id": 17285,
4579
+ "id": 17041,
4580
4580
  "indexed": true,
4581
4581
  "mutability": "mutable",
4582
4582
  "name": "sender",
4583
- "nameLocation": "14361:6:44",
4583
+ "nameLocation": "14361:6:43",
4584
4584
  "nodeType": "VariableDeclaration",
4585
- "scope": 17297,
4586
- "src": "14345:22:44",
4585
+ "scope": 17053,
4586
+ "src": "14345:22:43",
4587
4587
  "stateVariable": false,
4588
4588
  "storageLocation": "default",
4589
4589
  "typeDescriptions": {
@@ -4591,10 +4591,10 @@
4591
4591
  "typeString": "address"
4592
4592
  },
4593
4593
  "typeName": {
4594
- "id": 17284,
4594
+ "id": 17040,
4595
4595
  "name": "address",
4596
4596
  "nodeType": "ElementaryTypeName",
4597
- "src": "14345:7:44",
4597
+ "src": "14345:7:43",
4598
4598
  "stateMutability": "nonpayable",
4599
4599
  "typeDescriptions": {
4600
4600
  "typeIdentifier": "t_address",
@@ -4605,14 +4605,14 @@
4605
4605
  },
4606
4606
  {
4607
4607
  "constant": false,
4608
- "id": 17287,
4608
+ "id": 17043,
4609
4609
  "indexed": true,
4610
4610
  "mutability": "mutable",
4611
4611
  "name": "receiver",
4612
- "nameLocation": "14393:8:44",
4612
+ "nameLocation": "14393:8:43",
4613
4613
  "nodeType": "VariableDeclaration",
4614
- "scope": 17297,
4615
- "src": "14377:24:44",
4614
+ "scope": 17053,
4615
+ "src": "14377:24:43",
4616
4616
  "stateVariable": false,
4617
4617
  "storageLocation": "default",
4618
4618
  "typeDescriptions": {
@@ -4620,10 +4620,10 @@
4620
4620
  "typeString": "address"
4621
4621
  },
4622
4622
  "typeName": {
4623
- "id": 17286,
4623
+ "id": 17042,
4624
4624
  "name": "address",
4625
4625
  "nodeType": "ElementaryTypeName",
4626
- "src": "14377:7:44",
4626
+ "src": "14377:7:43",
4627
4627
  "stateMutability": "nonpayable",
4628
4628
  "typeDescriptions": {
4629
4629
  "typeIdentifier": "t_address",
@@ -4634,14 +4634,14 @@
4634
4634
  },
4635
4635
  {
4636
4636
  "constant": false,
4637
- "id": 17289,
4637
+ "id": 17045,
4638
4638
  "indexed": false,
4639
4639
  "mutability": "mutable",
4640
4640
  "name": "flowRate",
4641
- "nameLocation": "14417:8:44",
4641
+ "nameLocation": "14417:8:43",
4642
4642
  "nodeType": "VariableDeclaration",
4643
- "scope": 17297,
4644
- "src": "14411:14:44",
4643
+ "scope": 17053,
4644
+ "src": "14411:14:43",
4645
4645
  "stateVariable": false,
4646
4646
  "storageLocation": "default",
4647
4647
  "typeDescriptions": {
@@ -4649,10 +4649,10 @@
4649
4649
  "typeString": "int96"
4650
4650
  },
4651
4651
  "typeName": {
4652
- "id": 17288,
4652
+ "id": 17044,
4653
4653
  "name": "int96",
4654
4654
  "nodeType": "ElementaryTypeName",
4655
- "src": "14411:5:44",
4655
+ "src": "14411:5:43",
4656
4656
  "typeDescriptions": {
4657
4657
  "typeIdentifier": "t_int96",
4658
4658
  "typeString": "int96"
@@ -4662,14 +4662,14 @@
4662
4662
  },
4663
4663
  {
4664
4664
  "constant": false,
4665
- "id": 17291,
4665
+ "id": 17047,
4666
4666
  "indexed": false,
4667
4667
  "mutability": "mutable",
4668
4668
  "name": "totalSenderFlowRate",
4669
- "nameLocation": "14442:19:44",
4669
+ "nameLocation": "14442:19:43",
4670
4670
  "nodeType": "VariableDeclaration",
4671
- "scope": 17297,
4672
- "src": "14435:26:44",
4671
+ "scope": 17053,
4672
+ "src": "14435:26:43",
4673
4673
  "stateVariable": false,
4674
4674
  "storageLocation": "default",
4675
4675
  "typeDescriptions": {
@@ -4677,10 +4677,10 @@
4677
4677
  "typeString": "int256"
4678
4678
  },
4679
4679
  "typeName": {
4680
- "id": 17290,
4680
+ "id": 17046,
4681
4681
  "name": "int256",
4682
4682
  "nodeType": "ElementaryTypeName",
4683
- "src": "14435:6:44",
4683
+ "src": "14435:6:43",
4684
4684
  "typeDescriptions": {
4685
4685
  "typeIdentifier": "t_int256",
4686
4686
  "typeString": "int256"
@@ -4690,14 +4690,14 @@
4690
4690
  },
4691
4691
  {
4692
4692
  "constant": false,
4693
- "id": 17293,
4693
+ "id": 17049,
4694
4694
  "indexed": false,
4695
4695
  "mutability": "mutable",
4696
4696
  "name": "totalReceiverFlowRate",
4697
- "nameLocation": "14478:21:44",
4697
+ "nameLocation": "14478:21:43",
4698
4698
  "nodeType": "VariableDeclaration",
4699
- "scope": 17297,
4700
- "src": "14471:28:44",
4699
+ "scope": 17053,
4700
+ "src": "14471:28:43",
4701
4701
  "stateVariable": false,
4702
4702
  "storageLocation": "default",
4703
4703
  "typeDescriptions": {
@@ -4705,10 +4705,10 @@
4705
4705
  "typeString": "int256"
4706
4706
  },
4707
4707
  "typeName": {
4708
- "id": 17292,
4708
+ "id": 17048,
4709
4709
  "name": "int256",
4710
4710
  "nodeType": "ElementaryTypeName",
4711
- "src": "14471:6:44",
4711
+ "src": "14471:6:43",
4712
4712
  "typeDescriptions": {
4713
4713
  "typeIdentifier": "t_int256",
4714
4714
  "typeString": "int256"
@@ -4718,14 +4718,14 @@
4718
4718
  },
4719
4719
  {
4720
4720
  "constant": false,
4721
- "id": 17295,
4721
+ "id": 17051,
4722
4722
  "indexed": false,
4723
4723
  "mutability": "mutable",
4724
4724
  "name": "userData",
4725
- "nameLocation": "14515:8:44",
4725
+ "nameLocation": "14515:8:43",
4726
4726
  "nodeType": "VariableDeclaration",
4727
- "scope": 17297,
4728
- "src": "14509:14:44",
4727
+ "scope": 17053,
4728
+ "src": "14509:14:43",
4729
4729
  "stateVariable": false,
4730
4730
  "storageLocation": "default",
4731
4731
  "typeDescriptions": {
@@ -4733,10 +4733,10 @@
4733
4733
  "typeString": "bytes"
4734
4734
  },
4735
4735
  "typeName": {
4736
- "id": 17294,
4736
+ "id": 17050,
4737
4737
  "name": "bytes",
4738
4738
  "nodeType": "ElementaryTypeName",
4739
- "src": "14509:5:44",
4739
+ "src": "14509:5:43",
4740
4740
  "typeDescriptions": {
4741
4741
  "typeIdentifier": "t_bytes_storage_ptr",
4742
4742
  "typeString": "bytes"
@@ -4745,37 +4745,37 @@
4745
4745
  "visibility": "internal"
4746
4746
  }
4747
4747
  ],
4748
- "src": "14295:234:44"
4748
+ "src": "14295:234:43"
4749
4749
  },
4750
- "src": "14278:252:44"
4750
+ "src": "14278:252:43"
4751
4751
  },
4752
4752
  {
4753
4753
  "anonymous": false,
4754
4754
  "documentation": {
4755
- "id": 17298,
4755
+ "id": 17054,
4756
4756
  "nodeType": "StructuredDocumentation",
4757
- "src": "14536:181:44",
4757
+ "src": "14536:181:43",
4758
4758
  "text": " @dev Flow updated extension event\n @param flowOperator Flow operator address - the Context.msgSender\n @param deposit The deposit amount for the stream"
4759
4759
  },
4760
4760
  "eventSelector": "71e0c98e270fc3084227b473f176924d5303ece8c639e679998a2d7dc8e70f74",
4761
- "id": 17304,
4761
+ "id": 17060,
4762
4762
  "name": "FlowUpdatedExtension",
4763
- "nameLocation": "14728:20:44",
4763
+ "nameLocation": "14728:20:43",
4764
4764
  "nodeType": "EventDefinition",
4765
4765
  "parameters": {
4766
- "id": 17303,
4766
+ "id": 17059,
4767
4767
  "nodeType": "ParameterList",
4768
4768
  "parameters": [
4769
4769
  {
4770
4770
  "constant": false,
4771
- "id": 17300,
4771
+ "id": 17056,
4772
4772
  "indexed": true,
4773
4773
  "mutability": "mutable",
4774
4774
  "name": "flowOperator",
4775
- "nameLocation": "14774:12:44",
4775
+ "nameLocation": "14774:12:43",
4776
4776
  "nodeType": "VariableDeclaration",
4777
- "scope": 17304,
4778
- "src": "14758:28:44",
4777
+ "scope": 17060,
4778
+ "src": "14758:28:43",
4779
4779
  "stateVariable": false,
4780
4780
  "storageLocation": "default",
4781
4781
  "typeDescriptions": {
@@ -4783,10 +4783,10 @@
4783
4783
  "typeString": "address"
4784
4784
  },
4785
4785
  "typeName": {
4786
- "id": 17299,
4786
+ "id": 17055,
4787
4787
  "name": "address",
4788
4788
  "nodeType": "ElementaryTypeName",
4789
- "src": "14758:7:44",
4789
+ "src": "14758:7:43",
4790
4790
  "stateMutability": "nonpayable",
4791
4791
  "typeDescriptions": {
4792
4792
  "typeIdentifier": "t_address",
@@ -4797,14 +4797,14 @@
4797
4797
  },
4798
4798
  {
4799
4799
  "constant": false,
4800
- "id": 17302,
4800
+ "id": 17058,
4801
4801
  "indexed": false,
4802
4802
  "mutability": "mutable",
4803
4803
  "name": "deposit",
4804
- "nameLocation": "14804:7:44",
4804
+ "nameLocation": "14804:7:43",
4805
4805
  "nodeType": "VariableDeclaration",
4806
- "scope": 17304,
4807
- "src": "14796:15:44",
4806
+ "scope": 17060,
4807
+ "src": "14796:15:43",
4808
4808
  "stateVariable": false,
4809
4809
  "storageLocation": "default",
4810
4810
  "typeDescriptions": {
@@ -4812,10 +4812,10 @@
4812
4812
  "typeString": "uint256"
4813
4813
  },
4814
4814
  "typeName": {
4815
- "id": 17301,
4815
+ "id": 17057,
4816
4816
  "name": "uint256",
4817
4817
  "nodeType": "ElementaryTypeName",
4818
- "src": "14796:7:44",
4818
+ "src": "14796:7:43",
4819
4819
  "typeDescriptions": {
4820
4820
  "typeIdentifier": "t_uint256",
4821
4821
  "typeString": "uint256"
@@ -4824,17 +4824,17 @@
4824
4824
  "visibility": "internal"
4825
4825
  }
4826
4826
  ],
4827
- "src": "14748:69:44"
4827
+ "src": "14748:69:43"
4828
4828
  },
4829
- "src": "14722:96:44"
4829
+ "src": "14722:96:43"
4830
4830
  }
4831
4831
  ],
4832
- "scope": 17306,
4833
- "src": "278:14542:44",
4832
+ "scope": 17062,
4833
+ "src": "278:14542:43",
4834
4834
  "usedErrors": []
4835
4835
  }
4836
4836
  ],
4837
- "src": "35:14786:44"
4837
+ "src": "35:14786:43"
4838
4838
  },
4839
4839
  "compiler": {
4840
4840
  "name": "solc",
@@ -4842,7 +4842,7 @@
4842
4842
  },
4843
4843
  "networks": {},
4844
4844
  "schemaVersion": "3.4.7",
4845
- "updatedAt": "2022-05-04T17:16:28.425Z",
4845
+ "updatedAt": "2022-05-06T12:43:05.424Z",
4846
4846
  "devdoc": {
4847
4847
  "author": "Superfluid",
4848
4848
  "events": {