@superfluid-finance/ethereum-contracts 1.4.4-dev.b157ec2.0 → 1.4.4-dev.c2b2de3.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 (146) hide show
  1. package/artifacts/contracts/utils/TOGA.sol/ITOGAv3.json +194 -0
  2. package/artifacts/contracts/utils/TOGA.sol/TOGA.json +2 -33
  3. package/build/contracts/AccessControl.json +1 -1
  4. package/build/contracts/AccessControlEnumerable.json +1 -1
  5. package/build/contracts/Address.json +1 -1
  6. package/build/contracts/AgreementBase.json +1 -1
  7. package/build/contracts/AgreementLibrary.json +1 -1
  8. package/build/contracts/BaseRelayRecipient.json +1 -1
  9. package/build/contracts/BatchLiquidator.json +723 -723
  10. package/build/contracts/BatchOperation.json +1 -1
  11. package/build/contracts/CFAv1Forwarder.json +2050 -2050
  12. package/build/contracts/CFAv1Library.json +1 -1
  13. package/build/contracts/CallUtils.json +1 -1
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1566 -1566
  15. package/build/contracts/ConstantFlowAgreementV1.json +4582 -4582
  16. package/build/contracts/Context.json +1 -1
  17. package/build/contracts/ContextDefinitions.json +1 -1
  18. package/build/contracts/CustomSuperTokenBase.json +1 -1
  19. package/build/contracts/ERC165.json +1 -1
  20. package/build/contracts/ERC1820Implementer.json +79 -79
  21. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  22. package/build/contracts/ERC20.json +1289 -1289
  23. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  24. package/build/contracts/ERC777Helper.json +1 -1
  25. package/build/contracts/ERC777RecipientDrainingGas.json +350 -350
  26. package/build/contracts/ERC777RecipientReverting.json +373 -373
  27. package/build/contracts/EnumerableSet.json +1 -1
  28. package/build/contracts/EventsEmitter.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1594 -1594
  30. package/build/contracts/FixedSizeData.json +1 -1
  31. package/build/contracts/FlowExchangeTestApp.json +1704 -1704
  32. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +74 -74
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementHook.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  38. package/build/contracts/IDAv1Library.json +1 -1
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  49. package/build/contracts/IMultiSigWallet.json +1 -1
  50. package/build/contracts/IPureSuperToken.json +1 -1
  51. package/build/contracts/IPureSuperTokenCustom.json +1 -1
  52. package/build/contracts/IRelayRecipient.json +1 -1
  53. package/build/contracts/IResolver.json +1 -1
  54. package/build/contracts/ISETH.json +1 -1
  55. package/build/contracts/ISETHCustom.json +1 -1
  56. package/build/contracts/ISuperAgreement.json +1 -1
  57. package/build/contracts/ISuperApp.json +1 -1
  58. package/build/contracts/ISuperToken.json +1 -1
  59. package/build/contracts/ISuperTokenFactory.json +1 -1
  60. package/build/contracts/ISuperfluid.json +1 -1
  61. package/build/contracts/ISuperfluidGovernance.json +1 -1
  62. package/build/contracts/ISuperfluidToken.json +1 -1
  63. package/build/contracts/ITOGAv1.json +2099 -2898
  64. package/build/contracts/ITOGAv2.json +2098 -2897
  65. package/build/contracts/ITOGAv3.json +10990 -0
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5077 -5077
  68. package/build/contracts/NonClosableOutflowTestApp.json +1469 -1469
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Proxy.json +1 -1
  71. package/build/contracts/PureSuperToken.json +534 -534
  72. package/build/contracts/Resolver.json +885 -885
  73. package/build/contracts/SETHProxy.json +293 -293
  74. package/build/contracts/SafeCast.json +1 -1
  75. package/build/contracts/SafeERC20.json +1 -1
  76. package/build/contracts/SafeMath.json +1 -1
  77. package/build/contracts/SelfDeletingFlowTestApp.json +1566 -1566
  78. package/build/contracts/SlotsBitmapLibrary.json +971 -971
  79. package/build/contracts/StreamRedirector.json +1956 -1956
  80. package/build/contracts/Strings.json +1 -1
  81. package/build/contracts/SuperAppBase.json +1 -1
  82. package/build/contracts/SuperAppDefinitions.json +1 -1
  83. package/build/contracts/SuperToken.json +4575 -4575
  84. package/build/contracts/SuperTokenFactory.json +1753 -1753
  85. package/build/contracts/SuperTokenFactoryBase.json +1 -1
  86. package/build/contracts/SuperTokenFactoryHelper.json +104 -104
  87. package/build/contracts/SuperUpgrader.json +1718 -1718
  88. package/build/contracts/Superfluid.json +4566 -4566
  89. package/build/contracts/SuperfluidFrameworkDeployer.json +2400 -2400
  90. package/build/contracts/SuperfluidGovernanceBase.json +1 -1
  91. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  92. package/build/contracts/SuperfluidGovernanceII.json +2438 -2438
  93. package/build/contracts/SuperfluidGovernanceIIProxy.json +211 -211
  94. package/build/contracts/SuperfluidLoader.json +500 -500
  95. package/build/contracts/SuperfluidToken.json +1 -1
  96. package/build/contracts/TOGA.json +4255 -6226
  97. package/build/contracts/TestGovernance.json +2494 -2494
  98. package/build/contracts/TestResolver.json +964 -964
  99. package/build/contracts/TestToken.json +1478 -1478
  100. package/build/contracts/TokenInfo.json +1 -1
  101. package/build/contracts/UUPSProxiable.json +1 -1
  102. package/build/contracts/UUPSProxy.json +116 -116
  103. package/build/contracts/UUPSUtils.json +1 -1
  104. package/build/typechain/contracts/utils/TOGA.sol/ITOGAv3.d.ts +158 -0
  105. package/build/typechain/contracts/utils/TOGA.sol/ITOGAv3.d.ts.map +1 -0
  106. package/build/typechain/contracts/utils/{TokenCustodian.js → TOGA.sol/ITOGAv3.js} +1 -1
  107. package/build/typechain/contracts/utils/TOGA.sol/ITOGAv3.js.map +1 -0
  108. package/build/typechain/contracts/utils/TOGA.sol/TOGA.d.ts +1 -25
  109. package/build/typechain/contracts/utils/TOGA.sol/TOGA.d.ts.map +1 -1
  110. package/build/typechain/contracts/utils/TOGA.sol/index.d.ts +1 -0
  111. package/build/typechain/contracts/utils/TOGA.sol/index.d.ts.map +1 -1
  112. package/build/typechain/contracts/utils/index.d.ts +0 -1
  113. package/build/typechain/contracts/utils/index.d.ts.map +1 -1
  114. package/build/typechain/factories/contracts/utils/TOGA.sol/ITOGAv3__factory.d.ts +36 -0
  115. package/build/typechain/factories/contracts/utils/TOGA.sol/ITOGAv3__factory.d.ts.map +1 -0
  116. package/build/typechain/factories/contracts/utils/TOGA.sol/ITOGAv3__factory.js +203 -0
  117. package/build/typechain/factories/contracts/utils/TOGA.sol/ITOGAv3__factory.js.map +1 -0
  118. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.d.ts +3 -3
  119. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.d.ts.map +1 -1
  120. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.js +5 -36
  121. package/build/typechain/factories/contracts/utils/TOGA.sol/TOGA__factory.js.map +1 -1
  122. package/build/typechain/factories/contracts/utils/TOGA.sol/index.d.ts +1 -0
  123. package/build/typechain/factories/contracts/utils/TOGA.sol/index.d.ts.map +1 -1
  124. package/build/typechain/factories/contracts/utils/TOGA.sol/index.js +3 -1
  125. package/build/typechain/factories/contracts/utils/TOGA.sol/index.js.map +1 -1
  126. package/build/typechain/factories/contracts/utils/index.d.ts +0 -1
  127. package/build/typechain/factories/contracts/utils/index.d.ts.map +1 -1
  128. package/build/typechain/factories/contracts/utils/index.js +1 -3
  129. package/build/typechain/factories/contracts/utils/index.js.map +1 -1
  130. package/build/typechain/index.d.ts +2 -2
  131. package/build/typechain/index.d.ts.map +1 -1
  132. package/build/typechain/index.js +3 -3
  133. package/build/typechain/index.js.map +1 -1
  134. package/contracts/utils/TOGA.sol +16 -28
  135. package/package.json +2 -2
  136. package/scripts/deploy-aux-contracts.js +1 -5
  137. package/artifacts/contracts/utils/TokenCustodian.sol/TokenCustodian.json +0 -146
  138. package/build/contracts/TokenCustodian.json +0 -5052
  139. package/build/typechain/contracts/utils/TokenCustodian.d.ts +0 -114
  140. package/build/typechain/contracts/utils/TokenCustodian.d.ts.map +0 -1
  141. package/build/typechain/contracts/utils/TokenCustodian.js.map +0 -1
  142. package/build/typechain/factories/contracts/utils/TokenCustodian__factory.d.ts +0 -56
  143. package/build/typechain/factories/contracts/utils/TokenCustodian__factory.d.ts.map +0 -1
  144. package/build/typechain/factories/contracts/utils/TokenCustodian__factory.js +0 -178
  145. package/build/typechain/factories/contracts/utils/TokenCustodian__factory.js.map +0 -1
  146. package/contracts/utils/TokenCustodian.sol +0 -55
