|
559 | 559 | "name": "CollateralTypeAdded", |
560 | 560 | "type": "event" |
561 | 561 | }, |
562 | | - { |
563 | | - "anonymous": false, |
564 | | - "inputs": [ |
565 | | - { |
566 | | - "indexed": false, |
567 | | - "internalType": "uint8", |
568 | | - "name": "collateralClass", |
569 | | - "type": "uint8" |
570 | | - }, |
571 | | - { |
572 | | - "indexed": false, |
573 | | - "internalType": "address", |
574 | | - "name": "collateralToken", |
575 | | - "type": "address" |
576 | | - }, |
577 | | - { |
578 | | - "indexed": false, |
579 | | - "internalType": "uint256", |
580 | | - "name": "validUntil", |
581 | | - "type": "uint256" |
582 | | - } |
583 | | - ], |
584 | | - "name": "CollateralTypeDeprecated", |
585 | | - "type": "event" |
586 | | - }, |
587 | 562 | { |
588 | 563 | "anonymous": false, |
589 | 564 | "inputs": [ |
|
757 | 732 | "name": "EmergencyPauseCanceled", |
758 | 733 | "type": "event" |
759 | 734 | }, |
760 | | - { |
761 | | - "anonymous": false, |
762 | | - "inputs": [], |
763 | | - "name": "EmergencyPauseTransfersCanceled", |
764 | | - "type": "event" |
765 | | - }, |
766 | 735 | { |
767 | 736 | "anonymous": false, |
768 | 737 | "inputs": [ |
| 738 | + { |
| 739 | + "indexed": false, |
| 740 | + "internalType": "enum EmergencyPause.Level", |
| 741 | + "name": "externalLevel", |
| 742 | + "type": "uint8" |
| 743 | + }, |
769 | 744 | { |
770 | 745 | "indexed": false, |
771 | 746 | "internalType": "uint256", |
772 | | - "name": "pausedUntil", |
| 747 | + "name": "externalPausedUntil", |
773 | 748 | "type": "uint256" |
774 | | - } |
775 | | - ], |
776 | | - "name": "EmergencyPauseTransfersTriggered", |
777 | | - "type": "event" |
778 | | - }, |
779 | | - { |
780 | | - "anonymous": false, |
781 | | - "inputs": [ |
| 749 | + }, |
782 | 750 | { |
783 | 751 | "indexed": false, |
784 | 752 | "internalType": "enum EmergencyPause.Level", |
785 | | - "name": "level", |
| 753 | + "name": "governanceLevel", |
786 | 754 | "type": "uint8" |
787 | 755 | }, |
788 | 756 | { |
789 | 757 | "indexed": false, |
790 | 758 | "internalType": "uint256", |
791 | | - "name": "pausedUntil", |
| 759 | + "name": "governancePausedUntil", |
792 | 760 | "type": "uint256" |
793 | 761 | } |
794 | 762 | ], |
|
1472 | 1440 | "name": "RedemptionTicketUpdated", |
1473 | 1441 | "type": "event" |
1474 | 1442 | }, |
| 1443 | + { |
| 1444 | + "anonymous": false, |
| 1445 | + "inputs": [ |
| 1446 | + { |
| 1447 | + "indexed": false, |
| 1448 | + "internalType": "uint256", |
| 1449 | + "name": "firstTicketId", |
| 1450 | + "type": "uint256" |
| 1451 | + }, |
| 1452 | + { |
| 1453 | + "indexed": false, |
| 1454 | + "internalType": "uint256", |
| 1455 | + "name": "nextTicketId", |
| 1456 | + "type": "uint256" |
| 1457 | + } |
| 1458 | + ], |
| 1459 | + "name": "RedemptionTicketsConsolidated", |
| 1460 | + "type": "event" |
| 1461 | + }, |
1475 | 1462 | { |
1476 | 1463 | "anonymous": false, |
1477 | 1464 | "inputs": [ |
|
3060 | 3047 | "stateMutability": "nonpayable", |
3061 | 3048 | "type": "function" |
3062 | 3049 | }, |
| 3050 | + { |
| 3051 | + "inputs": [ |
| 3052 | + { |
| 3053 | + "internalType": "uint256", |
| 3054 | + "name": "_firstTicketId", |
| 3055 | + "type": "uint256" |
| 3056 | + } |
| 3057 | + ], |
| 3058 | + "name": "consolidateSmallTickets", |
| 3059 | + "outputs": [], |
| 3060 | + "stateMutability": "nonpayable", |
| 3061 | + "type": "function" |
| 3062 | + }, |
3063 | 3063 | { |
3064 | 3064 | "inputs": [], |
3065 | 3065 | "name": "controllerAttached", |
|
3266 | 3266 | "stateMutability": "view", |
3267 | 3267 | "type": "function" |
3268 | 3268 | }, |
3269 | | - { |
3270 | | - "inputs": [ |
3271 | | - { |
3272 | | - "internalType": "enum CollateralType.Class", |
3273 | | - "name": "_collateralClass", |
3274 | | - "type": "uint8" |
3275 | | - }, |
3276 | | - { |
3277 | | - "internalType": "contract IERC20", |
3278 | | - "name": "_token", |
3279 | | - "type": "address" |
3280 | | - }, |
3281 | | - { |
3282 | | - "internalType": "uint256", |
3283 | | - "name": "_invalidationTimeSec", |
3284 | | - "type": "uint256" |
3285 | | - } |
3286 | | - ], |
3287 | | - "name": "deprecateCollateralType", |
3288 | | - "outputs": [], |
3289 | | - "stateMutability": "nonpayable", |
3290 | | - "type": "function" |
3291 | | - }, |
3292 | 3269 | { |
3293 | 3270 | "inputs": [ |
3294 | 3271 | { |
|
3579 | 3556 | "type": "uint256" |
3580 | 3557 | }, |
3581 | 3558 | { |
3582 | | - "internalType": "bool", |
3583 | | - "name": "_pausedByGovernance", |
3584 | | - "type": "bool" |
| 3559 | + "internalType": "enum EmergencyPause.Level", |
| 3560 | + "name": "_governanceLevel", |
| 3561 | + "type": "uint8" |
| 3562 | + }, |
| 3563 | + { |
| 3564 | + "internalType": "uint256", |
| 3565 | + "name": "_governancePausedUntil", |
| 3566 | + "type": "uint256" |
3585 | 3567 | } |
3586 | 3568 | ], |
3587 | 3569 | "stateMutability": "view", |
|
5095 | 5077 | }, |
5096 | 5078 | { |
5097 | 5079 | "internalType": "uint64", |
5098 | | - "name": "tokenInvalidationTimeMinSeconds", |
| 5080 | + "name": "__tokenInvalidationTimeMinSeconds", |
5099 | 5081 | "type": "uint64" |
5100 | 5082 | }, |
5101 | 5083 | { |
|
6299 | 6281 | "stateMutability": "payable", |
6300 | 6282 | "type": "function" |
6301 | 6283 | }, |
| 6284 | + { |
| 6285 | + "inputs": [], |
| 6286 | + "name": "resetEmergencyPauseTotalDuration", |
| 6287 | + "outputs": [], |
| 6288 | + "stateMutability": "nonpayable", |
| 6289 | + "type": "function" |
| 6290 | + }, |
6302 | 6291 | { |
6303 | 6292 | "inputs": [ |
6304 | 6293 | { |
|
6940 | 6929 | "inputs": [ |
6941 | 6930 | { |
6942 | 6931 | "internalType": "uint256", |
6943 | | - "name": "_rewardNATWei", |
| 6932 | + "name": "_rewardUSD5", |
6944 | 6933 | "type": "uint256" |
6945 | 6934 | }, |
6946 | 6935 | { |
|
7037 | 7026 | "stateMutability": "nonpayable", |
7038 | 7027 | "type": "function" |
7039 | 7028 | }, |
7040 | | - { |
7041 | | - "inputs": [ |
7042 | | - { |
7043 | | - "internalType": "uint256", |
7044 | | - "name": "_value", |
7045 | | - "type": "uint256" |
7046 | | - } |
7047 | | - ], |
7048 | | - "name": "setTokenInvalidationTimeMinSeconds", |
7049 | | - "outputs": [], |
7050 | | - "stateMutability": "nonpayable", |
7051 | | - "type": "function" |
7052 | | - }, |
7053 | 7029 | { |
7054 | 7030 | "inputs": [ |
7055 | 7031 | { |
|
7121 | 7097 | "stateMutability": "nonpayable", |
7122 | 7098 | "type": "function" |
7123 | 7099 | }, |
7124 | | - { |
7125 | | - "inputs": [ |
7126 | | - { |
7127 | | - "internalType": "address", |
7128 | | - "name": "_agentVault", |
7129 | | - "type": "address" |
7130 | | - }, |
7131 | | - { |
7132 | | - "internalType": "contract IERC20", |
7133 | | - "name": "_token", |
7134 | | - "type": "address" |
7135 | | - } |
7136 | | - ], |
7137 | | - "name": "switchVaultCollateral", |
7138 | | - "outputs": [], |
7139 | | - "stateMutability": "nonpayable", |
7140 | | - "type": "function" |
7141 | | - }, |
7142 | 7100 | { |
7143 | 7101 | "inputs": [ |
7144 | 7102 | { |
|
7439 | 7397 | { |
7440 | 7398 | "inputs": [ |
7441 | 7399 | { |
7442 | | - "internalType": "address", |
7443 | | - "name": "_agentVault", |
7444 | | - "type": "address" |
| 7400 | + "internalType": "uint256", |
| 7401 | + "name": "_start", |
| 7402 | + "type": "uint256" |
| 7403 | + }, |
| 7404 | + { |
| 7405 | + "internalType": "uint256", |
| 7406 | + "name": "_end", |
| 7407 | + "type": "uint256" |
7445 | 7408 | } |
7446 | 7409 | ], |
7447 | 7410 | "name": "upgradeWNatContract", |
|
0 commit comments