@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.18c7e95.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 (173) hide show
  1. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +18 -18
  6. package/build/contracts/AgreementLibrary.json +165 -165
  7. package/build/contracts/BaseRelayRecipient.json +57 -57
  8. package/build/contracts/BatchLiquidator.json +382 -382
  9. package/build/contracts/BatchOperation.json +614 -614
  10. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  11. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  12. package/build/contracts/CFAv1Library.json +389 -389
  13. package/build/contracts/CallUtils.json +198 -198
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  15. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  16. package/build/contracts/ConstantInflowNFT.json +402 -402
  17. package/build/contracts/ConstantOutflowNFT.json +661 -661
  18. package/build/contracts/Context.json +1 -1
  19. package/build/contracts/ContextDefinitions.json +614 -614
  20. package/build/contracts/CustomSuperTokenBase.json +19 -19
  21. package/build/contracts/ERC165.json +1 -1
  22. package/build/contracts/ERC1820Implementer.json +1 -1
  23. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  24. package/build/contracts/ERC20.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +384 -384
  27. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  28. package/build/contracts/ERC777RecipientReverting.json +863 -863
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  34. package/build/contracts/FlowNFTBase.json +1280 -1280
  35. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  36. package/build/contracts/ForwarderBase.json +190 -190
  37. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  38. package/build/contracts/IAccessControl.json +1 -1
  39. package/build/contracts/IAccessControlEnumerable.json +1 -1
  40. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  41. package/build/contracts/IConstantInflowNFT.json +54 -54
  42. package/build/contracts/IConstantOutflowNFT.json +107 -107
  43. package/build/contracts/IDAv1Forwarder.json +912 -912
  44. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  45. package/build/contracts/IDAv1Library.json +430 -430
  46. package/build/contracts/IERC165.json +1 -1
  47. package/build/contracts/IERC1820Implementer.json +1 -1
  48. package/build/contracts/IERC1820Registry.json +1 -1
  49. package/build/contracts/IERC20.json +1 -1
  50. package/build/contracts/IERC20Metadata.json +1 -1
  51. package/build/contracts/IERC20Permit.json +1 -1
  52. package/build/contracts/IERC721.json +1 -1
  53. package/build/contracts/IERC721Metadata.json +1 -1
  54. package/build/contracts/IERC777.json +1 -1
  55. package/build/contracts/IERC777Recipient.json +1 -1
  56. package/build/contracts/IERC777Sender.json +1 -1
  57. package/build/contracts/IFlowNFTBase.json +115 -115
  58. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  59. package/build/contracts/IMultiSigWallet.json +31 -31
  60. package/build/contracts/IPoolAdminNFT.json +7 -7
  61. package/build/contracts/IPoolMemberNFT.json +7 -7
  62. package/build/contracts/IPureSuperToken.json +62 -62
  63. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  64. package/build/contracts/IRelayRecipient.json +27 -27
  65. package/build/contracts/IResolver.json +38 -38
  66. package/build/contracts/ISETH.json +67 -67
  67. package/build/contracts/ISETHCustom.json +67 -67
  68. package/build/contracts/ISuperAgreement.json +50 -50
  69. package/build/contracts/ISuperApp.json +191 -191
  70. package/build/contracts/ISuperToken.json +695 -695
  71. package/build/contracts/ISuperTokenFactory.json +225 -225
  72. package/build/contracts/ISuperfluid.json +904 -904
  73. package/build/contracts/ISuperfluidGovernance.json +251 -251
  74. package/build/contracts/ISuperfluidToken.json +407 -407
  75. package/build/contracts/ITOGAv1.json +1346 -1346
  76. package/build/contracts/ITOGAv2.json +1346 -1346
  77. package/build/contracts/ITOGAv3.json +1346 -1346
  78. package/build/contracts/Initializable.json +1 -1
  79. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  80. package/build/contracts/Math.json +1 -1
  81. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  82. package/build/contracts/Ownable.json +1 -1
  83. package/build/contracts/Proxy.json +1 -1
  84. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  85. package/build/contracts/PureSuperToken.json +106 -106
  86. package/build/contracts/Resolver.json +98 -98
  87. package/build/contracts/SETHProxy.json +224 -224
  88. package/build/contracts/SafeCast.json +1 -1
  89. package/build/contracts/SafeERC20.json +1 -1
  90. package/build/contracts/SafeGasLibrary.json +51 -51
  91. package/build/contracts/SafeMath.json +1 -1
  92. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  93. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  94. package/build/contracts/StreamRedirector.json +704 -704
  95. package/build/contracts/Strings.json +1 -1
  96. package/build/contracts/SuperAppBase.json +42 -42
  97. package/build/contracts/SuperAppBaseFlow.json +138 -138
  98. package/build/contracts/SuperAppDefinitions.json +614 -614
  99. package/build/contracts/SuperToken.json +2714 -2714
  100. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  101. package/build/contracts/SuperTokenFactory.json +1347 -1347
  102. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  103. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  104. package/build/contracts/SuperUpgrader.json +439 -439
  105. package/build/contracts/Superfluid.json +5196 -5196
  106. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  107. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  108. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  109. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  111. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  112. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  113. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  114. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  115. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  116. package/build/contracts/SuperfluidLoader.json +207 -207
  117. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  118. package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
  119. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  120. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  121. package/build/contracts/SuperfluidToken.json +1423 -1423
  122. package/build/contracts/TOGA.json +1360 -1360
  123. package/build/contracts/TestGovernance.json +250 -250
  124. package/build/contracts/TestResolver.json +47 -47
  125. package/build/contracts/TestToken.json +102 -102
  126. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  127. package/build/contracts/TokenInfo.json +32 -32
  128. package/build/contracts/UUPSProxiable.json +139 -139
  129. package/build/contracts/UUPSProxy.json +81 -81
  130. package/build/contracts/UUPSUtils.json +37 -37
  131. package/build/contracts-sizes.txt +15 -15
  132. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  133. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  134. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  135. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  136. package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
  137. package/package.json +3 -4
  138. package/ops-scripts/.eslintrc.js +0 -15
  139. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  140. package/ops-scripts/deploy-aux-contracts.js +0 -99
  141. package/ops-scripts/deploy-deterministically.js +0 -169
  142. package/ops-scripts/deploy-erc1820.js +0 -83
  143. package/ops-scripts/deploy-framework.js +0 -895
  144. package/ops-scripts/deploy-mfa.ts +0 -27
  145. package/ops-scripts/deploy-super-token.js +0 -206
  146. package/ops-scripts/deploy-test-environment.js +0 -98
  147. package/ops-scripts/deploy-test-token.js +0 -86
  148. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  149. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  150. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  151. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  152. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  153. package/ops-scripts/gov-set-reward-address.js +0 -60
  154. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  155. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  156. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  157. package/ops-scripts/gov-upgrade-governance.js +0 -87
  158. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  159. package/ops-scripts/info-inspect-account.js +0 -118
  160. package/ops-scripts/info-list-apps.js +0 -55
  161. package/ops-scripts/info-print-contract-addresses.js +0 -136
  162. package/ops-scripts/info-scan-deployments.js +0 -63
  163. package/ops-scripts/info-show-protocol.js +0 -400
  164. package/ops-scripts/libs/common.js +0 -436
  165. package/ops-scripts/libs/getConfig.js +0 -289
  166. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  167. package/ops-scripts/resolver-list-super-token.js +0 -73
  168. package/ops-scripts/resolver-register-token.js +0 -72
  169. package/ops-scripts/resolver-reset-deployment.js +0 -54
  170. package/ops-scripts/resolver-set-key-value.js +0 -69
  171. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  172. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  173. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -39,21 +39,21 @@