@@ -84,22 +84,22 @@
84
84
  {
85
85
  "ast": {
86
86
  "nodeType": "YulBlock",
87
- "src": "0:1989:104",
87
+ "src": "0:1989:103",
88
88
  "statements": [
89
89
  {
90
90
  "nodeType": "YulBlock",
91
- "src": "6:3:104",
91
+ "src": "6:3:103",
92
92
  "statements": []
93
93
  },
94
94
  {
95
95
  "body": {
96
96
  "nodeType": "YulBlock",
97
- "src": "84:216:104",
97
+ "src": "84:216:103",
98
98
  "statements": [
99
99
  {
100
100
  "body": {
101
101
  "nodeType": "YulBlock",
102
- "src": "130:16:104",
102
+ "src": "130:16:103",
103
103
  "statements": [
104
104
  {
105
105
  "expression": {
@@ -107,14 +107,14 @@
107
107
  {
108
108
  "kind": "number",
109
109
  "nodeType": "YulLiteral",
110
- "src": "139:1:104",
110
+ "src": "139:1:103",
111
111
  "type": "",
112
112
  "value": "0"
113
113
  },
114
114
  {
115
115
  "kind": "number",
116
116
  "nodeType": "YulLiteral",
117
- "src": "142:1:104",
117
+ "src": "142:1:103",
118
118
  "type": "",
119
119
  "value": "0"
120
120
  }
@@ -122,13 +122,13 @@
122
122
  "functionName": {
123
123
  "name": "revert",
124
124
  "nodeType": "YulIdentifier",
125
- "src": "132:6:104"
125
+ "src": "132:6:103"
126
126
  },
127
127
  "nodeType": "YulFunctionCall",
128
- "src": "132:12:104"
128
+ "src": "132:12:103"
129
129
  },
130
130
  "nodeType": "YulExpressionStatement",
131
- "src": "132:12:104"
131
+ "src": "132:12:103"
132
132
  }
133
133
  ]
134
134
  },
@@ -139,26 +139,26 @@
139
139
  {
140
140
  "name": "dataEnd",
141
141
  "nodeType": "YulIdentifier",
142
- "src": "105:7:104"
142
+ "src": "105:7:103"
143
143
  },
144
144
  {
145
145
  "name": "headStart",
146
146
  "nodeType": "YulIdentifier",
147
- "src": "114:9:104"
147
+ "src": "114:9:103"
148
148
  }
149
149
  ],
150
150
  "functionName": {
151
151
  "name": "sub",
152
152
  "nodeType": "YulIdentifier",
153
- "src": "101:3:104"
153
+ "src": "101:3:103"
154
154
  },
155
155
  "nodeType": "YulFunctionCall",
156
- "src": "101:23:104"
156
+ "src": "101:23:103"
157
157
  },
158
158
  {
159
159
  "kind": "number",
160
160
  "nodeType": "YulLiteral",
161
- "src": "126:2:104",
161
+ "src": "126:2:103",
162
162
  "type": "",
163
163
  "value": "32"
164
164
  }
@@ -166,38 +166,38 @@
166
166
  "functionName": {
167
167
  "name": "slt",
168
168
  "nodeType": "YulIdentifier",
169
- "src": "97:3:104"
169
+ "src": "97:3:103"
170
170
  },
171
171
  "nodeType": "YulFunctionCall",
172
- "src": "97:32:104"
172
+ "src": "97:32:103"
173
173
  },
174
174
  "nodeType": "YulIf",
175
- "src": "94:52:104"
175
+ "src": "94:52:103"
176
176
  },
177
177
  {
178
178
  "nodeType": "YulVariableDeclaration",
179
- "src": "155:36:104",
179
+ "src": "155:36:103",
180
180
  "value": {
181
181
  "arguments": [
182
182
  {
183
183
  "name": "headStart",
184
184
  "nodeType": "YulIdentifier",
185
- "src": "181:9:104"
185
+ "src": "181:9:103"
186
186
  }
187
187
  ],
188
188
  "functionName": {
189
189
  "name": "calldataload",
190
190
  "nodeType": "YulIdentifier",
191
- "src": "168:12:104"
191
+ "src": "168:12:103"
192
192
  },
193
193
  "nodeType": "YulFunctionCall",
194
- "src": "168:23:104"
194
+ "src": "168:23:103"
195
195
  },
196
196
  "variables": [
197
197
  {
198
198
  "name": "value",
199
199
  "nodeType": "YulTypedName",
200
- "src": "159:5:104",
200
+ "src": "159:5:103",
201
201
  "type": ""
202
202
  }
203
203
  ]
@@ -205,7 +205,7 @@
205
205
  {
206
206
  "body": {
207
207
  "nodeType": "YulBlock",
208
- "src": "254:16:104",
208
+ "src": "254:16:103",
209
209
  "statements": [
210
210
  {
211
211
  "expression": {
@@ -213,14 +213,14 @@
213
213
  {
214
214
  "kind": "number",
215
215
  "nodeType": "YulLiteral",
216
- "src": "263:1:104",
216
+ "src": "263:1:103",
217
217
  "type": "",
218
218
  "value": "0"
219
219
  },
220
220
  {
221
221
  "kind": "number",
222
222
  "nodeType": "YulLiteral",
223
- "src": "266:1:104",
223
+ "src": "266:1:103",
224
224
  "type": "",
225
225
  "value": "0"
226
226
  }
@@ -228,13 +228,13 @@
228
228
  "functionName": {
229
229
  "name": "revert",
230
230
  "nodeType": "YulIdentifier",
231
- "src": "256:6:104"
231
+ "src": "256:6:103"
232
232
  },
233
233
  "nodeType": "YulFunctionCall",
234
- "src": "256:12:104"
234
+ "src": "256:12:103"
235
235
  },
236
236
  "nodeType": "YulExpressionStatement",
237
- "src": "256:12:104"
237
+ "src": "256:12:103"
238
238
  }
239
239
  ]
240
240
  },
@@ -245,14 +245,14 @@
245
245
  {
246
246
  "name": "value",
247
247
  "nodeType": "YulIdentifier",
248
- "src": "213:5:104"
248
+ "src": "213:5:103"
249
249
  },
250
250
  {
251
251
  "arguments": [
252
252
  {
253
253
  "name": "value",
254
254
  "nodeType": "YulIdentifier",
255
- "src": "224:5:104"
255
+ "src": "224:5:103"
256
256
  },
257
257
  {
258
258
  "arguments": [
@@ -261,14 +261,14 @@
261
261
  {
262
262
  "kind": "number",
263
263
  "nodeType": "YulLiteral",
264
- "src": "239:3:104",
264
+ "src": "239:3:103",
265
265
  "type": "",
266
266
  "value": "160"
267
267
  },
268
268
  {
269
269
  "kind": "number",
270
270
  "nodeType": "YulLiteral",
271
- "src": "244:1:104",
271
+ "src": "244:1:103",
272
272
  "type": "",
273
273
  "value": "1"
274
274
  }
@@ -276,15 +276,15 @@
276
276
  "functionName": {
277
277
  "name": "shl",
278
278
  "nodeType": "YulIdentifier",
279
- "src": "235:3:104"
279
+ "src": "235:3:103"
280
280
  },
281
281
  "nodeType": "YulFunctionCall",
282
- "src": "235:11:104"
282
+ "src": "235:11:103"
283
283
  },
284
284
  {
285
285
  "kind": "number",
286
286
  "nodeType": "YulLiteral",
287
- "src": "248:1:104",
287
+ "src": "248:1:103",
288
288
  "type": "",
289
289
  "value": "1"
290
290
  }
@@ -292,54 +292,54 @@
292
292
  "functionName": {
293
293
  "name": "sub",
294
294
  "nodeType": "YulIdentifier",
295
- "src": "231:3:104"
295
+ "src": "231:3:103"
296
296
  },
297
297
  "nodeType": "YulFunctionCall",
298
- "src": "231:19:104"
298
+ "src": "231:19:103"
299
299
  }
300
300
  ],
301
301
  "functionName": {
302
302
  "name": "and",
303
303
  "nodeType": "YulIdentifier",
304
- "src": "220:3:104"
304
+ "src": "220:3:103"
305
305
  },
306
306
  "nodeType": "YulFunctionCall",
307
- "src": "220:31:104"
307
+ "src": "220:31:103"
308
308
  }
309
309
  ],
310
310
  "functionName": {
311
311
  "name": "eq",
312
312
  "nodeType": "YulIdentifier",
313
- "src": "210:2:104"
313
+ "src": "210:2:103"
314
314
  },
315
315
  "nodeType": "YulFunctionCall",
316
- "src": "210:42:104"
316
+ "src": "210:42:103"
317
317
  }
318
318
  ],
319
319
  "functionName": {
320
320
  "name": "iszero",
321
321
  "nodeType": "YulIdentifier",
322
- "src": "203:6:104"
322
+ "src": "203:6:103"
323
323
  },
324
324
  "nodeType": "YulFunctionCall",
325
- "src": "203:50:104"
325
+ "src": "203:50:103"
326
326
  },
327
327
  "nodeType": "YulIf",
328
- "src": "200:70:104"
328
+ "src": "200:70:103"
329
329
  },
