@superfluid-finance/ethereum-contracts 1.7.2-dev.bac5c12.0 → 1.7.2-dev.dae8ea5.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 (204) hide show
  1. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  2. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  3. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  4. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  5. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  14. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  15. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  16. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  17. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  18. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  31. package/build/contracts/AccessControl.json +1 -1
  32. package/build/contracts/AccessControlEnumerable.json +1 -1
  33. package/build/contracts/Address.json +1 -1
  34. package/build/contracts/AgreementBase.json +18 -18
  35. package/build/contracts/AgreementLibrary.json +165 -165
  36. package/build/contracts/BaseRelayRecipient.json +57 -57
  37. package/build/contracts/BatchLiquidator.json +382 -382
  38. package/build/contracts/BatchOperation.json +614 -614
  39. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  40. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  41. package/build/contracts/CFAv1Library.json +389 -389
  42. package/build/contracts/CallUtils.json +198 -198
  43. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  44. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  45. package/build/contracts/ConstantInflowNFT.json +402 -402
  46. package/build/contracts/ConstantOutflowNFT.json +661 -661
  47. package/build/contracts/Context.json +1 -1
  48. package/build/contracts/ContextDefinitions.json +614 -614
  49. package/build/contracts/CustomSuperTokenBase.json +19 -19
  50. package/build/contracts/ERC165.json +1 -1
  51. package/build/contracts/ERC1820Implementer.json +1 -1
  52. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  53. package/build/contracts/ERC20.json +1 -1
  54. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  55. package/build/contracts/ERC777Helper.json +384 -384
  56. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  57. package/build/contracts/ERC777RecipientReverting.json +863 -863
  58. package/build/contracts/EnumerableSet.json +1 -1
  59. package/build/contracts/EventsEmitter.json +43 -43
  60. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  61. package/build/contracts/FixedSizeData.json +200 -200
  62. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  63. package/build/contracts/FlowNFTBase.json +1280 -1280
  64. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  65. package/build/contracts/ForwarderBase.json +190 -190
  66. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  67. package/build/contracts/IAccessControl.json +1 -1
  68. package/build/contracts/IAccessControlEnumerable.json +1 -1
  69. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  70. package/build/contracts/IConstantInflowNFT.json +54 -54
  71. package/build/contracts/IConstantOutflowNFT.json +107 -107
  72. package/build/contracts/IDAv1Forwarder.json +912 -912
  73. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  74. package/build/contracts/IDAv1Library.json +430 -430
  75. package/build/contracts/IERC165.json +1 -1
  76. package/build/contracts/IERC1820Implementer.json +1 -1
  77. package/build/contracts/IERC1820Registry.json +1 -1
  78. package/build/contracts/IERC20.json +1 -1
  79. package/build/contracts/IERC20Metadata.json +1 -1
  80. package/build/contracts/IERC20Permit.json +1 -1
  81. package/build/contracts/IERC721.json +1 -1
  82. package/build/contracts/IERC721Metadata.json +1 -1
  83. package/build/contracts/IERC777.json +1 -1
  84. package/build/contracts/IERC777Recipient.json +1 -1
  85. package/build/contracts/IERC777Sender.json +1 -1
  86. package/build/contracts/IFlowNFTBase.json +115 -115
  87. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  88. package/build/contracts/IMultiSigWallet.json +31 -31
  89. package/build/contracts/IPoolAdminNFT.json +7 -7
  90. package/build/contracts/IPoolMemberNFT.json +7 -7
  91. package/build/contracts/IPureSuperToken.json +62 -62
  92. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  93. package/build/contracts/IRelayRecipient.json +27 -27
  94. package/build/contracts/IResolver.json +38 -38
  95. package/build/contracts/ISETH.json +67 -67
  96. package/build/contracts/ISETHCustom.json +67 -67
  97. package/build/contracts/ISuperAgreement.json +50 -50
  98. package/build/contracts/ISuperApp.json +191 -191
  99. package/build/contracts/ISuperToken.json +695 -695
  100. package/build/contracts/ISuperTokenFactory.json +225 -225
  101. package/build/contracts/ISuperfluid.json +904 -904
  102. package/build/contracts/ISuperfluidGovernance.json +251 -251
  103. package/build/contracts/ISuperfluidToken.json +407 -407
  104. package/build/contracts/ITOGAv1.json +1346 -1346
  105. package/build/contracts/ITOGAv2.json +1346 -1346
  106. package/build/contracts/ITOGAv3.json +1346 -1346
  107. package/build/contracts/Initializable.json +1 -1
  108. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  109. package/build/contracts/Math.json +1 -1
  110. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  111. package/build/contracts/Ownable.json +1 -1
  112. package/build/contracts/Proxy.json +1 -1
  113. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  114. package/build/contracts/PureSuperToken.json +106 -106
  115. package/build/contracts/Resolver.json +98 -98
  116. package/build/contracts/SETHProxy.json +224 -224
  117. package/build/contracts/SafeCast.json +1 -1
  118. package/build/contracts/SafeERC20.json +1 -1
  119. package/build/contracts/SafeGasLibrary.json +51 -51
  120. package/build/contracts/SafeMath.json +1 -1
  121. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  122. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  123. package/build/contracts/StreamRedirector.json +704 -704
  124. package/build/contracts/Strings.json +1 -1
  125. package/build/contracts/SuperAppBase.json +42 -42
  126. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  127. package/build/contracts/SuperAppDefinitions.json +614 -614
  128. package/build/contracts/SuperToken.json +2714 -2714
  129. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  130. package/build/contracts/SuperTokenFactory.json +1347 -1347
  131. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  132. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  133. package/build/contracts/SuperUpgrader.json +439 -439
  134. package/build/contracts/Superfluid.json +7999 -7996
  135. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  136. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  137. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  138. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  139. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  140. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  141. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  142. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  143. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  144. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  145. package/build/contracts/SuperfluidLoader.json +207 -207
  146. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  147. package/build/contracts/SuperfluidLoaderLibrary.json +247 -247
  148. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  149. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  150. package/build/contracts/SuperfluidToken.json +1423 -1423
  151. package/build/contracts/TOGA.json +1360 -1360
  152. package/build/contracts/TestGovernance.json +250 -250
  153. package/build/contracts/TestResolver.json +47 -47
  154. package/build/contracts/TestToken.json +102 -102
  155. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  156. package/build/contracts/TokenInfo.json +32 -32
  157. package/build/contracts/UUPSProxiable.json +139 -139
  158. package/build/contracts/UUPSProxy.json +81 -81
  159. package/build/contracts/UUPSUtils.json +37 -37
  160. package/build/contracts-sizes.txt +15 -15
  161. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  162. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  163. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  164. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  165. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  166. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  168. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  169. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  170. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  173. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  174. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  175. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  177. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  179. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  196. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  198. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  200. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  202. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  203. package/contracts/superfluid/Superfluid.sol +1 -0
  204. package/package.json +3 -3