39
39
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
40
40
  "exportedSymbols": {
41
41
  "IPureSuperToken": [
42
- 25485
42
+ 25496
43
43
  ],
44
44
  "IPureSuperTokenCustom": [
45
- 25479
45
+ 25490
46
46
  ],
47
47
  "ISuperToken": [
48
- 24383
48
+ 24394
49
49
  ]
50
50
  },
51
- "id": 25486,
51
+ "id": 25497,
52
52
  "license": "MIT",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 25466,
56
+ "id": 25477,
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": 25468,
69
+ "id": 25479,
70
70
  "nameLocation": "-1:-1:-1",
71
71
  "nodeType": "ImportDirective",
72
- "scope": 25486,
73
- "sourceUnit": 24384,
72
+ "scope": 25497,
73
+ "sourceUnit": 24395,
74
74
  "src": "59:60:59",
75
75
  "symbolAliases": [
76
76
  {
77
77
  "foreign": {
78
- "id": 25467,
78
+ "id": 25478,
79
79
  "name": "ISuperToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 24383,
82
+ "referencedDeclaration": 24394,
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": 25469,
98
+ "id": 25480,
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": 25479,
104
+ "id": 25490,
105
105
  "linearizedBaseContracts": [
106
- 25479
106
+ 25490
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": 25478,
114
+ "id": 25489,
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": 25476,
122
+ "id": 25487,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 25471,
127
+ "id": 25482,
128
128
  "mutability": "mutable",
129
129
  "name": "name",
130
130
  "nameLocation": "269:4:59",
131
131
  "nodeType": "VariableDeclaration",
132
- "scope": 25478,
132
+ "scope": 25489,
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": 25470,
141
+ "id": 25481,
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": 25473,
154
+ "id": 25484,
155
155
  "mutability": "mutable",
156
156
  "name": "symbol",
157
157
  "nameLocation": "291:6:59",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 25478,
159
+ "scope": 25489,
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": 25472,
168
+ "id": 25483,
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": 25475,
181
+ "id": 25486,
182
182
  "mutability": "mutable",
183
183
  "name": "initialSupply",
184
184
  "nameLocation": "307:13:59",
185
185
  "nodeType": "VariableDeclaration",
186
- "scope": 25478,
186
+ "scope": 25489,
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": 25474,
195
+ "id": 25485,
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": 25477,
210
+ "id": 25488,
211
211
  "nodeType": "ParameterList",
212
212
  "parameters": [],
213
213
  "src": "330:0:59"
214
214
  },
215
- "scope": 25479,
215
+ "scope": 25490,
216
216
  "src": "233:98:59",
217
217
  "stateMutability": "nonpayable",
218
218
  "virtual": false,
219
219
  "visibility": "external"
220
220
  }
221
221
  ],
222
- "scope": 25486,
222
+ "scope": 25497,
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": 25481,
231
+ "id": 25492,
232
232
  "name": "IPureSuperTokenCustom",
233
233
  "nameLocations": [
234
234
  "476:21:59"
235
235
  ],
236
236
  "nodeType": "IdentifierPath",
237
- "referencedDeclaration": 25479,
237
+ "referencedDeclaration": 25490,
238
238
  "src": "476:21:59"
239
239
  },