330
330
  {
331
331
  "nodeType": "YulAssignment",
332
- "src": "279:15:104",
332
+ "src": "279:15:103",
333
333
  "value": {
334
334
  "name": "value",
335
335
  "nodeType": "YulIdentifier",
336
- "src": "289:5:104"
336
+ "src": "289:5:103"
337
337
  },
338
338
  "variableNames": [
339
339
  {
340
340
  "name": "value0",
341
341
  "nodeType": "YulIdentifier",
342
- "src": "279:6:104"
342
+ "src": "279:6:103"
343
343
  }
344
344
  ]
345
345
  }
@@ -351,13 +351,13 @@
351
351
  {
352
352
  "name": "headStart",
353
353
  "nodeType": "YulTypedName",
354
- "src": "50:9:104",
354
+ "src": "50:9:103",
355
355
  "type": ""
356
356
  },
357
357
  {
358
358
  "name": "dataEnd",
359
359
  "nodeType": "YulTypedName",
360
- "src": "61:7:104",
360
+ "src": "61:7:103",
361
361
  "type": ""
362
362
  }
363
363
  ],
@@ -365,31 +365,31 @@
365
365
  {
366
366
  "name": "value0",
367
367
  "nodeType": "YulTypedName",
368
- "src": "73:6:104",
368
+ "src": "73:6:103",
369
369
  "type": ""
370
370
  }
371
371
  ],
372
- "src": "14:286:104"
372
+ "src": "14:286:103"
373
373
  },
374
374
  {
375
375
  "body": {
376
376
  "nodeType": "YulBlock",
377
- "src": "406:102:104",
377
+ "src": "406:102:103",
378
378
  "statements": [
379
379
  {
380
380
  "nodeType": "YulAssignment",
381
- "src": "416:26:104",
381
+ "src": "416:26:103",
382
382
  "value": {
383
383
  "arguments": [
384
384
  {
385
385
  "name": "headStart",
386
386
  "nodeType": "YulIdentifier",
387
- "src": "428:9:104"
387
+ "src": "428:9:103"
388
388
  },
389
389
  {
390
390
  "kind": "number",
391
391
  "nodeType": "YulLiteral",
392
- "src": "439:2:104",
392
+ "src": "439:2:103",
393
393
  "type": "",
394
394
  "value": "32"
395
395
  }
@@ -397,16 +397,16 @@
397
397
  "functionName": {
398
398
  "name": "add",
399
399
  "nodeType": "YulIdentifier",
400
- "src": "424:3:104"
400
+ "src": "424:3:103"
401
401
  },
402
402
  "nodeType": "YulFunctionCall",
403
- "src": "424:18:104"
403
+ "src": "424:18:103"
404
404
  },
405
405
  "variableNames": [
406
406
  {
407
407
  "name": "tail",
408
408
  "nodeType": "YulIdentifier",
409
- "src": "416:4:104"
409
+ "src": "416:4:103"
410
410
  }
411
411
  ]
412
412
  },
@@ -416,14 +416,14 @@
416
416
  {
417
417
  "name": "headStart",
418
418
  "nodeType": "YulIdentifier",
419
- "src": "458:9:104"
419
+ "src": "458:9:103"
420
420
  },
421
421
  {
422
422
  "arguments": [
423
423
  {
424
424
  "name": "value0",
425
425
  "nodeType": "YulIdentifier",
426
- "src": "473:6:104"
426
+ "src": "473:6:103"
427
427
  },
428
428
  {
429
429
  "arguments": [
@@ -432,14 +432,14 @@
432
432
  {
433
433
  "kind": "number",
434
434
  "nodeType": "YulLiteral",
435
- "src": "489:3:104",
435
+ "src": "489:3:103",
436
436
  "type": "",
437
437
  "value": "160"
438
438
  },
439
439
  {
440
440
  "kind": "number",
441
441
  "nodeType": "YulLiteral",
442
- "src": "494:1:104",
442
+ "src": "494:1:103",
443
443
  "type": "",
444
444
  "value": "1"
445
445
  }
@@ -447,15 +447,15 @@
447
447
  "functionName": {
448
448
  "name": "shl",
449
449
  "nodeType": "YulIdentifier",
450
- "src": "485:3:104"
450
+ "src": "485:3:103"
451
451
  },
452
452
  "nodeType": "YulFunctionCall",
453
- "src": "485:11:104"
453
+ "src": "485:11:103"
454
454
  },
455
455
  {
456
456
  "kind": "number",
457
457
  "nodeType": "YulLiteral",
458
- "src": "498:1:104",
458
+ "src": "498:1:103",
459
459
  "type": "",
460
460
  "value": "1"
461
461
  }
@@ -463,31 +463,31 @@
463
463
  "functionName": {
464
464
  "name": "sub",
465
465
  "nodeType": "YulIdentifier",
466
- "src": "481:3:104"
466
+ "src": "481:3:103"
467
467
  },
468
468
  "nodeType": "YulFunctionCall",
469
- "src": "481:19:104"
469
+ "src": "481:19:103"
470
470
  }
471
471
  ],
472
472
  "functionName": {
473
473
  "name": "and",
474
474
  "nodeType": "YulIdentifier",
475
- "src": "469:3:104"
475
+ "src": "469:3:103"
476
476
  },
477
477
  "nodeType": "YulFunctionCall",
478
- "src": "469:32:104"
478
+ "src": "469:32:103"
479
479
  }
480
480
  ],
481
481
  "functionName": {
482
482
  "name": "mstore",
483
483
  "nodeType": "YulIdentifier",
484
- "src": "451:6:104"
484
+ "src": "451:6:103"
485
485
  },
486
486
  "nodeType": "YulFunctionCall",
487
- "src": "451:51:104"
487
+ "src": "451:51:103"
488
488
  },
489
489
  "nodeType": "YulExpressionStatement",
490
- "src": "451:51:104"
490
+ "src": "451:51:103"
491
491
  }
492
492
  ]
