@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.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.
- 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 +18 -18
- package/build/contracts/AgreementLibrary.json +167 -167
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +178 -178
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +257 -257
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
- package/build/contracts/ConstantFlowAgreementV1.json +925 -925
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- 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/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/ERC721.json +1 -1
- 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/ExclusiveInflowTestApp.json +1501 -1501
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1502 -1502
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +398 -398
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.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 +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +42 -42
- package/build/contracts/IPureSuperTokenCustom.json +42 -42
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +47 -47
- package/build/contracts/ISETHCustom.json +47 -47
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +523 -523
- package/build/contracts/ISuperTokenFactory.json +160 -160
- package/build/contracts/ISuperfluid.json +829 -829
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1431 -1431
- package/build/contracts/ITOGAv2.json +1431 -1431
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +577 -577
- package/build/contracts/Int96SafeMath.json +281 -281
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
- 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 +1501 -1501
- package/build/contracts/SlotsBitmapLibrary.json +441 -441
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +2350 -2350
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
- package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1448 -1448
- package/build/contracts/TestGovernance.json +2192 -2442
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +2 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +1 -1
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
|
|
49
49
|
"exportedSymbols": {
|
|
50
50
|
"IRelayRecipient": [
|
|
51
|
-
|
|
51
|
+
19549
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
|
-
"id":
|
|
54
|
+
"id": 19550,
|
|
55
55
|
"license": "AGPLv3",
|
|
56
56
|
"nodeType": "SourceUnit",
|
|
57
57
|
"nodes": [
|
|
58
58
|
{
|
|
59
|
-
"id":
|
|
59
|
+
"id": 19533,
|
|
60
60
|
"literals": [
|
|
61
61
|
"solidity",
|
|
62
62
|
">=",
|
|
@@ -73,15 +73,15 @@
|
|
|
73
73
|
"contractDependencies": [],
|
|
74
74
|
"contractKind": "interface",
|
|
75
75
|
"documentation": {
|
|
76
|
-
"id":
|
|
76
|
+
"id": 19534,
|
|
77
77
|
"nodeType": "StructuredDocumentation",
|
|
78
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":
|
|
82
|
+
"id": 19549,
|
|
83
83
|
"linearizedBaseContracts": [
|
|
84
|
-
|
|
84
|
+
19549
|
|
85
85
|
],
|
|
86
86
|
"name": "IRelayRecipient",
|
|
87
87
|
"nameLocation": "414:15:60",
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"nodes": [
|
|
90
90
|
{
|
|
91
91
|
"documentation": {
|
|
92
|
-
"id":
|
|
92
|
+
"id": 19535,
|
|
93
93
|
"nodeType": "StructuredDocumentation",
|
|
94
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":
|
|
98
|
+
"id": 19542,
|
|
99
99
|
"implemented": false,
|
|
100
100
|
"kind": "function",
|
|
101
101
|
"modifiers": [],
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"nameLocation": "673:18:60",
|
|
104
104
|
"nodeType": "FunctionDefinition",
|
|
105
105
|
"parameters": {
|
|
106
|
-
"id":
|
|
106
|
+
"id": 19538,
|
|
107
107
|
"nodeType": "ParameterList",
|
|
108
108
|
"parameters": [
|
|
109
109
|
{
|
|
110
110
|
"constant": false,
|
|
111
|
-
"id":
|
|
111
|
+
"id": 19537,
|
|
112
112
|
"mutability": "mutable",
|
|
113
113
|
"name": "forwarder",
|
|
114
114
|
"nameLocation": "700:9:60",
|
|
115
115
|
"nodeType": "VariableDeclaration",
|
|
116
|
-
"scope":
|
|
116
|
+
"scope": 19542,
|
|
117
117
|
"src": "692:17:60",
|
|
118
118
|
"stateVariable": false,
|
|
119
119
|
"storageLocation": "default",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"typeString": "address"
|
|
123
123
|
},
|
|
124
124
|
"typeName": {
|
|
125
|
-
"id":
|
|
125
|
+
"id": 19536,
|
|
126
126
|
"name": "address",
|
|
127
127
|
"nodeType": "ElementaryTypeName",
|
|
128
128
|
"src": "692:7:60",
|
|
@@ -138,17 +138,17 @@
|
|
|
138
138
|
"src": "691:19:60"
|
|
139
139
|
},
|
|
140
140
|
"returnParameters": {
|
|
141
|
-
"id":
|
|
141
|
+
"id": 19541,
|
|
142
142
|
"nodeType": "ParameterList",
|
|
143
143
|
"parameters": [
|
|
144
144
|
{
|
|
145
145
|
"constant": false,
|
|
146
|
-
"id":
|
|
146
|
+
"id": 19540,
|
|
147
147
|
"mutability": "mutable",
|
|
148
148
|
"name": "",
|
|
149
149
|
"nameLocation": "-1:-1:-1",
|
|
150
150
|
"nodeType": "VariableDeclaration",
|
|
151
|
-
"scope":
|
|
151
|
+
"scope": 19542,
|
|
152
152
|
"src": "733:4:60",
|
|
153
153
|
"stateVariable": false,
|
|
154
154
|
"storageLocation": "default",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"typeString": "bool"
|
|
158
158
|
},
|
|
159
159
|
"typeName": {
|
|
160
|
-
"id":
|
|
160
|
+
"id": 19539,
|
|
161
161
|
"name": "bool",
|
|
162
162
|
"nodeType": "ElementaryTypeName",
|
|
163
163
|
"src": "733:4:60",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
],
|
|
172
172
|
"src": "732:6:60"
|
|
173
173
|
},
|
|
174
|
-
"scope":
|
|
174
|
+
"scope": 19549,
|
|
175
175
|
"src": "664:75:60",
|
|
176
176
|
"stateMutability": "view",
|
|
177
177
|
"virtual": false,
|
|
@@ -179,13 +179,13 @@
|
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"documentation": {
|
|
182
|
-
"id":
|
|
182
|
+
"id": 19543,
|
|
183
183
|
"nodeType": "StructuredDocumentation",
|
|
184
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":
|
|
188
|
+
"id": 19548,
|
|
189
189
|
"implemented": false,
|
|
190
190
|
"kind": "function",
|
|
191
191
|
"modifiers": [],
|
|
@@ -193,23 +193,23 @@
|
|
|
193
193
|
"nameLocation": "962:16:60",
|
|
194
194
|
"nodeType": "FunctionDefinition",
|
|
195
195
|
"parameters": {
|
|
196
|
-
"id":
|
|
196
|
+
"id": 19544,
|
|
197
197
|
"nodeType": "ParameterList",
|
|
198
198
|
"parameters": [],
|
|
199
199
|
"src": "978:2:60"
|
|
200
200
|
},
|
|
201
201
|
"returnParameters": {
|
|
202
|
-
"id":
|
|
202
|
+
"id": 19547,
|
|
203
203
|
"nodeType": "ParameterList",
|
|
204
204
|
"parameters": [
|
|
205
205
|
{
|
|
206
206
|
"constant": false,
|
|
207
|
-
"id":
|
|
207
|
+
"id": 19546,
|
|
208
208
|
"mutability": "mutable",
|
|
209
209
|
"name": "",
|
|
210
210
|
"nameLocation": "-1:-1:-1",
|
|
211
211
|
"nodeType": "VariableDeclaration",
|
|
212
|
-
"scope":
|
|
212
|
+
"scope": 19548,
|
|
213
213
|
"src": "1004:13:60",
|
|
214
214
|
"stateVariable": false,
|
|
215
215
|
"storageLocation": "memory",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"typeString": "string"
|
|
219
219
|
},
|
|
220
220
|
"typeName": {
|
|
221
|
-
"id":
|
|
221
|
+
"id": 19545,
|
|
222
222
|
"name": "string",
|
|
223
223
|
"nodeType": "ElementaryTypeName",
|
|
224
224
|
"src": "1004:6:60",
|
|
@@ -232,14 +232,14 @@
|
|
|
232
232
|
],
|
|
233
233
|
"src": "1003:15:60"
|
|
234
234
|
},
|
|
235
|
-
"scope":
|
|
235
|
+
"scope": 19549,
|
|
236
236
|
"src": "953:66:60",
|
|
237
237
|
"stateMutability": "view",
|
|
238
238
|
"virtual": false,
|
|
239
239
|
"visibility": "external"
|
|
240
240
|
}
|
|
241
241
|
],
|
|
242
|
-
"scope":
|
|
242
|
+
"scope": 19550,
|
|
243
243
|
"src": "404:617:60",
|
|
244
244
|
"usedErrors": []
|
|
245
245
|
}
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
},
|
|
253
253
|
"networks": {},
|
|
254
254
|
"schemaVersion": "3.4.7",
|
|
255
|
-
"updatedAt": "2022-05-
|
|
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",
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
"absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
|
|
73
73
|
"exportedSymbols": {
|
|
74
74
|
"IResolver": [
|
|
75
|
-
|
|
75
|
+
19575
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
-
"id":
|
|
78
|
+
"id": 19576,
|
|
79
79
|
"license": "AGPLv3",
|
|
80
80
|
"nodeType": "SourceUnit",
|
|
81
81
|
"nodes": [
|
|
82
82
|
{
|
|
83
|
-
"id":
|
|
83
|
+
"id": 19551,
|
|
84
84
|
"literals": [
|
|
85
85
|
"solidity",
|
|
86
86
|
">=",
|
|
@@ -97,15 +97,15 @@
|
|
|
97
97
|
"contractDependencies": [],
|
|
98
98
|
"contractKind": "interface",
|
|
99
99
|
"documentation": {
|
|
100
|
-
"id":
|
|
100
|
+
"id": 19552,
|
|
101
101
|
"nodeType": "StructuredDocumentation",
|
|
102
102
|
"src": "62:84:61",
|
|
103
103
|
"text": " @title Abstraction for an address resolver contract\n @author Superfluid"
|
|
104
104
|
},
|
|
105
105
|
"fullyImplemented": false,
|
|
106
|
-
"id":
|
|
106
|
+
"id": 19575,
|
|
107
107
|
"linearizedBaseContracts": [
|
|
108
|
-
|
|
108
|
+
19575
|
|
109
109
|
],
|
|
110
110
|
"name": "IResolver",
|
|
111
111
|
"nameLocation": "157:9:61",
|
|
@@ -114,23 +114,23 @@
|
|
|
114
114
|
{
|
|
115
115
|
"anonymous": false,
|
|
116
116
|
"eventSelector": "496595ced95720268cf8bc60bae3f35024ff2a130f73ac4e20f5c1eaca35db99",
|
|
117
|
-
"id":
|
|
117
|
+
"id": 19558,
|
|
118
118
|
"name": "Set",
|
|
119
119
|
"nameLocation": "180:3:61",
|
|
120
120
|
"nodeType": "EventDefinition",
|
|
121
121
|
"parameters": {
|
|
122
|
-
"id":
|
|
122
|
+
"id": 19557,
|
|
123
123
|
"nodeType": "ParameterList",
|
|
124
124
|
"parameters": [
|
|
125
125
|
{
|
|
126
126
|
"constant": false,
|
|
127
|
-
"id":
|
|
127
|
+
"id": 19554,
|
|
128
128
|
"indexed": true,
|
|
129
129
|
"mutability": "mutable",
|
|
130
130
|
"name": "name",
|
|
131
131
|
"nameLocation": "199:4:61",
|
|
132
132
|
"nodeType": "VariableDeclaration",
|
|
133
|
-
"scope":
|
|
133
|
+
"scope": 19558,
|
|
134
134
|
"src": "184:19:61",
|
|
135
135
|
"stateVariable": false,
|
|
136
136
|
"storageLocation": "default",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"typeString": "string"
|
|
140
140
|
},
|
|
141
141
|
"typeName": {
|
|
142
|
-
"id":
|
|
142
|
+
"id": 19553,
|
|
143
143
|
"name": "string",
|
|
144
144
|
"nodeType": "ElementaryTypeName",
|
|
145
145
|
"src": "184:6:61",
|
|
@@ -152,13 +152,13 @@
|
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"constant": false,
|
|
155
|
-
"id":
|
|
155
|
+
"id": 19556,
|
|
156
156
|
"indexed": false,
|
|
157
157
|
"mutability": "mutable",
|
|
158
158
|
"name": "target",
|
|
159
159
|
"nameLocation": "213:6:61",
|
|
160
160
|
"nodeType": "VariableDeclaration",
|
|
161
|
-
"scope":
|
|
161
|
+
"scope": 19558,
|
|
162
162
|
"src": "205:14:61",
|
|
163
163
|
"stateVariable": false,
|
|
164
164
|
"storageLocation": "default",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"typeString": "address"
|
|
168
168
|
},
|
|
169
169
|
"typeName": {
|
|
170
|
-
"id":
|
|
170
|
+
"id": 19555,
|
|
171
171
|
"name": "address",
|
|
172
172
|
"nodeType": "ElementaryTypeName",
|
|
173
173
|
"src": "205:7:61",
|
|
@@ -186,13 +186,13 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"documentation": {
|
|
189
|
-
"id":
|
|
189
|
+
"id": 19559,
|
|
190
190
|
"nodeType": "StructuredDocumentation",
|
|
191
191
|
"src": "227:49:61",
|
|
192
192
|
"text": " @dev Set resolver address name"
|
|
193
193
|
},
|
|
194
194
|
"functionSelector": "a815ff15",
|
|
195
|
-
"id":
|
|
195
|
+
"id": 19566,
|
|
196
196
|
"implemented": false,
|
|
197
197
|
"kind": "function",
|
|
198
198
|
"modifiers": [],
|
|
@@ -200,17 +200,17 @@
|
|
|
200
200
|
"nameLocation": "290:3:61",
|
|
201
201
|
"nodeType": "FunctionDefinition",
|
|
202
202
|
"parameters": {
|
|
203
|
-
"id":
|
|
203
|
+
"id": 19564,
|
|
204
204
|
"nodeType": "ParameterList",
|
|
205
205
|
"parameters": [
|
|
206
206
|
{
|
|
207
207
|
"constant": false,
|
|
208
|
-
"id":
|
|
208
|
+
"id": 19561,
|
|
209
209
|
"mutability": "mutable",
|
|
210
210
|
"name": "name",
|
|
211
211
|
"nameLocation": "310:4:61",
|
|
212
212
|
"nodeType": "VariableDeclaration",
|
|
213
|
-
"scope":
|
|
213
|
+
"scope": 19566,
|
|
214
214
|
"src": "294:20:61",
|
|
215
215
|
"stateVariable": false,
|
|
216
216
|
"storageLocation": "calldata",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"typeString": "string"
|
|
220
220
|
},
|
|
221
221
|
"typeName": {
|
|
222
|
-
"id":
|
|
222
|
+
"id": 19560,
|
|
223
223
|
"name": "string",
|
|
224
224
|
"nodeType": "ElementaryTypeName",
|
|
225
225
|
"src": "294:6:61",
|
|
@@ -232,12 +232,12 @@
|
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
"constant": false,
|
|
235
|
-
"id":
|
|
235
|
+
"id": 19563,
|
|
236
236
|
"mutability": "mutable",
|
|
237
237
|
"name": "target",
|
|
238
238
|
"nameLocation": "324:6:61",
|
|
239
239
|
"nodeType": "VariableDeclaration",
|
|
240
|
-
"scope":
|
|
240
|
+
"scope": 19566,
|
|
241
241
|
"src": "316:14:61",
|
|
242
242
|
"stateVariable": false,
|
|
243
243
|
"storageLocation": "default",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"typeString": "address"
|
|
247
247
|
},
|
|
248
248
|
"typeName": {
|
|
249
|
-
"id":
|
|
249
|
+
"id": 19562,
|
|
250
250
|
"name": "address",
|
|
251
251
|
"nodeType": "ElementaryTypeName",
|
|
252
252
|
"src": "316:7:61",
|
|
@@ -262,12 +262,12 @@
|
|
|
262
262
|
"src": "293:38:61"
|
|
263
263
|
},
|
|
264
264
|
"returnParameters": {
|
|
265
|
-
"id":
|
|
265
|
+
"id": 19565,
|
|
266
266
|
"nodeType": "ParameterList",
|
|
267
267
|
"parameters": [],
|
|
268
268
|
"src": "340:0:61"
|
|
269
269
|
},
|
|
270
|
-
"scope":
|
|
270
|
+
"scope": 19575,
|
|
271
271
|
"src": "281:60:61",
|
|
272
272
|
"stateMutability": "nonpayable",
|
|
273
273
|
"virtual": false,
|
|
@@ -275,13 +275,13 @@
|
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"documentation": {
|
|
278
|
-
"id":
|
|
278
|
+
"id": 19567,
|
|
279
279
|
"nodeType": "StructuredDocumentation",
|
|
280
280
|
"src": "347:43:61",
|
|
281
281
|
"text": " @dev Get address by name"
|
|
282
282
|
},
|
|
283
283
|
"functionSelector": "693ec85e",
|
|
284
|
-
"id":
|
|
284
|
+
"id": 19574,
|
|
285
285
|
"implemented": false,
|
|
286
286
|
"kind": "function",
|
|
287
287
|
"modifiers": [],
|
|
@@ -289,17 +289,17 @@
|
|
|
289
289
|
"nameLocation": "404:3:61",
|
|
290
290
|
"nodeType": "FunctionDefinition",
|
|
291
291
|
"parameters": {
|
|
292
|
-
"id":
|
|
292
|
+
"id": 19570,
|
|
293
293
|
"nodeType": "ParameterList",
|
|
294
294
|
"parameters": [
|
|
295
295
|
{
|
|
296
296
|
"constant": false,
|
|
297
|
-
"id":
|
|
297
|
+
"id": 19569,
|
|
298
298
|
"mutability": "mutable",
|
|
299
299
|
"name": "name",
|
|
300
300
|
"nameLocation": "424:4:61",
|
|
301
301
|
"nodeType": "VariableDeclaration",
|
|
302
|
-
"scope":
|
|
302
|
+
"scope": 19574,
|
|
303
303
|
"src": "408:20:61",
|
|
304
304
|
"stateVariable": false,
|
|
305
305
|
"storageLocation": "calldata",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"typeString": "string"
|
|
309
309
|
},
|
|
310
310
|
"typeName": {
|
|
311
|
-
"id":
|
|
311
|
+
"id": 19568,
|
|
312
312
|
"name": "string",
|
|
313
313
|
"nodeType": "ElementaryTypeName",
|
|
314
314
|
"src": "408:6:61",
|
|
@@ -323,17 +323,17 @@
|
|
|
323
323
|
"src": "407:22:61"
|
|
324
324
|
},
|
|
325
325
|
"returnParameters": {
|
|
326
|
-
"id":
|
|
326
|
+
"id": 19573,
|
|
327
327
|
"nodeType": "ParameterList",
|
|
328
328
|
"parameters": [
|
|
329
329
|
{
|
|
330
330
|
"constant": false,
|
|
331
|
-
"id":
|
|
331
|
+
"id": 19572,
|
|
332
332
|
"mutability": "mutable",
|
|
333
333
|
"name": "",
|
|
334
334
|
"nameLocation": "-1:-1:-1",
|
|
335
335
|
"nodeType": "VariableDeclaration",
|
|
336
|
-
"scope":
|
|
336
|
+
"scope": 19574,
|
|
337
337
|
"src": "453:7:61",
|
|
338
338
|
"stateVariable": false,
|
|
339
339
|
"storageLocation": "default",
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"typeString": "address"
|
|
343
343
|
},
|
|
344
344
|
"typeName": {
|
|
345
|
-
"id":
|
|
345
|
+
"id": 19571,
|
|
346
346
|
"name": "address",
|
|
347
347
|
"nodeType": "ElementaryTypeName",
|
|
348
348
|
"src": "453:7:61",
|
|
@@ -357,14 +357,14 @@
|
|
|
357
357
|
],
|
|
358
358
|
"src": "452:9:61"
|
|
359
359
|
},
|
|
360
|
-
"scope":
|
|
360
|
+
"scope": 19575,
|
|
361
361
|
"src": "395:67:61",
|
|
362
362
|
"stateMutability": "view",
|
|
363
363
|
"virtual": false,
|
|
364
364
|
"visibility": "external"
|
|
365
365
|
}
|
|
366
366
|
],
|
|
367
|
-
"scope":
|
|
367
|
+
"scope": 19576,
|
|
368
368
|
"src": "147:318:61",
|
|
369
369
|
"usedErrors": []
|
|
370
370
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
},
|
|
378
378
|
"networks": {},
|
|
379
379
|
"schemaVersion": "3.4.7",
|
|
380
|
-
"updatedAt": "2022-05-
|
|
380
|
+
"updatedAt": "2022-05-06T12:43:05.457Z",
|
|
381
381
|
"devdoc": {
|
|
382
382
|
"author": "Superfluid",
|
|
383
383
|
"kind": "dev",
|