@rocketh/diamond 0.17.11 → 0.17.12

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.
@@ -0,0 +1,4429 @@
1
+ export default {
2
+ contractName: 'EIP173ProxyWithReceive',
3
+ sourceName: 'solc_0.8/proxy/EIP173ProxyWithReceive.sol',
4
+ abi: [
5
+ {
6
+ inputs: [
7
+ {
8
+ internalType: 'address',
9
+ name: 'implementationAddress',
10
+ type: 'address',
11
+ },
12
+ {
13
+ internalType: 'address',
14
+ name: 'ownerAddress',
15
+ type: 'address',
16
+ },
17
+ {
18
+ internalType: 'bytes',
19
+ name: 'data',
20
+ type: 'bytes',
21
+ },
22
+ ],
23
+ stateMutability: 'payable',
24
+ type: 'constructor',
25
+ },
26
+ {
27
+ anonymous: false,
28
+ inputs: [
29
+ {
30
+ indexed: true,
31
+ internalType: 'address',
32
+ name: 'previousOwner',
33
+ type: 'address',
34
+ },
35
+ {
36
+ indexed: true,
37
+ internalType: 'address',
38
+ name: 'newOwner',
39
+ type: 'address',
40
+ },
41
+ ],
42
+ name: 'OwnershipTransferred',
43
+ type: 'event',
44
+ },
45
+ {
46
+ anonymous: false,
47
+ inputs: [
48
+ {
49
+ indexed: true,
50
+ internalType: 'address',
51
+ name: 'previousImplementation',
52
+ type: 'address',
53
+ },
54
+ {
55
+ indexed: true,
56
+ internalType: 'address',
57
+ name: 'newImplementation',
58
+ type: 'address',
59
+ },
60
+ ],
61
+ name: 'ProxyImplementationUpdated',
62
+ type: 'event',
63
+ },
64
+ {
65
+ stateMutability: 'payable',
66
+ type: 'fallback',
67
+ },
68
+ {
69
+ inputs: [],
70
+ name: 'owner',
71
+ outputs: [
72
+ {
73
+ internalType: 'address',
74
+ name: '',
75
+ type: 'address',
76
+ },
77
+ ],
78
+ stateMutability: 'view',
79
+ type: 'function',
80
+ },
81
+ {
82
+ inputs: [
83
+ {
84
+ internalType: 'bytes4',
85
+ name: 'id',
86
+ type: 'bytes4',
87
+ },
88
+ ],
89
+ name: 'supportsInterface',
90
+ outputs: [
91
+ {
92
+ internalType: 'bool',
93
+ name: '',
94
+ type: 'bool',
95
+ },
96
+ ],
97
+ stateMutability: 'view',
98
+ type: 'function',
99
+ },
100
+ {
101
+ inputs: [
102
+ {
103
+ internalType: 'address',
104
+ name: 'newOwner',
105
+ type: 'address',
106
+ },
107
+ ],
108
+ name: 'transferOwnership',
109
+ outputs: [],
110
+ stateMutability: 'nonpayable',
111
+ type: 'function',
112
+ },
113
+ {
114
+ inputs: [
115
+ {
116
+ internalType: 'address',
117
+ name: 'newImplementation',
118
+ type: 'address',
119
+ },
120
+ ],
121
+ name: 'upgradeTo',
122
+ outputs: [],
123
+ stateMutability: 'nonpayable',
124
+ type: 'function',
125
+ },
126
+ {
127
+ inputs: [
128
+ {
129
+ internalType: 'address',
130
+ name: 'newImplementation',
131
+ type: 'address',
132
+ },
133
+ {
134
+ internalType: 'bytes',
135
+ name: 'data',
136
+ type: 'bytes',
137
+ },
138
+ ],
139
+ name: 'upgradeToAndCall',
140
+ outputs: [],
141
+ stateMutability: 'payable',
142
+ type: 'function',
143
+ },
144
+ {
145
+ stateMutability: 'payable',
146
+ type: 'receive',
147
+ },
148
+ ],
149
+ bytecode:
150
+ '0x608060405260405162000c7238038062000c72833981016040819052620000269162000202565b82828262000034826200004c565b620000408382620000be565b50505050505062000300565b60006200006660008051602062000c528339815191525490565b90508160008051602062000c5283398151915255816001600160a01b0316816001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8054908390556040516001600160a01b0380851691908316907f5570d70a002632a7b0b3c9304cc89efb62d8da9eca0dbd7752c83b737906829690600090a38151156200019b576000836001600160a01b031683604051620001429190620002e2565b600060405180830381855af49150503d80600081146200017f576040519150601f19603f3d011682016040523d82523d6000602084013e62000184565b606091505b505090508062000199573d806000803e806000fd5b505b505050565b80516001600160a01b0381168114620001b857600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620001f0578181015183820152602001620001d6565b83811115620001995750506000910152565b6000806000606084860312156200021857600080fd5b6200022384620001a0565b92506200023360208501620001a0565b60408501519092506001600160401b03808211156200025157600080fd5b818601915086601f8301126200026657600080fd5b8151818111156200027b576200027b620001bd565b604051601f8201601f19908116603f01168101908382118183101715620002a657620002a6620001bd565b81604052828152896020848701011115620002c057600080fd5b620002d3836020830160208801620001d3565b80955050505050509250925092565b60008251620002f6818460208701620001d3565b9190910192915050565b61094280620003106000396000f3fe60806040526004361061005e5760003560e01c80634f1ef286116100435780634f1ef286146100c45780638da5cb5b146100d7578063f2fde38b1461011157610065565b806301ffc9a71461006f5780633659cfe6146100a457610065565b3661006557005b61006d610131565b005b34801561007b57600080fd5b5061008f61008a3660046107a6565b61017c565b60405190151581526020015b60405180910390f35b3480156100b057600080fd5b5061006d6100bf366004610811565b61034a565b61006d6100d236600461082c565b610421565b3480156100e357600080fd5b506100ec61051c565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161009b565b34801561011d57600080fd5b5061006d61012c366004610811565b61054b565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5460003681823780813683855af491503d8082833e828015610172578183f35b8183fd5b50505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316148061020f57507f7f5828d0000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b1561021c57506001919050565b7fffffffff00000000000000000000000000000000000000000000000000000000808316141561024e57506000919050565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527fffffffff000000000000000000000000000000000000000000000000000000008416600482015273ffffffffffffffffffffffffffffffffffffffff8216906301ffc9a790602401602060405180830381865afa925050508015610336575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610333918101906108af565b60015b6103435750600092915050565b9392505050565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610405576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064015b60405180910390fd5b61041e816040518060200160405280600081525061060a565b50565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146104d7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064016103fc565b6105178383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061060a92505050565b505050565b60006105467fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905090565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610601576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064016103fc565b61041e816106f9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80549083905560405173ffffffffffffffffffffffffffffffffffffffff80851691908316907f5570d70a002632a7b0b3c9304cc89efb62d8da9eca0dbd7752c83b737906829690600090a38151156105175760008373ffffffffffffffffffffffffffffffffffffffff16836040516106a591906108d1565b600060405180830381855af49150503d80600081146106e0576040519150601f19603f3d011682016040523d82523d6000602084013e6106e5565b606091505b5050905080610176573d806000803e806000fd5b60006107237fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b9050817fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103558173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000602082840312156107b857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461034357600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461080c57600080fd5b919050565b60006020828403121561082357600080fd5b610343826107e8565b60008060006040848603121561084157600080fd5b61084a846107e8565b9250602084013567ffffffffffffffff8082111561086757600080fd5b818601915086601f83011261087b57600080fd5b81358181111561088a57600080fd5b87602082850101111561089c57600080fd5b6020830194508093505050509250925092565b6000602082840312156108c157600080fd5b8151801515811461034357600080fd5b6000825160005b818110156108f257602081860181015185830152016108d8565b81811115610901576000828501525b50919091019291505056fea264697066735822122025d617949212f6e25493444995ffdc8648140fd8579de6638be329eb1483050f64736f6c634300080a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103',
151
+ deployedBytecode:
152
+ '0x60806040526004361061005e5760003560e01c80634f1ef286116100435780634f1ef286146100c45780638da5cb5b146100d7578063f2fde38b1461011157610065565b806301ffc9a71461006f5780633659cfe6146100a457610065565b3661006557005b61006d610131565b005b34801561007b57600080fd5b5061008f61008a3660046107a6565b61017c565b60405190151581526020015b60405180910390f35b3480156100b057600080fd5b5061006d6100bf366004610811565b61034a565b61006d6100d236600461082c565b610421565b3480156100e357600080fd5b506100ec61051c565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161009b565b34801561011d57600080fd5b5061006d61012c366004610811565b61054b565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5460003681823780813683855af491503d8082833e828015610172578183f35b8183fd5b50505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316148061020f57507f7f5828d0000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b1561021c57506001919050565b7fffffffff00000000000000000000000000000000000000000000000000000000808316141561024e57506000919050565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546040517f01ffc9a70000000000000000000000000000000000000000000000000000000081527fffffffff000000000000000000000000000000000000000000000000000000008416600482015273ffffffffffffffffffffffffffffffffffffffff8216906301ffc9a790602401602060405180830381865afa925050508015610336575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610333918101906108af565b60015b6103435750600092915050565b9392505050565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610405576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064015b60405180910390fd5b61041e816040518060200160405280600081525061060a565b50565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146104d7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064016103fc565b6105178383838080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061060a92505050565b505050565b60006105467fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b905090565b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610601576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f4e4f545f415554484f52495a454400000000000000000000000000000000000060448201526064016103fc565b61041e816106f9565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80549083905560405173ffffffffffffffffffffffffffffffffffffffff80851691908316907f5570d70a002632a7b0b3c9304cc89efb62d8da9eca0dbd7752c83b737906829690600090a38151156105175760008373ffffffffffffffffffffffffffffffffffffffff16836040516106a591906108d1565b600060405180830381855af49150503d80600081146106e0576040519150601f19603f3d011682016040523d82523d6000602084013e6106e5565b606091505b5050905080610176573d806000803e806000fd5b60006107237fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035490565b9050817fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103558173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000602082840312156107b857600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461034357600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461080c57600080fd5b919050565b60006020828403121561082357600080fd5b610343826107e8565b60008060006040848603121561084157600080fd5b61084a846107e8565b9250602084013567ffffffffffffffff8082111561086757600080fd5b818601915086601f83011261087b57600080fd5b81358181111561088a57600080fd5b87602082850101111561089c57600080fd5b6020830194508093505050509250925092565b6000602082840312156108c157600080fd5b8151801515811461034357600080fd5b6000825160005b818110156108f257602081860181015185830152016108d8565b81811115610901576000828501525b50919091019291505056fea264697066735822122025d617949212f6e25493444995ffdc8648140fd8579de6638be329eb1483050f64736f6c634300080a0033',
153
+ linkReferences: {},
154
+ deployedLinkReferences: {},
155
+ devdoc: {
156
+ kind: 'dev',
157
+ methods: {},
158
+ version: 1,
159
+ },
160
+ evm: {
161
+ bytecode: {
162
+ functionDebugData: {
163
+ '@_193': {
164
+ entryPoint: null,
165
+ id: 193,
166
+ parameterSlots: 3,
167
+ returnSlots: 0,
168
+ },
169
+ '@_38': {
170
+ entryPoint: null,
171
+ id: 38,
172
+ parameterSlots: 3,
173
+ returnSlots: 0,
174
+ },
175
+ '@_owner_154': {
176
+ entryPoint: null,
177
+ id: 154,
178
+ parameterSlots: 0,
179
+ returnSlots: 1,
180
+ },
181
+ '@_setImplementation_263': {
182
+ entryPoint: 190,
183
+ id: 263,
184
+ parameterSlots: 2,
185
+ returnSlots: 0,
186
+ },
187
+ '@_setOwner_171': {
188
+ entryPoint: 76,
189
+ id: 171,
190
+ parameterSlots: 1,
191
+ returnSlots: 0,
192
+ },
193
+ abi_decode_address_fromMemory: {
194
+ entryPoint: 416,
195
+ id: null,
196
+ parameterSlots: 1,
197
+ returnSlots: 1,
198
+ },
199
+ abi_decode_tuple_t_addresst_addresst_bytes_memory_ptr_fromMemory: {
200
+ entryPoint: 514,
201
+ id: null,
202
+ parameterSlots: 2,
203
+ returnSlots: 3,
204
+ },
205
+ abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed: {
206
+ entryPoint: 738,
207
+ id: null,
208
+ parameterSlots: 2,
209
+ returnSlots: 1,
210
+ },
211
+ copy_memory_to_memory: {
212
+ entryPoint: 467,
213
+ id: null,
214
+ parameterSlots: 3,
215
+ returnSlots: 0,
216
+ },
217
+ panic_error_0x41: {
218
+ entryPoint: 445,
219
+ id: null,
220
+ parameterSlots: 0,
221
+ returnSlots: 0,
222
+ },
223
+ },
224
+ generatedSources: [
225
+ {
226
+ ast: {
227
+ nodeType: 'YulBlock',
228
+ src: '0:1925:3',
229
+ statements: [
230
+ {
231
+ nodeType: 'YulBlock',
232
+ src: '6:3:3',
233
+ statements: [],
234
+ },
235
+ {
236
+ body: {
237
+ nodeType: 'YulBlock',
238
+ src: '74:117:3',
239
+ statements: [
240
+ {
241
+ nodeType: 'YulAssignment',
242
+ src: '84:22:3',
243
+ value: {
244
+ arguments: [
245
+ {
246
+ name: 'offset',
247
+ nodeType: 'YulIdentifier',
248
+ src: '99:6:3',
249
+ },
250
+ ],
251
+ functionName: {
252
+ name: 'mload',
253
+ nodeType: 'YulIdentifier',
254
+ src: '93:5:3',
255
+ },
256
+ nodeType: 'YulFunctionCall',
257
+ src: '93:13:3',
258
+ },
259
+ variableNames: [
260
+ {
261
+ name: 'value',
262
+ nodeType: 'YulIdentifier',
263
+ src: '84:5:3',
264
+ },
265
+ ],
266
+ },
267
+ {
268
+ body: {
269
+ nodeType: 'YulBlock',
270
+ src: '169:16:3',
271
+ statements: [
272
+ {
273
+ expression: {
274
+ arguments: [
275
+ {
276
+ kind: 'number',
277
+ nodeType: 'YulLiteral',
278
+ src: '178:1:3',
279
+ type: '',
280
+ value: '0',
281
+ },
282
+ {
283
+ kind: 'number',
284
+ nodeType: 'YulLiteral',
285
+ src: '181:1:3',
286
+ type: '',
287
+ value: '0',
288
+ },
289
+ ],
290
+ functionName: {
291
+ name: 'revert',
292
+ nodeType: 'YulIdentifier',
293
+ src: '171:6:3',
294
+ },
295
+ nodeType: 'YulFunctionCall',
296
+ src: '171:12:3',
297
+ },
298
+ nodeType: 'YulExpressionStatement',
299
+ src: '171:12:3',
300
+ },
301
+ ],
302
+ },
303
+ condition: {
304
+ arguments: [
305
+ {
306
+ arguments: [
307
+ {
308
+ name: 'value',
309
+ nodeType: 'YulIdentifier',
310
+ src: '128:5:3',
311
+ },
312
+ {
313
+ arguments: [
314
+ {
315
+ name: 'value',
316
+ nodeType: 'YulIdentifier',
317
+ src: '139:5:3',
318
+ },
319
+ {
320
+ arguments: [
321
+ {
322
+ arguments: [
323
+ {
324
+ kind: 'number',
325
+ nodeType: 'YulLiteral',
326
+ src: '154:3:3',
327
+ type: '',
328
+ value: '160',
329
+ },
330
+ {
331
+ kind: 'number',
332
+ nodeType: 'YulLiteral',
333
+ src: '159:1:3',
334
+ type: '',
335
+ value: '1',
336
+ },
337
+ ],
338
+ functionName: {
339
+ name: 'shl',
340
+ nodeType: 'YulIdentifier',
341
+ src: '150:3:3',
342
+ },
343
+ nodeType: 'YulFunctionCall',
344
+ src: '150:11:3',
345
+ },
346
+ {
347
+ kind: 'number',
348
+ nodeType: 'YulLiteral',
349
+ src: '163:1:3',
350
+ type: '',
351
+ value: '1',
352
+ },
353
+ ],
354
+ functionName: {
355
+ name: 'sub',
356
+ nodeType: 'YulIdentifier',
357
+ src: '146:3:3',
358
+ },
359
+ nodeType: 'YulFunctionCall',
360
+ src: '146:19:3',
361
+ },
362
+ ],
363
+ functionName: {
364
+ name: 'and',
365
+ nodeType: 'YulIdentifier',
366
+ src: '135:3:3',
367
+ },
368
+ nodeType: 'YulFunctionCall',
369
+ src: '135:31:3',
370
+ },
371
+ ],
372
+ functionName: {
373
+ name: 'eq',
374
+ nodeType: 'YulIdentifier',
375
+ src: '125:2:3',
376
+ },
377
+ nodeType: 'YulFunctionCall',
378
+ src: '125:42:3',
379
+ },
380
+ ],
381
+ functionName: {
382
+ name: 'iszero',
383
+ nodeType: 'YulIdentifier',
384
+ src: '118:6:3',
385
+ },
386
+ nodeType: 'YulFunctionCall',
387
+ src: '118:50:3',
388
+ },
389
+ nodeType: 'YulIf',
390
+ src: '115:70:3',
391
+ },
392
+ ],
393
+ },
394
+ name: 'abi_decode_address_fromMemory',
395
+ nodeType: 'YulFunctionDefinition',
396
+ parameters: [
397
+ {
398
+ name: 'offset',
399
+ nodeType: 'YulTypedName',
400
+ src: '53:6:3',
401
+ type: '',
402
+ },
403
+ ],
404
+ returnVariables: [
405
+ {
406
+ name: 'value',
407
+ nodeType: 'YulTypedName',
408
+ src: '64:5:3',
409
+ type: '',
410
+ },
411
+ ],
412
+ src: '14:177:3',
413
+ },
414
+ {
415
+ body: {
416
+ nodeType: 'YulBlock',
417
+ src: '228:95:3',
418
+ statements: [
419
+ {
420
+ expression: {
421
+ arguments: [
422
+ {
423
+ kind: 'number',
424
+ nodeType: 'YulLiteral',
425
+ src: '245:1:3',
426
+ type: '',
427
+ value: '0',
428
+ },
429
+ {
430
+ arguments: [
431
+ {
432
+ kind: 'number',
433
+ nodeType: 'YulLiteral',
434
+ src: '252:3:3',
435
+ type: '',
436
+ value: '224',
437
+ },
438
+ {
439
+ kind: 'number',
440
+ nodeType: 'YulLiteral',
441
+ src: '257:10:3',
442
+ type: '',
443
+ value: '0x4e487b71',
444
+ },
445
+ ],
446
+ functionName: {
447
+ name: 'shl',
448
+ nodeType: 'YulIdentifier',
449
+ src: '248:3:3',
450
+ },
451
+ nodeType: 'YulFunctionCall',
452
+ src: '248:20:3',
453
+ },
454
+ ],
455
+ functionName: {
456
+ name: 'mstore',
457
+ nodeType: 'YulIdentifier',
458
+ src: '238:6:3',
459
+ },
460
+ nodeType: 'YulFunctionCall',
461
+ src: '238:31:3',
462
+ },
463
+ nodeType: 'YulExpressionStatement',
464
+ src: '238:31:3',
465
+ },
466
+ {
467
+ expression: {
468
+ arguments: [
469
+ {
470
+ kind: 'number',
471
+ nodeType: 'YulLiteral',
472
+ src: '285:1:3',
473
+ type: '',
474
+ value: '4',
475
+ },
476
+ {
477
+ kind: 'number',
478
+ nodeType: 'YulLiteral',
479
+ src: '288:4:3',
480
+ type: '',
481
+ value: '0x41',
482
+ },
483
+ ],
484
+ functionName: {
485
+ name: 'mstore',
486
+ nodeType: 'YulIdentifier',
487
+ src: '278:6:3',
488
+ },
489
+ nodeType: 'YulFunctionCall',
490
+ src: '278:15:3',
491
+ },
492
+ nodeType: 'YulExpressionStatement',
493
+ src: '278:15:3',
494
+ },
495
+ {
496
+ expression: {
497
+ arguments: [
498
+ {
499
+ kind: 'number',
500
+ nodeType: 'YulLiteral',
501
+ src: '309:1:3',
502
+ type: '',
503
+ value: '0',
504
+ },
505
+ {
506
+ kind: 'number',
507
+ nodeType: 'YulLiteral',
508
+ src: '312:4:3',
509
+ type: '',
510
+ value: '0x24',
511
+ },
512
+ ],
513
+ functionName: {
514
+ name: 'revert',
515
+ nodeType: 'YulIdentifier',
516
+ src: '302:6:3',
517
+ },
518
+ nodeType: 'YulFunctionCall',
519
+ src: '302:15:3',
520
+ },
521
+ nodeType: 'YulExpressionStatement',
522
+ src: '302:15:3',
523
+ },
524
+ ],
525
+ },
526
+ name: 'panic_error_0x41',
527
+ nodeType: 'YulFunctionDefinition',
528
+ src: '196:127:3',
529
+ },
530
+ {
531
+ body: {
532
+ nodeType: 'YulBlock',
533
+ src: '381:205:3',
534
+ statements: [
535
+ {
536
+ nodeType: 'YulVariableDeclaration',
537
+ src: '391:10:3',
538
+ value: {
539
+ kind: 'number',
540
+ nodeType: 'YulLiteral',
541
+ src: '400:1:3',
542
+ type: '',
543
+ value: '0',
544
+ },
545
+ variables: [
546
+ {
547
+ name: 'i',
548
+ nodeType: 'YulTypedName',
549
+ src: '395:1:3',
550
+ type: '',
551
+ },
552
+ ],
553
+ },
554
+ {
555
+ body: {
556
+ nodeType: 'YulBlock',
557
+ src: '460:63:3',
558
+ statements: [
559
+ {
560
+ expression: {
561
+ arguments: [
562
+ {
563
+ arguments: [
564
+ {
565
+ name: 'dst',
566
+ nodeType: 'YulIdentifier',
567
+ src: '485:3:3',
568
+ },
569
+ {
570
+ name: 'i',
571
+ nodeType: 'YulIdentifier',
572
+ src: '490:1:3',
573
+ },
574
+ ],
575
+ functionName: {
576
+ name: 'add',
577
+ nodeType: 'YulIdentifier',
578
+ src: '481:3:3',
579
+ },
580
+ nodeType: 'YulFunctionCall',
581
+ src: '481:11:3',
582
+ },
583
+ {
584
+ arguments: [
585
+ {
586
+ arguments: [
587
+ {
588
+ name: 'src',
589
+ nodeType: 'YulIdentifier',
590
+ src: '504:3:3',
591
+ },
592
+ {
593
+ name: 'i',
594
+ nodeType: 'YulIdentifier',
595
+ src: '509:1:3',
596
+ },
597
+ ],
598
+ functionName: {
599
+ name: 'add',
600
+ nodeType: 'YulIdentifier',
601
+ src: '500:3:3',
602
+ },
603
+ nodeType: 'YulFunctionCall',
604
+ src: '500:11:3',
605
+ },
606
+ ],
607
+ functionName: {
608
+ name: 'mload',
609
+ nodeType: 'YulIdentifier',
610
+ src: '494:5:3',
611
+ },
612
+ nodeType: 'YulFunctionCall',
613
+ src: '494:18:3',
614
+ },
615
+ ],
616
+ functionName: {
617
+ name: 'mstore',
618
+ nodeType: 'YulIdentifier',
619
+ src: '474:6:3',
620
+ },
621
+ nodeType: 'YulFunctionCall',
622
+ src: '474:39:3',
623
+ },
624
+ nodeType: 'YulExpressionStatement',
625
+ src: '474:39:3',
626
+ },
627
+ ],
628
+ },
629
+ condition: {
630
+ arguments: [
631
+ {
632
+ name: 'i',
633
+ nodeType: 'YulIdentifier',
634
+ src: '421:1:3',
635
+ },
636
+ {
637
+ name: 'length',
638
+ nodeType: 'YulIdentifier',
639
+ src: '424:6:3',
640
+ },
641
+ ],
642
+ functionName: {
643
+ name: 'lt',
644
+ nodeType: 'YulIdentifier',
645
+ src: '418:2:3',
646
+ },
647
+ nodeType: 'YulFunctionCall',
648
+ src: '418:13:3',
649
+ },
650
+ nodeType: 'YulForLoop',
651
+ post: {
652
+ nodeType: 'YulBlock',
653
+ src: '432:19:3',
654
+ statements: [
655
+ {
656
+ nodeType: 'YulAssignment',
657
+ src: '434:15:3',
658
+ value: {
659
+ arguments: [
660
+ {
661
+ name: 'i',
662
+ nodeType: 'YulIdentifier',
663
+ src: '443:1:3',
664
+ },
665
+ {
666
+ kind: 'number',
667
+ nodeType: 'YulLiteral',
668
+ src: '446:2:3',
669
+ type: '',
670
+ value: '32',
671
+ },
672
+ ],
673
+ functionName: {
674
+ name: 'add',
675
+ nodeType: 'YulIdentifier',
676
+ src: '439:3:3',
677
+ },
678
+ nodeType: 'YulFunctionCall',
679
+ src: '439:10:3',
680
+ },
681
+ variableNames: [
682
+ {
683
+ name: 'i',
684
+ nodeType: 'YulIdentifier',
685
+ src: '434:1:3',
686
+ },
687
+ ],
688
+ },
689
+ ],
690
+ },
691
+ pre: {
692
+ nodeType: 'YulBlock',
693
+ src: '414:3:3',
694
+ statements: [],
695
+ },
696
+ src: '410:113:3',
697
+ },
698
+ {
699
+ body: {
700
+ nodeType: 'YulBlock',
701
+ src: '549:31:3',
702
+ statements: [
703
+ {
704
+ expression: {
705
+ arguments: [
706
+ {
707
+ arguments: [
708
+ {
709
+ name: 'dst',
710
+ nodeType: 'YulIdentifier',
711
+ src: '562:3:3',
712
+ },
713
+ {
714
+ name: 'length',
715
+ nodeType: 'YulIdentifier',
716
+ src: '567:6:3',
717
+ },
718
+ ],
719
+ functionName: {
720
+ name: 'add',
721
+ nodeType: 'YulIdentifier',
722
+ src: '558:3:3',
723
+ },
724
+ nodeType: 'YulFunctionCall',
725
+ src: '558:16:3',
726
+ },
727
+ {
728
+ kind: 'number',
729
+ nodeType: 'YulLiteral',
730
+ src: '576:1:3',
731
+ type: '',
732
+ value: '0',
733
+ },
734
+ ],
735
+ functionName: {
736
+ name: 'mstore',
737
+ nodeType: 'YulIdentifier',
738
+ src: '551:6:3',
739
+ },
740
+ nodeType: 'YulFunctionCall',
741
+ src: '551:27:3',
742
+ },
743
+ nodeType: 'YulExpressionStatement',
744
+ src: '551:27:3',
745
+ },
746
+ ],
747
+ },
748
+ condition: {
749
+ arguments: [
750
+ {
751
+ name: 'i',
752
+ nodeType: 'YulIdentifier',
753
+ src: '538:1:3',
754
+ },
755
+ {
756
+ name: 'length',
757
+ nodeType: 'YulIdentifier',
758
+ src: '541:6:3',
759
+ },
760
+ ],
761
+ functionName: {
762
+ name: 'gt',
763
+ nodeType: 'YulIdentifier',
764
+ src: '535:2:3',
765
+ },
766
+ nodeType: 'YulFunctionCall',
767
+ src: '535:13:3',
768
+ },
769
+ nodeType: 'YulIf',
770
+ src: '532:48:3',
771
+ },
772
+ ],
773
+ },
774
+ name: 'copy_memory_to_memory',
775
+ nodeType: 'YulFunctionDefinition',
776
+ parameters: [
777
+ {
778
+ name: 'src',
779
+ nodeType: 'YulTypedName',
780
+ src: '359:3:3',
781
+ type: '',
782
+ },
783
+ {
784
+ name: 'dst',
785
+ nodeType: 'YulTypedName',
786
+ src: '364:3:3',
787
+ type: '',
788
+ },
789
+ {
790
+ name: 'length',
791
+ nodeType: 'YulTypedName',
792
+ src: '369:6:3',
793
+ type: '',
794
+ },
795
+ ],
796
+ src: '328:258:3',
797
+ },
798
+ {
799
+ body: {
800
+ nodeType: 'YulBlock',
801
+ src: '715:929:3',
802
+ statements: [
803
+ {
804
+ body: {
805
+ nodeType: 'YulBlock',
806
+ src: '761:16:3',
807
+ statements: [
808
+ {
809
+ expression: {
810
+ arguments: [
811
+ {
812
+ kind: 'number',
813
+ nodeType: 'YulLiteral',
814
+ src: '770:1:3',
815
+ type: '',
816
+ value: '0',
817
+ },
818
+ {
819
+ kind: 'number',
820
+ nodeType: 'YulLiteral',
821
+ src: '773:1:3',
822
+ type: '',
823
+ value: '0',
824
+ },
825
+ ],
826
+ functionName: {
827
+ name: 'revert',
828
+ nodeType: 'YulIdentifier',
829
+ src: '763:6:3',
830
+ },
831
+ nodeType: 'YulFunctionCall',
832
+ src: '763:12:3',
833
+ },
834
+ nodeType: 'YulExpressionStatement',
835
+ src: '763:12:3',
836
+ },
837
+ ],
838
+ },
839
+ condition: {
840
+ arguments: [
841
+ {
842
+ arguments: [
843
+ {
844
+ name: 'dataEnd',
845
+ nodeType: 'YulIdentifier',
846
+ src: '736:7:3',
847
+ },
848
+ {
849
+ name: 'headStart',
850
+ nodeType: 'YulIdentifier',
851
+ src: '745:9:3',
852
+ },
853
+ ],
854
+ functionName: {
855
+ name: 'sub',
856
+ nodeType: 'YulIdentifier',
857
+ src: '732:3:3',
858
+ },
859
+ nodeType: 'YulFunctionCall',
860
+ src: '732:23:3',
861
+ },
862
+ {
863
+ kind: 'number',
864
+ nodeType: 'YulLiteral',
865
+ src: '757:2:3',
866
+ type: '',
867
+ value: '96',
868
+ },
869
+ ],
870
+ functionName: {
871
+ name: 'slt',
872
+ nodeType: 'YulIdentifier',
873
+ src: '728:3:3',
874
+ },
875
+ nodeType: 'YulFunctionCall',
876
+ src: '728:32:3',
877
+ },
878
+ nodeType: 'YulIf',
879
+ src: '725:52:3',
880
+ },
881
+ {
882
+ nodeType: 'YulAssignment',
883
+ src: '786:50:3',
884
+ value: {
885
+ arguments: [
886
+ {
887
+ name: 'headStart',
888
+ nodeType: 'YulIdentifier',
889
+ src: '826:9:3',
890
+ },
891
+ ],
892
+ functionName: {
893
+ name: 'abi_decode_address_fromMemory',
894
+ nodeType: 'YulIdentifier',
895
+ src: '796:29:3',
896
+ },
897
+ nodeType: 'YulFunctionCall',
898
+ src: '796:40:3',
899
+ },
900
+ variableNames: [
901
+ {
902
+ name: 'value0',
903
+ nodeType: 'YulIdentifier',
904
+ src: '786:6:3',
905
+ },
906
+ ],
907
+ },
908
+ {
909
+ nodeType: 'YulAssignment',
910
+ src: '845:59:3',
911
+ value: {
912
+ arguments: [
913
+ {
914
+ arguments: [
915
+ {
916
+ name: 'headStart',
917
+ nodeType: 'YulIdentifier',
918
+ src: '889:9:3',
919
+ },
920
+ {
921
+ kind: 'number',
922
+ nodeType: 'YulLiteral',
923
+ src: '900:2:3',
924
+ type: '',
925
+ value: '32',
926
+ },
927
+ ],
928
+ functionName: {
929
+ name: 'add',
930
+ nodeType: 'YulIdentifier',
931
+ src: '885:3:3',
932
+ },
933
+ nodeType: 'YulFunctionCall',
934
+ src: '885:18:3',
935
+ },
936
+ ],
937
+ functionName: {
938
+ name: 'abi_decode_address_fromMemory',
939
+ nodeType: 'YulIdentifier',
940
+ src: '855:29:3',
941
+ },
942
+ nodeType: 'YulFunctionCall',
943
+ src: '855:49:3',
944
+ },
945
+ variableNames: [
946
+ {
947
+ name: 'value1',
948
+ nodeType: 'YulIdentifier',
949
+ src: '845:6:3',
950
+ },
951
+ ],
952
+ },
953
+ {
954
+ nodeType: 'YulVariableDeclaration',
955
+ src: '913:39:3',
956
+ value: {
957
+ arguments: [
958
+ {
959
+ arguments: [
960
+ {
961
+ name: 'headStart',
962
+ nodeType: 'YulIdentifier',
963
+ src: '937:9:3',
964
+ },
965
+ {
966
+ kind: 'number',
967
+ nodeType: 'YulLiteral',
968
+ src: '948:2:3',
969
+ type: '',
970
+ value: '64',
971
+ },
972
+ ],
973
+ functionName: {
974
+ name: 'add',
975
+ nodeType: 'YulIdentifier',
976
+ src: '933:3:3',
977
+ },
978
+ nodeType: 'YulFunctionCall',
979
+ src: '933:18:3',
980
+ },
981
+ ],
982
+ functionName: {
983
+ name: 'mload',
984
+ nodeType: 'YulIdentifier',
985
+ src: '927:5:3',
986
+ },
987
+ nodeType: 'YulFunctionCall',
988
+ src: '927:25:3',
989
+ },
990
+ variables: [
991
+ {
992
+ name: 'offset',
993
+ nodeType: 'YulTypedName',
994
+ src: '917:6:3',
995
+ type: '',
996
+ },
997
+ ],
998
+ },
999
+ {
1000
+ nodeType: 'YulVariableDeclaration',
1001
+ src: '961:28:3',
1002
+ value: {
1003
+ arguments: [
1004
+ {
1005
+ arguments: [
1006
+ {
1007
+ kind: 'number',
1008
+ nodeType: 'YulLiteral',
1009
+ src: '979:2:3',
1010
+ type: '',
1011
+ value: '64',
1012
+ },
1013
+ {
1014
+ kind: 'number',
1015
+ nodeType: 'YulLiteral',
1016
+ src: '983:1:3',
1017
+ type: '',
1018
+ value: '1',
1019
+ },
1020
+ ],
1021
+ functionName: {
1022
+ name: 'shl',
1023
+ nodeType: 'YulIdentifier',
1024
+ src: '975:3:3',
1025
+ },
1026
+ nodeType: 'YulFunctionCall',
1027
+ src: '975:10:3',
1028
+ },
1029
+ {
1030
+ kind: 'number',
1031
+ nodeType: 'YulLiteral',
1032
+ src: '987:1:3',
1033
+ type: '',
1034
+ value: '1',
1035
+ },
1036
+ ],
1037
+ functionName: {
1038
+ name: 'sub',
1039
+ nodeType: 'YulIdentifier',
1040
+ src: '971:3:3',
1041
+ },
1042
+ nodeType: 'YulFunctionCall',
1043
+ src: '971:18:3',
1044
+ },
1045
+ variables: [
1046
+ {
1047
+ name: '_1',
1048
+ nodeType: 'YulTypedName',
1049
+ src: '965:2:3',
1050
+ type: '',
1051
+ },
1052
+ ],
1053
+ },
1054
+ {
1055
+ body: {
1056
+ nodeType: 'YulBlock',
1057
+ src: '1016:16:3',
1058
+ statements: [
1059
+ {
1060
+ expression: {
1061
+ arguments: [
1062
+ {
1063
+ kind: 'number',
1064
+ nodeType: 'YulLiteral',
1065
+ src: '1025:1:3',
1066
+ type: '',
1067
+ value: '0',
1068
+ },
1069
+ {
1070
+ kind: 'number',
1071
+ nodeType: 'YulLiteral',
1072
+ src: '1028:1:3',
1073
+ type: '',
1074
+ value: '0',
1075
+ },
1076
+ ],
1077
+ functionName: {
1078
+ name: 'revert',
1079
+ nodeType: 'YulIdentifier',
1080
+ src: '1018:6:3',
1081
+ },
1082
+ nodeType: 'YulFunctionCall',
1083
+ src: '1018:12:3',
1084
+ },
1085
+ nodeType: 'YulExpressionStatement',
1086
+ src: '1018:12:3',
1087
+ },
1088
+ ],
1089
+ },
1090
+ condition: {
1091
+ arguments: [
1092
+ {
1093
+ name: 'offset',
1094
+ nodeType: 'YulIdentifier',
1095
+ src: '1004:6:3',
1096
+ },
1097
+ {
1098
+ name: '_1',
1099
+ nodeType: 'YulIdentifier',
1100
+ src: '1012:2:3',
1101
+ },
1102
+ ],
1103
+ functionName: {
1104
+ name: 'gt',
1105
+ nodeType: 'YulIdentifier',
1106
+ src: '1001:2:3',
1107
+ },
1108
+ nodeType: 'YulFunctionCall',
1109
+ src: '1001:14:3',
1110
+ },
1111
+ nodeType: 'YulIf',
1112
+ src: '998:34:3',
1113
+ },
1114
+ {
1115
+ nodeType: 'YulVariableDeclaration',
1116
+ src: '1041:32:3',
1117
+ value: {
1118
+ arguments: [
1119
+ {
1120
+ name: 'headStart',
1121
+ nodeType: 'YulIdentifier',
1122
+ src: '1055:9:3',
1123
+ },
1124
+ {
1125
+ name: 'offset',
1126
+ nodeType: 'YulIdentifier',
1127
+ src: '1066:6:3',
1128
+ },
1129
+ ],
1130
+ functionName: {
1131
+ name: 'add',
1132
+ nodeType: 'YulIdentifier',
1133
+ src: '1051:3:3',
1134
+ },
1135
+ nodeType: 'YulFunctionCall',
1136
+ src: '1051:22:3',
1137
+ },
1138
+ variables: [
1139
+ {
1140
+ name: '_2',
1141
+ nodeType: 'YulTypedName',
1142
+ src: '1045:2:3',
1143
+ type: '',
1144
+ },
1145
+ ],
1146
+ },
1147
+ {
1148
+ body: {
1149
+ nodeType: 'YulBlock',
1150
+ src: '1121:16:3',
1151
+ statements: [
1152
+ {
1153
+ expression: {
1154
+ arguments: [
1155
+ {
1156
+ kind: 'number',
1157
+ nodeType: 'YulLiteral',
1158
+ src: '1130:1:3',
1159
+ type: '',
1160
+ value: '0',
1161
+ },
1162
+ {
1163
+ kind: 'number',
1164
+ nodeType: 'YulLiteral',
1165
+ src: '1133:1:3',
1166
+ type: '',
1167
+ value: '0',
1168
+ },
1169
+ ],
1170
+ functionName: {
1171
+ name: 'revert',
1172
+ nodeType: 'YulIdentifier',
1173
+ src: '1123:6:3',
1174
+ },
1175
+ nodeType: 'YulFunctionCall',
1176
+ src: '1123:12:3',
1177
+ },
1178
+ nodeType: 'YulExpressionStatement',
1179
+ src: '1123:12:3',
1180
+ },
1181
+ ],
1182
+ },
1183
+ condition: {
1184
+ arguments: [
1185
+ {
1186
+ arguments: [
1187
+ {
1188
+ arguments: [
1189
+ {
1190
+ name: '_2',
1191
+ nodeType: 'YulIdentifier',
1192
+ src: '1100:2:3',
1193
+ },
1194
+ {
1195
+ kind: 'number',
1196
+ nodeType: 'YulLiteral',
1197
+ src: '1104:4:3',
1198
+ type: '',
1199
+ value: '0x1f',
1200
+ },
1201
+ ],
1202
+ functionName: {
1203
+ name: 'add',
1204
+ nodeType: 'YulIdentifier',
1205
+ src: '1096:3:3',
1206
+ },
1207
+ nodeType: 'YulFunctionCall',
1208
+ src: '1096:13:3',
1209
+ },
1210
+ {
1211
+ name: 'dataEnd',
1212
+ nodeType: 'YulIdentifier',
1213
+ src: '1111:7:3',
1214
+ },
1215
+ ],
1216
+ functionName: {
1217
+ name: 'slt',
1218
+ nodeType: 'YulIdentifier',
1219
+ src: '1092:3:3',
1220
+ },
1221
+ nodeType: 'YulFunctionCall',
1222
+ src: '1092:27:3',
1223
+ },
1224
+ ],
1225
+ functionName: {
1226
+ name: 'iszero',
1227
+ nodeType: 'YulIdentifier',
1228
+ src: '1085:6:3',
1229
+ },
1230
+ nodeType: 'YulFunctionCall',
1231
+ src: '1085:35:3',
1232
+ },
1233
+ nodeType: 'YulIf',
1234
+ src: '1082:55:3',
1235
+ },
1236
+ {
1237
+ nodeType: 'YulVariableDeclaration',
1238
+ src: '1146:19:3',
1239
+ value: {
1240
+ arguments: [
1241
+ {
1242
+ name: '_2',
1243
+ nodeType: 'YulIdentifier',
1244
+ src: '1162:2:3',
1245
+ },
1246
+ ],
1247
+ functionName: {
1248
+ name: 'mload',
1249
+ nodeType: 'YulIdentifier',
1250
+ src: '1156:5:3',
1251
+ },
1252
+ nodeType: 'YulFunctionCall',
1253
+ src: '1156:9:3',
1254
+ },
1255
+ variables: [
1256
+ {
1257
+ name: '_3',
1258
+ nodeType: 'YulTypedName',
1259
+ src: '1150:2:3',
1260
+ type: '',
1261
+ },
1262
+ ],
1263
+ },
1264
+ {
1265
+ body: {
1266
+ nodeType: 'YulBlock',
1267
+ src: '1188:22:3',
1268
+ statements: [
1269
+ {
1270
+ expression: {
1271
+ arguments: [],
1272
+ functionName: {
1273
+ name: 'panic_error_0x41',
1274
+ nodeType: 'YulIdentifier',
1275
+ src: '1190:16:3',
1276
+ },
1277
+ nodeType: 'YulFunctionCall',
1278
+ src: '1190:18:3',
1279
+ },
1280
+ nodeType: 'YulExpressionStatement',
1281
+ src: '1190:18:3',
1282
+ },
1283
+ ],
1284
+ },
1285
+ condition: {
1286
+ arguments: [
1287
+ {
1288
+ name: '_3',
1289
+ nodeType: 'YulIdentifier',
1290
+ src: '1180:2:3',
1291
+ },
1292
+ {
1293
+ name: '_1',
1294
+ nodeType: 'YulIdentifier',
1295
+ src: '1184:2:3',
1296
+ },
1297
+ ],
1298
+ functionName: {
1299
+ name: 'gt',
1300
+ nodeType: 'YulIdentifier',
1301
+ src: '1177:2:3',
1302
+ },
1303
+ nodeType: 'YulFunctionCall',
1304
+ src: '1177:10:3',
1305
+ },
1306
+ nodeType: 'YulIf',
1307
+ src: '1174:36:3',
1308
+ },
1309
+ {
1310
+ nodeType: 'YulVariableDeclaration',
1311
+ src: '1219:17:3',
1312
+ value: {
1313
+ arguments: [
1314
+ {
1315
+ kind: 'number',
1316
+ nodeType: 'YulLiteral',
1317
+ src: '1233:2:3',
1318
+ type: '',
1319
+ value: '31',
1320
+ },
1321
+ ],
1322
+ functionName: {
1323
+ name: 'not',
1324
+ nodeType: 'YulIdentifier',
1325
+ src: '1229:3:3',
1326
+ },
1327
+ nodeType: 'YulFunctionCall',
1328
+ src: '1229:7:3',
1329
+ },
1330
+ variables: [
1331
+ {
1332
+ name: '_4',
1333
+ nodeType: 'YulTypedName',
1334
+ src: '1223:2:3',
1335
+ type: '',
1336
+ },
1337
+ ],
1338
+ },
1339
+ {
1340
+ nodeType: 'YulVariableDeclaration',
1341
+ src: '1245:23:3',
1342
+ value: {
1343
+ arguments: [
1344
+ {
1345
+ kind: 'number',
1346
+ nodeType: 'YulLiteral',
1347
+ src: '1265:2:3',
1348
+ type: '',
1349
+ value: '64',
1350
+ },
1351
+ ],
1352
+ functionName: {
1353
+ name: 'mload',
1354
+ nodeType: 'YulIdentifier',
1355
+ src: '1259:5:3',
1356
+ },
1357
+ nodeType: 'YulFunctionCall',
1358
+ src: '1259:9:3',
1359
+ },
1360
+ variables: [
1361
+ {
1362
+ name: 'memPtr',
1363
+ nodeType: 'YulTypedName',
1364
+ src: '1249:6:3',
1365
+ type: '',
1366
+ },
1367
+ ],
1368
+ },
1369
+ {
1370
+ nodeType: 'YulVariableDeclaration',
1371
+ src: '1277:71:3',
1372
+ value: {
1373
+ arguments: [
1374
+ {
1375
+ name: 'memPtr',
1376
+ nodeType: 'YulIdentifier',
1377
+ src: '1299:6:3',
1378
+ },
1379
+ {
1380
+ arguments: [
1381
+ {
1382
+ arguments: [
1383
+ {
1384
+ arguments: [
1385
+ {
1386
+ arguments: [
1387
+ {
1388
+ name: '_3',
1389
+ nodeType: 'YulIdentifier',
1390
+ src: '1323:2:3',
1391
+ },
1392
+ {
1393
+ kind: 'number',
1394
+ nodeType: 'YulLiteral',
1395
+ src: '1327:4:3',
1396
+ type: '',
1397
+ value: '0x1f',
1398
+ },
1399
+ ],
1400
+ functionName: {
1401
+ name: 'add',
1402
+ nodeType: 'YulIdentifier',
1403
+ src: '1319:3:3',
1404
+ },
1405
+ nodeType: 'YulFunctionCall',
1406
+ src: '1319:13:3',
1407
+ },
1408
+ {
1409
+ name: '_4',
1410
+ nodeType: 'YulIdentifier',
1411
+ src: '1334:2:3',
1412
+ },
1413
+ ],
1414
+ functionName: {
1415
+ name: 'and',
1416
+ nodeType: 'YulIdentifier',
1417
+ src: '1315:3:3',
1418
+ },
1419
+ nodeType: 'YulFunctionCall',
1420
+ src: '1315:22:3',
1421
+ },
1422
+ {
1423
+ kind: 'number',
1424
+ nodeType: 'YulLiteral',
1425
+ src: '1339:2:3',
1426
+ type: '',
1427
+ value: '63',
1428
+ },
1429
+ ],
1430
+ functionName: {
1431
+ name: 'add',
1432
+ nodeType: 'YulIdentifier',
1433
+ src: '1311:3:3',
1434
+ },
1435
+ nodeType: 'YulFunctionCall',
1436
+ src: '1311:31:3',
1437
+ },
1438
+ {
1439
+ name: '_4',
1440
+ nodeType: 'YulIdentifier',
1441
+ src: '1344:2:3',
1442
+ },
1443
+ ],
1444
+ functionName: {
1445
+ name: 'and',
1446
+ nodeType: 'YulIdentifier',
1447
+ src: '1307:3:3',
1448
+ },
1449
+ nodeType: 'YulFunctionCall',
1450
+ src: '1307:40:3',
1451
+ },
1452
+ ],
1453
+ functionName: {
1454
+ name: 'add',
1455
+ nodeType: 'YulIdentifier',
1456
+ src: '1295:3:3',
1457
+ },
1458
+ nodeType: 'YulFunctionCall',
1459
+ src: '1295:53:3',
1460
+ },
1461
+ variables: [
1462
+ {
1463
+ name: 'newFreePtr',
1464
+ nodeType: 'YulTypedName',
1465
+ src: '1281:10:3',
1466
+ type: '',
1467
+ },
1468
+ ],
1469
+ },
1470
+ {
1471
+ body: {
1472
+ nodeType: 'YulBlock',
1473
+ src: '1407:22:3',
1474
+ statements: [
1475
+ {
1476
+ expression: {
1477
+ arguments: [],
1478
+ functionName: {
1479
+ name: 'panic_error_0x41',
1480
+ nodeType: 'YulIdentifier',
1481
+ src: '1409:16:3',
1482
+ },
1483
+ nodeType: 'YulFunctionCall',
1484
+ src: '1409:18:3',
1485
+ },
1486
+ nodeType: 'YulExpressionStatement',
1487
+ src: '1409:18:3',
1488
+ },
1489
+ ],
1490
+ },
1491
+ condition: {
1492
+ arguments: [
1493
+ {
1494
+ arguments: [
1495
+ {
1496
+ name: 'newFreePtr',
1497
+ nodeType: 'YulIdentifier',
1498
+ src: '1366:10:3',
1499
+ },
1500
+ {
1501
+ name: '_1',
1502
+ nodeType: 'YulIdentifier',
1503
+ src: '1378:2:3',
1504
+ },
1505
+ ],
1506
+ functionName: {
1507
+ name: 'gt',
1508
+ nodeType: 'YulIdentifier',
1509
+ src: '1363:2:3',
1510
+ },
1511
+ nodeType: 'YulFunctionCall',
1512
+ src: '1363:18:3',
1513
+ },
1514
+ {
1515
+ arguments: [
1516
+ {
1517
+ name: 'newFreePtr',
1518
+ nodeType: 'YulIdentifier',
1519
+ src: '1386:10:3',
1520
+ },
1521
+ {
1522
+ name: 'memPtr',
1523
+ nodeType: 'YulIdentifier',
1524
+ src: '1398:6:3',
1525
+ },
1526
+ ],
1527
+ functionName: {
1528
+ name: 'lt',
1529
+ nodeType: 'YulIdentifier',
1530
+ src: '1383:2:3',
1531
+ },
1532
+ nodeType: 'YulFunctionCall',
1533
+ src: '1383:22:3',
1534
+ },
1535
+ ],
1536
+ functionName: {
1537
+ name: 'or',
1538
+ nodeType: 'YulIdentifier',
1539
+ src: '1360:2:3',
1540
+ },
1541
+ nodeType: 'YulFunctionCall',
1542
+ src: '1360:46:3',
1543
+ },
1544
+ nodeType: 'YulIf',
1545
+ src: '1357:72:3',
1546
+ },
1547
+ {
1548
+ expression: {
1549
+ arguments: [
1550
+ {
1551
+ kind: 'number',
1552
+ nodeType: 'YulLiteral',
1553
+ src: '1445:2:3',
1554
+ type: '',
1555
+ value: '64',
1556
+ },
1557
+ {
1558
+ name: 'newFreePtr',
1559
+ nodeType: 'YulIdentifier',
1560
+ src: '1449:10:3',
1561
+ },
1562
+ ],
1563
+ functionName: {
1564
+ name: 'mstore',
1565
+ nodeType: 'YulIdentifier',
1566
+ src: '1438:6:3',
1567
+ },
1568
+ nodeType: 'YulFunctionCall',
1569
+ src: '1438:22:3',
1570
+ },
1571
+ nodeType: 'YulExpressionStatement',
1572
+ src: '1438:22:3',
1573
+ },
1574
+ {
1575
+ expression: {
1576
+ arguments: [
1577
+ {
1578
+ name: 'memPtr',
1579
+ nodeType: 'YulIdentifier',
1580
+ src: '1476:6:3',
1581
+ },
1582
+ {
1583
+ name: '_3',
1584
+ nodeType: 'YulIdentifier',
1585
+ src: '1484:2:3',
1586
+ },
1587
+ ],
1588
+ functionName: {
1589
+ name: 'mstore',
1590
+ nodeType: 'YulIdentifier',
1591
+ src: '1469:6:3',
1592
+ },
1593
+ nodeType: 'YulFunctionCall',
1594
+ src: '1469:18:3',
1595
+ },
1596
+ nodeType: 'YulExpressionStatement',
1597
+ src: '1469:18:3',
1598
+ },
1599
+ {
1600
+ body: {
1601
+ nodeType: 'YulBlock',
1602
+ src: '1533:16:3',
1603
+ statements: [
1604
+ {
1605
+ expression: {
1606
+ arguments: [
1607
+ {
1608
+ kind: 'number',
1609
+ nodeType: 'YulLiteral',
1610
+ src: '1542:1:3',
1611
+ type: '',
1612
+ value: '0',
1613
+ },
1614
+ {
1615
+ kind: 'number',
1616
+ nodeType: 'YulLiteral',
1617
+ src: '1545:1:3',
1618
+ type: '',
1619
+ value: '0',
1620
+ },
1621
+ ],
1622
+ functionName: {
1623
+ name: 'revert',
1624
+ nodeType: 'YulIdentifier',
1625
+ src: '1535:6:3',
1626
+ },
1627
+ nodeType: 'YulFunctionCall',
1628
+ src: '1535:12:3',
1629
+ },
1630
+ nodeType: 'YulExpressionStatement',
1631
+ src: '1535:12:3',
1632
+ },
1633
+ ],
1634
+ },
1635
+ condition: {
1636
+ arguments: [
1637
+ {
1638
+ arguments: [
1639
+ {
1640
+ arguments: [
1641
+ {
1642
+ name: '_2',
1643
+ nodeType: 'YulIdentifier',
1644
+ src: '1510:2:3',
1645
+ },
1646
+ {
1647
+ name: '_3',
1648
+ nodeType: 'YulIdentifier',
1649
+ src: '1514:2:3',
1650
+ },
1651
+ ],
1652
+ functionName: {
1653
+ name: 'add',
1654
+ nodeType: 'YulIdentifier',
1655
+ src: '1506:3:3',
1656
+ },
1657
+ nodeType: 'YulFunctionCall',
1658
+ src: '1506:11:3',
1659
+ },
1660
+ {
1661
+ kind: 'number',
1662
+ nodeType: 'YulLiteral',
1663
+ src: '1519:2:3',
1664
+ type: '',
1665
+ value: '32',
1666
+ },
1667
+ ],
1668
+ functionName: {
1669
+ name: 'add',
1670
+ nodeType: 'YulIdentifier',
1671
+ src: '1502:3:3',
1672
+ },
1673
+ nodeType: 'YulFunctionCall',
1674
+ src: '1502:20:3',
1675
+ },
1676
+ {
1677
+ name: 'dataEnd',
1678
+ nodeType: 'YulIdentifier',
1679
+ src: '1524:7:3',
1680
+ },
1681
+ ],
1682
+ functionName: {
1683
+ name: 'gt',
1684
+ nodeType: 'YulIdentifier',
1685
+ src: '1499:2:3',
1686
+ },
1687
+ nodeType: 'YulFunctionCall',
1688
+ src: '1499:33:3',
1689
+ },
1690
+ nodeType: 'YulIf',
1691
+ src: '1496:53:3',
1692
+ },
1693
+ {
1694
+ expression: {
1695
+ arguments: [
1696
+ {
1697
+ arguments: [
1698
+ {
1699
+ name: '_2',
1700
+ nodeType: 'YulIdentifier',
1701
+ src: '1584:2:3',
1702
+ },
1703
+ {
1704
+ kind: 'number',
1705
+ nodeType: 'YulLiteral',
1706
+ src: '1588:2:3',
1707
+ type: '',
1708
+ value: '32',
1709
+ },
1710
+ ],
1711
+ functionName: {
1712
+ name: 'add',
1713
+ nodeType: 'YulIdentifier',
1714
+ src: '1580:3:3',
1715
+ },
1716
+ nodeType: 'YulFunctionCall',
1717
+ src: '1580:11:3',
1718
+ },
1719
+ {
1720
+ arguments: [
1721
+ {
1722
+ name: 'memPtr',
1723
+ nodeType: 'YulIdentifier',
1724
+ src: '1597:6:3',
1725
+ },
1726
+ {
1727
+ kind: 'number',
1728
+ nodeType: 'YulLiteral',
1729
+ src: '1605:2:3',
1730
+ type: '',
1731
+ value: '32',
1732
+ },
1733
+ ],
1734
+ functionName: {
1735
+ name: 'add',
1736
+ nodeType: 'YulIdentifier',
1737
+ src: '1593:3:3',
1738
+ },
1739
+ nodeType: 'YulFunctionCall',
1740
+ src: '1593:15:3',
1741
+ },
1742
+ {
1743
+ name: '_3',
1744
+ nodeType: 'YulIdentifier',
1745
+ src: '1610:2:3',
1746
+ },
1747
+ ],
1748
+ functionName: {
1749
+ name: 'copy_memory_to_memory',
1750
+ nodeType: 'YulIdentifier',
1751
+ src: '1558:21:3',
1752
+ },
1753
+ nodeType: 'YulFunctionCall',
1754
+ src: '1558:55:3',
1755
+ },
1756
+ nodeType: 'YulExpressionStatement',
1757
+ src: '1558:55:3',
1758
+ },
1759
+ {
1760
+ nodeType: 'YulAssignment',
1761
+ src: '1622:16:3',
1762
+ value: {
1763
+ name: 'memPtr',
1764
+ nodeType: 'YulIdentifier',
1765
+ src: '1632:6:3',
1766
+ },
1767
+ variableNames: [
1768
+ {
1769
+ name: 'value2',
1770
+ nodeType: 'YulIdentifier',
1771
+ src: '1622:6:3',
1772
+ },
1773
+ ],
1774
+ },
1775
+ ],
1776
+ },
1777
+ name: 'abi_decode_tuple_t_addresst_addresst_bytes_memory_ptr_fromMemory',
1778
+ nodeType: 'YulFunctionDefinition',
1779
+ parameters: [
1780
+ {
1781
+ name: 'headStart',
1782
+ nodeType: 'YulTypedName',
1783
+ src: '665:9:3',
1784
+ type: '',
1785
+ },
1786
+ {
1787
+ name: 'dataEnd',
1788
+ nodeType: 'YulTypedName',
1789
+ src: '676:7:3',
1790
+ type: '',
1791
+ },
1792
+ ],
1793
+ returnVariables: [
1794
+ {
1795
+ name: 'value0',
1796
+ nodeType: 'YulTypedName',
1797
+ src: '688:6:3',
1798
+ type: '',
1799
+ },
1800
+ {
1801
+ name: 'value1',
1802
+ nodeType: 'YulTypedName',
1803
+ src: '696:6:3',
1804
+ type: '',
1805
+ },
1806
+ {
1807
+ name: 'value2',
1808
+ nodeType: 'YulTypedName',
1809
+ src: '704:6:3',
1810
+ type: '',
1811
+ },
1812
+ ],
1813
+ src: '591:1053:3',
1814
+ },
1815
+ {
1816
+ body: {
1817
+ nodeType: 'YulBlock',
1818
+ src: '1786:137:3',
1819
+ statements: [
1820
+ {
1821
+ nodeType: 'YulVariableDeclaration',
1822
+ src: '1796:27:3',
1823
+ value: {
1824
+ arguments: [
1825
+ {
1826
+ name: 'value0',
1827
+ nodeType: 'YulIdentifier',
1828
+ src: '1816:6:3',
1829
+ },
1830
+ ],
1831
+ functionName: {
1832
+ name: 'mload',
1833
+ nodeType: 'YulIdentifier',
1834
+ src: '1810:5:3',
1835
+ },
1836
+ nodeType: 'YulFunctionCall',
1837
+ src: '1810:13:3',
1838
+ },
1839
+ variables: [
1840
+ {
1841
+ name: 'length',
1842
+ nodeType: 'YulTypedName',
1843
+ src: '1800:6:3',
1844
+ type: '',
1845
+ },
1846
+ ],
1847
+ },
1848
+ {
1849
+ expression: {
1850
+ arguments: [
1851
+ {
1852
+ arguments: [
1853
+ {
1854
+ name: 'value0',
1855
+ nodeType: 'YulIdentifier',
1856
+ src: '1858:6:3',
1857
+ },
1858
+ {
1859
+ kind: 'number',
1860
+ nodeType: 'YulLiteral',
1861
+ src: '1866:4:3',
1862
+ type: '',
1863
+ value: '0x20',
1864
+ },
1865
+ ],
1866
+ functionName: {
1867
+ name: 'add',
1868
+ nodeType: 'YulIdentifier',
1869
+ src: '1854:3:3',
1870
+ },
1871
+ nodeType: 'YulFunctionCall',
1872
+ src: '1854:17:3',
1873
+ },
1874
+ {
1875
+ name: 'pos',
1876
+ nodeType: 'YulIdentifier',
1877
+ src: '1873:3:3',
1878
+ },
1879
+ {
1880
+ name: 'length',
1881
+ nodeType: 'YulIdentifier',
1882
+ src: '1878:6:3',
1883
+ },
1884
+ ],
1885
+ functionName: {
1886
+ name: 'copy_memory_to_memory',
1887
+ nodeType: 'YulIdentifier',
1888
+ src: '1832:21:3',
1889
+ },
1890
+ nodeType: 'YulFunctionCall',
1891
+ src: '1832:53:3',
1892
+ },
1893
+ nodeType: 'YulExpressionStatement',
1894
+ src: '1832:53:3',
1895
+ },
1896
+ {
1897
+ nodeType: 'YulAssignment',
1898
+ src: '1894:23:3',
1899
+ value: {
1900
+ arguments: [
1901
+ {
1902
+ name: 'pos',
1903
+ nodeType: 'YulIdentifier',
1904
+ src: '1905:3:3',
1905
+ },
1906
+ {
1907
+ name: 'length',
1908
+ nodeType: 'YulIdentifier',
1909
+ src: '1910:6:3',
1910
+ },
1911
+ ],
1912
+ functionName: {
1913
+ name: 'add',
1914
+ nodeType: 'YulIdentifier',
1915
+ src: '1901:3:3',
1916
+ },
1917
+ nodeType: 'YulFunctionCall',
1918
+ src: '1901:16:3',
1919
+ },
1920
+ variableNames: [
1921
+ {
1922
+ name: 'end',
1923
+ nodeType: 'YulIdentifier',
1924
+ src: '1894:3:3',
1925
+ },
1926
+ ],
1927
+ },
1928
+ ],
1929
+ },
1930
+ name: 'abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed',
1931
+ nodeType: 'YulFunctionDefinition',
1932
+ parameters: [
1933
+ {
1934
+ name: 'pos',
1935
+ nodeType: 'YulTypedName',
1936
+ src: '1762:3:3',
1937
+ type: '',
1938
+ },
1939
+ {
1940
+ name: 'value0',
1941
+ nodeType: 'YulTypedName',
1942
+ src: '1767:6:3',
1943
+ type: '',
1944
+ },
1945
+ ],
1946
+ returnVariables: [
1947
+ {
1948
+ name: 'end',
1949
+ nodeType: 'YulTypedName',
1950
+ src: '1778:3:3',
1951
+ type: '',
1952
+ },
1953
+ ],
1954
+ src: '1649:274:3',
1955
+ },
1956
+ ],
1957
+ },
1958
+ contents:
1959
+ '{\n { }\n function abi_decode_address_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function copy_memory_to_memory(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n if gt(i, length) { mstore(add(dst, length), 0) }\n }\n function abi_decode_tuple_t_addresst_addresst_bytes_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_address_fromMemory(headStart)\n value1 := abi_decode_address_fromMemory(add(headStart, 32))\n let offset := mload(add(headStart, 64))\n let _1 := sub(shl(64, 1), 1)\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let _3 := mload(_2)\n if gt(_3, _1) { panic_error_0x41() }\n let _4 := not(31)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_3, 0x1f), _4), 63), _4))\n if or(gt(newFreePtr, _1), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _3)\n if gt(add(add(_2, _3), 32), dataEnd) { revert(0, 0) }\n copy_memory_to_memory(add(_2, 32), add(memPtr, 32), _3)\n value2 := memPtr\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n}',
1960
+ id: 3,
1961
+ language: 'Yul',
1962
+ name: '#utility.yul',
1963
+ },
1964
+ ],
1965
+ linkReferences: {},
1966
+ opcodes:
1967
+ 'PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x40 MLOAD PUSH3 0xC72 CODESIZE SUB DUP1 PUSH3 0xC72 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH3 0x26 SWAP2 PUSH3 0x202 JUMP JUMPDEST DUP3 DUP3 DUP3 PUSH3 0x34 DUP3 PUSH3 0x4C JUMP JUMPDEST PUSH3 0x40 DUP4 DUP3 PUSH3 0xBE JUMP JUMPDEST POP POP POP POP POP POP PUSH3 0x300 JUMP JUMPDEST PUSH1 0x0 PUSH3 0x66 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH3 0xC52 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP DUP2 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH3 0xC52 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SSTORE DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC DUP1 SLOAD SWAP1 DUP4 SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP6 AND SWAP2 SWAP1 DUP4 AND SWAP1 PUSH32 0x5570D70A002632A7B0B3C9304CC89EFB62D8DA9ECA0DBD7752C83B7379068296 SWAP1 PUSH1 0x0 SWAP1 LOG3 DUP2 MLOAD ISZERO PUSH3 0x19B JUMPI PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 PUSH1 0x40 MLOAD PUSH3 0x142 SWAP2 SWAP1 PUSH3 0x2E2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH3 0x17F JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH3 0x184 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH3 0x199 JUMPI RETURNDATASIZE DUP1 PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 PUSH1 0x0 REVERT JUMPDEST POP JUMPDEST POP POP POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH3 0x1B8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x1F0 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH3 0x1D6 JUMP JUMPDEST DUP4 DUP2 GT ISZERO PUSH3 0x199 JUMPI POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH3 0x218 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH3 0x223 DUP5 PUSH3 0x1A0 JUMP JUMPDEST SWAP3 POP PUSH3 0x233 PUSH1 0x20 DUP6 ADD PUSH3 0x1A0 JUMP JUMPDEST PUSH1 0x40 DUP6 ADD MLOAD SWAP1 SWAP3 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP1 DUP3 GT ISZERO PUSH3 0x251 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x266 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD DUP2 DUP2 GT ISZERO PUSH3 0x27B JUMPI PUSH3 0x27B PUSH3 0x1BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP4 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH3 0x2A6 JUMPI PUSH3 0x2A6 PUSH3 0x1BD JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP10 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH3 0x2C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH3 0x2D3 DUP4 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP9 ADD PUSH3 0x1D3 JUMP JUMPDEST DUP1 SWAP6 POP POP POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH3 0x2F6 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH3 0x1D3 JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x942 DUP1 PUSH3 0x310 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x5E JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4F1EF286 GT PUSH2 0x43 JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0xC4 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xD7 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x111 JUMPI PUSH2 0x65 JUMP JUMPDEST DUP1 PUSH4 0x1FFC9A7 EQ PUSH2 0x6F JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0xA4 JUMPI PUSH2 0x65 JUMP JUMPDEST CALLDATASIZE PUSH2 0x65 JUMPI STOP JUMPDEST PUSH2 0x6D PUSH2 0x131 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x8F PUSH2 0x8A CALLDATASIZE PUSH1 0x4 PUSH2 0x7A6 JUMP JUMPDEST PUSH2 0x17C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6D PUSH2 0xBF CALLDATASIZE PUSH1 0x4 PUSH2 0x811 JUMP JUMPDEST PUSH2 0x34A JUMP JUMPDEST PUSH2 0x6D PUSH2 0xD2 CALLDATASIZE PUSH1 0x4 PUSH2 0x82C JUMP JUMPDEST PUSH2 0x421 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xEC PUSH2 0x51C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x9B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x11D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6D PUSH2 0x12C CALLDATASIZE PUSH1 0x4 PUSH2 0x811 JUMP JUMPDEST PUSH2 0x54B JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC SLOAD PUSH1 0x0 CALLDATASIZE DUP2 DUP3 CALLDATACOPY DUP1 DUP2 CALLDATASIZE DUP4 DUP6 GAS DELEGATECALL SWAP2 POP RETURNDATASIZE DUP1 DUP3 DUP4 RETURNDATACOPY DUP3 DUP1 ISZERO PUSH2 0x172 JUMPI DUP2 DUP4 RETURN JUMPDEST DUP2 DUP4 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP4 AND EQ DUP1 PUSH2 0x20F JUMPI POP PUSH32 0x7F5828D000000000000000000000000000000000000000000000000000000000 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP4 AND EQ JUMPDEST ISZERO PUSH2 0x21C JUMPI POP PUSH1 0x1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP1 DUP4 AND EQ ISZERO PUSH2 0x24E JUMPI POP PUSH1 0x0 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC SLOAD PUSH1 0x40 MLOAD PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 PUSH4 0x1FFC9A7 SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x336 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x333 SWAP2 DUP2 ADD SWAP1 PUSH2 0x8AF JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x343 JUMPI POP PUSH1 0x0 SWAP3 SWAP2 POP POP JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x405 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x41E DUP2 PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE POP PUSH2 0x60A JUMP JUMPDEST POP JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x4D7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3FC JUMP JUMPDEST PUSH2 0x517 DUP4 DUP4 DUP4 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP PUSH2 0x60A SWAP3 POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x546 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x601 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3FC JUMP JUMPDEST PUSH2 0x41E DUP2 PUSH2 0x6F9 JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC DUP1 SLOAD SWAP1 DUP4 SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP6 AND SWAP2 SWAP1 DUP4 AND SWAP1 PUSH32 0x5570D70A002632A7B0B3C9304CC89EFB62D8DA9ECA0DBD7752C83B7379068296 SWAP1 PUSH1 0x0 SWAP1 LOG3 DUP2 MLOAD ISZERO PUSH2 0x517 JUMPI PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD PUSH2 0x6A5 SWAP2 SWAP1 PUSH2 0x8D1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x6E0 JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x6E5 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x176 JUMPI RETURNDATASIZE DUP1 PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x723 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP DUP2 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SSTORE DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x343 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x80C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x823 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x343 DUP3 PUSH2 0x7E8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x841 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x84A DUP5 PUSH2 0x7E8 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x867 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x87B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x88A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x89C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP5 POP DUP1 SWAP4 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x343 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x8F2 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP6 DUP4 ADD MSTORE ADD PUSH2 0x8D8 JUMP JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0x901 JUMPI PUSH1 0x0 DUP3 DUP6 ADD MSTORE JUMPDEST POP SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0x25 0xD6 OR SWAP5 SWAP3 SLT 0xF6 0xE2 SLOAD SWAP4 DIFFICULTY 0x49 SWAP6 SELFDESTRUCT 0xDC DUP7 BASEFEE EQ 0xF 0xD8 JUMPI SWAP14 0xE6 PUSH4 0x8BE329EB EQ DUP4 SDIV 0xF PUSH5 0x736F6C6343 STOP ADDMOD EXP STOP CALLER 0xB5 BALANCE 0x27 PUSH9 0x4A568B3173AE13B9F8 0xA6 ADD PUSH15 0x243E63B6E8EE1178D6A717850B5D61 SUB ',
1968
+ sourceMap:
1969
+ '176:278:1:-:0;;;229:179;;;;;;;;;;;;;;;;;;:::i;:::-;363:21;386:12;400:4;723:23:0;386:12:1;723:9:0;:23::i;:::-;756:47;775:21;798:4;756:18;:47::i;:::-;591:219;;;229:179:1;;;176:278;;2908:346:0;2964:21;2988:8;-1:-1:-1;;;;;;;;;;;2813:73:0;;2636:266;2988:8;2964:32;;3169:8;-1:-1:-1;;;;;;;;;;;3094:84:0;3238:8;-1:-1:-1;;;;;3202:45:0;3223:13;-1:-1:-1;;;;;3202:45:0;;;;;;;;;;;2954:300;2908:346;:::o;1377:1068:2:-;1630:66;1624:73;;1805:93;;;;1923:69;;-1:-1:-1;;;;;1923:69:2;;;;;;;;;;1470:30;;1923:69;2007:11;;:15;2003:436;;2039:12;2057:17;-1:-1:-1;;;;;2057:30:2;2088:4;2057:36;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2038:55;;;2112:7;2107:322;;2278:16;2336:14;2333:1;;2315:36;2382:14;2333:1;2372:25;2107:322;2024:415;2003:436;1460:985;1377:1068;;:::o;14:177:3:-;93:13;;-1:-1:-1;;;;;135:31:3;;125:42;;115:70;;181:1;178;171:12;115:70;14:177;;;:::o;196:127::-;257:10;252:3;248:20;245:1;238:31;288:4;285:1;278:15;312:4;309:1;302:15;328:258;400:1;410:113;424:6;421:1;418:13;410:113;;;500:11;;;494:18;481:11;;;474:39;446:2;439:10;410:113;;;541:6;538:1;535:13;532:48;;;-1:-1:-1;;576:1:3;558:16;;551:27;328:258::o;591:1053::-;688:6;696;704;757:2;745:9;736:7;732:23;728:32;725:52;;;773:1;770;763:12;725:52;796:40;826:9;796:40;:::i;:::-;786:50;;855:49;900:2;889:9;885:18;855:49;:::i;:::-;948:2;933:18;;927:25;845:59;;-1:-1:-1;;;;;;1001:14:3;;;998:34;;;1028:1;1025;1018:12;998:34;1066:6;1055:9;1051:22;1041:32;;1111:7;1104:4;1100:2;1096:13;1092:27;1082:55;;1133:1;1130;1123:12;1082:55;1162:2;1156:9;1184:2;1180;1177:10;1174:36;;;1190:18;;:::i;:::-;1265:2;1259:9;1233:2;1319:13;;-1:-1:-1;;1315:22:3;;;1339:2;1311:31;1307:40;1295:53;;;1363:18;;;1383:22;;;1360:46;1357:72;;;1409:18;;:::i;:::-;1449:10;1445:2;1438:22;1484:2;1476:6;1469:18;1524:7;1519:2;1514;1510;1506:11;1502:20;1499:33;1496:53;;;1545:1;1542;1535:12;1496:53;1558:55;1610:2;1605;1597:6;1593:15;1588:2;1584;1580:11;1558:55;:::i;:::-;1632:6;1622:16;;;;;;;591:1053;;;;;:::o;1649:274::-;1778:3;1816:6;1810:13;1832:53;1878:6;1873:3;1866:4;1858:6;1854:17;1832:53;:::i;:::-;1901:16;;;;;1649:274;-1:-1:-1;;1649:274:3:o;:::-;176:278:1;;;;;;',
1970
+ },
1971
+ deployedBytecode: {
1972
+ functionDebugData: {
1973
+ '@_198': {
1974
+ entryPoint: null,
1975
+ id: 198,
1976
+ parameterSlots: 0,
1977
+ returnSlots: 0,
1978
+ },
1979
+ '@_222': {
1980
+ entryPoint: null,
1981
+ id: 222,
1982
+ parameterSlots: 0,
1983
+ returnSlots: 0,
1984
+ },
1985
+ '@_fallback_227': {
1986
+ entryPoint: 305,
1987
+ id: 227,
1988
+ parameterSlots: 0,
1989
+ returnSlots: 0,
1990
+ },
1991
+ '@_owner_154': {
1992
+ entryPoint: null,
1993
+ id: 154,
1994
+ parameterSlots: 0,
1995
+ returnSlots: 1,
1996
+ },
1997
+ '@_setImplementation_263': {
1998
+ entryPoint: 1546,
1999
+ id: 263,
2000
+ parameterSlots: 2,
2001
+ returnSlots: 0,
2002
+ },
2003
+ '@_setOwner_171': {
2004
+ entryPoint: 1785,
2005
+ id: 171,
2006
+ parameterSlots: 1,
2007
+ returnSlots: 0,
2008
+ },
2009
+ '@owner_47': {
2010
+ entryPoint: 1308,
2011
+ id: 47,
2012
+ parameterSlots: 0,
2013
+ returnSlots: 1,
2014
+ },
2015
+ '@supportsInterface_94': {
2016
+ entryPoint: 380,
2017
+ id: 94,
2018
+ parameterSlots: 1,
2019
+ returnSlots: 1,
2020
+ },
2021
+ '@transferOwnership_106': {
2022
+ entryPoint: 1355,
2023
+ id: 106,
2024
+ parameterSlots: 1,
2025
+ returnSlots: 0,
2026
+ },
2027
+ '@upgradeToAndCall_134': {
2028
+ entryPoint: 1057,
2029
+ id: 134,
2030
+ parameterSlots: 3,
2031
+ returnSlots: 0,
2032
+ },
2033
+ '@upgradeTo_119': {
2034
+ entryPoint: 842,
2035
+ id: 119,
2036
+ parameterSlots: 1,
2037
+ returnSlots: 0,
2038
+ },
2039
+ abi_decode_address: {
2040
+ entryPoint: 2024,
2041
+ id: null,
2042
+ parameterSlots: 1,
2043
+ returnSlots: 1,
2044
+ },
2045
+ abi_decode_tuple_t_address: {
2046
+ entryPoint: 2065,
2047
+ id: null,
2048
+ parameterSlots: 2,
2049
+ returnSlots: 1,
2050
+ },
2051
+ abi_decode_tuple_t_addresst_bytes_calldata_ptr: {
2052
+ entryPoint: 2092,
2053
+ id: null,
2054
+ parameterSlots: 2,
2055
+ returnSlots: 3,
2056
+ },
2057
+ abi_decode_tuple_t_bool_fromMemory: {
2058
+ entryPoint: 2223,
2059
+ id: null,
2060
+ parameterSlots: 2,
2061
+ returnSlots: 1,
2062
+ },
2063
+ abi_decode_tuple_t_bytes4: {
2064
+ entryPoint: 1958,
2065
+ id: null,
2066
+ parameterSlots: 2,
2067
+ returnSlots: 1,
2068
+ },
2069
+ abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed: {
2070
+ entryPoint: 2257,
2071
+ id: null,
2072
+ parameterSlots: 2,
2073
+ returnSlots: 1,
2074
+ },
2075
+ abi_encode_tuple_t_address__to_t_address__fromStack_reversed: {
2076
+ entryPoint: null,
2077
+ id: null,
2078
+ parameterSlots: 2,
2079
+ returnSlots: 1,
2080
+ },
2081
+ abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed: {
2082
+ entryPoint: null,
2083
+ id: null,
2084
+ parameterSlots: 2,
2085
+ returnSlots: 1,
2086
+ },
2087
+ abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed: {
2088
+ entryPoint: null,
2089
+ id: null,
2090
+ parameterSlots: 2,
2091
+ returnSlots: 1,
2092
+ },
2093
+ abi_encode_tuple_t_stringliteral_e7e213d5e2bee0acc2c7bf8bfda19ef0cae82e7b8c997e7e898919269971e7c4__to_t_string_memory_ptr__fromStack_reversed:
2094
+ {
2095
+ entryPoint: null,
2096
+ id: null,
2097
+ parameterSlots: 1,
2098
+ returnSlots: 1,
2099
+ },
2100
+ },
2101
+ generatedSources: [
2102
+ {
2103
+ ast: {
2104
+ nodeType: 'YulBlock',
2105
+ src: '0:3142:3',
2106
+ statements: [
2107
+ {
2108
+ nodeType: 'YulBlock',
2109
+ src: '6:3:3',
2110
+ statements: [],
2111
+ },
2112
+ {
2113
+ body: {
2114
+ nodeType: 'YulBlock',
2115
+ src: '83:263:3',
2116
+ statements: [
2117
+ {
2118
+ body: {
2119
+ nodeType: 'YulBlock',
2120
+ src: '129:16:3',
2121
+ statements: [
2122
+ {
2123
+ expression: {
2124
+ arguments: [
2125
+ {
2126
+ kind: 'number',
2127
+ nodeType: 'YulLiteral',
2128
+ src: '138:1:3',
2129
+ type: '',
2130
+ value: '0',
2131
+ },
2132
+ {
2133
+ kind: 'number',
2134
+ nodeType: 'YulLiteral',
2135
+ src: '141:1:3',
2136
+ type: '',
2137
+ value: '0',
2138
+ },
2139
+ ],
2140
+ functionName: {
2141
+ name: 'revert',
2142
+ nodeType: 'YulIdentifier',
2143
+ src: '131:6:3',
2144
+ },
2145
+ nodeType: 'YulFunctionCall',
2146
+ src: '131:12:3',
2147
+ },
2148
+ nodeType: 'YulExpressionStatement',
2149
+ src: '131:12:3',
2150
+ },
2151
+ ],
2152
+ },
2153
+ condition: {
2154
+ arguments: [
2155
+ {
2156
+ arguments: [
2157
+ {
2158
+ name: 'dataEnd',
2159
+ nodeType: 'YulIdentifier',
2160
+ src: '104:7:3',
2161
+ },
2162
+ {
2163
+ name: 'headStart',
2164
+ nodeType: 'YulIdentifier',
2165
+ src: '113:9:3',
2166
+ },
2167
+ ],
2168
+ functionName: {
2169
+ name: 'sub',
2170
+ nodeType: 'YulIdentifier',
2171
+ src: '100:3:3',
2172
+ },
2173
+ nodeType: 'YulFunctionCall',
2174
+ src: '100:23:3',
2175
+ },
2176
+ {
2177
+ kind: 'number',
2178
+ nodeType: 'YulLiteral',
2179
+ src: '125:2:3',
2180
+ type: '',
2181
+ value: '32',
2182
+ },
2183
+ ],
2184
+ functionName: {
2185
+ name: 'slt',
2186
+ nodeType: 'YulIdentifier',
2187
+ src: '96:3:3',
2188
+ },
2189
+ nodeType: 'YulFunctionCall',
2190
+ src: '96:32:3',
2191
+ },
2192
+ nodeType: 'YulIf',
2193
+ src: '93:52:3',
2194
+ },
2195
+ {
2196
+ nodeType: 'YulVariableDeclaration',
2197
+ src: '154:36:3',
2198
+ value: {
2199
+ arguments: [
2200
+ {
2201
+ name: 'headStart',
2202
+ nodeType: 'YulIdentifier',
2203
+ src: '180:9:3',
2204
+ },
2205
+ ],
2206
+ functionName: {
2207
+ name: 'calldataload',
2208
+ nodeType: 'YulIdentifier',
2209
+ src: '167:12:3',
2210
+ },
2211
+ nodeType: 'YulFunctionCall',
2212
+ src: '167:23:3',
2213
+ },
2214
+ variables: [
2215
+ {
2216
+ name: 'value',
2217
+ nodeType: 'YulTypedName',
2218
+ src: '158:5:3',
2219
+ type: '',
2220
+ },
2221
+ ],
2222
+ },
2223
+ {
2224
+ body: {
2225
+ nodeType: 'YulBlock',
2226
+ src: '300:16:3',
2227
+ statements: [
2228
+ {
2229
+ expression: {
2230
+ arguments: [
2231
+ {
2232
+ kind: 'number',
2233
+ nodeType: 'YulLiteral',
2234
+ src: '309:1:3',
2235
+ type: '',
2236
+ value: '0',
2237
+ },
2238
+ {
2239
+ kind: 'number',
2240
+ nodeType: 'YulLiteral',
2241
+ src: '312:1:3',
2242
+ type: '',
2243
+ value: '0',
2244
+ },
2245
+ ],
2246
+ functionName: {
2247
+ name: 'revert',
2248
+ nodeType: 'YulIdentifier',
2249
+ src: '302:6:3',
2250
+ },
2251
+ nodeType: 'YulFunctionCall',
2252
+ src: '302:12:3',
2253
+ },
2254
+ nodeType: 'YulExpressionStatement',
2255
+ src: '302:12:3',
2256
+ },
2257
+ ],
2258
+ },
2259
+ condition: {
2260
+ arguments: [
2261
+ {
2262
+ arguments: [
2263
+ {
2264
+ name: 'value',
2265
+ nodeType: 'YulIdentifier',
2266
+ src: '212:5:3',
2267
+ },
2268
+ {
2269
+ arguments: [
2270
+ {
2271
+ name: 'value',
2272
+ nodeType: 'YulIdentifier',
2273
+ src: '223:5:3',
2274
+ },
2275
+ {
2276
+ kind: 'number',
2277
+ nodeType: 'YulLiteral',
2278
+ src: '230:66:3',
2279
+ type: '',
2280
+ value: '0xffffffff00000000000000000000000000000000000000000000000000000000',
2281
+ },
2282
+ ],
2283
+ functionName: {
2284
+ name: 'and',
2285
+ nodeType: 'YulIdentifier',
2286
+ src: '219:3:3',
2287
+ },
2288
+ nodeType: 'YulFunctionCall',
2289
+ src: '219:78:3',
2290
+ },
2291
+ ],
2292
+ functionName: {
2293
+ name: 'eq',
2294
+ nodeType: 'YulIdentifier',
2295
+ src: '209:2:3',
2296
+ },
2297
+ nodeType: 'YulFunctionCall',
2298
+ src: '209:89:3',
2299
+ },
2300
+ ],
2301
+ functionName: {
2302
+ name: 'iszero',
2303
+ nodeType: 'YulIdentifier',
2304
+ src: '202:6:3',
2305
+ },
2306
+ nodeType: 'YulFunctionCall',
2307
+ src: '202:97:3',
2308
+ },
2309
+ nodeType: 'YulIf',
2310
+ src: '199:117:3',
2311
+ },
2312
+ {
2313
+ nodeType: 'YulAssignment',
2314
+ src: '325:15:3',
2315
+ value: {
2316
+ name: 'value',
2317
+ nodeType: 'YulIdentifier',
2318
+ src: '335:5:3',
2319
+ },
2320
+ variableNames: [
2321
+ {
2322
+ name: 'value0',
2323
+ nodeType: 'YulIdentifier',
2324
+ src: '325:6:3',
2325
+ },
2326
+ ],
2327
+ },
2328
+ ],
2329
+ },
2330
+ name: 'abi_decode_tuple_t_bytes4',
2331
+ nodeType: 'YulFunctionDefinition',
2332
+ parameters: [
2333
+ {
2334
+ name: 'headStart',
2335
+ nodeType: 'YulTypedName',
2336
+ src: '49:9:3',
2337
+ type: '',
2338
+ },
2339
+ {
2340
+ name: 'dataEnd',
2341
+ nodeType: 'YulTypedName',
2342
+ src: '60:7:3',
2343
+ type: '',
2344
+ },
2345
+ ],
2346
+ returnVariables: [
2347
+ {
2348
+ name: 'value0',
2349
+ nodeType: 'YulTypedName',
2350
+ src: '72:6:3',
2351
+ type: '',
2352
+ },
2353
+ ],
2354
+ src: '14:332:3',
2355
+ },
2356
+ {
2357
+ body: {
2358
+ nodeType: 'YulBlock',
2359
+ src: '446:92:3',
2360
+ statements: [
2361
+ {
2362
+ nodeType: 'YulAssignment',
2363
+ src: '456:26:3',
2364
+ value: {
2365
+ arguments: [
2366
+ {
2367
+ name: 'headStart',
2368
+ nodeType: 'YulIdentifier',
2369
+ src: '468:9:3',
2370
+ },
2371
+ {
2372
+ kind: 'number',
2373
+ nodeType: 'YulLiteral',
2374
+ src: '479:2:3',
2375
+ type: '',
2376
+ value: '32',
2377
+ },
2378
+ ],
2379
+ functionName: {
2380
+ name: 'add',
2381
+ nodeType: 'YulIdentifier',
2382
+ src: '464:3:3',
2383
+ },
2384
+ nodeType: 'YulFunctionCall',
2385
+ src: '464:18:3',
2386
+ },
2387
+ variableNames: [
2388
+ {
2389
+ name: 'tail',
2390
+ nodeType: 'YulIdentifier',
2391
+ src: '456:4:3',
2392
+ },
2393
+ ],
2394
+ },
2395
+ {
2396
+ expression: {
2397
+ arguments: [
2398
+ {
2399
+ name: 'headStart',
2400
+ nodeType: 'YulIdentifier',
2401
+ src: '498:9:3',
2402
+ },
2403
+ {
2404
+ arguments: [
2405
+ {
2406
+ arguments: [
2407
+ {
2408
+ name: 'value0',
2409
+ nodeType: 'YulIdentifier',
2410
+ src: '523:6:3',
2411
+ },
2412
+ ],
2413
+ functionName: {
2414
+ name: 'iszero',
2415
+ nodeType: 'YulIdentifier',
2416
+ src: '516:6:3',
2417
+ },
2418
+ nodeType: 'YulFunctionCall',
2419
+ src: '516:14:3',
2420
+ },
2421
+ ],
2422
+ functionName: {
2423
+ name: 'iszero',
2424
+ nodeType: 'YulIdentifier',
2425
+ src: '509:6:3',
2426
+ },
2427
+ nodeType: 'YulFunctionCall',
2428
+ src: '509:22:3',
2429
+ },
2430
+ ],
2431
+ functionName: {
2432
+ name: 'mstore',
2433
+ nodeType: 'YulIdentifier',
2434
+ src: '491:6:3',
2435
+ },
2436
+ nodeType: 'YulFunctionCall',
2437
+ src: '491:41:3',
2438
+ },
2439
+ nodeType: 'YulExpressionStatement',
2440
+ src: '491:41:3',
2441
+ },
2442
+ ],
2443
+ },
2444
+ name: 'abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed',
2445
+ nodeType: 'YulFunctionDefinition',
2446
+ parameters: [
2447
+ {
2448
+ name: 'headStart',
2449
+ nodeType: 'YulTypedName',
2450
+ src: '415:9:3',
2451
+ type: '',
2452
+ },
2453
+ {
2454
+ name: 'value0',
2455
+ nodeType: 'YulTypedName',
2456
+ src: '426:6:3',
2457
+ type: '',
2458
+ },
2459
+ ],
2460
+ returnVariables: [
2461
+ {
2462
+ name: 'tail',
2463
+ nodeType: 'YulTypedName',
2464
+ src: '437:4:3',
2465
+ type: '',
2466
+ },
2467
+ ],
2468
+ src: '351:187:3',
2469
+ },
2470
+ {
2471
+ body: {
2472
+ nodeType: 'YulBlock',
2473
+ src: '592:147:3',
2474
+ statements: [
2475
+ {
2476
+ nodeType: 'YulAssignment',
2477
+ src: '602:29:3',
2478
+ value: {
2479
+ arguments: [
2480
+ {
2481
+ name: 'offset',
2482
+ nodeType: 'YulIdentifier',
2483
+ src: '624:6:3',
2484
+ },
2485
+ ],
2486
+ functionName: {
2487
+ name: 'calldataload',
2488
+ nodeType: 'YulIdentifier',
2489
+ src: '611:12:3',
2490
+ },
2491
+ nodeType: 'YulFunctionCall',
2492
+ src: '611:20:3',
2493
+ },
2494
+ variableNames: [
2495
+ {
2496
+ name: 'value',
2497
+ nodeType: 'YulIdentifier',
2498
+ src: '602:5:3',
2499
+ },
2500
+ ],
2501
+ },
2502
+ {
2503
+ body: {
2504
+ nodeType: 'YulBlock',
2505
+ src: '717:16:3',
2506
+ statements: [
2507
+ {
2508
+ expression: {
2509
+ arguments: [
2510
+ {
2511
+ kind: 'number',
2512
+ nodeType: 'YulLiteral',
2513
+ src: '726:1:3',
2514
+ type: '',
2515
+ value: '0',
2516
+ },
2517
+ {
2518
+ kind: 'number',
2519
+ nodeType: 'YulLiteral',
2520
+ src: '729:1:3',
2521
+ type: '',
2522
+ value: '0',
2523
+ },
2524
+ ],
2525
+ functionName: {
2526
+ name: 'revert',
2527
+ nodeType: 'YulIdentifier',
2528
+ src: '719:6:3',
2529
+ },
2530
+ nodeType: 'YulFunctionCall',
2531
+ src: '719:12:3',
2532
+ },
2533
+ nodeType: 'YulExpressionStatement',
2534
+ src: '719:12:3',
2535
+ },
2536
+ ],
2537
+ },
2538
+ condition: {
2539
+ arguments: [
2540
+ {
2541
+ arguments: [
2542
+ {
2543
+ name: 'value',
2544
+ nodeType: 'YulIdentifier',
2545
+ src: '653:5:3',
2546
+ },
2547
+ {
2548
+ arguments: [
2549
+ {
2550
+ name: 'value',
2551
+ nodeType: 'YulIdentifier',
2552
+ src: '664:5:3',
2553
+ },
2554
+ {
2555
+ kind: 'number',
2556
+ nodeType: 'YulLiteral',
2557
+ src: '671:42:3',
2558
+ type: '',
2559
+ value: '0xffffffffffffffffffffffffffffffffffffffff',
2560
+ },
2561
+ ],
2562
+ functionName: {
2563
+ name: 'and',
2564
+ nodeType: 'YulIdentifier',
2565
+ src: '660:3:3',
2566
+ },
2567
+ nodeType: 'YulFunctionCall',
2568
+ src: '660:54:3',
2569
+ },
2570
+ ],
2571
+ functionName: {
2572
+ name: 'eq',
2573
+ nodeType: 'YulIdentifier',
2574
+ src: '650:2:3',
2575
+ },
2576
+ nodeType: 'YulFunctionCall',
2577
+ src: '650:65:3',
2578
+ },
2579
+ ],
2580
+ functionName: {
2581
+ name: 'iszero',
2582
+ nodeType: 'YulIdentifier',
2583
+ src: '643:6:3',
2584
+ },
2585
+ nodeType: 'YulFunctionCall',
2586
+ src: '643:73:3',
2587
+ },
2588
+ nodeType: 'YulIf',
2589
+ src: '640:93:3',
2590
+ },
2591
+ ],
2592
+ },
2593
+ name: 'abi_decode_address',
2594
+ nodeType: 'YulFunctionDefinition',
2595
+ parameters: [
2596
+ {
2597
+ name: 'offset',
2598
+ nodeType: 'YulTypedName',
2599
+ src: '571:6:3',
2600
+ type: '',
2601
+ },
2602
+ ],
2603
+ returnVariables: [
2604
+ {
2605
+ name: 'value',
2606
+ nodeType: 'YulTypedName',
2607
+ src: '582:5:3',
2608
+ type: '',
2609
+ },
2610
+ ],
2611
+ src: '543:196:3',
2612
+ },
2613
+ {
2614
+ body: {
2615
+ nodeType: 'YulBlock',
2616
+ src: '814:116:3',
2617
+ statements: [
2618
+ {
2619
+ body: {
2620
+ nodeType: 'YulBlock',
2621
+ src: '860:16:3',
2622
+ statements: [
2623
+ {
2624
+ expression: {
2625
+ arguments: [
2626
+ {
2627
+ kind: 'number',
2628
+ nodeType: 'YulLiteral',
2629
+ src: '869:1:3',
2630
+ type: '',
2631
+ value: '0',
2632
+ },
2633
+ {
2634
+ kind: 'number',
2635
+ nodeType: 'YulLiteral',
2636
+ src: '872:1:3',
2637
+ type: '',
2638
+ value: '0',
2639
+ },
2640
+ ],
2641
+ functionName: {
2642
+ name: 'revert',
2643
+ nodeType: 'YulIdentifier',
2644
+ src: '862:6:3',
2645
+ },
2646
+ nodeType: 'YulFunctionCall',
2647
+ src: '862:12:3',
2648
+ },
2649
+ nodeType: 'YulExpressionStatement',
2650
+ src: '862:12:3',
2651
+ },
2652
+ ],
2653
+ },
2654
+ condition: {
2655
+ arguments: [
2656
+ {
2657
+ arguments: [
2658
+ {
2659
+ name: 'dataEnd',
2660
+ nodeType: 'YulIdentifier',
2661
+ src: '835:7:3',
2662
+ },
2663
+ {
2664
+ name: 'headStart',
2665
+ nodeType: 'YulIdentifier',
2666
+ src: '844:9:3',
2667
+ },
2668
+ ],
2669
+ functionName: {
2670
+ name: 'sub',
2671
+ nodeType: 'YulIdentifier',
2672
+ src: '831:3:3',
2673
+ },
2674
+ nodeType: 'YulFunctionCall',
2675
+ src: '831:23:3',
2676
+ },
2677
+ {
2678
+ kind: 'number',
2679
+ nodeType: 'YulLiteral',
2680
+ src: '856:2:3',
2681
+ type: '',
2682
+ value: '32',
2683
+ },
2684
+ ],
2685
+ functionName: {
2686
+ name: 'slt',
2687
+ nodeType: 'YulIdentifier',
2688
+ src: '827:3:3',
2689
+ },
2690
+ nodeType: 'YulFunctionCall',
2691
+ src: '827:32:3',
2692
+ },
2693
+ nodeType: 'YulIf',
2694
+ src: '824:52:3',
2695
+ },
2696
+ {
2697
+ nodeType: 'YulAssignment',
2698
+ src: '885:39:3',
2699
+ value: {
2700
+ arguments: [
2701
+ {
2702
+ name: 'headStart',
2703
+ nodeType: 'YulIdentifier',
2704
+ src: '914:9:3',
2705
+ },
2706
+ ],
2707
+ functionName: {
2708
+ name: 'abi_decode_address',
2709
+ nodeType: 'YulIdentifier',
2710
+ src: '895:18:3',
2711
+ },
2712
+ nodeType: 'YulFunctionCall',
2713
+ src: '895:29:3',
2714
+ },
2715
+ variableNames: [
2716
+ {
2717
+ name: 'value0',
2718
+ nodeType: 'YulIdentifier',
2719
+ src: '885:6:3',
2720
+ },
2721
+ ],
2722
+ },
2723
+ ],
2724
+ },
2725
+ name: 'abi_decode_tuple_t_address',
2726
+ nodeType: 'YulFunctionDefinition',
2727
+ parameters: [
2728
+ {
2729
+ name: 'headStart',
2730
+ nodeType: 'YulTypedName',
2731
+ src: '780:9:3',
2732
+ type: '',
2733
+ },
2734
+ {
2735
+ name: 'dataEnd',
2736
+ nodeType: 'YulTypedName',
2737
+ src: '791:7:3',
2738
+ type: '',
2739
+ },
2740
+ ],
2741
+ returnVariables: [
2742
+ {
2743
+ name: 'value0',
2744
+ nodeType: 'YulTypedName',
2745
+ src: '803:6:3',
2746
+ type: '',
2747
+ },
2748
+ ],
2749
+ src: '744:186:3',
2750
+ },
2751
+ {
2752
+ body: {
2753
+ nodeType: 'YulBlock',
2754
+ src: '1041:559:3',
2755
+ statements: [
2756
+ {
2757
+ body: {
2758
+ nodeType: 'YulBlock',
2759
+ src: '1087:16:3',
2760
+ statements: [
2761
+ {
2762
+ expression: {
2763
+ arguments: [
2764
+ {
2765
+ kind: 'number',
2766
+ nodeType: 'YulLiteral',
2767
+ src: '1096:1:3',
2768
+ type: '',
2769
+ value: '0',
2770
+ },
2771
+ {
2772
+ kind: 'number',
2773
+ nodeType: 'YulLiteral',
2774
+ src: '1099:1:3',
2775
+ type: '',
2776
+ value: '0',
2777
+ },
2778
+ ],
2779
+ functionName: {
2780
+ name: 'revert',
2781
+ nodeType: 'YulIdentifier',
2782
+ src: '1089:6:3',
2783
+ },
2784
+ nodeType: 'YulFunctionCall',
2785
+ src: '1089:12:3',
2786
+ },
2787
+ nodeType: 'YulExpressionStatement',
2788
+ src: '1089:12:3',
2789
+ },
2790
+ ],
2791
+ },
2792
+ condition: {
2793
+ arguments: [
2794
+ {
2795
+ arguments: [
2796
+ {
2797
+ name: 'dataEnd',
2798
+ nodeType: 'YulIdentifier',
2799
+ src: '1062:7:3',
2800
+ },
2801
+ {
2802
+ name: 'headStart',
2803
+ nodeType: 'YulIdentifier',
2804
+ src: '1071:9:3',
2805
+ },
2806
+ ],
2807
+ functionName: {
2808
+ name: 'sub',
2809
+ nodeType: 'YulIdentifier',
2810
+ src: '1058:3:3',
2811
+ },
2812
+ nodeType: 'YulFunctionCall',
2813
+ src: '1058:23:3',
2814
+ },
2815
+ {
2816
+ kind: 'number',
2817
+ nodeType: 'YulLiteral',
2818
+ src: '1083:2:3',
2819
+ type: '',
2820
+ value: '64',
2821
+ },
2822
+ ],
2823
+ functionName: {
2824
+ name: 'slt',
2825
+ nodeType: 'YulIdentifier',
2826
+ src: '1054:3:3',
2827
+ },
2828
+ nodeType: 'YulFunctionCall',
2829
+ src: '1054:32:3',
2830
+ },
2831
+ nodeType: 'YulIf',
2832
+ src: '1051:52:3',
2833
+ },
2834
+ {
2835
+ nodeType: 'YulAssignment',
2836
+ src: '1112:39:3',
2837
+ value: {
2838
+ arguments: [
2839
+ {
2840
+ name: 'headStart',
2841
+ nodeType: 'YulIdentifier',
2842
+ src: '1141:9:3',
2843
+ },
2844
+ ],
2845
+ functionName: {
2846
+ name: 'abi_decode_address',
2847
+ nodeType: 'YulIdentifier',
2848
+ src: '1122:18:3',
2849
+ },
2850
+ nodeType: 'YulFunctionCall',
2851
+ src: '1122:29:3',
2852
+ },
2853
+ variableNames: [
2854
+ {
2855
+ name: 'value0',
2856
+ nodeType: 'YulIdentifier',
2857
+ src: '1112:6:3',
2858
+ },
2859
+ ],
2860
+ },
2861
+ {
2862
+ nodeType: 'YulVariableDeclaration',
2863
+ src: '1160:46:3',
2864
+ value: {
2865
+ arguments: [
2866
+ {
2867
+ arguments: [
2868
+ {
2869
+ name: 'headStart',
2870
+ nodeType: 'YulIdentifier',
2871
+ src: '1191:9:3',
2872
+ },
2873
+ {
2874
+ kind: 'number',
2875
+ nodeType: 'YulLiteral',
2876
+ src: '1202:2:3',
2877
+ type: '',
2878
+ value: '32',
2879
+ },
2880
+ ],
2881
+ functionName: {
2882
+ name: 'add',
2883
+ nodeType: 'YulIdentifier',
2884
+ src: '1187:3:3',
2885
+ },
2886
+ nodeType: 'YulFunctionCall',
2887
+ src: '1187:18:3',
2888
+ },
2889
+ ],
2890
+ functionName: {
2891
+ name: 'calldataload',
2892
+ nodeType: 'YulIdentifier',
2893
+ src: '1174:12:3',
2894
+ },
2895
+ nodeType: 'YulFunctionCall',
2896
+ src: '1174:32:3',
2897
+ },
2898
+ variables: [
2899
+ {
2900
+ name: 'offset',
2901
+ nodeType: 'YulTypedName',
2902
+ src: '1164:6:3',
2903
+ type: '',
2904
+ },
2905
+ ],
2906
+ },
2907
+ {
2908
+ nodeType: 'YulVariableDeclaration',
2909
+ src: '1215:28:3',
2910
+ value: {
2911
+ kind: 'number',
2912
+ nodeType: 'YulLiteral',
2913
+ src: '1225:18:3',
2914
+ type: '',
2915
+ value: '0xffffffffffffffff',
2916
+ },
2917
+ variables: [
2918
+ {
2919
+ name: '_1',
2920
+ nodeType: 'YulTypedName',
2921
+ src: '1219:2:3',
2922
+ type: '',
2923
+ },
2924
+ ],
2925
+ },
2926
+ {
2927
+ body: {
2928
+ nodeType: 'YulBlock',
2929
+ src: '1270:16:3',
2930
+ statements: [
2931
+ {
2932
+ expression: {
2933
+ arguments: [
2934
+ {
2935
+ kind: 'number',
2936
+ nodeType: 'YulLiteral',
2937
+ src: '1279:1:3',
2938
+ type: '',
2939
+ value: '0',
2940
+ },
2941
+ {
2942
+ kind: 'number',
2943
+ nodeType: 'YulLiteral',
2944
+ src: '1282:1:3',
2945
+ type: '',
2946
+ value: '0',
2947
+ },
2948
+ ],
2949
+ functionName: {
2950
+ name: 'revert',
2951
+ nodeType: 'YulIdentifier',
2952
+ src: '1272:6:3',
2953
+ },
2954
+ nodeType: 'YulFunctionCall',
2955
+ src: '1272:12:3',
2956
+ },
2957
+ nodeType: 'YulExpressionStatement',
2958
+ src: '1272:12:3',
2959
+ },
2960
+ ],
2961
+ },
2962
+ condition: {
2963
+ arguments: [
2964
+ {
2965
+ name: 'offset',
2966
+ nodeType: 'YulIdentifier',
2967
+ src: '1258:6:3',
2968
+ },
2969
+ {
2970
+ name: '_1',
2971
+ nodeType: 'YulIdentifier',
2972
+ src: '1266:2:3',
2973
+ },
2974
+ ],
2975
+ functionName: {
2976
+ name: 'gt',
2977
+ nodeType: 'YulIdentifier',
2978
+ src: '1255:2:3',
2979
+ },
2980
+ nodeType: 'YulFunctionCall',
2981
+ src: '1255:14:3',
2982
+ },
2983
+ nodeType: 'YulIf',
2984
+ src: '1252:34:3',
2985
+ },
2986
+ {
2987
+ nodeType: 'YulVariableDeclaration',
2988
+ src: '1295:32:3',
2989
+ value: {
2990
+ arguments: [
2991
+ {
2992
+ name: 'headStart',
2993
+ nodeType: 'YulIdentifier',
2994
+ src: '1309:9:3',
2995
+ },
2996
+ {
2997
+ name: 'offset',
2998
+ nodeType: 'YulIdentifier',
2999
+ src: '1320:6:3',
3000
+ },
3001
+ ],
3002
+ functionName: {
3003
+ name: 'add',
3004
+ nodeType: 'YulIdentifier',
3005
+ src: '1305:3:3',
3006
+ },
3007
+ nodeType: 'YulFunctionCall',
3008
+ src: '1305:22:3',
3009
+ },
3010
+ variables: [
3011
+ {
3012
+ name: '_2',
3013
+ nodeType: 'YulTypedName',
3014
+ src: '1299:2:3',
3015
+ type: '',
3016
+ },
3017
+ ],
3018
+ },
3019
+ {
3020
+ body: {
3021
+ nodeType: 'YulBlock',
3022
+ src: '1375:16:3',
3023
+ statements: [
3024
+ {
3025
+ expression: {
3026
+ arguments: [
3027
+ {
3028
+ kind: 'number',
3029
+ nodeType: 'YulLiteral',
3030
+ src: '1384:1:3',
3031
+ type: '',
3032
+ value: '0',
3033
+ },
3034
+ {
3035
+ kind: 'number',
3036
+ nodeType: 'YulLiteral',
3037
+ src: '1387:1:3',
3038
+ type: '',
3039
+ value: '0',
3040
+ },
3041
+ ],
3042
+ functionName: {
3043
+ name: 'revert',
3044
+ nodeType: 'YulIdentifier',
3045
+ src: '1377:6:3',
3046
+ },
3047
+ nodeType: 'YulFunctionCall',
3048
+ src: '1377:12:3',
3049
+ },
3050
+ nodeType: 'YulExpressionStatement',
3051
+ src: '1377:12:3',
3052
+ },
3053
+ ],
3054
+ },
3055
+ condition: {
3056
+ arguments: [
3057
+ {
3058
+ arguments: [
3059
+ {
3060
+ arguments: [
3061
+ {
3062
+ name: '_2',
3063
+ nodeType: 'YulIdentifier',
3064
+ src: '1354:2:3',
3065
+ },
3066
+ {
3067
+ kind: 'number',
3068
+ nodeType: 'YulLiteral',
3069
+ src: '1358:4:3',
3070
+ type: '',
3071
+ value: '0x1f',
3072
+ },
3073
+ ],
3074
+ functionName: {
3075
+ name: 'add',
3076
+ nodeType: 'YulIdentifier',
3077
+ src: '1350:3:3',
3078
+ },
3079
+ nodeType: 'YulFunctionCall',
3080
+ src: '1350:13:3',
3081
+ },
3082
+ {
3083
+ name: 'dataEnd',
3084
+ nodeType: 'YulIdentifier',
3085
+ src: '1365:7:3',
3086
+ },
3087
+ ],
3088
+ functionName: {
3089
+ name: 'slt',
3090
+ nodeType: 'YulIdentifier',
3091
+ src: '1346:3:3',
3092
+ },
3093
+ nodeType: 'YulFunctionCall',
3094
+ src: '1346:27:3',
3095
+ },
3096
+ ],
3097
+ functionName: {
3098
+ name: 'iszero',
3099
+ nodeType: 'YulIdentifier',
3100
+ src: '1339:6:3',
3101
+ },
3102
+ nodeType: 'YulFunctionCall',
3103
+ src: '1339:35:3',
3104
+ },
3105
+ nodeType: 'YulIf',
3106
+ src: '1336:55:3',
3107
+ },
3108
+ {
3109
+ nodeType: 'YulVariableDeclaration',
3110
+ src: '1400:30:3',
3111
+ value: {
3112
+ arguments: [
3113
+ {
3114
+ name: '_2',
3115
+ nodeType: 'YulIdentifier',
3116
+ src: '1427:2:3',
3117
+ },
3118
+ ],
3119
+ functionName: {
3120
+ name: 'calldataload',
3121
+ nodeType: 'YulIdentifier',
3122
+ src: '1414:12:3',
3123
+ },
3124
+ nodeType: 'YulFunctionCall',
3125
+ src: '1414:16:3',
3126
+ },
3127
+ variables: [
3128
+ {
3129
+ name: 'length',
3130
+ nodeType: 'YulTypedName',
3131
+ src: '1404:6:3',
3132
+ type: '',
3133
+ },
3134
+ ],
3135
+ },
3136
+ {
3137
+ body: {
3138
+ nodeType: 'YulBlock',
3139
+ src: '1457:16:3',
3140
+ statements: [
3141
+ {
3142
+ expression: {
3143
+ arguments: [
3144
+ {
3145
+ kind: 'number',
3146
+ nodeType: 'YulLiteral',
3147
+ src: '1466:1:3',
3148
+ type: '',
3149
+ value: '0',
3150
+ },
3151
+ {
3152
+ kind: 'number',
3153
+ nodeType: 'YulLiteral',
3154
+ src: '1469:1:3',
3155
+ type: '',
3156
+ value: '0',
3157
+ },
3158
+ ],
3159
+ functionName: {
3160
+ name: 'revert',
3161
+ nodeType: 'YulIdentifier',
3162
+ src: '1459:6:3',
3163
+ },
3164
+ nodeType: 'YulFunctionCall',
3165
+ src: '1459:12:3',
3166
+ },
3167
+ nodeType: 'YulExpressionStatement',
3168
+ src: '1459:12:3',
3169
+ },
3170
+ ],
3171
+ },
3172
+ condition: {
3173
+ arguments: [
3174
+ {
3175
+ name: 'length',
3176
+ nodeType: 'YulIdentifier',
3177
+ src: '1445:6:3',
3178
+ },
3179
+ {
3180
+ name: '_1',
3181
+ nodeType: 'YulIdentifier',
3182
+ src: '1453:2:3',
3183
+ },
3184
+ ],
3185
+ functionName: {
3186
+ name: 'gt',
3187
+ nodeType: 'YulIdentifier',
3188
+ src: '1442:2:3',
3189
+ },
3190
+ nodeType: 'YulFunctionCall',
3191
+ src: '1442:14:3',
3192
+ },
3193
+ nodeType: 'YulIf',
3194
+ src: '1439:34:3',
3195
+ },
3196
+ {
3197
+ body: {
3198
+ nodeType: 'YulBlock',
3199
+ src: '1523:16:3',
3200
+ statements: [
3201
+ {
3202
+ expression: {
3203
+ arguments: [
3204
+ {
3205
+ kind: 'number',
3206
+ nodeType: 'YulLiteral',
3207
+ src: '1532:1:3',
3208
+ type: '',
3209
+ value: '0',
3210
+ },
3211
+ {
3212
+ kind: 'number',
3213
+ nodeType: 'YulLiteral',
3214
+ src: '1535:1:3',
3215
+ type: '',
3216
+ value: '0',
3217
+ },
3218
+ ],
3219
+ functionName: {
3220
+ name: 'revert',
3221
+ nodeType: 'YulIdentifier',
3222
+ src: '1525:6:3',
3223
+ },
3224
+ nodeType: 'YulFunctionCall',
3225
+ src: '1525:12:3',
3226
+ },
3227
+ nodeType: 'YulExpressionStatement',
3228
+ src: '1525:12:3',
3229
+ },
3230
+ ],
3231
+ },
3232
+ condition: {
3233
+ arguments: [
3234
+ {
3235
+ arguments: [
3236
+ {
3237
+ arguments: [
3238
+ {
3239
+ name: '_2',
3240
+ nodeType: 'YulIdentifier',
3241
+ src: '1496:2:3',
3242
+ },
3243
+ {
3244
+ name: 'length',
3245
+ nodeType: 'YulIdentifier',
3246
+ src: '1500:6:3',
3247
+ },
3248
+ ],
3249
+ functionName: {
3250
+ name: 'add',
3251
+ nodeType: 'YulIdentifier',
3252
+ src: '1492:3:3',
3253
+ },
3254
+ nodeType: 'YulFunctionCall',
3255
+ src: '1492:15:3',
3256
+ },
3257
+ {
3258
+ kind: 'number',
3259
+ nodeType: 'YulLiteral',
3260
+ src: '1509:2:3',
3261
+ type: '',
3262
+ value: '32',
3263
+ },
3264
+ ],
3265
+ functionName: {
3266
+ name: 'add',
3267
+ nodeType: 'YulIdentifier',
3268
+ src: '1488:3:3',
3269
+ },
3270
+ nodeType: 'YulFunctionCall',
3271
+ src: '1488:24:3',
3272
+ },
3273
+ {
3274
+ name: 'dataEnd',
3275
+ nodeType: 'YulIdentifier',
3276
+ src: '1514:7:3',
3277
+ },
3278
+ ],
3279
+ functionName: {
3280
+ name: 'gt',
3281
+ nodeType: 'YulIdentifier',
3282
+ src: '1485:2:3',
3283
+ },
3284
+ nodeType: 'YulFunctionCall',
3285
+ src: '1485:37:3',
3286
+ },
3287
+ nodeType: 'YulIf',
3288
+ src: '1482:57:3',
3289
+ },
3290
+ {
3291
+ nodeType: 'YulAssignment',
3292
+ src: '1548:21:3',
3293
+ value: {
3294
+ arguments: [
3295
+ {
3296
+ name: '_2',
3297
+ nodeType: 'YulIdentifier',
3298
+ src: '1562:2:3',
3299
+ },
3300
+ {
3301
+ kind: 'number',
3302
+ nodeType: 'YulLiteral',
3303
+ src: '1566:2:3',
3304
+ type: '',
3305
+ value: '32',
3306
+ },
3307
+ ],
3308
+ functionName: {
3309
+ name: 'add',
3310
+ nodeType: 'YulIdentifier',
3311
+ src: '1558:3:3',
3312
+ },
3313
+ nodeType: 'YulFunctionCall',
3314
+ src: '1558:11:3',
3315
+ },
3316
+ variableNames: [
3317
+ {
3318
+ name: 'value1',
3319
+ nodeType: 'YulIdentifier',
3320
+ src: '1548:6:3',
3321
+ },
3322
+ ],
3323
+ },
3324
+ {
3325
+ nodeType: 'YulAssignment',
3326
+ src: '1578:16:3',
3327
+ value: {
3328
+ name: 'length',
3329
+ nodeType: 'YulIdentifier',
3330
+ src: '1588:6:3',
3331
+ },
3332
+ variableNames: [
3333
+ {
3334
+ name: 'value2',
3335
+ nodeType: 'YulIdentifier',
3336
+ src: '1578:6:3',
3337
+ },
3338
+ ],
3339
+ },
3340
+ ],
3341
+ },
3342
+ name: 'abi_decode_tuple_t_addresst_bytes_calldata_ptr',
3343
+ nodeType: 'YulFunctionDefinition',
3344
+ parameters: [
3345
+ {
3346
+ name: 'headStart',
3347
+ nodeType: 'YulTypedName',
3348
+ src: '991:9:3',
3349
+ type: '',
3350
+ },
3351
+ {
3352
+ name: 'dataEnd',
3353
+ nodeType: 'YulTypedName',
3354
+ src: '1002:7:3',
3355
+ type: '',
3356
+ },
3357
+ ],
3358
+ returnVariables: [
3359
+ {
3360
+ name: 'value0',
3361
+ nodeType: 'YulTypedName',
3362
+ src: '1014:6:3',
3363
+ type: '',
3364
+ },
3365
+ {
3366
+ name: 'value1',
3367
+ nodeType: 'YulTypedName',
3368
+ src: '1022:6:3',
3369
+ type: '',
3370
+ },
3371
+ {
3372
+ name: 'value2',
3373
+ nodeType: 'YulTypedName',
3374
+ src: '1030:6:3',
3375
+ type: '',
3376
+ },
3377
+ ],
3378
+ src: '935:665:3',
3379
+ },
3380
+ {
3381
+ body: {
3382
+ nodeType: 'YulBlock',
3383
+ src: '1706:125:3',
3384
+ statements: [
3385
+ {
3386
+ nodeType: 'YulAssignment',
3387
+ src: '1716:26:3',
3388
+ value: {
3389
+ arguments: [
3390
+ {
3391
+ name: 'headStart',
3392
+ nodeType: 'YulIdentifier',
3393
+ src: '1728:9:3',
3394
+ },
3395
+ {
3396
+ kind: 'number',
3397
+ nodeType: 'YulLiteral',
3398
+ src: '1739:2:3',
3399
+ type: '',
3400
+ value: '32',
3401
+ },
3402
+ ],
3403
+ functionName: {
3404
+ name: 'add',
3405
+ nodeType: 'YulIdentifier',
3406
+ src: '1724:3:3',
3407
+ },
3408
+ nodeType: 'YulFunctionCall',
3409
+ src: '1724:18:3',
3410
+ },
3411
+ variableNames: [
3412
+ {
3413
+ name: 'tail',
3414
+ nodeType: 'YulIdentifier',
3415
+ src: '1716:4:3',
3416
+ },
3417
+ ],
3418
+ },
3419
+ {
3420
+ expression: {
3421
+ arguments: [
3422
+ {
3423
+ name: 'headStart',
3424
+ nodeType: 'YulIdentifier',
3425
+ src: '1758:9:3',
3426
+ },
3427
+ {
3428
+ arguments: [
3429
+ {
3430
+ name: 'value0',
3431
+ nodeType: 'YulIdentifier',
3432
+ src: '1773:6:3',
3433
+ },
3434
+ {
3435
+ kind: 'number',
3436
+ nodeType: 'YulLiteral',
3437
+ src: '1781:42:3',
3438
+ type: '',
3439
+ value: '0xffffffffffffffffffffffffffffffffffffffff',
3440
+ },
3441
+ ],
3442
+ functionName: {
3443
+ name: 'and',
3444
+ nodeType: 'YulIdentifier',
3445
+ src: '1769:3:3',
3446
+ },
3447
+ nodeType: 'YulFunctionCall',
3448
+ src: '1769:55:3',
3449
+ },
3450
+ ],
3451
+ functionName: {
3452
+ name: 'mstore',
3453
+ nodeType: 'YulIdentifier',
3454
+ src: '1751:6:3',
3455
+ },
3456
+ nodeType: 'YulFunctionCall',
3457
+ src: '1751:74:3',
3458
+ },
3459
+ nodeType: 'YulExpressionStatement',
3460
+ src: '1751:74:3',
3461
+ },
3462
+ ],
3463
+ },
3464
+ name: 'abi_encode_tuple_t_address__to_t_address__fromStack_reversed',
3465
+ nodeType: 'YulFunctionDefinition',
3466
+ parameters: [
3467
+ {
3468
+ name: 'headStart',
3469
+ nodeType: 'YulTypedName',
3470
+ src: '1675:9:3',
3471
+ type: '',
3472
+ },
3473
+ {
3474
+ name: 'value0',
3475
+ nodeType: 'YulTypedName',
3476
+ src: '1686:6:3',
3477
+ type: '',
3478
+ },
3479
+ ],
3480
+ returnVariables: [
3481
+ {
3482
+ name: 'tail',
3483
+ nodeType: 'YulTypedName',
3484
+ src: '1697:4:3',
3485
+ type: '',
3486
+ },
3487
+ ],
3488
+ src: '1605:226:3',
3489
+ },
3490
+ {
3491
+ body: {
3492
+ nodeType: 'YulBlock',
3493
+ src: '1935:149:3',
3494
+ statements: [
3495
+ {
3496
+ nodeType: 'YulAssignment',
3497
+ src: '1945:26:3',
3498
+ value: {
3499
+ arguments: [
3500
+ {
3501
+ name: 'headStart',
3502
+ nodeType: 'YulIdentifier',
3503
+ src: '1957:9:3',
3504
+ },
3505
+ {
3506
+ kind: 'number',
3507
+ nodeType: 'YulLiteral',
3508
+ src: '1968:2:3',
3509
+ type: '',
3510
+ value: '32',
3511
+ },
3512
+ ],
3513
+ functionName: {
3514
+ name: 'add',
3515
+ nodeType: 'YulIdentifier',
3516
+ src: '1953:3:3',
3517
+ },
3518
+ nodeType: 'YulFunctionCall',
3519
+ src: '1953:18:3',
3520
+ },
3521
+ variableNames: [
3522
+ {
3523
+ name: 'tail',
3524
+ nodeType: 'YulIdentifier',
3525
+ src: '1945:4:3',
3526
+ },
3527
+ ],
3528
+ },
3529
+ {
3530
+ expression: {
3531
+ arguments: [
3532
+ {
3533
+ name: 'headStart',
3534
+ nodeType: 'YulIdentifier',
3535
+ src: '1987:9:3',
3536
+ },
3537
+ {
3538
+ arguments: [
3539
+ {
3540
+ name: 'value0',
3541
+ nodeType: 'YulIdentifier',
3542
+ src: '2002:6:3',
3543
+ },
3544
+ {
3545
+ kind: 'number',
3546
+ nodeType: 'YulLiteral',
3547
+ src: '2010:66:3',
3548
+ type: '',
3549
+ value: '0xffffffff00000000000000000000000000000000000000000000000000000000',
3550
+ },
3551
+ ],
3552
+ functionName: {
3553
+ name: 'and',
3554
+ nodeType: 'YulIdentifier',
3555
+ src: '1998:3:3',
3556
+ },
3557
+ nodeType: 'YulFunctionCall',
3558
+ src: '1998:79:3',
3559
+ },
3560
+ ],
3561
+ functionName: {
3562
+ name: 'mstore',
3563
+ nodeType: 'YulIdentifier',
3564
+ src: '1980:6:3',
3565
+ },
3566
+ nodeType: 'YulFunctionCall',
3567
+ src: '1980:98:3',
3568
+ },
3569
+ nodeType: 'YulExpressionStatement',
3570
+ src: '1980:98:3',
3571
+ },
3572
+ ],
3573
+ },
3574
+ name: 'abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed',
3575
+ nodeType: 'YulFunctionDefinition',
3576
+ parameters: [
3577
+ {
3578
+ name: 'headStart',
3579
+ nodeType: 'YulTypedName',
3580
+ src: '1904:9:3',
3581
+ type: '',
3582
+ },
3583
+ {
3584
+ name: 'value0',
3585
+ nodeType: 'YulTypedName',
3586
+ src: '1915:6:3',
3587
+ type: '',
3588
+ },
3589
+ ],
3590
+ returnVariables: [
3591
+ {
3592
+ name: 'tail',
3593
+ nodeType: 'YulTypedName',
3594
+ src: '1926:4:3',
3595
+ type: '',
3596
+ },
3597
+ ],
3598
+ src: '1836:248:3',
3599
+ },
3600
+ {
3601
+ body: {
3602
+ nodeType: 'YulBlock',
3603
+ src: '2167:199:3',
3604
+ statements: [
3605
+ {
3606
+ body: {
3607
+ nodeType: 'YulBlock',
3608
+ src: '2213:16:3',
3609
+ statements: [
3610
+ {
3611
+ expression: {
3612
+ arguments: [
3613
+ {
3614
+ kind: 'number',
3615
+ nodeType: 'YulLiteral',
3616
+ src: '2222:1:3',
3617
+ type: '',
3618
+ value: '0',
3619
+ },
3620
+ {
3621
+ kind: 'number',
3622
+ nodeType: 'YulLiteral',
3623
+ src: '2225:1:3',
3624
+ type: '',
3625
+ value: '0',
3626
+ },
3627
+ ],
3628
+ functionName: {
3629
+ name: 'revert',
3630
+ nodeType: 'YulIdentifier',
3631
+ src: '2215:6:3',
3632
+ },
3633
+ nodeType: 'YulFunctionCall',
3634
+ src: '2215:12:3',
3635
+ },
3636
+ nodeType: 'YulExpressionStatement',
3637
+ src: '2215:12:3',
3638
+ },
3639
+ ],
3640
+ },
3641
+ condition: {
3642
+ arguments: [
3643
+ {
3644
+ arguments: [
3645
+ {
3646
+ name: 'dataEnd',
3647
+ nodeType: 'YulIdentifier',
3648
+ src: '2188:7:3',
3649
+ },
3650
+ {
3651
+ name: 'headStart',
3652
+ nodeType: 'YulIdentifier',
3653
+ src: '2197:9:3',
3654
+ },
3655
+ ],
3656
+ functionName: {
3657
+ name: 'sub',
3658
+ nodeType: 'YulIdentifier',
3659
+ src: '2184:3:3',
3660
+ },
3661
+ nodeType: 'YulFunctionCall',
3662
+ src: '2184:23:3',
3663
+ },
3664
+ {
3665
+ kind: 'number',
3666
+ nodeType: 'YulLiteral',
3667
+ src: '2209:2:3',
3668
+ type: '',
3669
+ value: '32',
3670
+ },
3671
+ ],
3672
+ functionName: {
3673
+ name: 'slt',
3674
+ nodeType: 'YulIdentifier',
3675
+ src: '2180:3:3',
3676
+ },
3677
+ nodeType: 'YulFunctionCall',
3678
+ src: '2180:32:3',
3679
+ },
3680
+ nodeType: 'YulIf',
3681
+ src: '2177:52:3',
3682
+ },
3683
+ {
3684
+ nodeType: 'YulVariableDeclaration',
3685
+ src: '2238:29:3',
3686
+ value: {
3687
+ arguments: [
3688
+ {
3689
+ name: 'headStart',
3690
+ nodeType: 'YulIdentifier',
3691
+ src: '2257:9:3',
3692
+ },
3693
+ ],
3694
+ functionName: {
3695
+ name: 'mload',
3696
+ nodeType: 'YulIdentifier',
3697
+ src: '2251:5:3',
3698
+ },
3699
+ nodeType: 'YulFunctionCall',
3700
+ src: '2251:16:3',
3701
+ },
3702
+ variables: [
3703
+ {
3704
+ name: 'value',
3705
+ nodeType: 'YulTypedName',
3706
+ src: '2242:5:3',
3707
+ type: '',
3708
+ },
3709
+ ],
3710
+ },
3711
+ {
3712
+ body: {
3713
+ nodeType: 'YulBlock',
3714
+ src: '2320:16:3',
3715
+ statements: [
3716
+ {
3717
+ expression: {
3718
+ arguments: [
3719
+ {
3720
+ kind: 'number',
3721
+ nodeType: 'YulLiteral',
3722
+ src: '2329:1:3',
3723
+ type: '',
3724
+ value: '0',
3725
+ },
3726
+ {
3727
+ kind: 'number',
3728
+ nodeType: 'YulLiteral',
3729
+ src: '2332:1:3',
3730
+ type: '',
3731
+ value: '0',
3732
+ },
3733
+ ],
3734
+ functionName: {
3735
+ name: 'revert',
3736
+ nodeType: 'YulIdentifier',
3737
+ src: '2322:6:3',
3738
+ },
3739
+ nodeType: 'YulFunctionCall',
3740
+ src: '2322:12:3',
3741
+ },
3742
+ nodeType: 'YulExpressionStatement',
3743
+ src: '2322:12:3',
3744
+ },
3745
+ ],
3746
+ },
3747
+ condition: {
3748
+ arguments: [
3749
+ {
3750
+ arguments: [
3751
+ {
3752
+ name: 'value',
3753
+ nodeType: 'YulIdentifier',
3754
+ src: '2289:5:3',
3755
+ },
3756
+ {
3757
+ arguments: [
3758
+ {
3759
+ arguments: [
3760
+ {
3761
+ name: 'value',
3762
+ nodeType: 'YulIdentifier',
3763
+ src: '2310:5:3',
3764
+ },
3765
+ ],
3766
+ functionName: {
3767
+ name: 'iszero',
3768
+ nodeType: 'YulIdentifier',
3769
+ src: '2303:6:3',
3770
+ },
3771
+ nodeType: 'YulFunctionCall',
3772
+ src: '2303:13:3',
3773
+ },
3774
+ ],
3775
+ functionName: {
3776
+ name: 'iszero',
3777
+ nodeType: 'YulIdentifier',
3778
+ src: '2296:6:3',
3779
+ },
3780
+ nodeType: 'YulFunctionCall',
3781
+ src: '2296:21:3',
3782
+ },
3783
+ ],
3784
+ functionName: {
3785
+ name: 'eq',
3786
+ nodeType: 'YulIdentifier',
3787
+ src: '2286:2:3',
3788
+ },
3789
+ nodeType: 'YulFunctionCall',
3790
+ src: '2286:32:3',
3791
+ },
3792
+ ],
3793
+ functionName: {
3794
+ name: 'iszero',
3795
+ nodeType: 'YulIdentifier',
3796
+ src: '2279:6:3',
3797
+ },
3798
+ nodeType: 'YulFunctionCall',
3799
+ src: '2279:40:3',
3800
+ },
3801
+ nodeType: 'YulIf',
3802
+ src: '2276:60:3',
3803
+ },
3804
+ {
3805
+ nodeType: 'YulAssignment',
3806
+ src: '2345:15:3',
3807
+ value: {
3808
+ name: 'value',
3809
+ nodeType: 'YulIdentifier',
3810
+ src: '2355:5:3',
3811
+ },
3812
+ variableNames: [
3813
+ {
3814
+ name: 'value0',
3815
+ nodeType: 'YulIdentifier',
3816
+ src: '2345:6:3',
3817
+ },
3818
+ ],
3819
+ },
3820
+ ],
3821
+ },
3822
+ name: 'abi_decode_tuple_t_bool_fromMemory',
3823
+ nodeType: 'YulFunctionDefinition',
3824
+ parameters: [
3825
+ {
3826
+ name: 'headStart',
3827
+ nodeType: 'YulTypedName',
3828
+ src: '2133:9:3',
3829
+ type: '',
3830
+ },
3831
+ {
3832
+ name: 'dataEnd',
3833
+ nodeType: 'YulTypedName',
3834
+ src: '2144:7:3',
3835
+ type: '',
3836
+ },
3837
+ ],
3838
+ returnVariables: [
3839
+ {
3840
+ name: 'value0',
3841
+ nodeType: 'YulTypedName',
3842
+ src: '2156:6:3',
3843
+ type: '',
3844
+ },
3845
+ ],
3846
+ src: '2089:277:3',
3847
+ },
3848
+ {
3849
+ body: {
3850
+ nodeType: 'YulBlock',
3851
+ src: '2545:164:3',
3852
+ statements: [
3853
+ {
3854
+ expression: {
3855
+ arguments: [
3856
+ {
3857
+ name: 'headStart',
3858
+ nodeType: 'YulIdentifier',
3859
+ src: '2562:9:3',
3860
+ },
3861
+ {
3862
+ kind: 'number',
3863
+ nodeType: 'YulLiteral',
3864
+ src: '2573:2:3',
3865
+ type: '',
3866
+ value: '32',
3867
+ },
3868
+ ],
3869
+ functionName: {
3870
+ name: 'mstore',
3871
+ nodeType: 'YulIdentifier',
3872
+ src: '2555:6:3',
3873
+ },
3874
+ nodeType: 'YulFunctionCall',
3875
+ src: '2555:21:3',
3876
+ },
3877
+ nodeType: 'YulExpressionStatement',
3878
+ src: '2555:21:3',
3879
+ },
3880
+ {
3881
+ expression: {
3882
+ arguments: [
3883
+ {
3884
+ arguments: [
3885
+ {
3886
+ name: 'headStart',
3887
+ nodeType: 'YulIdentifier',
3888
+ src: '2596:9:3',
3889
+ },
3890
+ {
3891
+ kind: 'number',
3892
+ nodeType: 'YulLiteral',
3893
+ src: '2607:2:3',
3894
+ type: '',
3895
+ value: '32',
3896
+ },
3897
+ ],
3898
+ functionName: {
3899
+ name: 'add',
3900
+ nodeType: 'YulIdentifier',
3901
+ src: '2592:3:3',
3902
+ },
3903
+ nodeType: 'YulFunctionCall',
3904
+ src: '2592:18:3',
3905
+ },
3906
+ {
3907
+ kind: 'number',
3908
+ nodeType: 'YulLiteral',
3909
+ src: '2612:2:3',
3910
+ type: '',
3911
+ value: '14',
3912
+ },
3913
+ ],
3914
+ functionName: {
3915
+ name: 'mstore',
3916
+ nodeType: 'YulIdentifier',
3917
+ src: '2585:6:3',
3918
+ },
3919
+ nodeType: 'YulFunctionCall',
3920
+ src: '2585:30:3',
3921
+ },
3922
+ nodeType: 'YulExpressionStatement',
3923
+ src: '2585:30:3',
3924
+ },
3925
+ {
3926
+ expression: {
3927
+ arguments: [
3928
+ {
3929
+ arguments: [
3930
+ {
3931
+ name: 'headStart',
3932
+ nodeType: 'YulIdentifier',
3933
+ src: '2635:9:3',
3934
+ },
3935
+ {
3936
+ kind: 'number',
3937
+ nodeType: 'YulLiteral',
3938
+ src: '2646:2:3',
3939
+ type: '',
3940
+ value: '64',
3941
+ },
3942
+ ],
3943
+ functionName: {
3944
+ name: 'add',
3945
+ nodeType: 'YulIdentifier',
3946
+ src: '2631:3:3',
3947
+ },
3948
+ nodeType: 'YulFunctionCall',
3949
+ src: '2631:18:3',
3950
+ },
3951
+ {
3952
+ hexValue: '4e4f545f415554484f52495a4544',
3953
+ kind: 'string',
3954
+ nodeType: 'YulLiteral',
3955
+ src: '2651:16:3',
3956
+ type: '',
3957
+ value: 'NOT_AUTHORIZED',
3958
+ },
3959
+ ],
3960
+ functionName: {
3961
+ name: 'mstore',
3962
+ nodeType: 'YulIdentifier',
3963
+ src: '2624:6:3',
3964
+ },
3965
+ nodeType: 'YulFunctionCall',
3966
+ src: '2624:44:3',
3967
+ },
3968
+ nodeType: 'YulExpressionStatement',
3969
+ src: '2624:44:3',
3970
+ },
3971
+ {
3972
+ nodeType: 'YulAssignment',
3973
+ src: '2677:26:3',
3974
+ value: {
3975
+ arguments: [
3976
+ {
3977
+ name: 'headStart',
3978
+ nodeType: 'YulIdentifier',
3979
+ src: '2689:9:3',
3980
+ },
3981
+ {
3982
+ kind: 'number',
3983
+ nodeType: 'YulLiteral',
3984
+ src: '2700:2:3',
3985
+ type: '',
3986
+ value: '96',
3987
+ },
3988
+ ],
3989
+ functionName: {
3990
+ name: 'add',
3991
+ nodeType: 'YulIdentifier',
3992
+ src: '2685:3:3',
3993
+ },
3994
+ nodeType: 'YulFunctionCall',
3995
+ src: '2685:18:3',
3996
+ },
3997
+ variableNames: [
3998
+ {
3999
+ name: 'tail',
4000
+ nodeType: 'YulIdentifier',
4001
+ src: '2677:4:3',
4002
+ },
4003
+ ],
4004
+ },
4005
+ ],
4006
+ },
4007
+ name: 'abi_encode_tuple_t_stringliteral_e7e213d5e2bee0acc2c7bf8bfda19ef0cae82e7b8c997e7e898919269971e7c4__to_t_string_memory_ptr__fromStack_reversed',
4008
+ nodeType: 'YulFunctionDefinition',
4009
+ parameters: [
4010
+ {
4011
+ name: 'headStart',
4012
+ nodeType: 'YulTypedName',
4013
+ src: '2522:9:3',
4014
+ type: '',
4015
+ },
4016
+ ],
4017
+ returnVariables: [
4018
+ {
4019
+ name: 'tail',
4020
+ nodeType: 'YulTypedName',
4021
+ src: '2536:4:3',
4022
+ type: '',
4023
+ },
4024
+ ],
4025
+ src: '2371:338:3',
4026
+ },
4027
+ {
4028
+ body: {
4029
+ nodeType: 'YulBlock',
4030
+ src: '2851:289:3',
4031
+ statements: [
4032
+ {
4033
+ nodeType: 'YulVariableDeclaration',
4034
+ src: '2861:27:3',
4035
+ value: {
4036
+ arguments: [
4037
+ {
4038
+ name: 'value0',
4039
+ nodeType: 'YulIdentifier',
4040
+ src: '2881:6:3',
4041
+ },
4042
+ ],
4043
+ functionName: {
4044
+ name: 'mload',
4045
+ nodeType: 'YulIdentifier',
4046
+ src: '2875:5:3',
4047
+ },
4048
+ nodeType: 'YulFunctionCall',
4049
+ src: '2875:13:3',
4050
+ },
4051
+ variables: [
4052
+ {
4053
+ name: 'length',
4054
+ nodeType: 'YulTypedName',
4055
+ src: '2865:6:3',
4056
+ type: '',
4057
+ },
4058
+ ],
4059
+ },
4060
+ {
4061
+ nodeType: 'YulVariableDeclaration',
4062
+ src: '2897:10:3',
4063
+ value: {
4064
+ kind: 'number',
4065
+ nodeType: 'YulLiteral',
4066
+ src: '2906:1:3',
4067
+ type: '',
4068
+ value: '0',
4069
+ },
4070
+ variables: [
4071
+ {
4072
+ name: 'i',
4073
+ nodeType: 'YulTypedName',
4074
+ src: '2901:1:3',
4075
+ type: '',
4076
+ },
4077
+ ],
4078
+ },
4079
+ {
4080
+ body: {
4081
+ nodeType: 'YulBlock',
4082
+ src: '2968:77:3',
4083
+ statements: [
4084
+ {
4085
+ expression: {
4086
+ arguments: [
4087
+ {
4088
+ arguments: [
4089
+ {
4090
+ name: 'pos',
4091
+ nodeType: 'YulIdentifier',
4092
+ src: '2993:3:3',
4093
+ },
4094
+ {
4095
+ name: 'i',
4096
+ nodeType: 'YulIdentifier',
4097
+ src: '2998:1:3',
4098
+ },
4099
+ ],
4100
+ functionName: {
4101
+ name: 'add',
4102
+ nodeType: 'YulIdentifier',
4103
+ src: '2989:3:3',
4104
+ },
4105
+ nodeType: 'YulFunctionCall',
4106
+ src: '2989:11:3',
4107
+ },
4108
+ {
4109
+ arguments: [
4110
+ {
4111
+ arguments: [
4112
+ {
4113
+ arguments: [
4114
+ {
4115
+ name: 'value0',
4116
+ nodeType: 'YulIdentifier',
4117
+ src: '3016:6:3',
4118
+ },
4119
+ {
4120
+ name: 'i',
4121
+ nodeType: 'YulIdentifier',
4122
+ src: '3024:1:3',
4123
+ },
4124
+ ],
4125
+ functionName: {
4126
+ name: 'add',
4127
+ nodeType: 'YulIdentifier',
4128
+ src: '3012:3:3',
4129
+ },
4130
+ nodeType: 'YulFunctionCall',
4131
+ src: '3012:14:3',
4132
+ },
4133
+ {
4134
+ kind: 'number',
4135
+ nodeType: 'YulLiteral',
4136
+ src: '3028:4:3',
4137
+ type: '',
4138
+ value: '0x20',
4139
+ },
4140
+ ],
4141
+ functionName: {
4142
+ name: 'add',
4143
+ nodeType: 'YulIdentifier',
4144
+ src: '3008:3:3',
4145
+ },
4146
+ nodeType: 'YulFunctionCall',
4147
+ src: '3008:25:3',
4148
+ },
4149
+ ],
4150
+ functionName: {
4151
+ name: 'mload',
4152
+ nodeType: 'YulIdentifier',
4153
+ src: '3002:5:3',
4154
+ },
4155
+ nodeType: 'YulFunctionCall',
4156
+ src: '3002:32:3',
4157
+ },
4158
+ ],
4159
+ functionName: {
4160
+ name: 'mstore',
4161
+ nodeType: 'YulIdentifier',
4162
+ src: '2982:6:3',
4163
+ },
4164
+ nodeType: 'YulFunctionCall',
4165
+ src: '2982:53:3',
4166
+ },
4167
+ nodeType: 'YulExpressionStatement',
4168
+ src: '2982:53:3',
4169
+ },
4170
+ ],
4171
+ },
4172
+ condition: {
4173
+ arguments: [
4174
+ {
4175
+ name: 'i',
4176
+ nodeType: 'YulIdentifier',
4177
+ src: '2927:1:3',
4178
+ },
4179
+ {
4180
+ name: 'length',
4181
+ nodeType: 'YulIdentifier',
4182
+ src: '2930:6:3',
4183
+ },
4184
+ ],
4185
+ functionName: {
4186
+ name: 'lt',
4187
+ nodeType: 'YulIdentifier',
4188
+ src: '2924:2:3',
4189
+ },
4190
+ nodeType: 'YulFunctionCall',
4191
+ src: '2924:13:3',
4192
+ },
4193
+ nodeType: 'YulForLoop',
4194
+ post: {
4195
+ nodeType: 'YulBlock',
4196
+ src: '2938:21:3',
4197
+ statements: [
4198
+ {
4199
+ nodeType: 'YulAssignment',
4200
+ src: '2940:17:3',
4201
+ value: {
4202
+ arguments: [
4203
+ {
4204
+ name: 'i',
4205
+ nodeType: 'YulIdentifier',
4206
+ src: '2949:1:3',
4207
+ },
4208
+ {
4209
+ kind: 'number',
4210
+ nodeType: 'YulLiteral',
4211
+ src: '2952:4:3',
4212
+ type: '',
4213
+ value: '0x20',
4214
+ },
4215
+ ],
4216
+ functionName: {
4217
+ name: 'add',
4218
+ nodeType: 'YulIdentifier',
4219
+ src: '2945:3:3',
4220
+ },
4221
+ nodeType: 'YulFunctionCall',
4222
+ src: '2945:12:3',
4223
+ },
4224
+ variableNames: [
4225
+ {
4226
+ name: 'i',
4227
+ nodeType: 'YulIdentifier',
4228
+ src: '2940:1:3',
4229
+ },
4230
+ ],
4231
+ },
4232
+ ],
4233
+ },
4234
+ pre: {
4235
+ nodeType: 'YulBlock',
4236
+ src: '2920:3:3',
4237
+ statements: [],
4238
+ },
4239
+ src: '2916:129:3',
4240
+ },
4241
+ {
4242
+ body: {
4243
+ nodeType: 'YulBlock',
4244
+ src: '3071:31:3',
4245
+ statements: [
4246
+ {
4247
+ expression: {
4248
+ arguments: [
4249
+ {
4250
+ arguments: [
4251
+ {
4252
+ name: 'pos',
4253
+ nodeType: 'YulIdentifier',
4254
+ src: '3084:3:3',
4255
+ },
4256
+ {
4257
+ name: 'length',
4258
+ nodeType: 'YulIdentifier',
4259
+ src: '3089:6:3',
4260
+ },
4261
+ ],
4262
+ functionName: {
4263
+ name: 'add',
4264
+ nodeType: 'YulIdentifier',
4265
+ src: '3080:3:3',
4266
+ },
4267
+ nodeType: 'YulFunctionCall',
4268
+ src: '3080:16:3',
4269
+ },
4270
+ {
4271
+ kind: 'number',
4272
+ nodeType: 'YulLiteral',
4273
+ src: '3098:1:3',
4274
+ type: '',
4275
+ value: '0',
4276
+ },
4277
+ ],
4278
+ functionName: {
4279
+ name: 'mstore',
4280
+ nodeType: 'YulIdentifier',
4281
+ src: '3073:6:3',
4282
+ },
4283
+ nodeType: 'YulFunctionCall',
4284
+ src: '3073:27:3',
4285
+ },
4286
+ nodeType: 'YulExpressionStatement',
4287
+ src: '3073:27:3',
4288
+ },
4289
+ ],
4290
+ },
4291
+ condition: {
4292
+ arguments: [
4293
+ {
4294
+ name: 'i',
4295
+ nodeType: 'YulIdentifier',
4296
+ src: '3060:1:3',
4297
+ },
4298
+ {
4299
+ name: 'length',
4300
+ nodeType: 'YulIdentifier',
4301
+ src: '3063:6:3',
4302
+ },
4303
+ ],
4304
+ functionName: {
4305
+ name: 'gt',
4306
+ nodeType: 'YulIdentifier',
4307
+ src: '3057:2:3',
4308
+ },
4309
+ nodeType: 'YulFunctionCall',
4310
+ src: '3057:13:3',
4311
+ },
4312
+ nodeType: 'YulIf',
4313
+ src: '3054:48:3',
4314
+ },
4315
+ {
4316
+ nodeType: 'YulAssignment',
4317
+ src: '3111:23:3',
4318
+ value: {
4319
+ arguments: [
4320
+ {
4321
+ name: 'pos',
4322
+ nodeType: 'YulIdentifier',
4323
+ src: '3122:3:3',
4324
+ },
4325
+ {
4326
+ name: 'length',
4327
+ nodeType: 'YulIdentifier',
4328
+ src: '3127:6:3',
4329
+ },
4330
+ ],
4331
+ functionName: {
4332
+ name: 'add',
4333
+ nodeType: 'YulIdentifier',
4334
+ src: '3118:3:3',
4335
+ },
4336
+ nodeType: 'YulFunctionCall',
4337
+ src: '3118:16:3',
4338
+ },
4339
+ variableNames: [
4340
+ {
4341
+ name: 'end',
4342
+ nodeType: 'YulIdentifier',
4343
+ src: '3111:3:3',
4344
+ },
4345
+ ],
4346
+ },
4347
+ ],
4348
+ },
4349
+ name: 'abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed',
4350
+ nodeType: 'YulFunctionDefinition',
4351
+ parameters: [
4352
+ {
4353
+ name: 'pos',
4354
+ nodeType: 'YulTypedName',
4355
+ src: '2827:3:3',
4356
+ type: '',
4357
+ },
4358
+ {
4359
+ name: 'value0',
4360
+ nodeType: 'YulTypedName',
4361
+ src: '2832:6:3',
4362
+ type: '',
4363
+ },
4364
+ ],
4365
+ returnVariables: [
4366
+ {
4367
+ name: 'end',
4368
+ nodeType: 'YulTypedName',
4369
+ src: '2843:3:3',
4370
+ type: '',
4371
+ },
4372
+ ],
4373
+ src: '2714:426:3',
4374
+ },
4375
+ ],
4376
+ },
4377
+ contents:
4378
+ '{\n { }\n function abi_decode_tuple_t_bytes4(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, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_address(headStart)\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value1 := add(_2, 32)\n value2 := length\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, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_e7e213d5e2bee0acc2c7bf8bfda19ef0cae82e7b8c997e7e898919269971e7c4__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 14)\n mstore(add(headStart, 64), "NOT_AUTHORIZED")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n let i := 0\n for { } lt(i, length) { i := add(i, 0x20) }\n {\n mstore(add(pos, i), mload(add(add(value0, i), 0x20)))\n }\n if gt(i, length) { mstore(add(pos, length), 0) }\n end := add(pos, length)\n }\n}',
4379
+ id: 3,
4380
+ language: 'Yul',
4381
+ name: '#utility.yul',
4382
+ },
4383
+ ],
4384
+ immutableReferences: {},
4385
+ linkReferences: {},
4386
+ opcodes:
4387
+ 'PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x5E JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4F1EF286 GT PUSH2 0x43 JUMPI DUP1 PUSH4 0x4F1EF286 EQ PUSH2 0xC4 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xD7 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x111 JUMPI PUSH2 0x65 JUMP JUMPDEST DUP1 PUSH4 0x1FFC9A7 EQ PUSH2 0x6F JUMPI DUP1 PUSH4 0x3659CFE6 EQ PUSH2 0xA4 JUMPI PUSH2 0x65 JUMP JUMPDEST CALLDATASIZE PUSH2 0x65 JUMPI STOP JUMPDEST PUSH2 0x6D PUSH2 0x131 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x8F PUSH2 0x8A CALLDATASIZE PUSH1 0x4 PUSH2 0x7A6 JUMP JUMPDEST PUSH2 0x17C JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xB0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6D PUSH2 0xBF CALLDATASIZE PUSH1 0x4 PUSH2 0x811 JUMP JUMPDEST PUSH2 0x34A JUMP JUMPDEST PUSH2 0x6D PUSH2 0xD2 CALLDATASIZE PUSH1 0x4 PUSH2 0x82C JUMP JUMPDEST PUSH2 0x421 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xE3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xEC PUSH2 0x51C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x9B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x11D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6D PUSH2 0x12C CALLDATASIZE PUSH1 0x4 PUSH2 0x811 JUMP JUMPDEST PUSH2 0x54B JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC SLOAD PUSH1 0x0 CALLDATASIZE DUP2 DUP3 CALLDATACOPY DUP1 DUP2 CALLDATASIZE DUP4 DUP6 GAS DELEGATECALL SWAP2 POP RETURNDATASIZE DUP1 DUP3 DUP4 RETURNDATACOPY DUP3 DUP1 ISZERO PUSH2 0x172 JUMPI DUP2 DUP4 RETURN JUMPDEST DUP2 DUP4 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP4 AND EQ DUP1 PUSH2 0x20F JUMPI POP PUSH32 0x7F5828D000000000000000000000000000000000000000000000000000000000 PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP4 AND EQ JUMPDEST ISZERO PUSH2 0x21C JUMPI POP PUSH1 0x1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP1 DUP4 AND EQ ISZERO PUSH2 0x24E JUMPI POP PUSH1 0x0 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC SLOAD PUSH1 0x40 MLOAD PUSH32 0x1FFC9A700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 PUSH4 0x1FFC9A7 SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL SWAP3 POP POP POP DUP1 ISZERO PUSH2 0x336 JUMPI POP PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 AND DUP3 ADD SWAP1 SWAP3 MSTORE PUSH2 0x333 SWAP2 DUP2 ADD SWAP1 PUSH2 0x8AF JUMP JUMPDEST PUSH1 0x1 JUMPDEST PUSH2 0x343 JUMPI POP PUSH1 0x0 SWAP3 SWAP2 POP POP JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x405 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x41E DUP2 PUSH1 0x40 MLOAD DUP1 PUSH1 0x20 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE POP PUSH2 0x60A JUMP JUMPDEST POP JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x4D7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3FC JUMP JUMPDEST PUSH2 0x517 DUP4 DUP4 DUP4 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP PUSH2 0x60A SWAP3 POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x546 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x601 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0xE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4E4F545F415554484F52495A4544000000000000000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3FC JUMP JUMPDEST PUSH2 0x41E DUP2 PUSH2 0x6F9 JUMP JUMPDEST PUSH32 0x360894A13BA1A3210667C828492DB98DCA3E2076CC3735A920A3CA505D382BBC DUP1 SLOAD SWAP1 DUP4 SWAP1 SSTORE PUSH1 0x40 MLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP1 DUP6 AND SWAP2 SWAP1 DUP4 AND SWAP1 PUSH32 0x5570D70A002632A7B0B3C9304CC89EFB62D8DA9ECA0DBD7752C83B7379068296 SWAP1 PUSH1 0x0 SWAP1 LOG3 DUP2 MLOAD ISZERO PUSH2 0x517 JUMPI PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD PUSH2 0x6A5 SWAP2 SWAP1 PUSH2 0x8D1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x6E0 JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x6E5 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x176 JUMPI RETURNDATASIZE DUP1 PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x723 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SLOAD SWAP1 JUMP JUMPDEST SWAP1 POP DUP2 PUSH32 0xB53127684A568B3173AE13B9F8A6016E243E63B6E8EE1178D6A717850B5D6103 SSTORE DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 DUP2 AND DUP2 EQ PUSH2 0x343 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x80C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x823 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x343 DUP3 PUSH2 0x7E8 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x841 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x84A DUP5 PUSH2 0x7E8 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x867 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x87B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x88A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x89C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP5 POP DUP1 SWAP4 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x343 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x8F2 JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD DUP6 DUP4 ADD MSTORE ADD PUSH2 0x8D8 JUMP JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0x901 JUMPI PUSH1 0x0 DUP3 DUP6 ADD MSTORE JUMPDEST POP SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0x25 0xD6 OR SWAP5 SWAP3 SLT 0xF6 0xE2 SLOAD SWAP4 DIFFICULTY 0x49 SWAP6 SELFDESTRUCT 0xDC DUP7 BASEFEE EQ 0xF 0xD8 JUMPI SWAP14 0xE6 PUSH4 0x8BE329EB EQ DUP4 SDIV 0xF PUSH5 0x736F6C6343 STOP ADDMOD EXP STOP CALLER ',
4388
+ sourceMap:
4389
+ '176:278:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;593:11:2;:9;:11::i;:::-;176:278:1;1018:877:0;;;;;;;;;;-1:-1:-1;1018:877:0;;;;;:::i;:::-;;:::i;:::-;;;516:14:3;;509:22;491:41;;479:2;464:18;1018:877:0;;;;;;;;2007:123;;;;;;;;;;-1:-1:-1;2007:123:0;;;;;:::i;:::-;;:::i;2136:161::-;;;;;;:::i;:::-;;:::i;931:81::-;;;;;;;;;;;;;:::i;:::-;;;1781:42:3;1769:55;;;1751:74;;1739:2;1724:18;931:81:0;1605:226:3;1901:100:0;;;;;;;;;;-1:-1:-1;1901:100:0;;;;;:::i;:::-;;:::i;731:640:2:-;894:66;888:73;992:3;997:14;992:3;;974:38;992:3;;997:14;992:3;1060:21;1053:5;1040:69;1025:84;;1135:16;1185:5;992:3;;1164:27;1211:7;1231:55;;;;1335:5;992:3;1325:16;1231:55;1266:5;992:3;1256:16;1204:151;;;;;731:640::o;1018:877:0:-;1079:4;1099:16;;;;;;:36;;-1:-1:-1;1119:16:0;;;;;1099:36;1095:78;;;-1:-1:-1;1158:4:0;;1018:877;-1:-1:-1;1018:877:0:o;1095:78::-;1186:16;;;;;1182:59;;;-1:-1:-1;1225:5:0;;1018:877;-1:-1:-1;1018:877:0:o;1182:59::-;1394:66;1388:73;1746:36;;;;;2010:66:3;1998:79;;1746:36:0;;;1980:98:3;1746:32:0;;;;;;1953:18:3;;1746:36:0;;;;;;;;;;;;;;;;;;-1:-1:-1;1746:36:0;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;1742:147;;-1:-1:-1;1873:5:0;;1018:877;-1:-1:-1;;1018:877:0:o;1742:147::-;1827:7;1018:877;-1:-1:-1;;;1018:877:0:o;2007:123::-;2819:66;2813:73;2457:22;;:10;:22;;;2449:49;;;;;;;2573:2:3;2449:49:0;;;2555:21:3;2612:2;2592:18;;;2585:30;2651:16;2631:18;;;2624:44;2685:18;;2449:49:0;;;;;;;;;2082:41:::1;2101:17;2082:41;;;;;;;;;;;::::0;:18:::1;:41::i;:::-;2007:123:::0;:::o;2136:161::-;2819:66;2813:73;2457:22;;:10;:22;;;2449:49;;;;;;;2573:2:3;2449:49:0;;;2555:21:3;2612:2;2592:18;;;2585:30;2651:16;2631:18;;;2624:44;2685:18;;2449:49:0;2371:338:3;2449:49:0;2247:43:::1;2266:17;2285:4;;2247:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;::::0;;;;-1:-1:-1;2247:18:0::1;::::0;-1:-1:-1;;;2247:43:0:i:1;:::-;2136:161:::0;;;:::o;931:81::-;971:7;997:8;2819:66;2813:73;;2636:266;997:8;990:15;;931:81;:::o;1901:100::-;2819:66;2813:73;2457:22;;:10;:22;;;2449:49;;;;;;;2573:2:3;2449:49:0;;;2555:21:3;2612:2;2592:18;;;2585:30;2651:16;2631:18;;;2624:44;2685:18;;2449:49:0;2371:338:3;2449:49:0;1975:19:::1;1985:8;1975:9;:19::i;1377:1068:2:-:0;1630:66;1624:73;;1805:93;;;;1923:69;;;;;;;;;;;;;1470:30;;1923:69;2007:11;;:15;2003:436;;2039:12;2057:17;:30;;2088:4;2057:36;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2038:55;;;2112:7;2107:322;;2278:16;2336:14;2333:1;;2315:36;2382:14;2333:1;2372:25;2908:346:0;2964:21;2988:8;2819:66;2813:73;;2636:266;2988:8;2964:32;;3169:8;3101:66;3094:84;3238:8;3202:45;;3223:13;3202:45;;;;;;;;;;;;2954:300;2908:346;:::o;14:332:3:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;543:196;611:20;;671:42;660:54;;650:65;;640:93;;729:1;726;719:12;640:93;543:196;;;:::o;744:186::-;803:6;856:2;844:9;835:7;831:23;827:32;824:52;;;872:1;869;862:12;824:52;895:29;914:9;895:29;:::i;935:665::-;1014:6;1022;1030;1083:2;1071:9;1062:7;1058:23;1054:32;1051:52;;;1099:1;1096;1089:12;1051:52;1122:29;1141:9;1122:29;:::i;:::-;1112:39;;1202:2;1191:9;1187:18;1174:32;1225:18;1266:2;1258:6;1255:14;1252:34;;;1282:1;1279;1272:12;1252:34;1320:6;1309:9;1305:22;1295:32;;1365:7;1358:4;1354:2;1350:13;1346:27;1336:55;;1387:1;1384;1377:12;1336:55;1427:2;1414:16;1453:2;1445:6;1442:14;1439:34;;;1469:1;1466;1459:12;1439:34;1514:7;1509:2;1500:6;1496:2;1492:15;1488:24;1485:37;1482:57;;;1535:1;1532;1525:12;1482:57;1566:2;1562;1558:11;1548:21;;1588:6;1578:16;;;;;935:665;;;;;:::o;2089:277::-;2156:6;2209:2;2197:9;2188:7;2184:23;2180:32;2177:52;;;2225:1;2222;2215:12;2177:52;2257:9;2251:16;2310:5;2303:13;2296:21;2289:5;2286:32;2276:60;;2332:1;2329;2322:12;2714:426;2843:3;2881:6;2875:13;2906:1;2916:129;2930:6;2927:1;2924:13;2916:129;;;3028:4;3012:14;;;3008:25;;3002:32;2989:11;;;2982:53;2945:12;2916:129;;;3063:6;3060:1;3057:13;3054:48;;;3098:1;3089:6;3084:3;3080:16;3073:27;3054:48;-1:-1:-1;3118:16:3;;;;;2714:426;-1:-1:-1;;2714:426:3:o',
4390
+ },
4391
+ gasEstimates: {
4392
+ creation: {
4393
+ codeDepositCost: '474000',
4394
+ executionCost: 'infinite',
4395
+ totalCost: 'infinite',
4396
+ },
4397
+ external: {
4398
+ '': 'infinite',
4399
+ 'owner()': '2361',
4400
+ 'supportsInterface(bytes4)': 'infinite',
4401
+ 'transferOwnership(address)': '28278',
4402
+ 'upgradeTo(address)': '28306',
4403
+ 'upgradeToAndCall(address,bytes)': 'infinite',
4404
+ },
4405
+ },
4406
+ methodIdentifiers: {
4407
+ 'owner()': '8da5cb5b',
4408
+ 'supportsInterface(bytes4)': '01ffc9a7',
4409
+ 'transferOwnership(address)': 'f2fde38b',
4410
+ 'upgradeTo(address)': '3659cfe6',
4411
+ 'upgradeToAndCall(address,bytes)': '4f1ef286',
4412
+ },
4413
+ },
4414
+ metadata:
4415
+ '{"compiler":{"version":"0.8.10+commit.fc410830"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"implementationAddress","type":"address"},{"internalType":"address","name":"ownerAddress","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousImplementation","type":"address"},{"indexed":true,"internalType":"address","name":"newImplementation","type":"address"}],"name":"ProxyImplementationUpdated","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"id","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"}],"name":"upgradeTo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeToAndCall","outputs":[],"stateMutability":"payable","type":"function"},{"stateMutability":"payable","type":"receive"}],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"notice":"Proxy implementing EIP173 for ownership management that accept ETH via receive","version":1}},"settings":{"compilationTarget":{"solc_0.8/proxy/EIP173ProxyWithReceive.sol":"EIP173ProxyWithReceive"},"evmVersion":"london","libraries":{},"metadata":{"bytecodeHash":"ipfs","useLiteralContent":true},"optimizer":{"enabled":true,"runs":999999},"remappings":[]},"sources":{"solc_0.8/proxy/EIP173Proxy.sol":{"content":"// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\nimport \\"./Proxy.sol\\";\\n\\ninterface ERC165 {\\n function supportsInterface(bytes4 id) external view returns (bool);\\n}\\n\\n///@notice Proxy implementing EIP173 for ownership management\\ncontract EIP173Proxy is Proxy {\\n // ////////////////////////// EVENTS ///////////////////////////////////////////////////////////////////////\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n // /////////////////////// CONSTRUCTOR //////////////////////////////////////////////////////////////////////\\n\\n constructor(\\n address implementationAddress,\\n address ownerAddress,\\n bytes memory data\\n ) payable {\\n _setOwner(ownerAddress);\\n _setImplementation(implementationAddress, data);\\n }\\n\\n // ///////////////////// EXTERNAL ///////////////////////////////////////////////////////////////////////////\\n\\n function owner() external view returns (address) {\\n return _owner();\\n }\\n\\n function supportsInterface(bytes4 id) external view returns (bool) {\\n if (id == 0x01ffc9a7 || id == 0x7f5828d0) {\\n return true;\\n }\\n if (id == 0xFFFFFFFF) {\\n return false;\\n }\\n\\n ERC165 implementation;\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n implementation := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n }\\n\\n // Technically this is not standard compliant as ERC-165 require 30,000 gas which that call cannot ensure\\n // because it is itself inside `supportsInterface` that might only get 30,000 gas.\\n // In practise this is unlikely to be an issue.\\n try implementation.supportsInterface(id) returns (bool support) {\\n return support;\\n } catch {\\n return false;\\n }\\n }\\n\\n function transferOwnership(address newOwner) external onlyOwner {\\n _setOwner(newOwner);\\n }\\n\\n function upgradeTo(address newImplementation) external onlyOwner {\\n _setImplementation(newImplementation, \\"\\");\\n }\\n\\n function upgradeToAndCall(address newImplementation, bytes calldata data) external payable onlyOwner {\\n _setImplementation(newImplementation, data);\\n }\\n\\n // /////////////////////// MODIFIERS ////////////////////////////////////////////////////////////////////////\\n\\n modifier onlyOwner() {\\n require(msg.sender == _owner(), \\"NOT_AUTHORIZED\\");\\n _;\\n }\\n\\n // ///////////////////////// INTERNAL //////////////////////////////////////////////////////////////////////\\n\\n function _owner() internal view returns (address adminAddress) {\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n adminAddress := sload(0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103)\\n }\\n }\\n\\n function _setOwner(address newOwner) internal {\\n address previousOwner = _owner();\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n sstore(0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103, newOwner)\\n }\\n emit OwnershipTransferred(previousOwner, newOwner);\\n }\\n}\\n","keccak256":"0xa52a027d9e3ad599c98da343572c0f8e16d65551d6fa0ab218e9e2d0f76e2ab0","license":"MIT"},"solc_0.8/proxy/EIP173ProxyWithReceive.sol":{"content":"// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\nimport \\"./EIP173Proxy.sol\\";\\n\\n///@notice Proxy implementing EIP173 for ownership management that accept ETH via receive\\ncontract EIP173ProxyWithReceive is EIP173Proxy {\\n constructor(\\n address implementationAddress,\\n address ownerAddress,\\n bytes memory data\\n ) payable EIP173Proxy(implementationAddress, ownerAddress, data) {}\\n\\n receive() external payable override {}\\n}\\n","keccak256":"0x360b80cd1907a2f32963e3defe6869b60bc99fd6b21b8ef8f91177ec2dd1956d","license":"MIT"},"solc_0.8/proxy/Proxy.sol":{"content":"// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\n// EIP-1967\\nabstract contract Proxy {\\n // /////////////////////// EVENTS ///////////////////////////////////////////////////////////////////////////\\n\\n event ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation);\\n\\n // ///////////////////// EXTERNAL ///////////////////////////////////////////////////////////////////////////\\n\\n receive() external payable virtual {\\n revert(\\"ETHER_REJECTED\\"); // explicit reject by default\\n }\\n\\n fallback() external payable {\\n _fallback();\\n }\\n\\n // ///////////////////////// INTERNAL //////////////////////////////////////////////////////////////////////\\n\\n function _fallback() internal {\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n let implementationAddress := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n calldatacopy(0x0, 0x0, calldatasize())\\n let success := delegatecall(gas(), implementationAddress, 0x0, calldatasize(), 0, 0)\\n let retSz := returndatasize()\\n returndatacopy(0, 0, retSz)\\n switch success\\n case 0 {\\n revert(0, retSz)\\n }\\n default {\\n return(0, retSz)\\n }\\n }\\n }\\n\\n function _setImplementation(address newImplementation, bytes memory data) internal {\\n address previousImplementation;\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n previousImplementation := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n }\\n\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n sstore(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc, newImplementation)\\n }\\n\\n emit ProxyImplementationUpdated(previousImplementation, newImplementation);\\n\\n if (data.length > 0) {\\n (bool success, ) = newImplementation.delegatecall(data);\\n if (!success) {\\n assembly {\\n // This assembly ensure the revert contains the exact string data\\n let returnDataSize := returndatasize()\\n returndatacopy(0, 0, returnDataSize)\\n revert(0, returnDataSize)\\n }\\n }\\n }\\n }\\n}\\n","keccak256":"0x68c8cf1a340a53d31de8ed808bb66d64e83d50b20d80a0b2dff6aba903cebc98","license":"MIT"}},"version":1}',
4416
+ storageLayout: {
4417
+ storage: [],
4418
+ types: null,
4419
+ },
4420
+ userdoc: {
4421
+ kind: 'user',
4422
+ methods: {},
4423
+ notice: 'Proxy implementing EIP173 for ownership management that accept ETH via receive',
4424
+ version: 1,
4425
+ },
4426
+ solcInput:
4427
+ '{\n "language": "Solidity",\n "sources": {\n "solc_0.8/proxy/EIP173Proxy.sol": {\n "content": "// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\nimport \\"./Proxy.sol\\";\\n\\ninterface ERC165 {\\n function supportsInterface(bytes4 id) external view returns (bool);\\n}\\n\\n///@notice Proxy implementing EIP173 for ownership management\\ncontract EIP173Proxy is Proxy {\\n // ////////////////////////// EVENTS ///////////////////////////////////////////////////////////////////////\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n // /////////////////////// CONSTRUCTOR //////////////////////////////////////////////////////////////////////\\n\\n constructor(\\n address implementationAddress,\\n address ownerAddress,\\n bytes memory data\\n ) payable {\\n _setOwner(ownerAddress);\\n _setImplementation(implementationAddress, data);\\n }\\n\\n // ///////////////////// EXTERNAL ///////////////////////////////////////////////////////////////////////////\\n\\n function owner() external view returns (address) {\\n return _owner();\\n }\\n\\n function supportsInterface(bytes4 id) external view returns (bool) {\\n if (id == 0x01ffc9a7 || id == 0x7f5828d0) {\\n return true;\\n }\\n if (id == 0xFFFFFFFF) {\\n return false;\\n }\\n\\n ERC165 implementation;\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n implementation := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n }\\n\\n // Technically this is not standard compliant as ERC-165 require 30,000 gas which that call cannot ensure\\n // because it is itself inside `supportsInterface` that might only get 30,000 gas.\\n // In practise this is unlikely to be an issue.\\n try implementation.supportsInterface(id) returns (bool support) {\\n return support;\\n } catch {\\n return false;\\n }\\n }\\n\\n function transferOwnership(address newOwner) external onlyOwner {\\n _setOwner(newOwner);\\n }\\n\\n function upgradeTo(address newImplementation) external onlyOwner {\\n _setImplementation(newImplementation, \\"\\");\\n }\\n\\n function upgradeToAndCall(address newImplementation, bytes calldata data) external payable onlyOwner {\\n _setImplementation(newImplementation, data);\\n }\\n\\n // /////////////////////// MODIFIERS ////////////////////////////////////////////////////////////////////////\\n\\n modifier onlyOwner() {\\n require(msg.sender == _owner(), \\"NOT_AUTHORIZED\\");\\n _;\\n }\\n\\n // ///////////////////////// INTERNAL //////////////////////////////////////////////////////////////////////\\n\\n function _owner() internal view returns (address adminAddress) {\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n adminAddress := sload(0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103)\\n }\\n }\\n\\n function _setOwner(address newOwner) internal {\\n address previousOwner = _owner();\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n sstore(0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103, newOwner)\\n }\\n emit OwnershipTransferred(previousOwner, newOwner);\\n }\\n}\\n"\n },\n "solc_0.8/proxy/Proxy.sol": {\n "content": "// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\n// EIP-1967\\nabstract contract Proxy {\\n // /////////////////////// EVENTS ///////////////////////////////////////////////////////////////////////////\\n\\n event ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation);\\n\\n // ///////////////////// EXTERNAL ///////////////////////////////////////////////////////////////////////////\\n\\n receive() external payable virtual {\\n revert(\\"ETHER_REJECTED\\"); // explicit reject by default\\n }\\n\\n fallback() external payable {\\n _fallback();\\n }\\n\\n // ///////////////////////// INTERNAL //////////////////////////////////////////////////////////////////////\\n\\n function _fallback() internal {\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n let implementationAddress := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n calldatacopy(0x0, 0x0, calldatasize())\\n let success := delegatecall(gas(), implementationAddress, 0x0, calldatasize(), 0, 0)\\n let retSz := returndatasize()\\n returndatacopy(0, 0, retSz)\\n switch success\\n case 0 {\\n revert(0, retSz)\\n }\\n default {\\n return(0, retSz)\\n }\\n }\\n }\\n\\n function _setImplementation(address newImplementation, bytes memory data) internal {\\n address previousImplementation;\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n previousImplementation := sload(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc)\\n }\\n\\n // solhint-disable-next-line security/no-inline-assembly\\n assembly {\\n sstore(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc, newImplementation)\\n }\\n\\n emit ProxyImplementationUpdated(previousImplementation, newImplementation);\\n\\n if (data.length > 0) {\\n (bool success, ) = newImplementation.delegatecall(data);\\n if (!success) {\\n assembly {\\n // This assembly ensure the revert contains the exact string data\\n let returnDataSize := returndatasize()\\n returndatacopy(0, 0, returnDataSize)\\n revert(0, returnDataSize)\\n }\\n }\\n }\\n }\\n}\\n"\n },\n "solc_0.8/proxy/EIP173ProxyWithReceive.sol": {\n "content": "// SPDX-License-Identifier: MIT\\npragma solidity ^0.8.0;\\n\\nimport \\"./EIP173Proxy.sol\\";\\n\\n///@notice Proxy implementing EIP173 for ownership management that accept ETH via receive\\ncontract EIP173ProxyWithReceive is EIP173Proxy {\\n constructor(\\n address implementationAddress,\\n address ownerAddress,\\n bytes memory data\\n ) payable EIP173Proxy(implementationAddress, ownerAddress, data) {}\\n\\n receive() external payable override {}\\n}\\n"\n }\n },\n "settings": {\n "optimizer": {\n "enabled": true,\n "runs": 999999\n },\n "outputSelection": {\n "*": {\n "*": [\n "abi",\n "evm.bytecode",\n "evm.deployedBytecode",\n "evm.methodIdentifiers",\n "metadata",\n "devdoc",\n "userdoc",\n "storageLayout",\n "evm.gasEstimates"\n ],\n "": [\n "ast"\n ]\n }\n },\n "metadata": {\n "useLiteralContent": true\n }\n }\n}',
4428
+ solcInputHash: '4a46ee6c1a29be400c9fab1ecc28e172',
4429
+ } as const;