493
493
  },
@@ -497,13 +497,13 @@
497
497
  {
498
498
  "name": "headStart",
499
499
  "nodeType": "YulTypedName",
500
- "src": "375:9:104",
500
+ "src": "375:9:103",
501
501
  "type": ""
502
502
  },
503
503
  {
504
504
  "name": "value0",
505
505
  "nodeType": "YulTypedName",
506
- "src": "386:6:104",
506
+ "src": "386:6:103",
507
507
  "type": ""
508
508
  }
509
509
  ],
@@ -511,16 +511,16 @@
511
511
  {
512
512
  "name": "tail",
513
513
  "nodeType": "YulTypedName",
514
- "src": "397:4:104",
514
+ "src": "397:4:103",
515
515
  "type": ""
516
516
  }
517
517
  ],
518
- "src": "305:203:104"
518
+ "src": "305:203:103"
519
519
  },
520
520
  {
521
521
  "body": {
522
522
  "nodeType": "YulBlock",
523
- "src": "687:173:104",
523
+ "src": "687:173:103",
524
524
  "statements": [
525
525
  {
526
526
  "expression": {
@@ -528,12 +528,12 @@
528
528
  {
529
529
  "name": "headStart",
530
530
  "nodeType": "YulIdentifier",
531
- "src": "704:9:104"
531
+ "src": "704:9:103"
532
532
  },
533
533
  {
534
534
  "kind": "number",
535
535
  "nodeType": "YulLiteral",
536
- "src": "715:2:104",
536
+ "src": "715:2:103",
537
537
  "type": "",
538
538
  "value": "32"
539
539
  }
@@ -541,13 +541,13 @@
541
541
  "functionName": {
542
542
  "name": "mstore",
543
543
  "nodeType": "YulIdentifier",
544
- "src": "697:6:104"
544
+ "src": "697:6:103"
545
545
  },
546
546
  "nodeType": "YulFunctionCall",
547
- "src": "697:21:104"
547
+ "src": "697:21:103"
548
548
  },
549
549
  "nodeType": "YulExpressionStatement",
550
- "src": "697:21:104"
550
+ "src": "697:21:103"
551
551
  },
552
552
  {
553
553
  "expression": {
@@ -557,12 +557,12 @@
557
557
  {
558
558
  "name": "headStart",
559
559
  "nodeType": "YulIdentifier",
560
- "src": "738:9:104"
560
+ "src": "738:9:103"
561
561
  },
562
562
  {
563
563
  "kind": "number",
564
564
  "nodeType": "YulLiteral",
565
- "src": "749:2:104",
565
+ "src": "749:2:103",
566
566
  "type": "",
567
567
  "value": "32"
568
568
  }
@@ -570,15 +570,15 @@
570
570
  "functionName": {
571
571
  "name": "add",
572
572
  "nodeType": "YulIdentifier",
573
- "src": "734:3:104"
573
+ "src": "734:3:103"
574
574
  },
575
575
  "nodeType": "YulFunctionCall",
576
- "src": "734:18:104"
576
+ "src": "734:18:103"
577
577
  },
578
578
  {
579
579
  "kind": "number",
580
580
  "nodeType": "YulLiteral",
581
- "src": "754:2:104",
581
+ "src": "754:2:103",
582
582
  "type": "",
583
583
  "value": "23"
584
584
  }
@@ -586,13 +586,13 @@
586
586
  "functionName": {
587
587
  "name": "mstore",
588
588
  "nodeType": "YulIdentifier",
589
- "src": "727:6:104"
589
+ "src": "727:6:103"
590
590
  },
591
591
  "nodeType": "YulFunctionCall",
592
- "src": "727:30:104"
592
+ "src": "727:30:103"
593
593
  },
594
594
  "nodeType": "YulExpressionStatement",
595
- "src": "727:30:104"
595
+ "src": "727:30:103"
596
596
  },
597
597
  {
598
598
  "expression": {
@@ -602,12 +602,12 @@
602
602
  {
603
603
  "name": "headStart",
604
604
  "nodeType": "YulIdentifier",
605
- "src": "777:9:104"
605
+ "src": "777:9:103"
606
606
  },
607
607
  {
608
608
  "kind": "number",
609
609
  "nodeType": "YulLiteral",
610
- "src": "788:2:104",
610
+ "src": "788:2:103",
611
611
  "type": "",
612
612
  "value": "64"
613
613
  }
@@ -615,16 +615,16 @@
615
615
  "functionName": {
616
616
  "name": "add",
617
617
  "nodeType": "YulIdentifier",
618
- "src": "773:3:104"
618
+ "src": "773:3:103"
619
619
  },
620
620
  "nodeType": "YulFunctionCall",
621
- "src": "773:18:104"
621
+ "src": "773:18:103"
622
622
  },
623
623
  {
624
624
  "hexValue": "5555505350726f78793a207a65726f2061646472657373",
625
625
  "kind": "string",
626
626
  "nodeType": "YulLiteral",
627
- "src": "793:25:104",
627
+ "src": "793:25:103",
628
628
  "type": "",
629
629
  "value": "UUPSProxy: zero address"
630
630
  }
@@ -632,28 +632,28 @@
632
632
  "functionName": {
633
633
  "name": "mstore",
634
634
  "nodeType": "YulIdentifier",
635
- "src": "766:6:104"
635
+ "src": "766:6:103"
636
636
  },
637
637
  "nodeType": "YulFunctionCall",
638
- "src": "766:53:104"
638
+ "src": "766:53:103"
639
639
  },
640
640
  "nodeType": "YulExpressionStatement",
641
- "src": "766:53:104"
641
+ "src": "766:53:103"
642
642
  },
643
643
  {
644
644
  "nodeType": "YulAssignment",
645
- "src": "828:26:104",
645
+ "src": "828:26:103",
646
646
  "value": {
647
647
  "arguments": [
648
648
  {
649
649
  "name": "headStart",
650
650
  "nodeType": "YulIdentifier",
651
- "src": "840:9:104"
651
+ "src": "840:9:103"
652
652
  },
653
653
  {
654
654
  "kind": "number",
655
655
  "nodeType": "YulLiteral",
656
- "src": "851:2:104",
656
+ "src": "851:2:103",
657
657
  "type": "",
658
658
  "value": "96"
659
659
  }
@@ -661,16 +661,16 @@
661
661
  "functionName": {
662
662
  "name": "add",
663
663
  "nodeType": "YulIdentifier",
664
- "src": "836:3:104"
664
+ "src": "836:3:103"
665
665
  },
666
666
  "nodeType": "YulFunctionCall",
667
- "src": "836:18:104"
667
+ "src": "836:18:103"
668
668
  },
669
669
  "variableNames": [
670
670
  {
671
671
  "name": "tail",
672
672
  "nodeType": "YulIdentifier",
673
- "src": "828:4:104"
673
+ "src": "828:4:103"
674
674
  }
675
675
  ]
676
676
  }
@@ -682,7 +682,7 @@
682
682
  {
683
683
  "name": "headStart",
684
684
  "nodeType": "YulTypedName",
685
- "src": "664:9:104",
685
+ "src": "664:9:103",
686
686
  "type": ""
687
687
  }
688
688
  ],
@@ -690,16 +690,16 @@
690
690
  {
691
691
  "name": "tail",
692
692
  "nodeType": "YulTypedName",
693
- "src": "678:4:104",
693
+ "src": "678:4:103",
694
694
  "type": ""
695
695
  }
696
696
  ],
697
- "src": "513:347:104"
697
+ "src": "513:347:103"
698
698
  },