240
- "id": 25482,
240
+ "id": 25493,
241
241
  "nodeType": "InheritanceSpecifier",
242
242
  "src": "476:21:59"
243
243
  },
244
244
  {
245
245
  "baseName": {
246
- "id": 25483,
246
+ "id": 25494,
247
247
  "name": "ISuperToken",
248
248
  "nameLocations": [
249
249
  "499:11:59"
250
250
  ],
251
251
  "nodeType": "IdentifierPath",
252
- "referencedDeclaration": 24383,
252
+ "referencedDeclaration": 24394,
253
253
  "src": "499:11:59"
254
254
  },
255
- "id": 25484,
255
+ "id": 25495,
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": 25480,
264
+ "id": 25491,
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": 25485,
270
+ "id": 25496,
271
271
  "linearizedBaseContracts": [
272
- 25485,
273
- 24383,
272
+ 25496,
273
+ 24394,
274
274
  2188,
275
275
  1540,
276
- 25532,
277
- 25452,
278
- 25479
276
+ 25543,
277
+ 25463,
278
+ 25490
279
279
  ],
280
280
  "name": "IPureSuperToken",
281
281
  "nameLocation": "457:15:59",
282
282
  "nodeType": "ContractDefinition",
283
283
  "nodes": [],
284
- "scope": 25486,
284
+ "scope": 25497,
285
285
  "src": "447:66:59",
286
286
  "usedErrors": [
287
- 23940,
288
- 23942,
289
- 23944,
290
- 23946,
291
- 23948,
292
- 23950,
293
- 23952,
294
- 23954,
295
- 23956,
296
- 23958,
297
- 23960,
298
- 23962,
299
- 23964,
300
- 23966,
301
- 25173,
302
- 25175,
303
- 25177,
304
- 25179,
305
- 25181,
306
- 25183
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
307
307
  ]
308
308
  }
