@superfluid-finance/ethereum-contracts 1.4.1-dev.e675dbc.0 → 1.4.2-dev.e06ddfc.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.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +28 -28
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +208 -208
- package/build/contracts/BatchOperation.json +784 -784
- package/build/contracts/CFAv1Forwarder.json +2299 -2473
- package/build/contracts/CFAv1Library.json +2279 -2279
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
- package/build/contracts/ConstantFlowAgreementV1.json +8579 -8423
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +784 -784
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1545 -1545
- package/build/contracts/FlowOperatorDefinitions.json +784 -784
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +608 -608
- package/build/contracts/IDAv1Library.json +2611 -2611
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +47 -47
- package/build/contracts/IPureSuperTokenCustom.json +47 -47
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +52 -52
- package/build/contracts/ISETHCustom.json +52 -52
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +544 -544
- package/build/contracts/ISuperTokenFactory.json +166 -166
- package/build/contracts/ISuperfluid.json +874 -874
- package/build/contracts/ISuperfluidGovernance.json +254 -254
- package/build/contracts/ISuperfluidToken.json +395 -395
- package/build/contracts/ITOGAv1.json +1441 -1441
- package/build/contracts/ITOGAv2.json +1441 -1441
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5893 -5893
- package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +745 -745
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +239 -239
- package/build/contracts/SuperAppDefinitions.json +784 -784
- package/build/contracts/SuperToken.json +2475 -2475
- package/build/contracts/SuperTokenFactory.json +774 -774
- package/build/contracts/SuperTokenFactoryBase.json +764 -764
- package/build/contracts/SuperTokenFactoryHelper.json +767 -767
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +5082 -5082
- package/build/contracts/SuperfluidErrors.json +784 -784
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
- package/build/contracts/SuperfluidGovernanceConfigs.json +784 -784
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1471 -1471
- package/build/contracts/TOGA.json +1457 -1457
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +8 -3
- package/contracts/utils/CFAv1Forwarder.sol +2 -6
- package/package.json +10 -6
- package/scripts/deploy-deterministically.js +35 -24
- package/scripts/deploy-framework.js +65 -38
- package/scripts/gov-upgrade-governance.js +87 -0
- package/scripts/info-print-contract-addresses.js +1 -1
- package/scripts/libs/common.js +2 -1
- package/scripts/libs/getConfig.js +1 -1
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"absolutePath": "project:/contracts/libs/BaseRelayRecipient.sol",
|
|
49
49
|
"exportedSymbols": {
|
|
50
50
|
"BaseRelayRecipient": [
|
|
51
|
-
|
|
51
|
+
21124
|
|
52
52
|
],
|
|
53
53
|
"IRelayRecipient": [
|
|
54
|
-
|
|
54
|
+
21060
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
-
"id":
|
|
57
|
+
"id": 21125,
|
|
58
58
|
"license": "AGPLv3",
|
|
59
59
|
"nodeType": "SourceUnit",
|
|
60
60
|
"nodes": [
|
|
61
61
|
{
|
|
62
|
-
"id":
|
|
62
|
+
"id": 21088,
|
|
63
63
|
"literals": [
|
|
64
64
|
"solidity",
|
|
65
65
|
"0.8",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
{
|
|
72
72
|
"absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
|
|
73
73
|
"file": "../interfaces/utils/IRelayRecipient.sol",
|
|
74
|
-
"id":
|
|
74
|
+
"id": 21089,
|
|
75
75
|
"nameLocation": "-1:-1:-1",
|
|
76
76
|
"nodeType": "ImportDirective",
|
|
77
|
-
"scope":
|
|
78
|
-
"sourceUnit":
|
|
77
|
+
"scope": 21125,
|
|
78
|
+
"sourceUnit": 21061,
|
|
79
79
|
"src": "60:49:58",
|
|
80
80
|
"symbolAliases": [],
|
|
81
81
|
"unitAlias": ""
|
|
@@ -85,16 +85,16 @@
|
|
|
85
85
|
"baseContracts": [
|
|
86
86
|
{
|
|
87
87
|
"baseName": {
|
|
88
|
-
"id":
|
|
88
|
+
"id": 21091,
|
|
89
89
|
"name": "IRelayRecipient",
|
|
90
90
|
"nameLocations": [
|
|
91
91
|
"492:15:58"
|
|
92
92
|
],
|
|
93
93
|
"nodeType": "IdentifierPath",
|
|
94
|
-
"referencedDeclaration":
|
|
94
|
+
"referencedDeclaration": 21060,
|
|
95
95
|
"src": "492:15:58"
|
|
96
96
|
},
|
|
97
|
-
"id":
|
|
97
|
+
"id": 21092,
|
|
98
98
|
"nodeType": "InheritanceSpecifier",
|
|
99
99
|
"src": "492:15:58"
|
|
100
100
|
}
|
|
@@ -103,16 +103,16 @@
|
|
|
103
103
|
"contractDependencies": [],
|
|
104
104
|
"contractKind": "contract",
|
|
105
105
|
"documentation": {
|
|
106
|
-
"id":
|
|
106
|
+
"id": 21090,
|
|
107
107
|
"nodeType": "StructuredDocumentation",
|
|
108
108
|
"src": "112:339:58",
|
|
109
109
|
"text": " @title Base relay recipient contract\n @author Superfluid\n @dev A base contract to be inherited by any contract that want to receive relayed transactions\n A subclass must use \"_msgSender()\" instead of \"msg.sender\"\n MODIFIED FROM: https://github.com/opengsn/forwarder/blob/master/contracts/BaseRelayRecipient.sol"
|
|
110
110
|
},
|
|
111
111
|
"fullyImplemented": false,
|
|
112
|
-
"id":
|
|
112
|
+
"id": 21124,
|
|
113
113
|
"linearizedBaseContracts": [
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
21124,
|
|
115
|
+
21060
|
|
116
116
|
],
|
|
117
117
|
"name": "BaseRelayRecipient",
|
|
118
118
|
"nameLocation": "470:18:58",
|
|
@@ -120,16 +120,16 @@
|
|
|
120
120
|
"nodes": [
|
|
121
121
|
{
|
|
122
122
|
"baseFunctions": [
|
|
123
|
-
|
|
123
|
+
21053
|
|
124
124
|
],
|
|
125
125
|
"documentation": {
|
|
126
|
-
"id":
|
|
126
|
+
"id": 21093,
|
|
127
127
|
"nodeType": "StructuredDocumentation",
|
|
128
128
|
"src": "515:57:58",
|
|
129
129
|
"text": " @dev Check if the forwarder is trusted"
|
|
130
130
|
},
|
|
131
131
|
"functionSelector": "572b6c05",
|
|
132
|
-
"id":
|
|
132
|
+
"id": 21101,
|
|
133
133
|
"implemented": false,
|
|
134
134
|
"kind": "function",
|
|
135
135
|
"modifiers": [],
|
|
@@ -137,23 +137,23 @@
|
|
|
137
137
|
"nameLocation": "586:18:58",
|
|
138
138
|
"nodeType": "FunctionDefinition",
|
|
139
139
|
"overrides": {
|
|
140
|
-
"id":
|
|
140
|
+
"id": 21097,
|
|
141
141
|
"nodeType": "OverrideSpecifier",
|
|
142
142
|
"overrides": [],
|
|
143
143
|
"src": "644:8:58"
|
|
144
144
|
},
|
|
145
145
|
"parameters": {
|
|
146
|
-
"id":
|
|
146
|
+
"id": 21096,
|
|
147
147
|
"nodeType": "ParameterList",
|
|
148
148
|
"parameters": [
|
|
149
149
|
{
|
|
150
150
|
"constant": false,
|
|
151
|
-
"id":
|
|
151
|
+
"id": 21095,
|
|
152
152
|
"mutability": "mutable",
|
|
153
153
|
"name": "forwarder",
|
|
154
154
|
"nameLocation": "613:9:58",
|
|
155
155
|
"nodeType": "VariableDeclaration",
|
|
156
|
-
"scope":
|
|
156
|
+
"scope": 21101,
|
|
157
157
|
"src": "605:17:58",
|
|
158
158
|
"stateVariable": false,
|
|
159
159
|
"storageLocation": "default",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"typeString": "address"
|
|
163
163
|
},
|
|
164
164
|
"typeName": {
|
|
165
|
-
"id":
|
|
165
|
+
"id": 21094,
|
|
166
166
|
"name": "address",
|
|
167
167
|
"nodeType": "ElementaryTypeName",
|
|
168
168
|
"src": "605:7:58",
|
|
@@ -178,17 +178,17 @@
|
|
|
178
178
|
"src": "604:19:58"
|
|
179
179
|
},
|
|
180
180
|
"returnParameters": {
|
|
181
|
-
"id":
|
|
181
|
+
"id": 21100,
|
|
182
182
|
"nodeType": "ParameterList",
|
|
183
183
|
"parameters": [
|
|
184
184
|
{
|
|
185
185
|
"constant": false,
|
|
186
|
-
"id":
|
|
186
|
+
"id": 21099,
|
|
187
187
|
"mutability": "mutable",
|
|
188
188
|
"name": "",
|
|
189
189
|
"nameLocation": "-1:-1:-1",
|
|
190
190
|
"nodeType": "VariableDeclaration",
|
|
191
|
-
"scope":
|
|
191
|
+
"scope": 21101,
|
|
192
192
|
"src": "661:4:58",
|
|
193
193
|
"stateVariable": false,
|
|
194
194
|
"storageLocation": "default",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"typeString": "bool"
|
|
198
198
|
},
|
|
199
199
|
"typeName": {
|
|
200
|
-
"id":
|
|
200
|
+
"id": 21098,
|
|
201
201
|
"name": "bool",
|
|
202
202
|
"nodeType": "ElementaryTypeName",
|
|
203
203
|
"src": "661:4:58",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
],
|
|
212
212
|
"src": "660:6:58"
|
|
213
213
|
},
|
|
214
|
-
"scope":
|
|
214
|
+
"scope": 21124,
|
|
215
215
|
"src": "577:90:58",
|
|
216
216
|
"stateMutability": "view",
|
|
217
217
|
"virtual": true,
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"body": {
|
|
222
|
-
"id":
|
|
222
|
+
"id": 21122,
|
|
223
223
|
"nodeType": "Block",
|
|
224
224
|
"src": "1027:419:58",
|
|
225
225
|
"statements": [
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"typeIdentifier": "t_bool",
|
|
232
232
|
"typeString": "bool"
|
|
233
233
|
},
|
|
234
|
-
"id":
|
|
234
|
+
"id": 21117,
|
|
235
235
|
"isConstant": false,
|
|
236
236
|
"isLValue": false,
|
|
237
237
|
"isPure": false,
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"typeIdentifier": "t_uint256",
|
|
242
242
|
"typeString": "uint256"
|
|
243
243
|
},
|
|
244
|
-
"id":
|
|
244
|
+
"id": 21112,
|
|
245
245
|
"isConstant": false,
|
|
246
246
|
"isLValue": false,
|
|
247
247
|
"isPure": false,
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"leftExpression": {
|
|
250
250
|
"expression": {
|
|
251
251
|
"expression": {
|
|
252
|
-
"id":
|
|
252
|
+
"id": 21108,
|
|
253
253
|
"name": "msg",
|
|
254
254
|
"nodeType": "Identifier",
|
|
255
255
|
"overloadedDeclarations": [],
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"typeString": "msg"
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
|
-
"id":
|
|
263
|
+
"id": 21109,
|
|
264
264
|
"isConstant": false,
|
|
265
265
|
"isLValue": false,
|
|
266
266
|
"isPure": false,
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"typeString": "bytes calldata"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
|
-
"id":
|
|
277
|
+
"id": 21110,
|
|
278
278
|
"isConstant": false,
|
|
279
279
|
"isLValue": false,
|
|
280
280
|
"isPure": false,
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"operator": ">=",
|
|
293
293
|
"rightExpression": {
|
|
294
294
|
"hexValue": "3234",
|
|
295
|
-
"id":
|
|
295
|
+
"id": 21111,
|
|
296
296
|
"isConstant": false,
|
|
297
297
|
"isLValue": false,
|
|
298
298
|
"isPure": true,
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"arguments": [
|
|
319
319
|
{
|
|
320
320
|
"expression": {
|
|
321
|
-
"id":
|
|
321
|
+
"id": 21114,
|
|
322
322
|
"name": "msg",
|
|
323
323
|
"nodeType": "Identifier",
|
|
324
324
|
"overloadedDeclarations": [],
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"typeString": "msg"
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
|
-
"id":
|
|
332
|
+
"id": 21115,
|
|
333
333
|
"isConstant": false,
|
|
334
334
|
"isLValue": false,
|
|
335
335
|
"isPure": false,
|
|
@@ -351,18 +351,18 @@
|
|
|
351
351
|
"typeString": "address"
|
|
352
352
|
}
|
|
353
353
|
],
|
|
354
|
-
"id":
|
|
354
|
+
"id": 21113,
|
|
355
355
|
"name": "isTrustedForwarder",
|
|
356
356
|
"nodeType": "Identifier",
|
|
357
357
|
"overloadedDeclarations": [],
|
|
358
|
-
"referencedDeclaration":
|
|
358
|
+
"referencedDeclaration": 21101,
|
|
359
359
|
"src": "1070:18:58",
|
|
360
360
|
"typeDescriptions": {
|
|
361
361
|
"typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$",
|
|
362
362
|
"typeString": "function (address) view returns (bool)"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
"id":
|
|
365
|
+
"id": 21116,
|
|
366
366
|
"isConstant": false,
|
|
367
367
|
"isLValue": false,
|
|
368
368
|
"isPure": false,
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
"hexValue": "4e6f74207472757374656420666f72776172646572",
|
|
389
|
-
"id":
|
|
389
|
+
"id": 21118,
|
|
390
390
|
"isConstant": false,
|
|
391
391
|
"isLValue": false,
|
|
392
392
|
"isPure": true,
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"typeString": "literal_string \"Not trusted forwarder\""
|
|
413
413
|
}
|
|
414
414
|
],
|
|
415
|
-
"id":
|
|
415
|
+
"id": 21107,
|
|
416
416
|
"name": "require",
|
|
417
417
|
"nodeType": "Identifier",
|
|
418
418
|
"overloadedDeclarations": [
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"typeString": "function (bool,string memory) pure"
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
-
"id":
|
|
429
|
+
"id": 21119,
|
|
430
430
|
"isConstant": false,
|
|
431
431
|
"isLValue": false,
|
|
432
432
|
"isPure": false,
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"typeString": "tuple()"
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
|
-
"id":
|
|
445
|
+
"id": 21120,
|
|
446
446
|
"nodeType": "ExpressionStatement",
|
|
447
447
|
"src": "1037:89:58"
|
|
448
448
|
},
|
|
@@ -524,26 +524,26 @@
|
|
|
524
524
|
"evmVersion": "london",
|
|
525
525
|
"externalReferences": [
|
|
526
526
|
{
|
|
527
|
-
"declaration":
|
|
527
|
+
"declaration": 21105,
|
|
528
528
|
"isOffset": false,
|
|
529
529
|
"isSlot": false,
|
|
530
530
|
"src": "1379:3:58",
|
|
531
531
|
"valueSize": 1
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
|
-
"id":
|
|
534
|
+
"id": 21121,
|
|
535
535
|
"nodeType": "InlineAssembly",
|
|
536
536
|
"src": "1356:84:58"
|
|
537
537
|
}
|
|
538
538
|
]
|
|
539
539
|
},
|
|
540
540
|
"documentation": {
|
|
541
|
-
"id":
|
|
541
|
+
"id": 21102,
|
|
542
542
|
"nodeType": "StructuredDocumentation",
|
|
543
543
|
"src": "673:264:58",
|
|
544
544
|
"text": " @dev Return the transaction signer of this call\n if the call came through our trusted forwarder, return the original sender.\n otherwise, return `msg.sender`.\n should be used in the contract anywhere instead of msg.sender"
|
|
545
545
|
},
|
|
546
|
-
"id":
|
|
546
|
+
"id": 21123,
|
|
547
547
|
"implemented": true,
|
|
548
548
|
"kind": "function",
|
|
549
549
|
"modifiers": [],
|
|
@@ -551,23 +551,23 @@
|
|
|
551
551
|
"nameLocation": "951:21:58",
|
|
552
552
|
"nodeType": "FunctionDefinition",
|
|
553
553
|
"parameters": {
|
|
554
|
-
"id":
|
|
554
|
+
"id": 21103,
|
|
555
555
|
"nodeType": "ParameterList",
|
|
556
556
|
"parameters": [],
|
|
557
557
|
"src": "972:2:58"
|
|
558
558
|
},
|
|
559
559
|
"returnParameters": {
|
|
560
|
-
"id":
|
|
560
|
+
"id": 21106,
|
|
561
561
|
"nodeType": "ParameterList",
|
|
562
562
|
"parameters": [
|
|
563
563
|
{
|
|
564
564
|
"constant": false,
|
|
565
|
-
"id":
|
|
565
|
+
"id": 21105,
|
|
566
566
|
"mutability": "mutable",
|
|
567
567
|
"name": "ret",
|
|
568
568
|
"nameLocation": "1022:3:58",
|
|
569
569
|
"nodeType": "VariableDeclaration",
|
|
570
|
-
"scope":
|
|
570
|
+
"scope": 21123,
|
|
571
571
|
"src": "1006:19:58",
|
|
572
572
|
"stateVariable": false,
|
|
573
573
|
"storageLocation": "default",
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"typeString": "address payable"
|
|
577
577
|
},
|
|
578
578
|
"typeName": {
|
|
579
|
-
"id":
|
|
579
|
+
"id": 21104,
|
|
580
580
|
"name": "address",
|
|
581
581
|
"nodeType": "ElementaryTypeName",
|
|
582
582
|
"src": "1006:15:58",
|
|
@@ -591,14 +591,14 @@
|
|
|
591
591
|
],
|
|
592
592
|
"src": "1005:21:58"
|
|
593
593
|
},
|
|
594
|
-
"scope":
|
|
594
|
+
"scope": 21124,
|
|
595
595
|
"src": "942:504:58",
|
|
596
596
|
"stateMutability": "view",
|
|
597
597
|
"virtual": true,
|
|
598
598
|
"visibility": "internal"
|
|
599
599
|
}
|
|
600
600
|
],
|
|
601
|
-
"scope":
|
|
601
|
+
"scope": 21125,
|
|
602
602
|
"src": "452:997:58",
|
|
603
603
|
"usedErrors": []
|
|
604
604
|
}
|
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
},
|
|
612
612
|
"networks": {},
|
|
613
613
|
"schemaVersion": "3.4.9",
|
|
614
|
-
"updatedAt": "2022-09-
|
|
614
|
+
"updatedAt": "2022-09-21T11:06:18.158Z",
|
|
615
615
|
"devdoc": {
|
|
616
616
|
"author": "Superfluid",
|
|
617
617
|
"details": "A base contract to be inherited by any contract that want to receive relayed transactions A subclass must use \"_msgSender()\" instead of \"msg.sender\" MODIFIED FROM: https://github.com/opengsn/forwarder/blob/master/contracts/BaseRelayRecipient.sol",
|