699
699
  {
700
700
  "body": {
701
701
  "nodeType": "YulBlock",
702
- "src": "1039:180:104",
702
+ "src": "1039:180:103",
703
703
  "statements": [
704
704
  {
705
705
  "expression": {
@@ -707,12 +707,12 @@
707
707
  {
708
708
  "name": "headStart",
709
709
  "nodeType": "YulIdentifier",
710
- "src": "1056:9:104"
710
+ "src": "1056:9:103"
711
711
  },
712
712
  {
713
713
  "kind": "number",
714
714
  "nodeType": "YulLiteral",
715
- "src": "1067:2:104",
715
+ "src": "1067:2:103",
716
716
  "type": "",
717
717
  "value": "32"
718
718
  }
@@ -720,13 +720,13 @@
720
720
  "functionName": {
721
721
  "name": "mstore",
722
722
  "nodeType": "YulIdentifier",
723
- "src": "1049:6:104"
723
+ "src": "1049:6:103"
724
724
  },
725
725
  "nodeType": "YulFunctionCall",
726
- "src": "1049:21:104"
726
+ "src": "1049:21:103"
727
727
  },
728
728
  "nodeType": "YulExpressionStatement",
729
- "src": "1049:21:104"
729
+ "src": "1049:21:103"
730
730
  },
731
731
  {
732
732
  "expression": {
@@ -736,12 +736,12 @@
736
736
  {
737
737
  "name": "headStart",
738
738
  "nodeType": "YulIdentifier",
739
- "src": "1090:9:104"
739
+ "src": "1090:9:103"
740
740
  },
741
741
  {
742
742
  "kind": "number",
743
743
  "nodeType": "YulLiteral",
744
- "src": "1101:2:104",
744
+ "src": "1101:2:103",
745
745
  "type": "",
746
746
  "value": "32"
747
747
  }
@@ -749,15 +749,15 @@
749
749
  "functionName": {
750
750
  "name": "add",
751
751
  "nodeType": "YulIdentifier",
752
- "src": "1086:3:104"
752
+ "src": "1086:3:103"
753
753
  },
754
754
  "nodeType": "YulFunctionCall",
755
- "src": "1086:18:104"
755
+ "src": "1086:18:103"
756
756
  },
757
757
  {
758
758
  "kind": "number",
759
759
  "nodeType": "YulLiteral",
760
- "src": "1106:2:104",
760
+ "src": "1106:2:103",
761
761
  "type": "",
762
762
  "value": "30"
763
763
  }
@@ -765,13 +765,13 @@
765
765
  "functionName": {
766
766
  "name": "mstore",
767
767
  "nodeType": "YulIdentifier",
768
- "src": "1079:6:104"
768
+ "src": "1079:6:103"
769
769
  },
770
770
  "nodeType": "YulFunctionCall",
771
- "src": "1079:30:104"
771
+ "src": "1079:30:103"
772
772
  },
773
773
  "nodeType": "YulExpressionStatement",
774
- "src": "1079:30:104"
774
+ "src": "1079:30:103"
775
775
  },
776
776
  {
777
777
  "expression": {
@@ -781,12 +781,12 @@
781
781
  {
782
782
  "name": "headStart",
783
783
  "nodeType": "YulIdentifier",
784
- "src": "1129:9:104"
784
+ "src": "1129:9:103"
785
785
  },
786
786
  {
787
787
  "kind": "number",
788
788
  "nodeType": "YulLiteral",
789
- "src": "1140:2:104",
789
+ "src": "1140:2:103",
790
790
  "type": "",
791
791
  "value": "64"
792
792
  }
@@ -794,16 +794,16 @@
794
794
  "functionName": {
795
795
  "name": "add",
796
796
  "nodeType": "YulIdentifier",
797
- "src": "1125:3:104"
797
+ "src": "1125:3:103"
798
798
  },
799
799
  "nodeType": "YulFunctionCall",
800
- "src": "1125:18:104"
800
+ "src": "1125:18:103"
801
801
  },
802
802
  {
803
803
  "hexValue": "5555505350726f78793a20616c726561647920696e697469616c697a6564",
804
804
  "kind": "string",
805
805
  "nodeType": "YulLiteral",
806
- "src": "1145:32:104",
806
+ "src": "1145:32:103",
807
807
  "type": "",
808
808
  "value": "UUPSProxy: already initialized"
809
809
  }
@@ -811,28 +811,28 @@
811
811
  "functionName": {
812
812
  "name": "mstore",
813
813
  "nodeType": "YulIdentifier",
814
- "src": "1118:6:104"
814
+ "src": "1118:6:103"
815
815
  },
816
816
  "nodeType": "YulFunctionCall",
817
- "src": "1118:60:104"
817
+ "src": "1118:60:103"
818
818
  },
819
819
  "nodeType": "YulExpressionStatement",
820
- "src": "1118:60:104"
820
+ "src": "1118:60:103"
821
821
  },
822
822
  {
823
823
  "nodeType": "YulAssignment",
824
- "src": "1187:26:104",
824
+ "src": "1187:26:103",
825
825
  "value": {
826
826
  "arguments": [
827
827
  {
828
828
  "name": "headStart",
829
829
  "nodeType": "YulIdentifier",
830
- "src": "1199:9:104"
830
+ "src": "1199:9:103"
831
831
  },
832
832
  {
833
833
  "kind": "number",
834
834
  "nodeType": "YulLiteral",
835
- "src": "1210:2:104",
835
+ "src": "1210:2:103",
836
836
  "type": "",
837
837
  "value": "96"
838
838
  }
@@ -840,16 +840,16 @@
840
840
  "functionName": {
841
841
  "name": "add",
842
842
  "nodeType": "YulIdentifier",
843
- "src": "1195:3:104"
843
+ "src": "1195:3:103"
844
844
  },
845
845
  "nodeType": "YulFunctionCall",
846
- "src": "1195:18:104"
846
+ "src": "1195:18:103"
847
847
  },
848
848
  "variableNames": [
849
849
  {
850
850
  "name": "tail",
851
851
  "nodeType": "YulIdentifier",
852
- "src": "1187:4:104"
852
+ "src": "1187:4:103"
853
853
  }
854
854
  ]
855
855
  }
@@ -861,7 +861,7 @@
861
861
  {
862
862
  "name": "headStart",
863
863
  "nodeType": "YulTypedName",
864
- "src": "1016:9:104",
864
+ "src": "1016:9:103",
865
865
  "type": ""
866
866
  }
867
867
  ],
@@ -869,16 +869,16 @@
869
869
  {
870
870
  "name": "tail",
871
871
  "nodeType": "YulTypedName",
872
- "src": "1030:4:104",
872
+ "src": "1030:4:103",
873
873
  "type": ""
874
874
  }
875
875
  ],
876
- "src": "865:354:104"
876
+ "src": "865:354:103"
877
877
  },
