@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.2cebc84.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/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- 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 +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- 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/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- 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 +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/IDAv1Library.json +430 -430
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
- 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/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +138 -138
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +1483 -1483
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +5196 -5196
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
- package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2384 -2384
- 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 +15 -15
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
- package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
- package/package.json +4 -5
- package/ops-scripts/.eslintrc.js +0 -15
- package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
- package/ops-scripts/deploy-aux-contracts.js +0 -99
- package/ops-scripts/deploy-deterministically.js +0 -169
- package/ops-scripts/deploy-erc1820.js +0 -83
- package/ops-scripts/deploy-framework.js +0 -895
- package/ops-scripts/deploy-mfa.ts +0 -27
- package/ops-scripts/deploy-super-token.js +0 -206
- package/ops-scripts/deploy-test-environment.js +0 -98
- package/ops-scripts/deploy-test-token.js +0 -86
- package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
- package/ops-scripts/deploy-unlisted-super-token.js +0 -68
- package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
- package/ops-scripts/gov-create-new-factory-registration.js +0 -49
- package/ops-scripts/gov-set-3Ps-config.js +0 -67
- package/ops-scripts/gov-set-reward-address.js +0 -60
- package/ops-scripts/gov-set-token-min-deposit.js +0 -53
- package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
- package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
- package/ops-scripts/gov-upgrade-governance.js +0 -87
- package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
- package/ops-scripts/info-inspect-account.js +0 -118
- package/ops-scripts/info-list-apps.js +0 -55
- package/ops-scripts/info-print-contract-addresses.js +0 -136
- package/ops-scripts/info-scan-deployments.js +0 -63
- package/ops-scripts/info-show-protocol.js +0 -400
- package/ops-scripts/libs/common.js +0 -436
- package/ops-scripts/libs/getConfig.js +0 -289
- package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
- package/ops-scripts/resolver-list-super-token.js +0 -73
- package/ops-scripts/resolver-register-token.js +0 -72
- package/ops-scripts/resolver-reset-deployment.js +0 -54
- package/ops-scripts/resolver-set-key-value.js +0 -69
- package/ops-scripts/resolver-unlist-super-token.js +0 -61
- package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
- package/ops-scripts/validate-nft-addresses.ts +0 -49
|
@@ -7369,7 +7369,7 @@
|
|
|
7369
7369
|
},
|
|
7370
7370
|
"networks": {},
|
|
7371
7371
|
"schemaVersion": "3.4.13",
|
|
7372
|
-
"updatedAt": "2023-
|
|
7372
|
+
"updatedAt": "2023-07-13T10:28:31.561Z",
|
|
7373
7373
|
"devdoc": {
|
|
7374
7374
|
"details": "Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported. [WARNING] ==== Trying to delete such a structure from storage will likely result in data corruption, rendering the structure unusable. See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info. In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an array of EnumerableSet. ====",
|
|
7375
7375
|
"kind": "dev",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"absolutePath": "project:/contracts/libs/EventsEmitter.sol",
|
|
42
42
|
"exportedSymbols": {
|
|
43
43
|
"EventsEmitter": [
|
|
44
|
-
|
|
44
|
+
26088
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
|
-
"id":
|
|
47
|
+
"id": 26089,
|
|
48
48
|
"license": "AGPLv3",
|
|
49
49
|
"nodeType": "SourceUnit",
|
|
50
50
|
"nodes": [
|
|
51
51
|
{
|
|
52
|
-
"id":
|
|
52
|
+
"id": 26062,
|
|
53
53
|
"literals": [
|
|
54
54
|
"solidity",
|
|
55
55
|
"0.8",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"contractDependencies": [],
|
|
66
66
|
"contractKind": "library",
|
|
67
67
|
"documentation": {
|
|
68
|
-
"id":
|
|
68
|
+
"id": 26063,
|
|
69
69
|
"nodeType": "StructuredDocumentation",
|
|
70
70
|
"src": "60:134:69",
|
|
71
71
|
"text": " @title Events Emitter Library\n @author Superfluid\n @dev A library used for emitting missing and unaccessable events."
|
|
72
72
|
},
|
|
73
73
|
"fullyImplemented": true,
|
|
74
|
-
"id":
|
|
74
|
+
"id": 26088,
|
|
75
75
|
"linearizedBaseContracts": [
|
|
76
|
-
|
|
76
|
+
26088
|
|
77
77
|
],
|
|
78
78
|
"name": "EventsEmitter",
|
|
79
79
|
"nameLocation": "203:13:69",
|
|
@@ -82,23 +82,23 @@
|
|
|
82
82
|
{
|
|
83
83
|
"anonymous": false,
|
|
84
84
|
"eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
85
|
-
"id":
|
|
85
|
+
"id": 26071,
|
|
86
86
|
"name": "Transfer",
|
|
87
87
|
"nameLocation": "229:8:69",
|
|
88
88
|
"nodeType": "EventDefinition",
|
|
89
89
|
"parameters": {
|
|
90
|
-
"id":
|
|
90
|
+
"id": 26070,
|
|
91
91
|
"nodeType": "ParameterList",
|
|
92
92
|
"parameters": [
|
|
93
93
|
{
|
|
94
94
|
"constant": false,
|
|
95
|
-
"id":
|
|
95
|
+
"id": 26065,
|
|
96
96
|
"indexed": true,
|
|
97
97
|
"mutability": "mutable",
|
|
98
98
|
"name": "from",
|
|
99
99
|
"nameLocation": "254:4:69",
|
|
100
100
|
"nodeType": "VariableDeclaration",
|
|
101
|
-
"scope":
|
|
101
|
+
"scope": 26071,
|
|
102
102
|
"src": "238:20:69",
|
|
103
103
|
"stateVariable": false,
|
|
104
104
|
"storageLocation": "default",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"typeString": "address"
|
|
108
108
|
},
|
|
109
109
|
"typeName": {
|
|
110
|
-
"id":
|
|
110
|
+
"id": 26064,
|
|
111
111
|
"name": "address",
|
|
112
112
|
"nodeType": "ElementaryTypeName",
|
|
113
113
|
"src": "238:7:69",
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"constant": false,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 26067,
|
|
125
125
|
"indexed": true,
|
|
126
126
|
"mutability": "mutable",
|
|
127
127
|
"name": "to",
|
|
128
128
|
"nameLocation": "276:2:69",
|
|
129
129
|
"nodeType": "VariableDeclaration",
|
|
130
|
-
"scope":
|
|
130
|
+
"scope": 26071,
|
|
131
131
|
"src": "260:18:69",
|
|
132
132
|
"stateVariable": false,
|
|
133
133
|
"storageLocation": "default",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"typeString": "address"
|
|
137
137
|
},
|
|
138
138
|
"typeName": {
|
|
139
|
-
"id":
|
|
139
|
+
"id": 26066,
|
|
140
140
|
"name": "address",
|
|
141
141
|
"nodeType": "ElementaryTypeName",
|
|
142
142
|
"src": "260:7:69",
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"constant": false,
|
|
153
|
-
"id":
|
|
153
|
+
"id": 26069,
|
|
154
154
|
"indexed": false,
|
|
155
155
|
"mutability": "mutable",
|
|
156
156
|
"name": "value",
|
|
157
157
|
"nameLocation": "288:5:69",
|
|
158
158
|
"nodeType": "VariableDeclaration",
|
|
159
|
-
"scope":
|
|
159
|
+
"scope": 26071,
|
|
160
160
|
"src": "280:13:69",
|
|
161
161
|
"stateVariable": false,
|
|
162
162
|
"storageLocation": "default",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"typeString": "uint256"
|
|
166
166
|
},
|
|
167
167
|
"typeName": {
|
|
168
|
-
"id":
|
|
168
|
+
"id": 26068,
|
|
169
169
|
"name": "uint256",
|
|
170
170
|
"nodeType": "ElementaryTypeName",
|
|
171
171
|
"src": "280:7:69",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"body": {
|
|
186
|
-
"id":
|
|
186
|
+
"id": 26086,
|
|
187
187
|
"nodeType": "Block",
|
|
188
188
|
"src": "373:47:69",
|
|
189
189
|
"statements": [
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
"eventCall": {
|
|
192
192
|
"arguments": [
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 26081,
|
|
195
195
|
"name": "from",
|
|
196
196
|
"nodeType": "Identifier",
|
|
197
197
|
"overloadedDeclarations": [],
|
|
198
|
-
"referencedDeclaration":
|
|
198
|
+
"referencedDeclaration": 26073,
|
|
199
199
|
"src": "397:4:69",
|
|
200
200
|
"typeDescriptions": {
|
|
201
201
|
"typeIdentifier": "t_address",
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
"id":
|
|
206
|
+
"id": 26082,
|
|
207
207
|
"name": "to",
|
|
208
208
|
"nodeType": "Identifier",
|
|
209
209
|
"overloadedDeclarations": [],
|
|
210
|
-
"referencedDeclaration":
|
|
210
|
+
"referencedDeclaration": 26075,
|
|
211
211
|
"src": "403:2:69",
|
|
212
212
|
"typeDescriptions": {
|
|
213
213
|
"typeIdentifier": "t_address",
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
"id":
|
|
218
|
+
"id": 26083,
|
|
219
219
|
"name": "value",
|
|
220
220
|
"nodeType": "Identifier",
|
|
221
221
|
"overloadedDeclarations": [],
|
|
222
|
-
"referencedDeclaration":
|
|
222
|
+
"referencedDeclaration": 26077,
|
|
223
223
|
"src": "407:5:69",
|
|
224
224
|
"typeDescriptions": {
|
|
225
225
|
"typeIdentifier": "t_uint256",
|
|
@@ -242,18 +242,18 @@
|
|
|
242
242
|
"typeString": "uint256"
|
|
243
243
|
}
|
|
244
244
|
],
|
|
245
|
-
"id":
|
|
245
|
+
"id": 26080,
|
|
246
246
|
"name": "Transfer",
|
|
247
247
|
"nodeType": "Identifier",
|
|
248
248
|
"overloadedDeclarations": [],
|
|
249
|
-
"referencedDeclaration":
|
|
249
|
+
"referencedDeclaration": 26071,
|
|
250
250
|
"src": "388:8:69",
|
|
251
251
|
"typeDescriptions": {
|
|
252
252
|
"typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
|
|
253
253
|
"typeString": "function (address,address,uint256)"
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
|
-
"id":
|
|
256
|
+
"id": 26084,
|
|
257
257
|
"isConstant": false,
|
|
258
258
|
"isLValue": false,
|
|
259
259
|
"isPure": false,
|
|
@@ -269,13 +269,13 @@
|
|
|
269
269
|
"typeString": "tuple()"
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
|
-
"id":
|
|
272
|
+
"id": 26085,
|
|
273
273
|
"nodeType": "EmitStatement",
|
|
274
274
|
"src": "383:30:69"
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
277
|
},
|
|
278
|
-
"id":
|
|
278
|
+
"id": 26087,
|
|
279
279
|
"implemented": true,
|
|
280
280
|
"kind": "function",
|
|
281
281
|
"modifiers": [],
|
|
@@ -283,17 +283,17 @@
|
|
|
283
283
|
"nameLocation": "310:12:69",
|
|
284
284
|
"nodeType": "FunctionDefinition",
|
|
285
285
|
"parameters": {
|
|
286
|
-
"id":
|
|
286
|
+
"id": 26078,
|
|
287
287
|
"nodeType": "ParameterList",
|
|
288
288
|
"parameters": [
|
|
289
289
|
{
|
|
290
290
|
"constant": false,
|
|
291
|
-
"id":
|
|
291
|
+
"id": 26073,
|
|
292
292
|
"mutability": "mutable",
|
|
293
293
|
"name": "from",
|
|
294
294
|
"nameLocation": "331:4:69",
|
|
295
295
|
"nodeType": "VariableDeclaration",
|
|
296
|
-
"scope":
|
|
296
|
+
"scope": 26087,
|
|
297
297
|
"src": "323:12:69",
|
|
298
298
|
"stateVariable": false,
|
|
299
299
|
"storageLocation": "default",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"typeString": "address"
|
|
303
303
|
},
|
|
304
304
|
"typeName": {
|
|
305
|
-
"id":
|
|
305
|
+
"id": 26072,
|
|
306
306
|
"name": "address",
|
|
307
307
|
"nodeType": "ElementaryTypeName",
|
|
308
308
|
"src": "323:7:69",
|
|
@@ -316,12 +316,12 @@
|
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"constant": false,
|
|
319
|
-
"id":
|
|
319
|
+
"id": 26075,
|
|
320
320
|
"mutability": "mutable",
|
|
321
321
|
"name": "to",
|
|
322
322
|
"nameLocation": "345:2:69",
|
|
323
323
|
"nodeType": "VariableDeclaration",
|
|
324
|
-
"scope":
|
|
324
|
+
"scope": 26087,
|
|
325
325
|
"src": "337:10:69",
|
|
326
326
|
"stateVariable": false,
|
|
327
327
|
"storageLocation": "default",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"typeString": "address"
|
|
331
331
|
},
|
|
332
332
|
"typeName": {
|
|
333
|
-
"id":
|
|
333
|
+
"id": 26074,
|
|
334
334
|
"name": "address",
|
|
335
335
|
"nodeType": "ElementaryTypeName",
|
|
336
336
|
"src": "337:7:69",
|
|
@@ -344,12 +344,12 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"constant": false,
|
|
347
|
-
"id":
|
|
347
|
+
"id": 26077,
|
|
348
348
|
"mutability": "mutable",
|
|
349
349
|
"name": "value",
|
|
350
350
|
"nameLocation": "357:5:69",
|
|
351
351
|
"nodeType": "VariableDeclaration",
|
|
352
|
-
"scope":
|
|
352
|
+
"scope": 26087,
|
|
353
353
|
"src": "349:13:69",
|
|
354
354
|
"stateVariable": false,
|
|
355
355
|
"storageLocation": "default",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"typeString": "uint256"
|
|
359
359
|
},
|
|
360
360
|
"typeName": {
|
|
361
|
-
"id":
|
|
361
|
+
"id": 26076,
|
|
362
362
|
"name": "uint256",
|
|
363
363
|
"nodeType": "ElementaryTypeName",
|
|
364
364
|
"src": "349:7:69",
|
|
@@ -373,19 +373,19 @@
|
|
|
373
373
|
"src": "322:41:69"
|
|
374
374
|
},
|
|
375
375
|
"returnParameters": {
|
|
376
|
-
"id":
|
|
376
|
+
"id": 26079,
|
|
377
377
|
"nodeType": "ParameterList",
|
|
378
378
|
"parameters": [],
|
|
379
379
|
"src": "373:0:69"
|
|
380
380
|
},
|
|
381
|
-
"scope":
|
|
381
|
+
"scope": 26088,
|
|
382
382
|
"src": "301:119:69",
|
|
383
383
|
"stateMutability": "nonpayable",
|
|
384
384
|
"virtual": false,
|
|
385
385
|
"visibility": "internal"
|
|
386
386
|
}
|
|
387
387
|
],
|
|
388
|
-
"scope":
|
|
388
|
+
"scope": 26089,
|
|
389
389
|
"src": "195:227:69",
|
|
390
390
|
"usedErrors": []
|
|
391
391
|
}
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
},
|
|
399
399
|
"networks": {},
|
|
400
400
|
"schemaVersion": "3.4.13",
|
|
401
|
-
"updatedAt": "2023-
|
|
401
|
+
"updatedAt": "2023-07-13T10:28:31.751Z",
|
|
402
402
|
"devdoc": {
|
|
403
403
|
"author": "Superfluid",
|
|
404
404
|
"details": "A library used for emitting missing and unaccessable events.",
|