@@ -39,21 +39,21 @@
39
39
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
40
40
  "exportedSymbols": {
41
41
  "IPureSuperToken": [
42
- 25496
42
+ 25499
43
43
  ],
44
44
  "IPureSuperTokenCustom": [
45
- 25490
45
+ 25493
46
46
  ],
47
47
  "ISuperToken": [
48
- 24394
48
+ 24397
49
49
  ]
50
50
  },
51
- "id": 25497,
51
+ "id": 25500,
52
52
  "license": "MIT",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 25477,
56
+ "id": 25480,
57
57
  "literals": [
58
58
  "solidity",
59
59
  ">=",
@@ -66,20 +66,20 @@
66
66
  {
67
67
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
68
68
  "file": "../superfluid/ISuperToken.sol",
69
- "id": 25479,
69
+ "id": 25482,
70
70
  "nameLocation": "-1:-1:-1",
71
71
  "nodeType": "ImportDirective",
72
- "scope": 25497,
73
- "sourceUnit": 24395,
72
+ "scope": 25500,
73
+ "sourceUnit": 24398,
74
74
  "src": "59:60:59",
75
75
  "symbolAliases": [
76
76
  {
77
77
  "foreign": {
78
- "id": 25478,
78
+ "id": 25481,
79
79
  "name": "ISuperToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 24394,
82
+ "referencedDeclaration": 24397,
83
83
  "src": "68:11:59",
84
84
  "typeDescriptions": {}
85
85
  },
@@ -95,15 +95,15 @@
95
95
  "contractDependencies": [],
96
96
  "contractKind": "interface",
97
97
  "documentation": {
98
- "id": 25480,
98
+ "id": 25483,
99
99
  "nodeType": "StructuredDocumentation",
100
100
  "src": "121:73:59",
101
101
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
102
102
  },
103
103
  "fullyImplemented": false,
104
- "id": 25490,
104
+ "id": 25493,
105
105
  "linearizedBaseContracts": [
106
- 25490
106
+ 25493
107
107
  ],
108
108
  "name": "IPureSuperTokenCustom",
109
109
  "nameLocation": "205:21:59",
@@ -111,7 +111,7 @@
111
111
  "nodes": [
112
112
  {
113
113
  "functionSelector": "b119490e",
114
- "id": 25489,
114
+ "id": 25492,
115
115
  "implemented": false,
116
116
  "kind": "function",
117
117
  "modifiers": [],
@@ -119,17 +119,17 @@
119
119
  "nameLocation": "242:10:59",
120
120
  "nodeType": "FunctionDefinition",
121
121
  "parameters": {
122
- "id": 25487,
122
+ "id": 25490,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 25482,
127
+ "id": 25485,
128
128
  "mutability": "mutable",
129
129
  "name": "name",
130
130
  "nameLocation": "269:4:59",
131
131
  "nodeType": "VariableDeclaration",
132
- "scope": 25489,
132
+ "scope": 25492,
133
133
  "src": "253:20:59",
134
134
  "stateVariable": false,
135
135
  "storageLocation": "calldata",
@@ -138,7 +138,7 @@
138
138
  "typeString": "string"
139
139
  },
140
140
  "typeName": {
141
- "id": 25481,
141
+ "id": 25484,
142
142
  "name": "string",
143
143
  "nodeType": "ElementaryTypeName",
144
144
  "src": "253:6:59",
@@ -151,12 +151,12 @@
151
151
  },
152
152
  {
153
153
  "constant": false,
154
- "id": 25484,
154
+ "id": 25487,
155
155
  "mutability": "mutable",
156
156
  "name": "symbol",
157
157
  "nameLocation": "291:6:59",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 25489,
159
+ "scope": 25492,
160
160
  "src": "275:22:59",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "calldata",
@@ -165,7 +165,7 @@
165
165
  "typeString": "string"
166
166
  },
167
167
  "typeName": {
168
- "id": 25483,
168
+ "id": 25486,
169
169
  "name": "string",
170
170
  "nodeType": "ElementaryTypeName",
171
171
  "src": "275:6:59",
@@ -178,12 +178,12 @@
178
178
  },
179
179
  {
180
180
  "constant": false,
181
- "id": 25486,
181
+ "id": 25489,
182
182
  "mutability": "mutable",
183
183
  "name": "initialSupply",
184
184
  "nameLocation": "307:13:59",
185
185
  "nodeType": "VariableDeclaration",
186
- "scope": 25489,
186
+ "scope": 25492,
187
187
  "src": "299:21:59",
188
188
  "stateVariable": false,
189
189
  "storageLocation": "default",
@@ -192,7 +192,7 @@
192
192
  "typeString": "uint256"
193
193
  },
194
194
  "typeName": {
195
- "id": 25485,
195
+ "id": 25488,
196
196
  "name": "uint256",
197
197
  "nodeType": "ElementaryTypeName",
198
198
  "src": "299:7:59",
@@ -207,19 +207,19 @@
207
207
  "src": "252:69:59"
208
208
  },
209
209
  "returnParameters": {
210
- "id": 25488,
210
+ "id": 25491,
211
211
  "nodeType": "ParameterList",
212
212
  "parameters": [],
213
213
  "src": "330:0:59"
214
214
  },
215
- "scope": 25490,
215
+ "scope": 25493,
216
216
  "src": "233:98:59",
217
217
  "stateMutability": "nonpayable",
218
218
  "virtual": false,
219
219
  "visibility": "external"
220
220
  }
221
221
  ],
222
- "scope": 25497,
222
+ "scope": 25500,
223
223
  "src": "195:138:59",
224
224
  "usedErrors": []
225
225
  },
@@ -228,31 +228,31 @@
228
228
  "baseContracts": [
229
229
  {
230
230
  "baseName": {
231
- "id": 25492,
231
+ "id": 25495,
232
232
  "name": "IPureSuperTokenCustom",
233
233
  "nameLocations": [
234
234
  "476:21:59"
235
235
  ],
236
236
  "nodeType": "IdentifierPath",
237
- "referencedDeclaration": 25490,
237
+ "referencedDeclaration": 25493,
238
238
  "src": "476:21:59"
239
239
  },
240
- "id": 25493,
240
+ "id": 25496,
241
241
  "nodeType": "InheritanceSpecifier",
242
242
  "src": "476:21:59"
243
243
  },
244
244
  {
245
245
  "baseName": {
246
- "id": 25494,
246
+ "id": 25497,
247
247
  "name": "ISuperToken",
248
248
  "nameLocations": [
249
249
  "499:11:59"
250
250
  ],
251
251
  "nodeType": "IdentifierPath",
252
- "referencedDeclaration": 24394,
252
+ "referencedDeclaration": 24397,
253
253
  "src": "499:11:59"
254
254
  },
255
- "id": 25495,
255
+ "id": 25498,
256
256
  "nodeType": "InheritanceSpecifier",
257
257
  "src": "499:11:59"
258
258
  }
@@ -261,49 +261,49 @@
261
261
  "contractDependencies": [],
262
262
  "contractKind": "interface",
263
263
  "documentation": {
264
- "id": 25491,
264
+ "id": 25494,
265
265
  "nodeType": "StructuredDocumentation",
266
266
  "src": "335:66:59",
267
267
  "text": " @title Pure Super Token interface\n @author Superfluid"
268
268
  },
269
269
  "fullyImplemented": false,
270
- "id": 25496,
270
+ "id": 25499,
271
271
  "linearizedBaseContracts": [
272
- 25496,
273
- 24394,
272
+ 25499,
273
+ 24397,
274
274
  2188,
275
275
  1540,
276
- 25543,
277
- 25463,
278
- 25490
276
+ 25546,
277
+ 25466,
278
+ 25493
279
279
  ],
280
280
  "name": "IPureSuperToken",
281
281
  "nameLocation": "457:15:59",
282
282
  "nodeType": "ContractDefinition",
283
283
  "nodes": [],
284
- "scope": 25497,
284
+ "scope": 25500,
285
285
  "src": "447:66:59",
286
286
  "usedErrors": [
287
- 23951,
288
- 23953,
289
- 23955,
290
- 23957,
291
- 23959,
292
- 23961,
293
- 23963,
294
- 23965,
295
- 23967,
296
- 23969,
297
- 23971,
298
- 23973,
299
- 23975,
300
- 23977,
301
- 25184,
302
- 25186,
303
- 25188,
304
- 25190,
305
- 25192,
306
- 25194
287
+ 23954,
288
+ 23956,
289
+ 23958,
290
+ 23960,
291
+ 23962,
292
+ 23964,
293
+ 23966,
294
+ 23968,
295
+ 23970,
296
+ 23972,
297
+ 23974,
298
+ 23976,
299
+ 23978,
300
+ 23980,
301
+ 25187,
302
+ 25189,
303
+ 25191,
304
+ 25193,
305
+ 25195,
306
+ 25197
307
307
  ]
308
308
  }
309
309
  ],
@@ -315,7 +315,7 @@
315
315
  },
316
316
  "networks": {},
317
317
  "schemaVersion": "3.4.13",
318
- "updatedAt": "2023-07-20T13:36:30.812Z",
318
+ "updatedAt": "2023-08-06T18:11:20.939Z",
319
319
  "devdoc": {
320
320
  "author": "Superfluid",
321
321
  "kind": "dev",
@@ -48,15 +48,15 @@
48
48
  "absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
49
49
  "exportedSymbols": {
50
50
  "IRelayRecipient": [
51
- 25581
51
+ 25584
52
52
  ]
53
53
  },
54
- "id": 25582,
54
+ "id": 25585,
55
55
  "license": "MIT",
56
56
  "nodeType": "SourceUnit",
57
57
  "nodes": [
58
58
  {
59
- "id": 25565,
59
+ "id": 25568,
60
60
  "literals": [
61
61
  "solidity",
62
62
  ">=",
@@ -73,15 +73,15 @@
73
73
  "contractDependencies": [],
74
74
  "contractKind": "interface",
75
75
  "documentation": {
76
- "id": 25566,
76
+ "id": 25569,
77
77
  "nodeType": "StructuredDocumentation",
78
78
  "src": "168:232:63",
79
79
  "text": " @title Relay recipient interface\n @author Superfluid\n @dev A contract must implement this interface in order to support relayed transactions\n @dev It is better to inherit the BaseRelayRecipient as its implementation"
80
80
  },
81
81
  "fullyImplemented": false,
82
- "id": 25581,
82
+ "id": 25584,
83
83
  "linearizedBaseContracts": [
84
- 25581
84
+ 25584
85
85
  ],
86
86
  "name": "IRelayRecipient",
87
87
  "nameLocation": "411:15:63",
@@ -89,13 +89,13 @@
89
89
  "nodes": [
90
90
  {
91
91
  "documentation": {
92
- "id": 25567,
92
+ "id": 25570,
93
93
  "nodeType": "StructuredDocumentation",
94
94
  "src": "434:222:63",
95
95
  "text": " @notice Returns if the forwarder is trusted to forward relayed transactions to us.\n @dev the forwarder is required to verify the sender's signature, and verify\n the call is not a replay."
96
96
  },
97
97
  "functionSelector": "572b6c05",
98
- "id": 25574,
98
+ "id": 25577,
99
99
  "implemented": false,
100
100
  "kind": "function",
101
101
  "modifiers": [],
@@ -103,17 +103,17 @@
103
103
  "nameLocation": "670:18:63",
104
104
  "nodeType": "FunctionDefinition",
105
105
  "parameters": {
106
- "id": 25570,
106
+ "id": 25573,
107
107
  "nodeType": "ParameterList",
108
108
  "parameters": [
109
109
  {
110
110
  "constant": false,
111
- "id": 25569,
111
+ "id": 25572,
112
112
  "mutability": "mutable",
113
113
  "name": "forwarder",
114
114
  "nameLocation": "697:9:63",
115
115
  "nodeType": "VariableDeclaration",
116
- "scope": 25574,
116
+ "scope": 25577,
117
117
  "src": "689:17:63",
118
118
  "stateVariable": false,
119
119
  "storageLocation": "default",
@@ -122,7 +122,7 @@
122
122
  "typeString": "address"
123
123
  },
124
124
  "typeName": {
125
- "id": 25568,
125
+ "id": 25571,
126
126
  "name": "address",
127
127
  "nodeType": "ElementaryTypeName",
128
128
  "src": "689:7:63",
@@ -138,17 +138,17 @@
138
138
  "src": "688:19:63"
139
139
  },
140
140
  "returnParameters": {
141
- "id": 25573,
141
+ "id": 25576,
142
142
  "nodeType": "ParameterList",
143
143
  "parameters": [
144
144
  {
145
145
  "constant": false,
146
- "id": 25572,
146
+ "id": 25575,
147
147
  "mutability": "mutable",
148
148
  "name": "",
149
149
  "nameLocation": "-1:-1:-1",
150
150
  "nodeType": "VariableDeclaration",
151
- "scope": 25574,
151
+ "scope": 25577,
152
152
  "src": "730:4:63",
153
153
  "stateVariable": false,
154
154
  "storageLocation": "default",
@@ -157,7 +157,7 @@
157
157
  "typeString": "bool"
158
158
  },
159
159
  "typeName": {
160
- "id": 25571,
160
+ "id": 25574,
161
161
  "name": "bool",
162
162
  "nodeType": "ElementaryTypeName",
163
163
  "src": "730:4:63",
@@ -171,7 +171,7 @@
171
171
  ],
172
172
  "src": "729:6:63"
173
173
  },
174
- "scope": 25581,
174
+ "scope": 25584,
175
175
  "src": "661:75:63",
176
176
  "stateMutability": "view",
177
177
  "virtual": false,
@@ -179,13 +179,13 @@
179
179
  },
180
180
  {
181
181
  "documentation": {
182
- "id": 25575,
182
+ "id": 25578,
183
183
  "nodeType": "StructuredDocumentation",
184
184
  "src": "742:203:63",
185
185
  "text": " @dev EIP 2771 version\n NOTE:\n - It is not clear if it is actually from the EIP 2771....\n - https://docs.biconomy.io/guides/enable-gasless-transactions/eip-2771"
186
186
  },
187
187
  "functionSelector": "486ff0cd",
188
- "id": 25580,
188
+ "id": 25583,
189
189
  "implemented": false,
190
190
  "kind": "function",
191
191
  "modifiers": [],
@@ -193,23 +193,23 @@
193
193
  "nameLocation": "959:16:63",
194
194
  "nodeType": "FunctionDefinition",
195
195
  "parameters": {
196
- "id": 25576,
196
+ "id": 25579,
197
197
  "nodeType": "ParameterList",
198
198
  "parameters": [],
199
199
  "src": "975:2:63"
200
200
  },
201
201
  "returnParameters": {
202
- "id": 25579,
202
+ "id": 25582,
203
203
  "nodeType": "ParameterList",
204
204
  "parameters": [
205
205
  {
206
206
  "constant": false,
207
- "id": 25578,
207
+ "id": 25581,
208
208
  "mutability": "mutable",
209
209
  "name": "",
210
210
  "nameLocation": "-1:-1:-1",
211
211
  "nodeType": "VariableDeclaration",
212
- "scope": 25580,
212
+ "scope": 25583,
213
213
  "src": "1001:13:63",
214
214
  "stateVariable": false,
215
215
  "storageLocation": "memory",
@@ -218,7 +218,7 @@
218
218
  "typeString": "string"
219
219
  },
220
220
  "typeName": {
221
- "id": 25577,
221
+ "id": 25580,
222
222
  "name": "string",
223
223
  "nodeType": "ElementaryTypeName",
224
224
  "src": "1001:6:63",
@@ -232,14 +232,14 @@
232
232
  ],
233
233
  "src": "1000:15:63"
234
234
  },
235
- "scope": 25581,
235
+ "scope": 25584,
236
236
  "src": "950:66:63",
237
237
  "stateMutability": "view",
238
238
  "virtual": false,
239
239
  "visibility": "external"
240
240
  }
241
241
  ],
242
- "scope": 25582,
242
+ "scope": 25585,
243
243
  "src": "401:617:63",
244
244
  "usedErrors": []
245
245
  }
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "networks": {},
254
254
  "schemaVersion": "3.4.13",
255
- "updatedAt": "2023-07-20T13:36:30.816Z",
255
+ "updatedAt": "2023-08-06T18:11:20.942Z",
256
256
  "devdoc": {
257
257
  "author": "Superfluid",
258
258
  "details": "A contract must implement this interface in order to support relayed transactionsIt is better to inherit the BaseRelayRecipient as its implementation",