878
878
  {
879
879
  "body": {
880
880
  "nodeType": "YulBlock",
881
- "src": "1398:228:104",
881
+ "src": "1398:228:103",
882
882
  "statements": [
883
883
  {
884
884
  "expression": {
@@ -886,12 +886,12 @@
886
886
  {
887
887
  "name": "headStart",
888
888
  "nodeType": "YulIdentifier",
889
- "src": "1415:9:104"
889
+ "src": "1415:9:103"
890
890
  },
891
891
  {
892
892
  "kind": "number",
893
893
  "nodeType": "YulLiteral",
894
- "src": "1426:2:104",
894
+ "src": "1426:2:103",
895
895
  "type": "",
896
896
  "value": "32"
897
897
  }
@@ -899,13 +899,13 @@
899
899
  "functionName": {
900
900
  "name": "mstore",
901
901
  "nodeType": "YulIdentifier",
902
- "src": "1408:6:104"
902
+ "src": "1408:6:103"
903
903
  },
904
904
  "nodeType": "YulFunctionCall",
905
- "src": "1408:21:104"
905
+ "src": "1408:21:103"
906
906
  },
907
907
  "nodeType": "YulExpressionStatement",
908
- "src": "1408:21:104"
908
+ "src": "1408:21:103"
909
909
  },
910
910
  {
911
911
  "expression": {
@@ -915,12 +915,12 @@
915
915
  {
916
916
  "name": "headStart",
917
917
  "nodeType": "YulIdentifier",
918
- "src": "1449:9:104"
918
+ "src": "1449:9:103"
919
919
  },
920
920
  {
921
921
  "kind": "number",
922
922
  "nodeType": "YulLiteral",
923
- "src": "1460:2:104",
923
+ "src": "1460:2:103",
924
924
  "type": "",
925
925
  "value": "32"
926
926
  }
@@ -928,15 +928,15 @@
928
928
  "functionName": {
929
929
  "name": "add",
930
930
  "nodeType": "YulIdentifier",
931
- "src": "1445:3:104"
931
+ "src": "1445:3:103"
932
932
  },
933
933
  "nodeType": "YulFunctionCall",
934
- "src": "1445:18:104"
934
+ "src": "1445:18:103"
935
935
  },
936
936
  {
937
937
  "kind": "number",
938
938
  "nodeType": "YulLiteral",
939
- "src": "1465:2:104",
939
+ "src": "1465:2:103",
940
940
  "type": "",
941
941
  "value": "38"
942
942
  }
@@ -944,13 +944,13 @@
944
944
  "functionName": {
945
945
  "name": "mstore",
946
946
  "nodeType": "YulIdentifier",
947
- "src": "1438:6:104"
947
+ "src": "1438:6:103"
948
948
  },
949
949
  "nodeType": "YulFunctionCall",
950
- "src": "1438:30:104"
950
+ "src": "1438:30:103"
951
951
  },
952
952
  "nodeType": "YulExpressionStatement",
953
- "src": "1438:30:104"
953
+ "src": "1438:30:103"
954
954
  },
955
955
  {
956
956
  "expression": {
@@ -960,12 +960,12 @@
960
960
  {
961
961
  "name": "headStart",
962
962
  "nodeType": "YulIdentifier",
963
- "src": "1488:9:104"
963
+ "src": "1488:9:103"
964
964
  },
965
965
  {
966
966
  "kind": "number",
967
967
  "nodeType": "YulLiteral",
968
- "src": "1499:2:104",
968
+ "src": "1499:2:103",
969
969
  "type": "",
970
970
  "value": "64"
971
971
  }
@@ -973,16 +973,16 @@
973
973
  "functionName": {
974
974
  "name": "add",
975
975
  "nodeType": "YulIdentifier",
976
- "src": "1484:3:104"
976
+ "src": "1484:3:103"
977
977
  },
978
978
  "nodeType": "YulFunctionCall",
979
- "src": "1484:18:104"
979
+ "src": "1484:18:103"
980
980
  },
981
981
  {
982
982
  "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
983
983
  "kind": "string",
984
984
  "nodeType": "YulLiteral",
985
- "src": "1504:34:104",
985
+ "src": "1504:34:103",
986
986
  "type": "",
987
987
  "value": "Ownable: new owner is the zero a"
988
988
  }
@@ -990,13 +990,13 @@
990
990
  "functionName": {
991
991
  "name": "mstore",
992
992
  "nodeType": "YulIdentifier",
993
- "src": "1477:6:104"
993
+ "src": "1477:6:103"
994
994
  },
995
995
  "nodeType": "YulFunctionCall",
996
- "src": "1477:62:104"
996
+ "src": "1477:62:103"
997
997
  },
998
998
  "nodeType": "YulExpressionStatement",
999
- "src": "1477:62:104"
999
+ "src": "1477:62:103"
1000
1000
  },
1001
1001
  {
1002
1002
  "expression": {
@@ -1006,12 +1006,12 @@
1006
1006
  {
1007
1007
  "name": "headStart",
1008
1008
  "nodeType": "YulIdentifier",
1009
- "src": "1559:9:104"
1009
+ "src": "1559:9:103"
1010
1010
  },
1011
1011
  {
1012
1012
  "kind": "number",
1013
1013
  "nodeType": "YulLiteral",
1014
- "src": "1570:2:104",
1014
+ "src": "1570:2:103",
1015
1015
  "type": "",
1016
1016
  "value": "96"
1017
1017
  }
@@ -1019,16 +1019,16 @@
1019
1019
  "functionName": {
1020
1020
  "name": "add",
1021
1021
  "nodeType": "YulIdentifier",
1022
- "src": "1555:3:104"
1022
+ "src": "1555:3:103"
1023
1023
  },
1024
1024
  "nodeType": "YulFunctionCall",
1025
- "src": "1555:18:104"
1025
+ "src": "1555:18:103"
1026
1026
  },
1027
1027
  {
1028
1028
  "hexValue": "646472657373",
1029
1029
  "kind": "string",
1030
1030
  "nodeType": "YulLiteral",
1031
- "src": "1575:8:104",
1031
+ "src": "1575:8:103",
1032
1032
  "type": "",
1033
1033
  "value": "ddress"
1034
1034
  }
@@ -1036,28 +1036,28 @@
1036
1036
  "functionName": {
1037
1037
  "name": "mstore",
1038
1038
  "nodeType": "YulIdentifier",
1039
- "src": "1548:6:104"
1039
+ "src": "1548:6:103"
1040
1040
  },
1041
1041
  "nodeType": "YulFunctionCall",
1042
- "src": "1548:36:104"
1042
+ "src": "1548:36:103"
1043
1043
  },
1044
1044
  "nodeType": "YulExpressionStatement",
1045
- "src": "1548:36:104"
1045
+ "src": "1548:36:103"
1046
1046
  },
1047
1047
  {
1048
1048
  "nodeType": "YulAssignment",
1049
- "src": "1593:27:104",
1049
+ "src": "1593:27:103",
1050
1050
  "value": {
1051
1051
  "arguments": [
1052
1052
  {
1053
1053
  "name": "headStart",
1054
1054
  "nodeType": "YulIdentifier",
1055
- "src": "1605:9:104"
1055
+ "src": "1605:9:103"
1056
1056
  },
1057
1057
  {
1058
1058
  "kind": "number",
1059
1059
  "nodeType": "YulLiteral",
1060
- "src": "1616:3:104",
1060
+ "src": "1616:3:103",
1061
1061
  "type": "",
1062
1062
  "value": "128"
1063
1063
  }
@@ -1065,16 +1065,16 @@
1065
1065
  "functionName": {
1066
1066
  "name": "add",
1067
1067
  "nodeType": "YulIdentifier",
1068
- "src": "1601:3:104"
1068
+ "src": "1601:3:103"
1069
1069
  },
1070
1070
  "nodeType": "YulFunctionCall",
1071
- "src": "1601:19:104"
1071
+ "src": "1601:19:103"
1072
1072
  },
1073
1073
  "variableNames": [
1074
1074
  {
1075
1075
  "name": "tail",
1076
1076
  "nodeType": "YulIdentifier",
1077
- "src": "1593:4:104"
1077
+ "src": "1593:4:103"
1078
1078
  }
1079
1079
  ]
1080
1080
  }
@@ -1086,7 +1086,7 @@
1086
1086
  {
1087
1087
  "name": "headStart",
1088
1088
  "nodeType": "YulTypedName",
1089
- "src": "1375:9:104",
1089
+ "src": "1375:9:103",
1090
1090
  "type": ""
1091
1091
  }
1092
1092
  ],
@@ -1094,16 +1094,16 @@
1094
1094
  {
1095
1095
  "name": "tail",
1096
1096
  "nodeType": "YulTypedName",
1097
- "src": "1389:4:104",
1097
+ "src": "1389:4:103",
1098
1098
  "type": ""
1099
1099
  }
1100
1100
  ],
1101
- "src": "1224:402:104"
1101
+ "src": "1224:402:103"
1102
1102
  },
