@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
@@ -39,21 +39,21 @@
39
39
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
40
40
  "exportedSymbols": {
41
41
  "IPureSuperToken": [
42
- 19713
42
+ 19469
43
43
  ],
44
44
  "IPureSuperTokenCustom": [
45
- 19707
45
+ 19463
46
46
  ],
47
47
  "ISuperToken": [
48
- 18683
48
+ 18439
49
49
  ]
50
50
  },
51
- "id": 19714,
51
+ "id": 19470,
52
52
  "license": "AGPLv3",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 19694,
56
+ "id": 19450,
57
57
  "literals": [
58
58
  "solidity",
59
59
  ">=",
@@ -61,26 +61,26 @@
61
61
  ".0"
62
62
  ],
63
63
  "nodeType": "PragmaDirective",
64
- "src": "35:25:57"
64
+ "src": "35:25:56"
65
65
  },
66
66
  {
67
67
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
68
68
  "file": "../superfluid/ISuperToken.sol",
69
- "id": 19696,
69
+ "id": 19452,
70
70
  "nameLocation": "-1:-1:-1",
71
71
  "nodeType": "ImportDirective",
72
- "scope": 19714,
73
- "sourceUnit": 18684,
74
- "src": "62:60:57",
72
+ "scope": 19470,
73
+ "sourceUnit": 18440,
74
+ "src": "62:60:56",
75
75
  "symbolAliases": [
76
76
  {
77
77
  "foreign": {
78
- "id": 19695,
78
+ "id": 19451,
79
79
  "name": "ISuperToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 18683,
83
- "src": "71:11:57",
82
+ "referencedDeclaration": 18439,
83
+ "src": "71:11:56",
84
84
  "typeDescriptions": {}
85
85
  },
86
86
  "nameLocation": "-1:-1:-1"
@@ -95,42 +95,42 @@
95
95
  "contractDependencies": [],
96
96
  "contractKind": "interface",
97
97
  "documentation": {
98
- "id": 19697,
98
+ "id": 19453,
99
99
  "nodeType": "StructuredDocumentation",
100
- "src": "124:73:57",
100
+ "src": "124:73:56",
101
101
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
102
102
  },
103
103
  "fullyImplemented": false,
104
- "id": 19707,
104
+ "id": 19463,
105
105
  "linearizedBaseContracts": [
106
- 19707
106
+ 19463
107
107
  ],
108
108
  "name": "IPureSuperTokenCustom",
109
- "nameLocation": "208:21:57",
109
+ "nameLocation": "208:21:56",
110
110
  "nodeType": "ContractDefinition",
111
111
  "nodes": [
112
112
  {
113
113
  "functionSelector": "b119490e",
114
- "id": 19706,
114
+ "id": 19462,
115
115
  "implemented": false,
116
116
  "kind": "function",
117
117
  "modifiers": [],
118
118
  "name": "initialize",
119
- "nameLocation": "245:10:57",
119
+ "nameLocation": "245:10:56",
120
120
  "nodeType": "FunctionDefinition",
121
121
  "parameters": {
122
- "id": 19704,
122
+ "id": 19460,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 19699,
127
+ "id": 19455,
128
128
  "mutability": "mutable",
129
129
  "name": "name",
130
- "nameLocation": "272:4:57",
130
+ "nameLocation": "272:4:56",
131
131
  "nodeType": "VariableDeclaration",
132
- "scope": 19706,
133
- "src": "256:20:57",
132
+ "scope": 19462,
133
+ "src": "256:20:56",
134
134
  "stateVariable": false,
135
135
  "storageLocation": "calldata",
136
136
  "typeDescriptions": {
@@ -138,10 +138,10 @@
138
138
  "typeString": "string"
139
139
  },
140
140
  "typeName": {
141
- "id": 19698,
141
+ "id": 19454,
142
142
  "name": "string",
143
143
  "nodeType": "ElementaryTypeName",
144
- "src": "256:6:57",
144
+ "src": "256:6:56",
145
145
  "typeDescriptions": {
146
146
  "typeIdentifier": "t_string_storage_ptr",
147
147
  "typeString": "string"
@@ -151,13 +151,13 @@
151
151
  },
152
152
  {
153
153
  "constant": false,
154
- "id": 19701,
154
+ "id": 19457,
155
155
  "mutability": "mutable",
156
156
  "name": "symbol",
157
- "nameLocation": "294:6:57",
157
+ "nameLocation": "294:6:56",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 19706,
160
- "src": "278:22:57",
159
+ "scope": 19462,
160
+ "src": "278:22:56",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "calldata",
163
163
  "typeDescriptions": {
@@ -165,10 +165,10 @@
165
165
  "typeString": "string"
166
166
  },
167
167
  "typeName": {
168
- "id": 19700,
168
+ "id": 19456,
169
169
  "name": "string",
170
170
  "nodeType": "ElementaryTypeName",
171
- "src": "278:6:57",
171
+ "src": "278:6:56",
172
172
  "typeDescriptions": {
173
173
  "typeIdentifier": "t_string_storage_ptr",
174
174
  "typeString": "string"
@@ -178,13 +178,13 @@
178
178
  },
179
179
  {
180
180
  "constant": false,
181
- "id": 19703,
181
+ "id": 19459,
182
182
  "mutability": "mutable",
183
183
  "name": "initialSupply",
184
- "nameLocation": "310:13:57",
184
+ "nameLocation": "310:13:56",
185
185
  "nodeType": "VariableDeclaration",
186
- "scope": 19706,
187
- "src": "302:21:57",
186
+ "scope": 19462,
187
+ "src": "302:21:56",
188
188
  "stateVariable": false,
189
189
  "storageLocation": "default",
190
190
  "typeDescriptions": {
@@ -192,10 +192,10 @@
192
192
  "typeString": "uint256"
193
193
  },
194
194
  "typeName": {
195
- "id": 19702,
195
+ "id": 19458,
196
196
  "name": "uint256",
197
197
  "nodeType": "ElementaryTypeName",
198
- "src": "302:7:57",
198
+ "src": "302:7:56",
199
199
  "typeDescriptions": {
200
200
  "typeIdentifier": "t_uint256",
201
201
  "typeString": "uint256"
@@ -204,23 +204,23 @@
204
204
  "visibility": "internal"
205
205
  }
206
206
  ],
207
- "src": "255:69:57"
207
+ "src": "255:69:56"
208
208
  },
209
209
  "returnParameters": {
210
- "id": 19705,
210
+ "id": 19461,
211
211
  "nodeType": "ParameterList",
212
212
  "parameters": [],
213
- "src": "333:0:57"
213
+ "src": "333:0:56"
214
214
  },
215
- "scope": 19707,
216
- "src": "236:98:57",
215
+ "scope": 19463,
216
+ "src": "236:98:56",
217
217
  "stateMutability": "nonpayable",
218
218
  "virtual": false,
219
219
  "visibility": "external"
220
220
  }
221
221
  ],
222
- "scope": 19714,
223
- "src": "198:138:57",
222
+ "scope": 19470,
223
+ "src": "198:138:56",
224
224
  "usedErrors": []
225
225
  },
226
226
  {
@@ -228,59 +228,59 @@
228
228
  "baseContracts": [
229
229
  {
230
230
  "baseName": {
231
- "id": 19709,
231
+ "id": 19465,
232
232
  "name": "IPureSuperTokenCustom",
233
233
  "nodeType": "IdentifierPath",
234
- "referencedDeclaration": 19707,
235
- "src": "434:21:57"
234
+ "referencedDeclaration": 19463,
235
+ "src": "434:21:56"
236
236
  },
237
- "id": 19710,
237
+ "id": 19466,
238
238
  "nodeType": "InheritanceSpecifier",
239
- "src": "434:21:57"
239
+ "src": "434:21:56"
240
240
  },
241
241
  {
242
242
  "baseName": {
243
- "id": 19711,
243
+ "id": 19467,
244
244
  "name": "ISuperToken",
245
245
  "nodeType": "IdentifierPath",
246
- "referencedDeclaration": 18683,
247
- "src": "457:11:57"
246
+ "referencedDeclaration": 18439,
247
+ "src": "457:11:56"
248
248
  },
249
- "id": 19712,
249
+ "id": 19468,
250
250
  "nodeType": "InheritanceSpecifier",
251
- "src": "457:11:57"
251
+ "src": "457:11:56"
252
252
  }
253
253
  ],
254
254
  "canonicalName": "IPureSuperToken",
255
255
  "contractDependencies": [],
256
256
  "contractKind": "interface",
257
257
  "documentation": {
258
- "id": 19708,
258
+ "id": 19464,
259
259
  "nodeType": "StructuredDocumentation",
260
- "src": "338:66:57",
260
+ "src": "338:66:56",
261
261
  "text": " @title Pure Super Token interface\n @author Superfluid"
262
262
  },
263
263
  "fullyImplemented": false,
264
- "id": 19713,
264
+ "id": 19469,
265
265
  "linearizedBaseContracts": [
266
- 19713,
267
- 18683,
266
+ 19469,
267
+ 18439,
268
268
  3172,
269
269
  1520,
270
- 19760,
271
- 19643,
272
- 19707
270
+ 19516,
271
+ 19399,
272
+ 19463
273
273
  ],
274
274
  "name": "IPureSuperToken",
275
- "nameLocation": "415:15:57",
275
+ "nameLocation": "415:15:56",
276
276
  "nodeType": "ContractDefinition",
277
277
  "nodes": [],
278
- "scope": 19714,
279
- "src": "405:66:57",
278
+ "scope": 19470,
279
+ "src": "405:66:56",
280
280
  "usedErrors": []
281
281
  }
282
282
  ],
283
- "src": "35:437:57"
283
+ "src": "35:437:56"
284
284
  },
285
285
  "compiler": {
286
286
  "name": "solc",
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "networks": {},
290
290
  "schemaVersion": "3.4.7",
291
- "updatedAt": "2022-05-04T17:16:28.453Z",
291
+ "updatedAt": "2022-05-06T12:43:05.454Z",
292
292
  "devdoc": {
293
293
  "author": "Superfluid",
294
294
  "kind": "dev",
@@ -48,15 +48,15 @@
48
48
  "absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
49
49
  "exportedSymbols": {
50
50
  "IRelayRecipient": [
51
- 19793
51
+ 19549
52
52
  ]
53
53
  },
54
- "id": 19794,
54
+ "id": 19550,
55
55
  "license": "AGPLv3",
56
56
  "nodeType": "SourceUnit",
57
57
  "nodes": [
58
58
  {
59
- "id": 19777,
59
+ "id": 19533,
60
60
  "literals": [
61
61
  "solidity",
62
62
  ">=",
@@ -64,7 +64,7 @@
64
64
  ".0"
65
65
  ],
66
66
  "nodeType": "PragmaDirective",
67
- "src": "35:25:61"
67
+ "src": "35:25:60"
68
68
  },
69
69
  {
70
70
  "abstract": false,
@@ -73,48 +73,48 @@
73
73
  "contractDependencies": [],
74
74
  "contractKind": "interface",
75
75
  "documentation": {
76
- "id": 19778,
76
+ "id": 19534,
77
77
  "nodeType": "StructuredDocumentation",
78
- "src": "171:232:61",
78
+ "src": "171:232:60",
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": 19793,
82
+ "id": 19549,
83
83
  "linearizedBaseContracts": [
84
- 19793
84
+ 19549
85
85
  ],
86
86
  "name": "IRelayRecipient",
87
- "nameLocation": "414:15:61",
87
+ "nameLocation": "414:15:60",
88
88
  "nodeType": "ContractDefinition",
89
89
  "nodes": [
90
90
  {
91
91
  "documentation": {
92
- "id": 19779,
92
+ "id": 19535,
93
93
  "nodeType": "StructuredDocumentation",
94
- "src": "437:222:61",
94
+ "src": "437:222:60",
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": 19786,
98
+ "id": 19542,
99
99
  "implemented": false,
100
100
  "kind": "function",
101
101
  "modifiers": [],
102
102
  "name": "isTrustedForwarder",
103
- "nameLocation": "673:18:61",
103
+ "nameLocation": "673:18:60",
104
104
  "nodeType": "FunctionDefinition",
105
105
  "parameters": {
106
- "id": 19782,
106
+ "id": 19538,
107
107
  "nodeType": "ParameterList",
108
108
  "parameters": [
109
109
  {
110
110
  "constant": false,
111
- "id": 19781,
111
+ "id": 19537,
112
112
  "mutability": "mutable",
113
113
  "name": "forwarder",
114
- "nameLocation": "700:9:61",
114
+ "nameLocation": "700:9:60",
115
115
  "nodeType": "VariableDeclaration",
116
- "scope": 19786,
117
- "src": "692:17:61",
116
+ "scope": 19542,
117
+ "src": "692:17:60",
118
118
  "stateVariable": false,
119
119
  "storageLocation": "default",
120
120
  "typeDescriptions": {
@@ -122,10 +122,10 @@
122
122
  "typeString": "address"
123
123
  },
124
124
  "typeName": {
125
- "id": 19780,
125
+ "id": 19536,
126
126
  "name": "address",
127
127
  "nodeType": "ElementaryTypeName",
128
- "src": "692:7:61",
128
+ "src": "692:7:60",
129
129
  "stateMutability": "nonpayable",
130
130
  "typeDescriptions": {
131
131
  "typeIdentifier": "t_address",
@@ -135,21 +135,21 @@
135
135
  "visibility": "internal"
136
136
  }
137
137
  ],
138
- "src": "691:19:61"
138
+ "src": "691:19:60"
139
139
  },
140
140
  "returnParameters": {
141
- "id": 19785,
141
+ "id": 19541,
142
142
  "nodeType": "ParameterList",
143
143
  "parameters": [
144
144
  {
145
145
  "constant": false,
146
- "id": 19784,
146
+ "id": 19540,
147
147
  "mutability": "mutable",
148
148
  "name": "",
149
149
  "nameLocation": "-1:-1:-1",
150
150
  "nodeType": "VariableDeclaration",
151
- "scope": 19786,
152
- "src": "733:4:61",
151
+ "scope": 19542,
152
+ "src": "733:4:60",
153
153
  "stateVariable": false,
154
154
  "storageLocation": "default",
155
155
  "typeDescriptions": {
@@ -157,10 +157,10 @@
157
157
  "typeString": "bool"
158
158
  },
159
159
  "typeName": {
160
- "id": 19783,
160
+ "id": 19539,
161
161
  "name": "bool",
162
162
  "nodeType": "ElementaryTypeName",
163
- "src": "733:4:61",
163
+ "src": "733:4:60",
164
164
  "typeDescriptions": {
165
165
  "typeIdentifier": "t_bool",
166
166
  "typeString": "bool"
@@ -169,48 +169,48 @@
169
169
  "visibility": "internal"
170
170
  }
171
171
  ],
172
- "src": "732:6:61"
172
+ "src": "732:6:60"
173
173
  },
174
- "scope": 19793,
175
- "src": "664:75:61",
174
+ "scope": 19549,
175
+ "src": "664:75:60",
176
176
  "stateMutability": "view",
177
177
  "virtual": false,
178
178
  "visibility": "external"
179
179
  },
180
180
  {
181
181
  "documentation": {
182
- "id": 19787,
182
+ "id": 19543,
183
183
  "nodeType": "StructuredDocumentation",
184
- "src": "745:203:61",
184
+ "src": "745:203:60",
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": 19792,
188
+ "id": 19548,
189
189
  "implemented": false,
190
190
  "kind": "function",
191
191
  "modifiers": [],
192
192
  "name": "versionRecipient",
193
- "nameLocation": "962:16:61",
193
+ "nameLocation": "962:16:60",
194
194
  "nodeType": "FunctionDefinition",
195
195
  "parameters": {
196
- "id": 19788,
196
+ "id": 19544,
197
197
  "nodeType": "ParameterList",
198
198
  "parameters": [],
199
- "src": "978:2:61"
199
+ "src": "978:2:60"
200
200
  },
201
201
  "returnParameters": {
202
- "id": 19791,
202
+ "id": 19547,
203
203
  "nodeType": "ParameterList",
204
204
  "parameters": [
205
205
  {
206
206
  "constant": false,
207
- "id": 19790,
207
+ "id": 19546,
208
208
  "mutability": "mutable",
209
209
  "name": "",
210
210
  "nameLocation": "-1:-1:-1",
211
211
  "nodeType": "VariableDeclaration",
212
- "scope": 19792,
213
- "src": "1004:13:61",
212
+ "scope": 19548,
213
+ "src": "1004:13:60",
214
214
  "stateVariable": false,
215
215
  "storageLocation": "memory",
216
216
  "typeDescriptions": {
@@ -218,10 +218,10 @@
218
218
  "typeString": "string"
219
219
  },
220
220
  "typeName": {
221
- "id": 19789,
221
+ "id": 19545,
222
222
  "name": "string",
223
223
  "nodeType": "ElementaryTypeName",
224
- "src": "1004:6:61",
224
+ "src": "1004:6:60",
225
225
  "typeDescriptions": {
226
226
  "typeIdentifier": "t_string_storage_ptr",
227
227
  "typeString": "string"
@@ -230,21 +230,21 @@
230
230
  "visibility": "internal"
231
231
  }
232
232
  ],
233
- "src": "1003:15:61"
233
+ "src": "1003:15:60"
234
234
  },
235
- "scope": 19793,
236
- "src": "953:66:61",
235
+ "scope": 19549,
236
+ "src": "953:66:60",
237
237
  "stateMutability": "view",
238
238
  "virtual": false,
239
239
  "visibility": "external"
240
240
  }
241
241
  ],
242
- "scope": 19794,
243
- "src": "404:617:61",
242
+ "scope": 19550,
243
+ "src": "404:617:60",
244
244
  "usedErrors": []
245
245
  }
246
246
  ],
247
- "src": "35:987:61"
247
+ "src": "35:987:60"
248
248
  },
249
249
  "compiler": {
250
250
  "name": "solc",
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "networks": {},
254
254
  "schemaVersion": "3.4.7",
255
- "updatedAt": "2022-05-04T17:16:28.455Z",
255
+ "updatedAt": "2022-05-06T12:43:05.456Z",
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",