|
| 1 | +[ |
| 2 | + { |
| 3 | + "constant": true, |
| 4 | + "inputs": [ |
| 5 | + { "name": "nodeOperatorId", "type": "uint256" } |
| 6 | + ], |
| 7 | + "name": "getNodeOperatorSummary", |
| 8 | + "outputs": [ |
| 9 | + { "name": "targetLimitMode", "type": "uint256" }, |
| 10 | + { "name": "targetValidatorsCount", "type": "uint256" }, |
| 11 | + { "name": "stuckValidatorsCount", "type": "uint256" }, |
| 12 | + { "name": "refundedValidatorsCount", "type": "uint256" }, |
| 13 | + { "name": "stuckPenaltyEndTimestamp", "type": "uint256" }, |
| 14 | + { "name": "totalExitedValidators", "type": "uint256" }, |
| 15 | + { "name": "totalDepositedValidators", "type": "uint256" }, |
| 16 | + { "name": "depositableValidatorsCount", "type": "uint256" } |
| 17 | + ], |
| 18 | + "payable": false, |
| 19 | + "stateMutability": "view", |
| 20 | + "type": "function" |
| 21 | + }, |
| 22 | + { |
| 23 | + "constant": true, |
| 24 | + "inputs": [ |
| 25 | + { "name": "nodeOperatorId", "type": "uint256" }, |
| 26 | + { "name": "startIndex", "type": "uint256" }, |
| 27 | + { "name": "keysCount", "type": "uint256" } |
| 28 | + ], |
| 29 | + "name": "getSigningKeys", |
| 30 | + "outputs": [ |
| 31 | + { "name": "", "type": "bytes" } |
| 32 | + ], |
| 33 | + "payable": false, |
| 34 | + "stateMutability": "view", |
| 35 | + "type": "function" |
| 36 | + } |
| 37 | +] |
0 commit comments