1103
1103
  {
1104
1104
  "body": {
1105
1105
  "nodeType": "YulBlock",
1106
- "src": "1805:182:104",
1106
+ "src": "1805:182:103",
1107
1107
  "statements": [
1108
1108
  {
1109
1109
  "expression": {
@@ -1111,12 +1111,12 @@
1111
1111
  {
1112
1112
  "name": "headStart",
1113
1113
  "nodeType": "YulIdentifier",
1114
- "src": "1822:9:104"
1114
+ "src": "1822:9:103"
1115
1115
  },
1116
1116
  {
1117
1117
  "kind": "number",
1118
1118
  "nodeType": "YulLiteral",
1119
- "src": "1833:2:104",
1119
+ "src": "1833:2:103",
1120
1120
  "type": "",
1121
1121
  "value": "32"
1122
1122
  }
@@ -1124,13 +1124,13 @@
1124
1124
  "functionName": {
1125
1125
  "name": "mstore",
1126
1126
  "nodeType": "YulIdentifier",
1127
- "src": "1815:6:104"
1127
+ "src": "1815:6:103"
1128
1128
  },
1129
1129
  "nodeType": "YulFunctionCall",
1130
- "src": "1815:21:104"
1130
+ "src": "1815:21:103"
1131
1131
  },
1132
1132
  "nodeType": "YulExpressionStatement",
1133
- "src": "1815:21:104"
1133
+ "src": "1815:21:103"
1134
1134
  },
1135
1135
  {
1136
1136
  "expression": {
@@ -1140,12 +1140,12 @@
1140
1140
  {
1141
1141
  "name": "headStart",
1142
1142
  "nodeType": "YulIdentifier",
1143
- "src": "1856:9:104"
1143
+ "src": "1856:9:103"
1144
1144
  },
1145
1145
  {
1146
1146
  "kind": "number",
1147
1147
  "nodeType": "YulLiteral",
1148
- "src": "1867:2:104",
1148
+ "src": "1867:2:103",
1149
1149
  "type": "",
1150
1150
  "value": "32"
1151
1151
  }
@@ -1153,15 +1153,15 @@
1153
1153
  "functionName": {
1154
1154
  "name": "add",
1155
1155
  "nodeType": "YulIdentifier",
1156
- "src": "1852:3:104"
1156
+ "src": "1852:3:103"
1157
1157
  },
1158
1158
  "nodeType": "YulFunctionCall",
1159
- "src": "1852:18:104"
1159
+ "src": "1852:18:103"
1160
1160
  },
1161
1161
  {
1162
1162
  "kind": "number",
1163
1163
  "nodeType": "YulLiteral",
1164
- "src": "1872:2:104",
1164
+ "src": "1872:2:103",
1165
1165
  "type": "",
1166
1166
  "value": "32"
1167
1167
  }
@@ -1169,13 +1169,13 @@
1169
1169
  "functionName": {
1170
1170
  "name": "mstore",
1171
1171
  "nodeType": "YulIdentifier",
1172
- "src": "1845:6:104"
1172
+ "src": "1845:6:103"
1173
1173
  },
1174
1174
  "nodeType": "YulFunctionCall",
1175
- "src": "1845:30:104"
1175
+ "src": "1845:30:103"
1176
1176
  },
1177
1177
  "nodeType": "YulExpressionStatement",
1178
- "src": "1845:30:104"
1178
+ "src": "1845:30:103"
1179
1179
  },
1180
1180
  {
1181
1181
  "expression": {
@@ -1185,12 +1185,12 @@
1185
1185
  {
1186
1186
  "name": "headStart",
1187
1187
  "nodeType": "YulIdentifier",
1188
- "src": "1895:9:104"
1188
+ "src": "1895:9:103"
1189
1189
  },
1190
1190
  {
1191
1191
  "kind": "number",
1192
1192
  "nodeType": "YulLiteral",
1193
- "src": "1906:2:104",
1193
+ "src": "1906:2:103",
1194
1194
  "type": "",
1195
1195
  "value": "64"
1196
1196
  }
@@ -1198,16 +1198,16 @@
1198
1198
  "functionName": {
1199
1199
  "name": "add",
1200
1200
  "nodeType": "YulIdentifier",
1201
- "src": "1891:3:104"
1201
+ "src": "1891:3:103"
1202
1202
  },
1203
1203
  "nodeType": "YulFunctionCall",
1204
- "src": "1891:18:104"
1204
+ "src": "1891:18:103"
1205
1205
  },
1206
1206
  {
1207
1207
  "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
1208
1208
  "kind": "string",
1209
1209
  "nodeType": "YulLiteral",
1210
- "src": "1911:34:104",
1210
+ "src": "1911:34:103",
1211
1211
  "type": "",
1212
1212
  "value": "Ownable: caller is not the owner"
1213
1213
  }
@@ -1215,28 +1215,28 @@
1215
1215
  "functionName": {
1216
1216
  "name": "mstore",
1217
1217
  "nodeType": "YulIdentifier",
1218
- "src": "1884:6:104"
1218
+ "src": "1884:6:103"
1219
1219
  },
1220
1220
  "nodeType": "YulFunctionCall",
1221
- "src": "1884:62:104"
1221
+ "src": "1884:62:103"
1222
1222
  },
1223
1223
  "nodeType": "YulExpressionStatement",
1224
- "src": "1884:62:104"
1224
+ "src": "1884:62:103"
1225
1225
  },
1226
1226
  {
1227
1227
  "nodeType": "YulAssignment",
1228
- "src": "1955:26:104",
1228
+ "src": "1955:26:103",
1229
1229
  "value": {
1230
1230
  "arguments": [
1231
1231
  {
1232
1232
  "name": "headStart",
1233
1233
  "nodeType": "YulIdentifier",
1234
- "src": "1967:9:104"
1234
+ "src": "1967:9:103"
1235
1235
  },
1236
1236
  {
1237
1237
  "kind": "number",
1238
1238
  "nodeType": "YulLiteral",
1239
- "src": "1978:2:104",
1239
+ "src": "1978:2:103",
1240
1240
  "type": "",
1241
1241
  "value": "96"
1242
1242
  }
@@ -1244,16 +1244,16 @@
1244
1244
  "functionName": {
1245
1245
  "name": "add",
1246
1246
  "nodeType": "YulIdentifier",
1247
- "src": "1963:3:104"
1247
+ "src": "1963:3:103"
1248
1248
  },
1249
1249
  "nodeType": "YulFunctionCall",
1250
- "src": "1963:18:104"
1250
+ "src": "1963:18:103"
1251
1251
  },
1252
1252
  "variableNames": [
1253
1253
  {
1254
1254
  "name": "tail",
1255
1255
  "nodeType": "YulIdentifier",
1256
- "src": "1955:4:104"
1256
+ "src": "1955:4:103"
1257
1257
  }
1258
1258
  ]
1259
1259
  }
@@ -1265,7 +1265,7 @@
1265
1265
  {
1266
1266
  "name": "headStart",
1267
1267
  "nodeType": "YulTypedName",
1268
- "src": "1782:9:104",
1268
+ "src": "1782:9:103",
1269
1269
  "type": ""
1270
1270
  }
1271
1271
  ],
@@ -1273,22 +1273,22 @@
1273
1273
  {
1274
1274
  "name": "tail",
1275
1275
  "nodeType": "YulTypedName",
1276
- "src": "1796:4:104",
1276
+ "src": "1796:4:103",
1277
1277
  "type": ""
1278
1278
  }
1279
1279
  ],
1280
- "src": "1631:356:104"
1280
+ "src": "1631:356:103"
1281
1281
  }
1282
1282
  ]
1283
1283
  },
1284
1284
  "contents": "{\n { }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_ddef727975921b7952b7e20fd4290233907fcf50863b08b5223d979ede27321e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 23)\n mstore(add(headStart, 64), \"UUPSProxy: zero address\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b83493ae559d613bdaa11f876d4e817b661ed75187e4a486b85abafea5a50e6c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"UUPSProxy: already initialized\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n}",
1285
- "id": 104,
1285
+ "id": 103,
1286
1286
  "language": "Yul",
1287
1287
  "name": "#utility.yul"
1288
1288
  }
1289
1289
  ],
1290
1290
  "sourceMap": "654:62:34:-:0;;;;;;;;;;;;-1:-1:-1;936:32:4;719:10:16;936:18:4;:32::i;:::-;654:62:34;;2433:187:4;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:4;;;-1:-1:-1;;;;;;2541:17:4;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;654:62:34:-;;;;;;;",