309
309
  ],
@@ -315,7 +315,7 @@
315
315
  },
316
316
  "networks": {},
317
317
  "schemaVersion": "3.4.13",
318
- "updatedAt": "2023-06-28T11:03:18.855Z",
318
+ "updatedAt": "2023-07-03T09:59:49.991Z",
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
- 25570
51
+ 25581
52
52
  ]
53
53
  },
54
- "id": 25571,
54
+ "id": 25582,
55
55
  "license": "MIT",
56
56
  "nodeType": "SourceUnit",
57
57
  "nodes": [
58
58
  {
59
- "id": 25554,
59
+ "id": 25565,
60
60
  "literals": [
61
61
  "solidity",
62
62
  ">=",
@@ -73,15 +73,15 @@
73
73
  "contractDependencies": [],
74
74
  "contractKind": "interface",
75
75
  "documentation": {
76
- "id": 25555,
76
+ "id": 25566,
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": 25570,
82
+ "id": 25581,
83
83
  "linearizedBaseContracts": [
84
- 25570
84
+ 25581
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": 25556,
92
+ "id": 25567,
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": 25563,
98
+ "id": 25574,
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": 25559,
106
+ "id": 25570,
107
107
  "nodeType": "ParameterList",
108
108
  "parameters": [
109
109
  {
110
110
  "constant": false,
111
- "id": 25558,
111
+ "id": 25569,
112
112
  "mutability": "mutable",
113
113
  "name": "forwarder",
114
114
  "nameLocation": "697:9:63",
115
115
  "nodeType": "VariableDeclaration",
116
- "scope": 25563,
116
+ "scope": 25574,
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": 25557,
125
+ "id": 25568,
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": 25562,
141
+ "id": 25573,
142
142
  "nodeType": "ParameterList",
143
143
  "parameters": [
144
144
  {
145
145
  "constant": false,
146
- "id": 25561,
146
+ "id": 25572,
147
147
  "mutability": "mutable",
148
148
  "name": "",
149
149
  "nameLocation": "-1:-1:-1",
150
150
  "nodeType": "VariableDeclaration",
151
- "scope": 25563,
151
+ "scope": 25574,
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": 25560,
160
+ "id": 25571,
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": 25570,
174
+ "scope": 25581,
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": 25564,
182
+ "id": 25575,
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": 25569,
188
+ "id": 25580,
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": 25565,
196
+ "id": 25576,
197
197
  "nodeType": "ParameterList",
198
198
  "parameters": [],
199
199
  "src": "975:2:63"
200
200
  },
201
201
  "returnParameters": {
202
- "id": 25568,
202
+ "id": 25579,
203
203
  "nodeType": "ParameterList",
204
204
  "parameters": [
205
205
  {
206
206
  "constant": false,
207
- "id": 25567,
207
+ "id": 25578,
208
208
  "mutability": "mutable",
209
209
  "name": "",
210
210
  "nameLocation": "-1:-1:-1",
211
211
  "nodeType": "VariableDeclaration",
212
- "scope": 25569,
212
+ "scope": 25580,
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": 25566,
221
+ "id": 25577,
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": 25570,
235
+ "scope": 25581,
236
236
  "src": "950:66:63",
237
237
  "stateMutability": "view",
238
238
  "virtual": false,
239
239
  "visibility": "external"
240
240
  }
241
241
  ],
242
- "scope": 25571,
242
+ "scope": 25582,
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-06-28T11:03:18.858Z",
255
+ "updatedAt": "2023-07-03T09:59:49.995Z",
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",