|
100 | 100 | "name": "CapManagerUpdated",
|
101 | 101 | "type": "event"
|
102 | 102 | },
|
| 103 | + { |
| 104 | + "anonymous": false, |
| 105 | + "inputs": [{ "indexed": false, "internalType": "uint256[]", "name": "requestIds", "type": "uint256[]" }], |
| 106 | + "name": "ClaimLidoWithdrawals", |
| 107 | + "type": "event" |
| 108 | + }, |
103 | 109 | {
|
104 | 110 | "anonymous": false,
|
105 | 111 | "inputs": [{ "indexed": false, "internalType": "uint256", "name": "crossPrice", "type": "uint256" }],
|
|
171 | 177 | "name": "RedeemRequested",
|
172 | 178 | "type": "event"
|
173 | 179 | },
|
| 180 | + { |
| 181 | + "anonymous": false, |
| 182 | + "inputs": [ |
| 183 | + { "indexed": false, "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" }, |
| 184 | + { "indexed": false, "internalType": "uint256[]", "name": "requestIds", "type": "uint256[]" } |
| 185 | + ], |
| 186 | + "name": "RequestLidoWithdrawals", |
| 187 | + "type": "event" |
| 188 | + }, |
174 | 189 | {
|
175 | 190 | "anonymous": false,
|
176 | 191 | "inputs": [
|
|
190 | 205 | "name": "Transfer",
|
191 | 206 | "type": "event"
|
192 | 207 | },
|
193 |
| - { |
194 |
| - "anonymous": false, |
195 |
| - "inputs": [{ "indexed": true, "internalType": "address", "name": "zap", "type": "address" }], |
196 |
| - "name": "ZapUpdated", |
197 |
| - "type": "event" |
198 |
| - }, |
199 | 208 | {
|
200 | 209 | "inputs": [],
|
201 | 210 | "name": "FEE_SCALE",
|
|
324 | 333 | {
|
325 | 334 | "inputs": [
|
326 | 335 | { "internalType": "uint256", "name": "assets", "type": "uint256" },
|
327 |
| - { "internalType": "address", "name": "liquidityProvider", "type": "address" } |
| 336 | + { "internalType": "address", "name": "receiver", "type": "address" } |
328 | 337 | ],
|
329 | 338 | "name": "deposit",
|
330 | 339 | "outputs": [{ "internalType": "uint256", "name": "shares", "type": "uint256" }],
|
|
380 | 389 | "stateMutability": "view",
|
381 | 390 | "type": "function"
|
382 | 391 | },
|
| 392 | + { |
| 393 | + "inputs": [], |
| 394 | + "name": "lidoWithdrawalQueue", |
| 395 | + "outputs": [{ "internalType": "contract IStETHWithdrawal", "name": "", "type": "address" }], |
| 396 | + "stateMutability": "view", |
| 397 | + "type": "function" |
| 398 | + }, |
383 | 399 | {
|
384 | 400 | "inputs": [],
|
385 | 401 | "name": "lidoWithdrawalQueueAmount",
|
|
404 | 420 | {
|
405 | 421 | "inputs": [],
|
406 | 422 | "name": "nextWithdrawalIndex",
|
407 |
| - "outputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], |
| 423 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
408 | 424 | "stateMutability": "view",
|
409 | 425 | "type": "function"
|
410 | 426 | },
|
|
505 | 521 | "stateMutability": "nonpayable",
|
506 | 522 | "type": "function"
|
507 | 523 | },
|
508 |
| - { |
509 |
| - "inputs": [{ "internalType": "address", "name": "_zap", "type": "address" }], |
510 |
| - "name": "setZap", |
511 |
| - "outputs": [], |
512 |
| - "stateMutability": "nonpayable", |
513 |
| - "type": "function" |
514 |
| - }, |
515 | 524 | {
|
516 | 525 | "inputs": [],
|
517 | 526 | "name": "steth",
|
|
648 | 657 | "stateMutability": "view",
|
649 | 658 | "type": "function"
|
650 | 659 | },
|
651 |
| - { |
652 |
| - "inputs": [], |
653 |
| - "name": "withdrawalQueue", |
654 |
| - "outputs": [{ "internalType": "contract IStETHWithdrawal", "name": "", "type": "address" }], |
655 |
| - "stateMutability": "view", |
656 |
| - "type": "function" |
657 |
| - }, |
658 | 660 | {
|
659 | 661 | "inputs": [{ "internalType": "uint256", "name": "requestId", "type": "uint256" }],
|
660 | 662 | "name": "withdrawalRequests",
|
661 | 663 | "outputs": [
|
662 | 664 | { "internalType": "address", "name": "withdrawer", "type": "address" },
|
663 | 665 | { "internalType": "bool", "name": "claimed", "type": "bool" },
|
664 | 666 | { "internalType": "uint40", "name": "claimTimestamp", "type": "uint40" },
|
665 |
| - { "internalType": "uint120", "name": "assets", "type": "uint120" }, |
666 |
| - { "internalType": "uint120", "name": "queued", "type": "uint120" } |
| 667 | + { "internalType": "uint128", "name": "assets", "type": "uint128" }, |
| 668 | + { "internalType": "uint128", "name": "queued", "type": "uint128" } |
667 | 669 | ],
|
668 | 670 | "stateMutability": "view",
|
669 | 671 | "type": "function"
|
670 | 672 | },
|
671 | 673 | {
|
672 | 674 | "inputs": [],
|
673 | 675 | "name": "withdrawsClaimed",
|
674 |
| - "outputs": [{ "internalType": "uint120", "name": "", "type": "uint120" }], |
| 676 | + "outputs": [{ "internalType": "uint128", "name": "", "type": "uint128" }], |
675 | 677 | "stateMutability": "view",
|
676 | 678 | "type": "function"
|
677 | 679 | },
|
678 | 680 | {
|
679 | 681 | "inputs": [],
|
680 | 682 | "name": "withdrawsQueued",
|
681 |
| - "outputs": [{ "internalType": "uint120", "name": "", "type": "uint120" }], |
682 |
| - "stateMutability": "view", |
683 |
| - "type": "function" |
684 |
| - }, |
685 |
| - { |
686 |
| - "inputs": [], |
687 |
| - "name": "zap", |
688 |
| - "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 683 | + "outputs": [{ "internalType": "uint128", "name": "", "type": "uint128" }], |
689 | 684 | "stateMutability": "view",
|
690 | 685 | "type": "function"
|
691 | 686 | },
|
|
0 commit comments