1291
- "deployedSourceMap": "654:62:34:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;654:62:34;;2675:11:5;:9;:11::i;897:285:91:-;;;;;;;;;;-1:-1:-1;897:285:91;;;;;:::i;:::-;;:::i;1831:101:4:-;;;;;;;;;;;;;:::i;1201:85::-;;;;;;;;;;-1:-1:-1;1247:7:4;1273:6;1201:85;;;-1:-1:-1;;;;;1273:6:4;;;451:51:104;;1201:85:4;;;;;439:2:104;1201:85:4;;;2081:198;;;;;;;;;;-1:-1:-1;2081:198:4;;;;;:::i;:::-;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;897:285:91:-;-1:-1:-1;;;;;973:28:91;;965:64;;;;-1:-1:-1;;;965:64:91;;715:2:104;965:64:91;;;697:21:104;754:2;734:18;;;727:30;793:25;773:18;;;766:53;836:18;;965:64:91;;;;;;;;;1085:1;1047:26;751:20:92;745:27;;618:170;1047:26:91;-1:-1:-1;;;;;1047:40:91;;1039:83;;;;-1:-1:-1;;;1039:83:91;;1067:2:104;1039:83:91;;;1049:21:104;1106:2;1086:18;;;1079:30;1145:32;1125:18;;;1118:60;1195:18;;1039:83:91;865:354:104;1039:83:91;1132:43;1160:14;988:20:92;964:87;839:228;1132:43:91;897:285;:::o;1831:101:4:-;1094:13;:11;:13::i;:::-;1895:30:::1;1922:1;1895:18;:30::i;2081:198::-:0;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2169:22:4;::::1;2161:73;;;::::0;-1:-1:-1;;;2161:73:4;;1426:2:104;2161:73:4::1;::::0;::::1;1408:21:104::0;1465:2;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;-1:-1:-1;;;1555:18:104;;;1548:36;1601:19;;2161:73:4::1;1224:402:104::0;2161:73:4::1;2244:28;2263:8;2244:18;:28::i;1238:130:91:-:0;1305:7;1335:26;751:20:92;745:27;;618:170;1335:26:91;1328:33;;1238:130;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;1359:130:4;1247:7;1273:6;-1:-1:-1;;;;;1273:6:4;719:10:16;1422:23:4;1414:68;;;;-1:-1:-1;;;1414:68:4;;1833:2:104;1414:68:4;;;1815:21:104;;;1852:18;;;1845:30;1911:34;1891:18;;;1884:62;1963:18;;1414:68:4;1631:356:104;2433:187:4;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:4;;;-1:-1:-1;;;;;;2541:17:4;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;14:286:104:-;73:6;126:2;114:9;105:7;101:23;97:32;94:52;;;142:1;139;132:12;94:52;168:23;;-1:-1:-1;;;;;220:31:104;;210:42;;200:70;;266:1;263;256:12;200:70;289:5;14:286;-1:-1:-1;;;14:286:104:o",
1291
+ "deployedSourceMap": "654:62:34:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;654:62:34;;2675:11:5;:9;:11::i;897:285:91:-;;;;;;;;;;-1:-1:-1;897:285:91;;;;;:::i;:::-;;:::i;1831:101:4:-;;;;;;;;;;;;;:::i;1201:85::-;;;;;;;;;;-1:-1:-1;1247:7:4;1273:6;1201:85;;;-1:-1:-1;;;;;1273:6:4;;;451:51:103;;1201:85:4;;;;;439:2:103;1201:85:4;;;2081:198;;;;;;;;;;-1:-1:-1;2081:198:4;;;;;:::i;:::-;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;897:285:91:-;-1:-1:-1;;;;;973:28:91;;965:64;;;;-1:-1:-1;;;965:64:91;;715:2:103;965:64:91;;;697:21:103;754:2;734:18;;;727:30;793:25;773:18;;;766:53;836:18;;965:64:91;;;;;;;;;1085:1;1047:26;751:20:92;745:27;;618:170;1047:26:91;-1:-1:-1;;;;;1047:40:91;;1039:83;;;;-1:-1:-1;;;1039:83:91;;1067:2:103;1039:83:91;;;1049:21:103;1106:2;1086:18;;;1079:30;1145:32;1125:18;;;1118:60;1195:18;;1039:83:91;865:354:103;1039:83:91;1132:43;1160:14;988:20:92;964:87;839:228;1132:43:91;897:285;:::o;1831:101:4:-;1094:13;:11;:13::i;:::-;1895:30:::1;1922:1;1895:18;:30::i;2081:198::-:0;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2169:22:4;::::1;2161:73;;;::::0;-1:-1:-1;;;2161:73:4;;1426:2:103;2161:73:4::1;::::0;::::1;1408:21:103::0;1465:2;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;-1:-1:-1;;;1555:18:103;;;1548:36;1601:19;;2161:73:4::1;1224:402:103::0;2161:73:4::1;2244:28;2263:8;2244:18;:28::i;1238:130:91:-:0;1305:7;1335:26;751:20:92;745:27;;618:170;1335:26:91;1328:33;;1238:130;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;1359:130:4;1247:7;1273:6;-1:-1:-1;;;;;1273:6:4;719:10:16;1422:23:4;1414:68;;;;-1:-1:-1;;;1414:68:4;;1833:2:103;1414:68:4;;;1815:21:103;;;1852:18;;;1845:30;1911:34;1891:18;;;1884:62;1963:18;;1414:68:4;1631:356:103;2433:187:4;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:4;;;-1:-1:-1;;;;;;2541:17:4;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;14:286:103:-;73:6;126:2;114:9;105:7;101:23;97:32;94:52;;;142:1;139;132:12;94:52;168:23;;-1:-1:-1;;;;;220:31:103;;210:42;;200:70;;266:1;263;256:12;200:70;289:5;14:286;-1:-1:-1;;;14:286:103:o",
1292
1292
  "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.16;\n\nimport { UUPSProxy } from \"../upgradability/UUPSProxy.sol\";\nimport { Ownable } from \"@openzeppelin/contracts/access/Ownable.sol\";\nimport { UUPSProxiable } from \"../upgradability/UUPSProxiable.sol\";\nimport { SuperfluidGovernanceBase } from \"./SuperfluidGovernanceBase.sol\";\nimport { ISuperfluid } from \"../interfaces/superfluid/ISuperfluid.sol\";\n\n/**\n * @title A proxy for governance which is both ownable and upgradable\n * @author Superfluid\n * IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\n */\n// solhint-disable-next-line no-empty-blocks\ncontract SuperfluidGovernanceIIProxy is Ownable, UUPSProxy { }\n\ncontract SuperfluidGovernanceII is\n Ownable,\n UUPSProxiable,\n SuperfluidGovernanceBase\n{\n error SF_GOV_II_ONLY_OWNER();\n function _requireAuthorised() private view {\n if (owner() != _msgSender()) revert SF_GOV_II_ONLY_OWNER();\n }\n\n /**************************************************************************\n * UUPSProxiable\n **************************************************************************/\n\n function proxiableUUID() public pure override returns (bytes32) {\n return keccak256(\"org.superfluid-finance.contracts.SuperfluidGovernanceII.implementation\");\n }\n\n function updateCode(address newAddress)\n external override\n {\n _requireAuthorised();\n _updateCodeAddress(newAddress);\n }\n\n /**************************************************************************\n * SuperfluidGovernanceBase\n **************************************************************************/\n\n function _requireAuthorised(ISuperfluid /*host*/)\n internal view override\n {\n _requireAuthorised();\n }\n}\n",
1293
1293
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/gov/SuperfluidGovernanceII.sol",
1294
1294
  "ast": {
@@ -2183,7 +2183,7 @@
2183
2183
  },
2184
2184
  "networks": {},
2185
2185
  "schemaVersion": "3.4.9",
2186
- "updatedAt": "2022-10-31T18:27:13.890Z",
2186
+ "updatedAt": "2022-11-16T13:27:50.296Z",
2187
2187
  "devdoc": {
2188
2188
  "author": "Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!",
2189
2189
  "kind": "dev",