@lidofinance/lsv-cli 1.0.0-alpha.3 → 1.0.0-alpha.30
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.
- package/README.md +102 -1
- package/dist/abi/BlsHarness.d.ts +178 -0
- package/dist/abi/BlsHarness.js +232 -0
- package/dist/abi/BlsHarness.js.map +1 -0
- package/dist/abi/CLProofVerifier.d.ts +188 -0
- package/dist/abi/CLProofVerifier.js +247 -0
- package/dist/abi/CLProofVerifier.js.map +1 -0
- package/dist/abi/Dashboard.d.ts +1486 -0
- package/dist/abi/Dashboard.js +1920 -0
- package/dist/abi/Dashboard.js.map +1 -0
- package/dist/abi/LidoLocator.d.ts +330 -0
- package/dist/abi/LidoLocator.js +426 -0
- package/dist/abi/LidoLocator.js.map +1 -0
- package/dist/abi/OperatorGrid.d.ts +914 -0
- package/dist/abi/OperatorGrid.js +1185 -0
- package/dist/abi/OperatorGrid.js.map +1 -0
- package/dist/abi/PredepositGuarantee.d.ts +1382 -0
- package/dist/abi/PredepositGuarantee.js +1789 -0
- package/dist/abi/PredepositGuarantee.js.map +1 -0
- package/dist/abi/ReportChecker.d.ts +83 -0
- package/dist/abi/ReportChecker.js +109 -0
- package/dist/abi/ReportChecker.js.map +1 -0
- package/dist/abi/StEth.d.ts +372 -0
- package/dist/abi/StEth.js +493 -0
- package/dist/abi/StEth.js.map +1 -0
- package/dist/abi/StakingVault.d.ts +864 -0
- package/dist/abi/StakingVault.js +1112 -0
- package/dist/abi/StakingVault.js.map +1 -0
- package/dist/abi/TokenManager.d.ts +577 -0
- package/dist/abi/TokenManager.js +756 -0
- package/dist/abi/TokenManager.js.map +1 -0
- package/dist/abi/VaultFactory.d.ts +160 -0
- package/dist/abi/VaultFactory.js +209 -0
- package/dist/abi/VaultFactory.js.map +1 -0
- package/dist/abi/VaultHub.d.ts +1309 -0
- package/dist/abi/VaultHub.js +1245 -436
- package/dist/abi/VaultHub.js.map +1 -1
- package/dist/abi/VaultViewer.d.ts +223 -0
- package/dist/abi/VaultViewer.js +297 -0
- package/dist/abi/VaultViewer.js.map +1 -0
- package/dist/abi/Voting.d.ts +676 -0
- package/dist/abi/Voting.js +884 -0
- package/dist/abi/Voting.js.map +1 -0
- package/dist/abi/WstEth.d.ts +362 -0
- package/dist/abi/WstEth.js +478 -0
- package/dist/abi/WstEth.js.map +1 -0
- package/dist/abi/index.d.ts +15 -0
- package/dist/abi/index.js +17 -0
- package/dist/abi/index.js.map +1 -0
- package/dist/command/index.d.ts +2 -0
- package/dist/command/index.js +4 -5
- package/dist/command/index.js.map +1 -1
- package/dist/configs/constants.d.ts +36 -0
- package/dist/configs/constants.js +3 -0
- package/dist/configs/constants.js.map +1 -0
- package/dist/configs/deployed.d.ts +17 -0
- package/dist/configs/deployed.js +87 -52
- package/dist/configs/deployed.js.map +1 -1
- package/dist/configs/envs.d.ts +2 -0
- package/dist/configs/envs.js +8 -37
- package/dist/configs/envs.js.map +1 -1
- package/dist/configs/index.d.ts +3 -0
- package/dist/configs/index.js +3 -18
- package/dist/configs/index.js.map +1 -1
- package/dist/configs/utils.d.ts +4 -0
- package/dist/configs/utils.js +22 -0
- package/dist/configs/utils.js.map +1 -0
- package/dist/contracts/blsHarness.d.ts +947 -0
- package/dist/contracts/blsHarness.js +24 -0
- package/dist/contracts/blsHarness.js.map +1 -0
- package/dist/contracts/clProofVerifier.d.ts +2647 -0
- package/dist/contracts/clProofVerifier.js +23 -0
- package/dist/contracts/clProofVerifier.js.map +1 -0
- package/dist/contracts/dashboard.d.ts +4 -0
- package/dist/contracts/dashboard.js +11 -0
- package/dist/contracts/dashboard.js.map +1 -0
- package/dist/contracts/index.d.ts +15 -0
- package/dist/contracts/index.js +15 -17
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/locator.d.ts +6935 -0
- package/dist/contracts/locator.js +16 -0
- package/dist/contracts/locator.js.map +1 -0
- package/dist/contracts/operator-grid.d.ts +3 -0
- package/dist/contracts/operator-grid.js +17 -0
- package/dist/contracts/operator-grid.js.map +1 -0
- package/dist/contracts/pdg.d.ts +3 -0
- package/dist/contracts/pdg.js +17 -0
- package/dist/contracts/pdg.js.map +1 -0
- package/dist/contracts/reportChecker.d.ts +758 -0
- package/dist/contracts/reportChecker.js +23 -0
- package/dist/contracts/reportChecker.js.map +1 -0
- package/dist/contracts/steth.d.ts +27706 -0
- package/dist/contracts/steth.js +18 -0
- package/dist/contracts/steth.js.map +1 -0
- package/dist/contracts/token-manager.d.ts +3 -0
- package/dist/contracts/token-manager.js +13 -0
- package/dist/contracts/token-manager.js.map +1 -0
- package/dist/contracts/vault-factory.d.ts +2678 -0
- package/dist/contracts/vault-factory.js +14 -0
- package/dist/contracts/vault-factory.js.map +1 -0
- package/dist/contracts/vault-hub.d.ts +3 -0
- package/dist/contracts/vault-hub.js +14 -16
- package/dist/contracts/vault-hub.js.map +1 -1
- package/dist/contracts/vault-viewer.d.ts +2681 -0
- package/dist/contracts/vault-viewer.js +23 -0
- package/dist/contracts/vault-viewer.js.map +1 -0
- package/dist/contracts/vault.d.ts +3 -0
- package/dist/contracts/vault.js +11 -0
- package/dist/contracts/vault.js.map +1 -0
- package/dist/contracts/voting.d.ts +6 -0
- package/dist/contracts/voting.js +18 -0
- package/dist/contracts/voting.js.map +1 -0
- package/dist/contracts/wsteth.d.ts +24690 -0
- package/dist/contracts/wsteth.js +18 -0
- package/dist/contracts/wsteth.js.map +1 -0
- package/dist/features/advanced-config.d.ts +5 -0
- package/dist/features/advanced-config.js +17 -0
- package/dist/features/advanced-config.js.map +1 -0
- package/dist/features/dashboard.d.ts +5 -0
- package/dist/features/dashboard.js +210 -0
- package/dist/features/dashboard.js.map +1 -0
- package/dist/features/index.d.ts +8 -0
- package/dist/features/index.js +9 -0
- package/dist/features/index.js.map +1 -0
- package/dist/features/operator-grid.d.ts +2 -0
- package/dist/features/operator-grid.js +57 -0
- package/dist/features/operator-grid.js.map +1 -0
- package/dist/features/pdg.d.ts +2 -0
- package/dist/features/pdg.js +79 -0
- package/dist/features/pdg.js.map +1 -0
- package/dist/features/token-manager.d.ts +1 -0
- package/dist/features/token-manager.js +7 -0
- package/dist/features/token-manager.js.map +1 -0
- package/dist/features/vault-factory.d.ts +8 -0
- package/dist/features/vault-factory.js +52 -0
- package/dist/features/vault-factory.js.map +1 -0
- package/dist/features/vault-hub.d.ts +2 -0
- package/dist/features/vault-hub.js +81 -0
- package/dist/features/vault-hub.js.map +1 -0
- package/dist/features/vault.d.ts +2 -0
- package/dist/features/vault.js +54 -0
- package/dist/features/vault.js.map +1 -0
- package/dist/features/voting.d.ts +7 -0
- package/dist/features/voting.js +125 -0
- package/dist/features/voting.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/programs/account.d.ts +1 -0
- package/dist/programs/account.js +135 -0
- package/dist/programs/account.js.map +1 -0
- package/dist/programs/config.d.ts +1 -0
- package/dist/programs/config.js +31 -0
- package/dist/programs/config.js.map +1 -0
- package/dist/programs/dashboard/config.d.ts +2 -0
- package/dist/programs/dashboard/config.js +111 -0
- package/dist/programs/dashboard/config.js.map +1 -0
- package/dist/programs/dashboard/index.d.ts +3 -0
- package/dist/programs/dashboard/index.js +4 -0
- package/dist/programs/dashboard/index.js.map +1 -0
- package/dist/programs/dashboard/main.d.ts +1 -0
- package/dist/programs/dashboard/main.js +5 -0
- package/dist/programs/dashboard/main.js.map +1 -0
- package/dist/programs/dashboard/read.d.ts +1 -0
- package/dist/programs/dashboard/read.js +76 -0
- package/dist/programs/dashboard/read.js.map +1 -0
- package/dist/programs/dashboard/write.d.ts +1 -0
- package/dist/programs/dashboard/write.js +408 -0
- package/dist/programs/dashboard/write.js.map +1 -0
- package/dist/programs/hub/config.d.ts +2 -0
- package/dist/programs/hub/config.js +123 -0
- package/dist/programs/hub/config.js.map +1 -0
- package/dist/programs/hub/index.d.ts +3 -0
- package/dist/programs/hub/index.js +4 -0
- package/dist/programs/hub/index.js.map +1 -0
- package/dist/programs/hub/main.d.ts +1 -0
- package/dist/programs/hub/main.js +5 -0
- package/dist/programs/hub/main.js.map +1 -0
- package/dist/programs/hub/read.d.ts +1 -0
- package/dist/programs/hub/read.js +57 -0
- package/dist/programs/hub/read.js.map +1 -0
- package/dist/programs/hub/write.d.ts +1 -0
- package/dist/programs/hub/write.js +217 -0
- package/dist/programs/hub/write.js.map +1 -0
- package/dist/programs/index.d.ts +11 -0
- package/dist/programs/index.js +11 -17
- package/dist/programs/index.js.map +1 -1
- package/dist/programs/operator-grid/config.d.ts +2 -0
- package/dist/programs/operator-grid/config.js +81 -0
- package/dist/programs/operator-grid/config.js.map +1 -0
- package/dist/programs/operator-grid/index.d.ts +3 -0
- package/dist/programs/operator-grid/index.js +4 -0
- package/dist/programs/operator-grid/index.js.map +1 -0
- package/dist/programs/operator-grid/main.d.ts +1 -0
- package/dist/programs/operator-grid/main.js +5 -0
- package/dist/programs/operator-grid/main.js.map +1 -0
- package/dist/programs/operator-grid/read.d.ts +1 -0
- package/dist/programs/operator-grid/read.js +24 -0
- package/dist/programs/operator-grid/read.js.map +1 -0
- package/dist/programs/operator-grid/write.d.ts +1 -0
- package/dist/programs/operator-grid/write.js +109 -0
- package/dist/programs/operator-grid/write.js.map +1 -0
- package/dist/programs/pdg/config.d.ts +2 -0
- package/dist/programs/pdg/config.js +133 -0
- package/dist/programs/pdg/config.js.map +1 -0
- package/dist/programs/pdg/index.d.ts +3 -0
- package/dist/programs/pdg/index.js +4 -0
- package/dist/programs/pdg/index.js.map +1 -0
- package/dist/programs/pdg/main.d.ts +1 -0
- package/dist/programs/pdg/main.js +5 -0
- package/dist/programs/pdg/main.js.map +1 -0
- package/dist/programs/pdg/read.d.ts +1 -0
- package/dist/programs/pdg/read.js +24 -0
- package/dist/programs/pdg/read.js.map +1 -0
- package/dist/programs/pdg/write.d.ts +1 -0
- package/dist/programs/pdg/write.js +311 -0
- package/dist/programs/pdg/write.js.map +1 -0
- package/dist/programs/pdg-helpers.d.ts +1 -0
- package/dist/programs/pdg-helpers.js +207 -0
- package/dist/programs/pdg-helpers.js.map +1 -0
- package/dist/programs/report.d.ts +1 -0
- package/dist/programs/report.js +89 -0
- package/dist/programs/report.js.map +1 -0
- package/dist/programs/vault/config.d.ts +2 -0
- package/dist/programs/vault/config.js +70 -0
- package/dist/programs/vault/config.js.map +1 -0
- package/dist/programs/vault/index.d.ts +3 -0
- package/dist/programs/vault/index.js +4 -0
- package/dist/programs/vault/index.js.map +1 -0
- package/dist/programs/vault/main.d.ts +1 -0
- package/dist/programs/vault/main.js +3 -0
- package/dist/programs/vault/main.js.map +1 -0
- package/dist/programs/vault/read.d.ts +1 -0
- package/dist/programs/vault/read.js +25 -0
- package/dist/programs/vault/read.js.map +1 -0
- package/dist/programs/vault/write.d.ts +1 -0
- package/dist/programs/vault/write.js +203 -0
- package/dist/programs/vault/write.js.map +1 -0
- package/dist/programs/vault-factory/config.d.ts +2 -0
- package/dist/programs/vault-factory/config.js +2 -0
- package/dist/programs/vault-factory/config.js.map +1 -0
- package/dist/programs/vault-factory/index.d.ts +3 -0
- package/dist/programs/vault-factory/index.js +4 -0
- package/dist/programs/vault-factory/index.js.map +1 -0
- package/dist/programs/vault-factory/main.d.ts +1 -0
- package/dist/programs/vault-factory/main.js +5 -0
- package/dist/programs/vault-factory/main.js.map +1 -0
- package/dist/programs/vault-factory/read.d.ts +1 -0
- package/dist/programs/vault-factory/read.js +24 -0
- package/dist/programs/vault-factory/read.js.map +1 -0
- package/dist/programs/vault-factory/write.d.ts +1 -0
- package/dist/programs/vault-factory/write.js +72 -0
- package/dist/programs/vault-factory/write.js.map +1 -0
- package/dist/programs/vault-viewer/config.d.ts +2 -0
- package/dist/programs/vault-viewer/config.js +85 -0
- package/dist/programs/vault-viewer/config.js.map +1 -0
- package/dist/programs/vault-viewer/index.d.ts +2 -0
- package/dist/programs/vault-viewer/index.js +3 -0
- package/dist/programs/vault-viewer/index.js.map +1 -0
- package/dist/programs/vault-viewer/main.d.ts +1 -0
- package/dist/programs/vault-viewer/main.js +10 -0
- package/dist/programs/vault-viewer/main.js.map +1 -0
- package/dist/programs/vault-viewer/read.d.ts +1 -0
- package/dist/programs/vault-viewer/read.js +55 -0
- package/dist/programs/vault-viewer/read.js.map +1 -0
- package/dist/programs/voting.d.ts +1 -0
- package/dist/programs/voting.js +18 -0
- package/dist/programs/voting.js.map +1 -0
- package/dist/providers/index.d.ts +1 -0
- package/dist/providers/index.js +1 -17
- package/dist/providers/index.js.map +1 -1
- package/dist/providers/wallet.d.ts +6897 -0
- package/dist/providers/wallet.js +20 -29
- package/dist/providers/wallet.js.map +1 -1
- package/dist/types/common.d.ts +31 -0
- package/dist/types/common.js +2 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/config.d.ts +23 -0
- package/dist/types/config.js +2 -0
- package/dist/types/config.js.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +3 -0
- package/dist/types/index.js.map +1 -0
- package/dist/utils/arguments.d.ts +13 -0
- package/dist/utils/arguments.js +67 -0
- package/dist/utils/arguments.js.map +1 -0
- package/dist/utils/bls.d.ts +21 -0
- package/dist/utils/bls.js +101 -0
- package/dist/utils/bls.js.map +1 -0
- package/dist/utils/calculate-overview.d.ts +19 -0
- package/dist/utils/calculate-overview.js +55 -0
- package/dist/utils/calculate-overview.js.map +1 -0
- package/dist/utils/commands/dashboard.d.ts +6 -0
- package/dist/utils/commands/dashboard.js +103 -0
- package/dist/utils/commands/dashboard.js.map +1 -0
- package/dist/utils/commands/index.d.ts +1 -0
- package/dist/utils/commands/index.js +2 -0
- package/dist/utils/commands/index.js.map +1 -0
- package/dist/utils/contract.d.ts +25 -0
- package/dist/utils/contract.js +138 -0
- package/dist/utils/contract.js.map +1 -0
- package/dist/utils/data-validators.d.ts +6 -0
- package/dist/utils/data-validators.js +54 -0
- package/dist/utils/data-validators.js.map +1 -0
- package/dist/utils/error-handler.d.ts +1 -0
- package/dist/utils/error-handler.js +13 -0
- package/dist/utils/error-handler.js.map +1 -0
- package/dist/utils/fetchCL.d.ts +14 -0
- package/dist/utils/fetchCL.js +57 -0
- package/dist/utils/fetchCL.js.map +1 -0
- package/dist/utils/get-commands.d.ts +2 -0
- package/dist/utils/get-commands.js +11 -0
- package/dist/utils/get-commands.js.map +1 -0
- package/dist/utils/get-deposit-data-root.d.ts +7 -0
- package/dist/utils/get-deposit-data-root.js +40 -0
- package/dist/utils/get-deposit-data-root.js.map +1 -0
- package/dist/utils/get-value.d.ts +1 -0
- package/dist/utils/get-value.js +5 -11
- package/dist/utils/get-value.js.map +1 -1
- package/dist/utils/health.d.ts +27748 -0
- package/dist/utils/health.js +84 -0
- package/dist/utils/health.js.map +1 -0
- package/dist/utils/index.d.ts +22 -0
- package/dist/utils/index.js +22 -17
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/ipfs.d.ts +6 -0
- package/dist/utils/ipfs.js +54 -0
- package/dist/utils/ipfs.js.map +1 -0
- package/dist/utils/logging/console.d.ts +7 -0
- package/dist/utils/logging/console.js +23 -0
- package/dist/utils/logging/console.js.map +1 -0
- package/dist/utils/logging/constants.d.ts +2 -0
- package/dist/utils/logging/constants.js +12 -0
- package/dist/utils/logging/constants.js.map +1 -0
- package/dist/utils/logging/index.d.ts +1 -0
- package/dist/utils/logging/index.js +2 -0
- package/dist/utils/logging/index.js.map +1 -0
- package/dist/utils/prompts/dashboard.d.ts +29 -0
- package/dist/utils/prompts/dashboard.js +63 -0
- package/dist/utils/prompts/dashboard.js.map +1 -0
- package/dist/utils/prompts/default.d.ts +3 -0
- package/dist/utils/prompts/default.js +17 -0
- package/dist/utils/prompts/default.js.map +1 -0
- package/dist/utils/prompts/index.d.ts +5 -0
- package/dist/utils/prompts/index.js +6 -0
- package/dist/utils/prompts/index.js.map +1 -0
- package/dist/utils/prompts/operations.d.ts +9 -0
- package/dist/utils/prompts/operations.js +41 -0
- package/dist/utils/prompts/operations.js.map +1 -0
- package/dist/utils/prompts/predeposit-guarantee.d.ts +3 -0
- package/dist/utils/prompts/predeposit-guarantee.js +22 -0
- package/dist/utils/prompts/predeposit-guarantee.js.map +1 -0
- package/dist/utils/prompts/vault.d.ts +2 -0
- package/dist/utils/prompts/vault.js +14 -0
- package/dist/utils/prompts/vault.js.map +1 -0
- package/dist/utils/proof/create-proof.d.ts +11 -0
- package/dist/utils/proof/create-proof.js +38 -0
- package/dist/utils/proof/create-proof.js.map +1 -0
- package/dist/utils/proof/first-validator-gindex.d.ts +1 -0
- package/dist/utils/proof/first-validator-gindex.js +27 -0
- package/dist/utils/proof/first-validator-gindex.js.map +1 -0
- package/dist/utils/proof/index.d.ts +4 -0
- package/dist/utils/proof/index.js +5 -0
- package/dist/utils/proof/index.js.map +1 -0
- package/dist/utils/proof/merkle-utils.d.ts +54 -0
- package/dist/utils/proof/merkle-utils.js +173 -0
- package/dist/utils/proof/merkle-utils.js.map +1 -0
- package/dist/utils/proof/proofs.d.ts +305 -0
- package/dist/utils/proof/proofs.js +52 -0
- package/dist/utils/proof/proofs.js.map +1 -0
- package/dist/utils/proof/report-proof.d.ts +5 -0
- package/dist/utils/proof/report-proof.js +26 -0
- package/dist/utils/proof/report-proof.js.map +1 -0
- package/dist/utils/read-programs-by-abi.d.ts +18 -0
- package/dist/utils/read-programs-by-abi.js +87 -0
- package/dist/utils/read-programs-by-abi.js.map +1 -0
- package/dist/utils/report.d.ts +75 -0
- package/dist/utils/report.js +68 -0
- package/dist/utils/report.js.map +1 -0
- package/dist/utils/required-lock.d.ts +5 -0
- package/dist/utils/required-lock.js +21 -0
- package/dist/utils/required-lock.js.map +1 -0
- package/dist/utils/resolve-path.d.ts +1 -0
- package/dist/utils/resolve-path.js +10 -0
- package/dist/utils/resolve-path.js.map +1 -0
- package/dist/utils/sleep.d.ts +1 -0
- package/dist/utils/sleep.js +4 -0
- package/dist/utils/sleep.js.map +1 -0
- package/dist/utils/spinner/index.d.ts +1 -0
- package/dist/utils/spinner/index.js +2 -0
- package/dist/utils/spinner/index.js.map +1 -0
- package/dist/utils/spinner/spinners.d.ts +7 -0
- package/dist/utils/spinner/spinners.js +16 -0
- package/dist/utils/spinner/spinners.js.map +1 -0
- package/dist/utils/spinner/spinners.json +119 -0
- package/dist/version/index.d.ts +1 -0
- package/dist/version/index.js +1 -0
- package/dist/version/index.js.map +1 -0
- package/package.json +61 -12
- package/dist/programs/vault-hub.js +0 -137
- package/dist/programs/vault-hub.js.map +0 -1
|
@@ -0,0 +1,1382 @@
|
|
|
1
|
+
export declare const PredepositGuaranteeAbi: readonly [{
|
|
2
|
+
readonly inputs: readonly [{
|
|
3
|
+
readonly internalType: "GIndex";
|
|
4
|
+
readonly name: "_gIFirstValidator";
|
|
5
|
+
readonly type: "bytes32";
|
|
6
|
+
}, {
|
|
7
|
+
readonly internalType: "GIndex";
|
|
8
|
+
readonly name: "_gIFirstValidatorAfterChange";
|
|
9
|
+
readonly type: "bytes32";
|
|
10
|
+
}, {
|
|
11
|
+
readonly internalType: "uint64";
|
|
12
|
+
readonly name: "_changeSlot";
|
|
13
|
+
readonly type: "uint64";
|
|
14
|
+
}];
|
|
15
|
+
readonly stateMutability: "nonpayable";
|
|
16
|
+
readonly type: "constructor";
|
|
17
|
+
}, {
|
|
18
|
+
readonly inputs: readonly [];
|
|
19
|
+
readonly name: "AccessControlBadConfirmation";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly inputs: readonly [{
|
|
23
|
+
readonly internalType: "address";
|
|
24
|
+
readonly name: "account";
|
|
25
|
+
readonly type: "address";
|
|
26
|
+
}, {
|
|
27
|
+
readonly internalType: "bytes32";
|
|
28
|
+
readonly name: "neededRole";
|
|
29
|
+
readonly type: "bytes32";
|
|
30
|
+
}];
|
|
31
|
+
readonly name: "AccessControlUnauthorizedAccount";
|
|
32
|
+
readonly type: "error";
|
|
33
|
+
}, {
|
|
34
|
+
readonly inputs: readonly [];
|
|
35
|
+
readonly name: "CompensateFailed";
|
|
36
|
+
readonly type: "error";
|
|
37
|
+
}, {
|
|
38
|
+
readonly inputs: readonly [];
|
|
39
|
+
readonly name: "CompensateToVaultNotAllowed";
|
|
40
|
+
readonly type: "error";
|
|
41
|
+
}, {
|
|
42
|
+
readonly inputs: readonly [{
|
|
43
|
+
readonly internalType: "bytes";
|
|
44
|
+
readonly name: "validatorPubkey";
|
|
45
|
+
readonly type: "bytes";
|
|
46
|
+
}, {
|
|
47
|
+
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
48
|
+
readonly name: "stage";
|
|
49
|
+
readonly type: "uint8";
|
|
50
|
+
}];
|
|
51
|
+
readonly name: "DepositToUnprovenValidator";
|
|
52
|
+
readonly type: "error";
|
|
53
|
+
}, {
|
|
54
|
+
readonly inputs: readonly [{
|
|
55
|
+
readonly internalType: "bytes";
|
|
56
|
+
readonly name: "validatorPubkey";
|
|
57
|
+
readonly type: "bytes";
|
|
58
|
+
}, {
|
|
59
|
+
readonly internalType: "address";
|
|
60
|
+
readonly name: "stakingVault";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
}];
|
|
63
|
+
readonly name: "DepositToWrongVault";
|
|
64
|
+
readonly type: "error";
|
|
65
|
+
}, {
|
|
66
|
+
readonly inputs: readonly [];
|
|
67
|
+
readonly name: "EmptyDeposits";
|
|
68
|
+
readonly type: "error";
|
|
69
|
+
}, {
|
|
70
|
+
readonly inputs: readonly [];
|
|
71
|
+
readonly name: "IndexOutOfRange";
|
|
72
|
+
readonly type: "error";
|
|
73
|
+
}, {
|
|
74
|
+
readonly inputs: readonly [];
|
|
75
|
+
readonly name: "InputHasInfinityPoints";
|
|
76
|
+
readonly type: "error";
|
|
77
|
+
}, {
|
|
78
|
+
readonly inputs: readonly [];
|
|
79
|
+
readonly name: "InvalidInitialization";
|
|
80
|
+
readonly type: "error";
|
|
81
|
+
}, {
|
|
82
|
+
readonly inputs: readonly [];
|
|
83
|
+
readonly name: "InvalidPubkeyLength";
|
|
84
|
+
readonly type: "error";
|
|
85
|
+
}, {
|
|
86
|
+
readonly inputs: readonly [];
|
|
87
|
+
readonly name: "InvalidSignature";
|
|
88
|
+
readonly type: "error";
|
|
89
|
+
}, {
|
|
90
|
+
readonly inputs: readonly [{
|
|
91
|
+
readonly internalType: "uint256";
|
|
92
|
+
readonly name: "locked";
|
|
93
|
+
readonly type: "uint256";
|
|
94
|
+
}];
|
|
95
|
+
readonly name: "LockedIsNotZero";
|
|
96
|
+
readonly type: "error";
|
|
97
|
+
}, {
|
|
98
|
+
readonly inputs: readonly [{
|
|
99
|
+
readonly internalType: "uint256";
|
|
100
|
+
readonly name: "unlocked";
|
|
101
|
+
readonly type: "uint256";
|
|
102
|
+
}, {
|
|
103
|
+
readonly internalType: "uint256";
|
|
104
|
+
readonly name: "amount";
|
|
105
|
+
readonly type: "uint256";
|
|
106
|
+
}];
|
|
107
|
+
readonly name: "NotEnoughUnlocked";
|
|
108
|
+
readonly type: "error";
|
|
109
|
+
}, {
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly name: "NotGuarantor";
|
|
112
|
+
readonly type: "error";
|
|
113
|
+
}, {
|
|
114
|
+
readonly inputs: readonly [];
|
|
115
|
+
readonly name: "NotInitializing";
|
|
116
|
+
readonly type: "error";
|
|
117
|
+
}, {
|
|
118
|
+
readonly inputs: readonly [];
|
|
119
|
+
readonly name: "NotNodeOperator";
|
|
120
|
+
readonly type: "error";
|
|
121
|
+
}, {
|
|
122
|
+
readonly inputs: readonly [];
|
|
123
|
+
readonly name: "NotStakingVaultOwner";
|
|
124
|
+
readonly type: "error";
|
|
125
|
+
}, {
|
|
126
|
+
readonly inputs: readonly [];
|
|
127
|
+
readonly name: "NothingToRefund";
|
|
128
|
+
readonly type: "error";
|
|
129
|
+
}, {
|
|
130
|
+
readonly inputs: readonly [];
|
|
131
|
+
readonly name: "PauseUntilMustBeInFuture";
|
|
132
|
+
readonly type: "error";
|
|
133
|
+
}, {
|
|
134
|
+
readonly inputs: readonly [];
|
|
135
|
+
readonly name: "PausedExpected";
|
|
136
|
+
readonly type: "error";
|
|
137
|
+
}, {
|
|
138
|
+
readonly inputs: readonly [{
|
|
139
|
+
readonly internalType: "bytes";
|
|
140
|
+
readonly name: "validatorPubkey";
|
|
141
|
+
readonly type: "bytes";
|
|
142
|
+
}, {
|
|
143
|
+
readonly internalType: "uint256";
|
|
144
|
+
readonly name: "depositAmount";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
}];
|
|
147
|
+
readonly name: "PredepositAmountInvalid";
|
|
148
|
+
readonly type: "error";
|
|
149
|
+
}, {
|
|
150
|
+
readonly inputs: readonly [];
|
|
151
|
+
readonly name: "RefundFailed";
|
|
152
|
+
readonly type: "error";
|
|
153
|
+
}, {
|
|
154
|
+
readonly inputs: readonly [];
|
|
155
|
+
readonly name: "ResumedExpected";
|
|
156
|
+
readonly type: "error";
|
|
157
|
+
}, {
|
|
158
|
+
readonly inputs: readonly [];
|
|
159
|
+
readonly name: "RootNotFound";
|
|
160
|
+
readonly type: "error";
|
|
161
|
+
}, {
|
|
162
|
+
readonly inputs: readonly [];
|
|
163
|
+
readonly name: "SameGuarantor";
|
|
164
|
+
readonly type: "error";
|
|
165
|
+
}, {
|
|
166
|
+
readonly inputs: readonly [{
|
|
167
|
+
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
168
|
+
readonly name: "stage";
|
|
169
|
+
readonly type: "uint8";
|
|
170
|
+
}];
|
|
171
|
+
readonly name: "ValidatorNotDisproven";
|
|
172
|
+
readonly type: "error";
|
|
173
|
+
}, {
|
|
174
|
+
readonly inputs: readonly [{
|
|
175
|
+
readonly internalType: "bytes";
|
|
176
|
+
readonly name: "validatorPubkey";
|
|
177
|
+
readonly type: "bytes";
|
|
178
|
+
}, {
|
|
179
|
+
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
180
|
+
readonly name: "stage";
|
|
181
|
+
readonly type: "uint8";
|
|
182
|
+
}];
|
|
183
|
+
readonly name: "ValidatorNotNew";
|
|
184
|
+
readonly type: "error";
|
|
185
|
+
}, {
|
|
186
|
+
readonly inputs: readonly [{
|
|
187
|
+
readonly internalType: "bytes";
|
|
188
|
+
readonly name: "validatorPubkey";
|
|
189
|
+
readonly type: "bytes";
|
|
190
|
+
}, {
|
|
191
|
+
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
192
|
+
readonly name: "stage";
|
|
193
|
+
readonly type: "uint8";
|
|
194
|
+
}];
|
|
195
|
+
readonly name: "ValidatorNotPreDeposited";
|
|
196
|
+
readonly type: "error";
|
|
197
|
+
}, {
|
|
198
|
+
readonly inputs: readonly [{
|
|
199
|
+
readonly internalType: "uint256";
|
|
200
|
+
readonly name: "value";
|
|
201
|
+
readonly type: "uint256";
|
|
202
|
+
}];
|
|
203
|
+
readonly name: "ValueNotMultipleOfPredepositAmount";
|
|
204
|
+
readonly type: "error";
|
|
205
|
+
}, {
|
|
206
|
+
readonly inputs: readonly [{
|
|
207
|
+
readonly internalType: "uint8";
|
|
208
|
+
readonly name: "version";
|
|
209
|
+
readonly type: "uint8";
|
|
210
|
+
}];
|
|
211
|
+
readonly name: "WithdrawalCredentialsInvalidVersion";
|
|
212
|
+
readonly type: "error";
|
|
213
|
+
}, {
|
|
214
|
+
readonly inputs: readonly [];
|
|
215
|
+
readonly name: "WithdrawalCredentialsMatch";
|
|
216
|
+
readonly type: "error";
|
|
217
|
+
}, {
|
|
218
|
+
readonly inputs: readonly [{
|
|
219
|
+
readonly internalType: "bytes32";
|
|
220
|
+
readonly name: "withdrawalCredentials";
|
|
221
|
+
readonly type: "bytes32";
|
|
222
|
+
}];
|
|
223
|
+
readonly name: "WithdrawalCredentialsMisformed";
|
|
224
|
+
readonly type: "error";
|
|
225
|
+
}, {
|
|
226
|
+
readonly inputs: readonly [{
|
|
227
|
+
readonly internalType: "address";
|
|
228
|
+
readonly name: "stakingVault";
|
|
229
|
+
readonly type: "address";
|
|
230
|
+
}, {
|
|
231
|
+
readonly internalType: "address";
|
|
232
|
+
readonly name: "withdrawalCredentialsAddress";
|
|
233
|
+
readonly type: "address";
|
|
234
|
+
}];
|
|
235
|
+
readonly name: "WithdrawalCredentialsMismatch";
|
|
236
|
+
readonly type: "error";
|
|
237
|
+
}, {
|
|
238
|
+
readonly inputs: readonly [];
|
|
239
|
+
readonly name: "WithdrawalFailed";
|
|
240
|
+
readonly type: "error";
|
|
241
|
+
}, {
|
|
242
|
+
readonly inputs: readonly [{
|
|
243
|
+
readonly internalType: "string";
|
|
244
|
+
readonly name: "argument";
|
|
245
|
+
readonly type: "string";
|
|
246
|
+
}];
|
|
247
|
+
readonly name: "ZeroArgument";
|
|
248
|
+
readonly type: "error";
|
|
249
|
+
}, {
|
|
250
|
+
readonly inputs: readonly [];
|
|
251
|
+
readonly name: "ZeroPauseDuration";
|
|
252
|
+
readonly type: "error";
|
|
253
|
+
}, {
|
|
254
|
+
readonly anonymous: false;
|
|
255
|
+
readonly inputs: readonly [{
|
|
256
|
+
readonly indexed: true;
|
|
257
|
+
readonly internalType: "address";
|
|
258
|
+
readonly name: "nodeOperator";
|
|
259
|
+
readonly type: "address";
|
|
260
|
+
}, {
|
|
261
|
+
readonly indexed: true;
|
|
262
|
+
readonly internalType: "address";
|
|
263
|
+
readonly name: "to";
|
|
264
|
+
readonly type: "address";
|
|
265
|
+
}, {
|
|
266
|
+
readonly indexed: false;
|
|
267
|
+
readonly internalType: "uint128";
|
|
268
|
+
readonly name: "total";
|
|
269
|
+
readonly type: "uint128";
|
|
270
|
+
}, {
|
|
271
|
+
readonly indexed: false;
|
|
272
|
+
readonly internalType: "uint128";
|
|
273
|
+
readonly name: "locked";
|
|
274
|
+
readonly type: "uint128";
|
|
275
|
+
}];
|
|
276
|
+
readonly name: "BalanceCompensated";
|
|
277
|
+
readonly type: "event";
|
|
278
|
+
}, {
|
|
279
|
+
readonly anonymous: false;
|
|
280
|
+
readonly inputs: readonly [{
|
|
281
|
+
readonly indexed: true;
|
|
282
|
+
readonly internalType: "address";
|
|
283
|
+
readonly name: "nodeOperator";
|
|
284
|
+
readonly type: "address";
|
|
285
|
+
}, {
|
|
286
|
+
readonly indexed: false;
|
|
287
|
+
readonly internalType: "uint128";
|
|
288
|
+
readonly name: "total";
|
|
289
|
+
readonly type: "uint128";
|
|
290
|
+
}, {
|
|
291
|
+
readonly indexed: false;
|
|
292
|
+
readonly internalType: "uint128";
|
|
293
|
+
readonly name: "locked";
|
|
294
|
+
readonly type: "uint128";
|
|
295
|
+
}];
|
|
296
|
+
readonly name: "BalanceLocked";
|
|
297
|
+
readonly type: "event";
|
|
298
|
+
}, {
|
|
299
|
+
readonly anonymous: false;
|
|
300
|
+
readonly inputs: readonly [{
|
|
301
|
+
readonly indexed: true;
|
|
302
|
+
readonly internalType: "address";
|
|
303
|
+
readonly name: "nodeOperator";
|
|
304
|
+
readonly type: "address";
|
|
305
|
+
}, {
|
|
306
|
+
readonly indexed: true;
|
|
307
|
+
readonly internalType: "address";
|
|
308
|
+
readonly name: "to";
|
|
309
|
+
readonly type: "address";
|
|
310
|
+
}];
|
|
311
|
+
readonly name: "BalanceRefunded";
|
|
312
|
+
readonly type: "event";
|
|
313
|
+
}, {
|
|
314
|
+
readonly anonymous: false;
|
|
315
|
+
readonly inputs: readonly [{
|
|
316
|
+
readonly indexed: true;
|
|
317
|
+
readonly internalType: "address";
|
|
318
|
+
readonly name: "nodeOperator";
|
|
319
|
+
readonly type: "address";
|
|
320
|
+
}, {
|
|
321
|
+
readonly indexed: true;
|
|
322
|
+
readonly internalType: "address";
|
|
323
|
+
readonly name: "sender";
|
|
324
|
+
readonly type: "address";
|
|
325
|
+
}, {
|
|
326
|
+
readonly indexed: false;
|
|
327
|
+
readonly internalType: "uint256";
|
|
328
|
+
readonly name: "amount";
|
|
329
|
+
readonly type: "uint256";
|
|
330
|
+
}];
|
|
331
|
+
readonly name: "BalanceToppedUp";
|
|
332
|
+
readonly type: "event";
|
|
333
|
+
}, {
|
|
334
|
+
readonly anonymous: false;
|
|
335
|
+
readonly inputs: readonly [{
|
|
336
|
+
readonly indexed: true;
|
|
337
|
+
readonly internalType: "address";
|
|
338
|
+
readonly name: "nodeOperator";
|
|
339
|
+
readonly type: "address";
|
|
340
|
+
}, {
|
|
341
|
+
readonly indexed: false;
|
|
342
|
+
readonly internalType: "uint128";
|
|
343
|
+
readonly name: "total";
|
|
344
|
+
readonly type: "uint128";
|
|
345
|
+
}, {
|
|
346
|
+
readonly indexed: false;
|
|
347
|
+
readonly internalType: "uint128";
|
|
348
|
+
readonly name: "locked";
|
|
349
|
+
readonly type: "uint128";
|
|
350
|
+
}];
|
|
351
|
+
readonly name: "BalanceUnlocked";
|
|
352
|
+
readonly type: "event";
|
|
353
|
+
}, {
|
|
354
|
+
readonly anonymous: false;
|
|
355
|
+
readonly inputs: readonly [{
|
|
356
|
+
readonly indexed: true;
|
|
357
|
+
readonly internalType: "address";
|
|
358
|
+
readonly name: "nodeOperator";
|
|
359
|
+
readonly type: "address";
|
|
360
|
+
}, {
|
|
361
|
+
readonly indexed: true;
|
|
362
|
+
readonly internalType: "address";
|
|
363
|
+
readonly name: "recipient";
|
|
364
|
+
readonly type: "address";
|
|
365
|
+
}, {
|
|
366
|
+
readonly indexed: false;
|
|
367
|
+
readonly internalType: "uint256";
|
|
368
|
+
readonly name: "amount";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
}];
|
|
371
|
+
readonly name: "BalanceWithdrawn";
|
|
372
|
+
readonly type: "event";
|
|
373
|
+
}, {
|
|
374
|
+
readonly anonymous: false;
|
|
375
|
+
readonly inputs: readonly [{
|
|
376
|
+
readonly indexed: true;
|
|
377
|
+
readonly internalType: "address";
|
|
378
|
+
readonly name: "guarantor";
|
|
379
|
+
readonly type: "address";
|
|
380
|
+
}, {
|
|
381
|
+
readonly indexed: true;
|
|
382
|
+
readonly internalType: "address";
|
|
383
|
+
readonly name: "nodeOperator";
|
|
384
|
+
readonly type: "address";
|
|
385
|
+
}, {
|
|
386
|
+
readonly indexed: false;
|
|
387
|
+
readonly internalType: "uint256";
|
|
388
|
+
readonly name: "amount";
|
|
389
|
+
readonly type: "uint256";
|
|
390
|
+
}];
|
|
391
|
+
readonly name: "GuarantorRefundAdded";
|
|
392
|
+
readonly type: "event";
|
|
393
|
+
}, {
|
|
394
|
+
readonly anonymous: false;
|
|
395
|
+
readonly inputs: readonly [{
|
|
396
|
+
readonly indexed: true;
|
|
397
|
+
readonly internalType: "address";
|
|
398
|
+
readonly name: "guarantor";
|
|
399
|
+
readonly type: "address";
|
|
400
|
+
}, {
|
|
401
|
+
readonly indexed: true;
|
|
402
|
+
readonly internalType: "address";
|
|
403
|
+
readonly name: "recipient";
|
|
404
|
+
readonly type: "address";
|
|
405
|
+
}, {
|
|
406
|
+
readonly indexed: false;
|
|
407
|
+
readonly internalType: "uint256";
|
|
408
|
+
readonly name: "amount";
|
|
409
|
+
readonly type: "uint256";
|
|
410
|
+
}];
|
|
411
|
+
readonly name: "GuarantorRefundClaimed";
|
|
412
|
+
readonly type: "event";
|
|
413
|
+
}, {
|
|
414
|
+
readonly anonymous: false;
|
|
415
|
+
readonly inputs: readonly [{
|
|
416
|
+
readonly indexed: true;
|
|
417
|
+
readonly internalType: "address";
|
|
418
|
+
readonly name: "nodeOperator";
|
|
419
|
+
readonly type: "address";
|
|
420
|
+
}, {
|
|
421
|
+
readonly indexed: true;
|
|
422
|
+
readonly internalType: "address";
|
|
423
|
+
readonly name: "newGuarantor";
|
|
424
|
+
readonly type: "address";
|
|
425
|
+
}, {
|
|
426
|
+
readonly indexed: true;
|
|
427
|
+
readonly internalType: "address";
|
|
428
|
+
readonly name: "prevGuarantor";
|
|
429
|
+
readonly type: "address";
|
|
430
|
+
}];
|
|
431
|
+
readonly name: "GuarantorSet";
|
|
432
|
+
readonly type: "event";
|
|
433
|
+
}, {
|
|
434
|
+
readonly anonymous: false;
|
|
435
|
+
readonly inputs: readonly [{
|
|
436
|
+
readonly indexed: false;
|
|
437
|
+
readonly internalType: "uint64";
|
|
438
|
+
readonly name: "version";
|
|
439
|
+
readonly type: "uint64";
|
|
440
|
+
}];
|
|
441
|
+
readonly name: "Initialized";
|
|
442
|
+
readonly type: "event";
|
|
443
|
+
}, {
|
|
444
|
+
readonly anonymous: false;
|
|
445
|
+
readonly inputs: readonly [{
|
|
446
|
+
readonly indexed: false;
|
|
447
|
+
readonly internalType: "uint256";
|
|
448
|
+
readonly name: "duration";
|
|
449
|
+
readonly type: "uint256";
|
|
450
|
+
}];
|
|
451
|
+
readonly name: "Paused";
|
|
452
|
+
readonly type: "event";
|
|
453
|
+
}, {
|
|
454
|
+
readonly anonymous: false;
|
|
455
|
+
readonly inputs: readonly [];
|
|
456
|
+
readonly name: "Resumed";
|
|
457
|
+
readonly type: "event";
|
|
458
|
+
}, {
|
|
459
|
+
readonly anonymous: false;
|
|
460
|
+
readonly inputs: readonly [{
|
|
461
|
+
readonly indexed: true;
|
|
462
|
+
readonly internalType: "bytes32";
|
|
463
|
+
readonly name: "role";
|
|
464
|
+
readonly type: "bytes32";
|
|
465
|
+
}, {
|
|
466
|
+
readonly indexed: true;
|
|
467
|
+
readonly internalType: "bytes32";
|
|
468
|
+
readonly name: "previousAdminRole";
|
|
469
|
+
readonly type: "bytes32";
|
|
470
|
+
}, {
|
|
471
|
+
readonly indexed: true;
|
|
472
|
+
readonly internalType: "bytes32";
|
|
473
|
+
readonly name: "newAdminRole";
|
|
474
|
+
readonly type: "bytes32";
|
|
475
|
+
}];
|
|
476
|
+
readonly name: "RoleAdminChanged";
|
|
477
|
+
readonly type: "event";
|
|
478
|
+
}, {
|
|
479
|
+
readonly anonymous: false;
|
|
480
|
+
readonly inputs: readonly [{
|
|
481
|
+
readonly indexed: true;
|
|
482
|
+
readonly internalType: "bytes32";
|
|
483
|
+
readonly name: "role";
|
|
484
|
+
readonly type: "bytes32";
|
|
485
|
+
}, {
|
|
486
|
+
readonly indexed: true;
|
|
487
|
+
readonly internalType: "address";
|
|
488
|
+
readonly name: "account";
|
|
489
|
+
readonly type: "address";
|
|
490
|
+
}, {
|
|
491
|
+
readonly indexed: true;
|
|
492
|
+
readonly internalType: "address";
|
|
493
|
+
readonly name: "sender";
|
|
494
|
+
readonly type: "address";
|
|
495
|
+
}];
|
|
496
|
+
readonly name: "RoleGranted";
|
|
497
|
+
readonly type: "event";
|
|
498
|
+
}, {
|
|
499
|
+
readonly anonymous: false;
|
|
500
|
+
readonly inputs: readonly [{
|
|
501
|
+
readonly indexed: true;
|
|
502
|
+
readonly internalType: "bytes32";
|
|
503
|
+
readonly name: "role";
|
|
504
|
+
readonly type: "bytes32";
|
|
505
|
+
}, {
|
|
506
|
+
readonly indexed: true;
|
|
507
|
+
readonly internalType: "address";
|
|
508
|
+
readonly name: "account";
|
|
509
|
+
readonly type: "address";
|
|
510
|
+
}, {
|
|
511
|
+
readonly indexed: true;
|
|
512
|
+
readonly internalType: "address";
|
|
513
|
+
readonly name: "sender";
|
|
514
|
+
readonly type: "address";
|
|
515
|
+
}];
|
|
516
|
+
readonly name: "RoleRevoked";
|
|
517
|
+
readonly type: "event";
|
|
518
|
+
}, {
|
|
519
|
+
readonly anonymous: false;
|
|
520
|
+
readonly inputs: readonly [{
|
|
521
|
+
readonly indexed: true;
|
|
522
|
+
readonly internalType: "bytes";
|
|
523
|
+
readonly name: "validatorPubkey";
|
|
524
|
+
readonly type: "bytes";
|
|
525
|
+
}, {
|
|
526
|
+
readonly indexed: true;
|
|
527
|
+
readonly internalType: "address";
|
|
528
|
+
readonly name: "nodeOperator";
|
|
529
|
+
readonly type: "address";
|
|
530
|
+
}, {
|
|
531
|
+
readonly indexed: true;
|
|
532
|
+
readonly internalType: "address";
|
|
533
|
+
readonly name: "stakingVault";
|
|
534
|
+
readonly type: "address";
|
|
535
|
+
}, {
|
|
536
|
+
readonly indexed: false;
|
|
537
|
+
readonly internalType: "address";
|
|
538
|
+
readonly name: "recipient";
|
|
539
|
+
readonly type: "address";
|
|
540
|
+
}];
|
|
541
|
+
readonly name: "ValidatorCompensated";
|
|
542
|
+
readonly type: "event";
|
|
543
|
+
}, {
|
|
544
|
+
readonly anonymous: false;
|
|
545
|
+
readonly inputs: readonly [{
|
|
546
|
+
readonly indexed: true;
|
|
547
|
+
readonly internalType: "bytes";
|
|
548
|
+
readonly name: "validatorPubkey";
|
|
549
|
+
readonly type: "bytes";
|
|
550
|
+
}, {
|
|
551
|
+
readonly indexed: true;
|
|
552
|
+
readonly internalType: "address";
|
|
553
|
+
readonly name: "nodeOperator";
|
|
554
|
+
readonly type: "address";
|
|
555
|
+
}, {
|
|
556
|
+
readonly indexed: true;
|
|
557
|
+
readonly internalType: "address";
|
|
558
|
+
readonly name: "stakingVault";
|
|
559
|
+
readonly type: "address";
|
|
560
|
+
}, {
|
|
561
|
+
readonly indexed: false;
|
|
562
|
+
readonly internalType: "bytes32";
|
|
563
|
+
readonly name: "invalidWithdrawalCredentials";
|
|
564
|
+
readonly type: "bytes32";
|
|
565
|
+
}];
|
|
566
|
+
readonly name: "ValidatorDisproven";
|
|
567
|
+
readonly type: "event";
|
|
568
|
+
}, {
|
|
569
|
+
readonly anonymous: false;
|
|
570
|
+
readonly inputs: readonly [{
|
|
571
|
+
readonly indexed: true;
|
|
572
|
+
readonly internalType: "bytes";
|
|
573
|
+
readonly name: "validatorPubkey";
|
|
574
|
+
readonly type: "bytes";
|
|
575
|
+
}, {
|
|
576
|
+
readonly indexed: true;
|
|
577
|
+
readonly internalType: "address";
|
|
578
|
+
readonly name: "nodeOperator";
|
|
579
|
+
readonly type: "address";
|
|
580
|
+
}, {
|
|
581
|
+
readonly indexed: true;
|
|
582
|
+
readonly internalType: "address";
|
|
583
|
+
readonly name: "stakingVault";
|
|
584
|
+
readonly type: "address";
|
|
585
|
+
}, {
|
|
586
|
+
readonly indexed: false;
|
|
587
|
+
readonly internalType: "bytes32";
|
|
588
|
+
readonly name: "withdrawalCredentials";
|
|
589
|
+
readonly type: "bytes32";
|
|
590
|
+
}];
|
|
591
|
+
readonly name: "ValidatorPreDeposited";
|
|
592
|
+
readonly type: "event";
|
|
593
|
+
}, {
|
|
594
|
+
readonly anonymous: false;
|
|
595
|
+
readonly inputs: readonly [{
|
|
596
|
+
readonly indexed: true;
|
|
597
|
+
readonly internalType: "bytes";
|
|
598
|
+
readonly name: "validatorPubkey";
|
|
599
|
+
readonly type: "bytes";
|
|
600
|
+
}, {
|
|
601
|
+
readonly indexed: true;
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
readonly name: "nodeOperator";
|
|
604
|
+
readonly type: "address";
|
|
605
|
+
}, {
|
|
606
|
+
readonly indexed: true;
|
|
607
|
+
readonly internalType: "address";
|
|
608
|
+
readonly name: "stakingVault";
|
|
609
|
+
readonly type: "address";
|
|
610
|
+
}, {
|
|
611
|
+
readonly indexed: false;
|
|
612
|
+
readonly internalType: "bytes32";
|
|
613
|
+
readonly name: "withdrawalCredentials";
|
|
614
|
+
readonly type: "bytes32";
|
|
615
|
+
}];
|
|
616
|
+
readonly name: "ValidatorProven";
|
|
617
|
+
readonly type: "event";
|
|
618
|
+
}, {
|
|
619
|
+
readonly inputs: readonly [];
|
|
620
|
+
readonly name: "BEACON_ROOTS";
|
|
621
|
+
readonly outputs: readonly [{
|
|
622
|
+
readonly internalType: "address";
|
|
623
|
+
readonly name: "";
|
|
624
|
+
readonly type: "address";
|
|
625
|
+
}];
|
|
626
|
+
readonly stateMutability: "view";
|
|
627
|
+
readonly type: "function";
|
|
628
|
+
}, {
|
|
629
|
+
readonly inputs: readonly [];
|
|
630
|
+
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
631
|
+
readonly outputs: readonly [{
|
|
632
|
+
readonly internalType: "bytes32";
|
|
633
|
+
readonly name: "";
|
|
634
|
+
readonly type: "bytes32";
|
|
635
|
+
}];
|
|
636
|
+
readonly stateMutability: "view";
|
|
637
|
+
readonly type: "function";
|
|
638
|
+
}, {
|
|
639
|
+
readonly inputs: readonly [];
|
|
640
|
+
readonly name: "GI_FIRST_VALIDATOR";
|
|
641
|
+
readonly outputs: readonly [{
|
|
642
|
+
readonly internalType: "GIndex";
|
|
643
|
+
readonly name: "";
|
|
644
|
+
readonly type: "bytes32";
|
|
645
|
+
}];
|
|
646
|
+
readonly stateMutability: "view";
|
|
647
|
+
readonly type: "function";
|
|
648
|
+
}, {
|
|
649
|
+
readonly inputs: readonly [];
|
|
650
|
+
readonly name: "GI_FIRST_VALIDATOR_AFTER_CHANGE";
|
|
651
|
+
readonly outputs: readonly [{
|
|
652
|
+
readonly internalType: "GIndex";
|
|
653
|
+
readonly name: "";
|
|
654
|
+
readonly type: "bytes32";
|
|
655
|
+
}];
|
|
656
|
+
readonly stateMutability: "view";
|
|
657
|
+
readonly type: "function";
|
|
658
|
+
}, {
|
|
659
|
+
readonly inputs: readonly [];
|
|
660
|
+
readonly name: "GI_PUBKEY_WC_PARENT";
|
|
661
|
+
readonly outputs: readonly [{
|
|
662
|
+
readonly internalType: "GIndex";
|
|
663
|
+
readonly name: "";
|
|
664
|
+
readonly type: "bytes32";
|
|
665
|
+
}];
|
|
666
|
+
readonly stateMutability: "view";
|
|
667
|
+
readonly type: "function";
|
|
668
|
+
}, {
|
|
669
|
+
readonly inputs: readonly [];
|
|
670
|
+
readonly name: "GI_STATE_ROOT";
|
|
671
|
+
readonly outputs: readonly [{
|
|
672
|
+
readonly internalType: "GIndex";
|
|
673
|
+
readonly name: "";
|
|
674
|
+
readonly type: "bytes32";
|
|
675
|
+
}];
|
|
676
|
+
readonly stateMutability: "view";
|
|
677
|
+
readonly type: "function";
|
|
678
|
+
}, {
|
|
679
|
+
readonly inputs: readonly [];
|
|
680
|
+
readonly name: "MAX_SUPPORTED_WC_VERSION";
|
|
681
|
+
readonly outputs: readonly [{
|
|
682
|
+
readonly internalType: "uint8";
|
|
683
|
+
readonly name: "";
|
|
684
|
+
readonly type: "uint8";
|
|
685
|
+
}];
|
|
686
|
+
readonly stateMutability: "view";
|
|
687
|
+
readonly type: "function";
|
|
688
|
+
}, {
|
|
689
|
+
readonly inputs: readonly [];
|
|
690
|
+
readonly name: "MIN_SUPPORTED_WC_VERSION";
|
|
691
|
+
readonly outputs: readonly [{
|
|
692
|
+
readonly internalType: "uint8";
|
|
693
|
+
readonly name: "";
|
|
694
|
+
readonly type: "uint8";
|
|
695
|
+
}];
|
|
696
|
+
readonly stateMutability: "view";
|
|
697
|
+
readonly type: "function";
|
|
698
|
+
}, {
|
|
699
|
+
readonly inputs: readonly [];
|
|
700
|
+
readonly name: "PAUSE_INFINITELY";
|
|
701
|
+
readonly outputs: readonly [{
|
|
702
|
+
readonly internalType: "uint256";
|
|
703
|
+
readonly name: "";
|
|
704
|
+
readonly type: "uint256";
|
|
705
|
+
}];
|
|
706
|
+
readonly stateMutability: "view";
|
|
707
|
+
readonly type: "function";
|
|
708
|
+
}, {
|
|
709
|
+
readonly inputs: readonly [];
|
|
710
|
+
readonly name: "PAUSE_ROLE";
|
|
711
|
+
readonly outputs: readonly [{
|
|
712
|
+
readonly internalType: "bytes32";
|
|
713
|
+
readonly name: "";
|
|
714
|
+
readonly type: "bytes32";
|
|
715
|
+
}];
|
|
716
|
+
readonly stateMutability: "view";
|
|
717
|
+
readonly type: "function";
|
|
718
|
+
}, {
|
|
719
|
+
readonly inputs: readonly [];
|
|
720
|
+
readonly name: "PREDEPOSIT_AMOUNT";
|
|
721
|
+
readonly outputs: readonly [{
|
|
722
|
+
readonly internalType: "uint128";
|
|
723
|
+
readonly name: "";
|
|
724
|
+
readonly type: "uint128";
|
|
725
|
+
}];
|
|
726
|
+
readonly stateMutability: "view";
|
|
727
|
+
readonly type: "function";
|
|
728
|
+
}, {
|
|
729
|
+
readonly inputs: readonly [];
|
|
730
|
+
readonly name: "RESUME_ROLE";
|
|
731
|
+
readonly outputs: readonly [{
|
|
732
|
+
readonly internalType: "bytes32";
|
|
733
|
+
readonly name: "";
|
|
734
|
+
readonly type: "bytes32";
|
|
735
|
+
}];
|
|
736
|
+
readonly stateMutability: "view";
|
|
737
|
+
readonly type: "function";
|
|
738
|
+
}, {
|
|
739
|
+
readonly inputs: readonly [];
|
|
740
|
+
readonly name: "SLOT_CHANGE_GI_FIRST_VALIDATOR";
|
|
741
|
+
readonly outputs: readonly [{
|
|
742
|
+
readonly internalType: "uint64";
|
|
743
|
+
readonly name: "";
|
|
744
|
+
readonly type: "uint64";
|
|
745
|
+
}];
|
|
746
|
+
readonly stateMutability: "view";
|
|
747
|
+
readonly type: "function";
|
|
748
|
+
}, {
|
|
749
|
+
readonly inputs: readonly [];
|
|
750
|
+
readonly name: "STATE_ROOT_DEPTH";
|
|
751
|
+
readonly outputs: readonly [{
|
|
752
|
+
readonly internalType: "uint8";
|
|
753
|
+
readonly name: "";
|
|
754
|
+
readonly type: "uint8";
|
|
755
|
+
}];
|
|
756
|
+
readonly stateMutability: "view";
|
|
757
|
+
readonly type: "function";
|
|
758
|
+
}, {
|
|
759
|
+
readonly inputs: readonly [];
|
|
760
|
+
readonly name: "STATE_ROOT_POSITION";
|
|
761
|
+
readonly outputs: readonly [{
|
|
762
|
+
readonly internalType: "uint256";
|
|
763
|
+
readonly name: "";
|
|
764
|
+
readonly type: "uint256";
|
|
765
|
+
}];
|
|
766
|
+
readonly stateMutability: "view";
|
|
767
|
+
readonly type: "function";
|
|
768
|
+
}, {
|
|
769
|
+
readonly inputs: readonly [];
|
|
770
|
+
readonly name: "WC_PUBKEY_PARENT_DEPTH";
|
|
771
|
+
readonly outputs: readonly [{
|
|
772
|
+
readonly internalType: "uint8";
|
|
773
|
+
readonly name: "";
|
|
774
|
+
readonly type: "uint8";
|
|
775
|
+
}];
|
|
776
|
+
readonly stateMutability: "view";
|
|
777
|
+
readonly type: "function";
|
|
778
|
+
}, {
|
|
779
|
+
readonly inputs: readonly [];
|
|
780
|
+
readonly name: "WC_PUBKEY_PARENT_POSITION";
|
|
781
|
+
readonly outputs: readonly [{
|
|
782
|
+
readonly internalType: "uint256";
|
|
783
|
+
readonly name: "";
|
|
784
|
+
readonly type: "uint256";
|
|
785
|
+
}];
|
|
786
|
+
readonly stateMutability: "view";
|
|
787
|
+
readonly type: "function";
|
|
788
|
+
}, {
|
|
789
|
+
readonly inputs: readonly [{
|
|
790
|
+
readonly internalType: "address";
|
|
791
|
+
readonly name: "_recipient";
|
|
792
|
+
readonly type: "address";
|
|
793
|
+
}];
|
|
794
|
+
readonly name: "claimGuarantorRefund";
|
|
795
|
+
readonly outputs: readonly [{
|
|
796
|
+
readonly internalType: "uint256";
|
|
797
|
+
readonly name: "claimedEther";
|
|
798
|
+
readonly type: "uint256";
|
|
799
|
+
}];
|
|
800
|
+
readonly stateMutability: "nonpayable";
|
|
801
|
+
readonly type: "function";
|
|
802
|
+
}, {
|
|
803
|
+
readonly inputs: readonly [{
|
|
804
|
+
readonly internalType: "address";
|
|
805
|
+
readonly name: "_guarantor";
|
|
806
|
+
readonly type: "address";
|
|
807
|
+
}];
|
|
808
|
+
readonly name: "claimableRefund";
|
|
809
|
+
readonly outputs: readonly [{
|
|
810
|
+
readonly internalType: "uint256";
|
|
811
|
+
readonly name: "";
|
|
812
|
+
readonly type: "uint256";
|
|
813
|
+
}];
|
|
814
|
+
readonly stateMutability: "view";
|
|
815
|
+
readonly type: "function";
|
|
816
|
+
}, {
|
|
817
|
+
readonly inputs: readonly [{
|
|
818
|
+
readonly internalType: "bytes";
|
|
819
|
+
readonly name: "_validatorPubkey";
|
|
820
|
+
readonly type: "bytes";
|
|
821
|
+
}, {
|
|
822
|
+
readonly internalType: "address";
|
|
823
|
+
readonly name: "_recipient";
|
|
824
|
+
readonly type: "address";
|
|
825
|
+
}];
|
|
826
|
+
readonly name: "compensateDisprovenPredeposit";
|
|
827
|
+
readonly outputs: readonly [{
|
|
828
|
+
readonly internalType: "uint256";
|
|
829
|
+
readonly name: "";
|
|
830
|
+
readonly type: "uint256";
|
|
831
|
+
}];
|
|
832
|
+
readonly stateMutability: "nonpayable";
|
|
833
|
+
readonly type: "function";
|
|
834
|
+
}, {
|
|
835
|
+
readonly inputs: readonly [{
|
|
836
|
+
readonly internalType: "contract IStakingVault";
|
|
837
|
+
readonly name: "_stakingVault";
|
|
838
|
+
readonly type: "address";
|
|
839
|
+
}, {
|
|
840
|
+
readonly components: readonly [{
|
|
841
|
+
readonly internalType: "bytes";
|
|
842
|
+
readonly name: "pubkey";
|
|
843
|
+
readonly type: "bytes";
|
|
844
|
+
}, {
|
|
845
|
+
readonly internalType: "bytes";
|
|
846
|
+
readonly name: "signature";
|
|
847
|
+
readonly type: "bytes";
|
|
848
|
+
}, {
|
|
849
|
+
readonly internalType: "uint256";
|
|
850
|
+
readonly name: "amount";
|
|
851
|
+
readonly type: "uint256";
|
|
852
|
+
}, {
|
|
853
|
+
readonly internalType: "bytes32";
|
|
854
|
+
readonly name: "depositDataRoot";
|
|
855
|
+
readonly type: "bytes32";
|
|
856
|
+
}];
|
|
857
|
+
readonly internalType: "struct StakingVaultDeposit[]";
|
|
858
|
+
readonly name: "_deposits";
|
|
859
|
+
readonly type: "tuple[]";
|
|
860
|
+
}];
|
|
861
|
+
readonly name: "depositToBeaconChain";
|
|
862
|
+
readonly outputs: readonly [];
|
|
863
|
+
readonly stateMutability: "payable";
|
|
864
|
+
readonly type: "function";
|
|
865
|
+
}, {
|
|
866
|
+
readonly inputs: readonly [];
|
|
867
|
+
readonly name: "getResumeSinceTimestamp";
|
|
868
|
+
readonly outputs: readonly [{
|
|
869
|
+
readonly internalType: "uint256";
|
|
870
|
+
readonly name: "";
|
|
871
|
+
readonly type: "uint256";
|
|
872
|
+
}];
|
|
873
|
+
readonly stateMutability: "view";
|
|
874
|
+
readonly type: "function";
|
|
875
|
+
}, {
|
|
876
|
+
readonly inputs: readonly [{
|
|
877
|
+
readonly internalType: "bytes32";
|
|
878
|
+
readonly name: "role";
|
|
879
|
+
readonly type: "bytes32";
|
|
880
|
+
}];
|
|
881
|
+
readonly name: "getRoleAdmin";
|
|
882
|
+
readonly outputs: readonly [{
|
|
883
|
+
readonly internalType: "bytes32";
|
|
884
|
+
readonly name: "";
|
|
885
|
+
readonly type: "bytes32";
|
|
886
|
+
}];
|
|
887
|
+
readonly stateMutability: "view";
|
|
888
|
+
readonly type: "function";
|
|
889
|
+
}, {
|
|
890
|
+
readonly inputs: readonly [{
|
|
891
|
+
readonly internalType: "bytes32";
|
|
892
|
+
readonly name: "role";
|
|
893
|
+
readonly type: "bytes32";
|
|
894
|
+
}, {
|
|
895
|
+
readonly internalType: "uint256";
|
|
896
|
+
readonly name: "index";
|
|
897
|
+
readonly type: "uint256";
|
|
898
|
+
}];
|
|
899
|
+
readonly name: "getRoleMember";
|
|
900
|
+
readonly outputs: readonly [{
|
|
901
|
+
readonly internalType: "address";
|
|
902
|
+
readonly name: "";
|
|
903
|
+
readonly type: "address";
|
|
904
|
+
}];
|
|
905
|
+
readonly stateMutability: "view";
|
|
906
|
+
readonly type: "function";
|
|
907
|
+
}, {
|
|
908
|
+
readonly inputs: readonly [{
|
|
909
|
+
readonly internalType: "bytes32";
|
|
910
|
+
readonly name: "role";
|
|
911
|
+
readonly type: "bytes32";
|
|
912
|
+
}];
|
|
913
|
+
readonly name: "getRoleMemberCount";
|
|
914
|
+
readonly outputs: readonly [{
|
|
915
|
+
readonly internalType: "uint256";
|
|
916
|
+
readonly name: "";
|
|
917
|
+
readonly type: "uint256";
|
|
918
|
+
}];
|
|
919
|
+
readonly stateMutability: "view";
|
|
920
|
+
readonly type: "function";
|
|
921
|
+
}, {
|
|
922
|
+
readonly inputs: readonly [{
|
|
923
|
+
readonly internalType: "bytes32";
|
|
924
|
+
readonly name: "role";
|
|
925
|
+
readonly type: "bytes32";
|
|
926
|
+
}];
|
|
927
|
+
readonly name: "getRoleMembers";
|
|
928
|
+
readonly outputs: readonly [{
|
|
929
|
+
readonly internalType: "address[]";
|
|
930
|
+
readonly name: "";
|
|
931
|
+
readonly type: "address[]";
|
|
932
|
+
}];
|
|
933
|
+
readonly stateMutability: "view";
|
|
934
|
+
readonly type: "function";
|
|
935
|
+
}, {
|
|
936
|
+
readonly inputs: readonly [{
|
|
937
|
+
readonly internalType: "bytes32";
|
|
938
|
+
readonly name: "role";
|
|
939
|
+
readonly type: "bytes32";
|
|
940
|
+
}, {
|
|
941
|
+
readonly internalType: "address";
|
|
942
|
+
readonly name: "account";
|
|
943
|
+
readonly type: "address";
|
|
944
|
+
}];
|
|
945
|
+
readonly name: "grantRole";
|
|
946
|
+
readonly outputs: readonly [];
|
|
947
|
+
readonly stateMutability: "nonpayable";
|
|
948
|
+
readonly type: "function";
|
|
949
|
+
}, {
|
|
950
|
+
readonly inputs: readonly [{
|
|
951
|
+
readonly internalType: "bytes32";
|
|
952
|
+
readonly name: "role";
|
|
953
|
+
readonly type: "bytes32";
|
|
954
|
+
}, {
|
|
955
|
+
readonly internalType: "address";
|
|
956
|
+
readonly name: "account";
|
|
957
|
+
readonly type: "address";
|
|
958
|
+
}];
|
|
959
|
+
readonly name: "hasRole";
|
|
960
|
+
readonly outputs: readonly [{
|
|
961
|
+
readonly internalType: "bool";
|
|
962
|
+
readonly name: "";
|
|
963
|
+
readonly type: "bool";
|
|
964
|
+
}];
|
|
965
|
+
readonly stateMutability: "view";
|
|
966
|
+
readonly type: "function";
|
|
967
|
+
}, {
|
|
968
|
+
readonly inputs: readonly [{
|
|
969
|
+
readonly internalType: "address";
|
|
970
|
+
readonly name: "_defaultAdmin";
|
|
971
|
+
readonly type: "address";
|
|
972
|
+
}];
|
|
973
|
+
readonly name: "initialize";
|
|
974
|
+
readonly outputs: readonly [];
|
|
975
|
+
readonly stateMutability: "nonpayable";
|
|
976
|
+
readonly type: "function";
|
|
977
|
+
}, {
|
|
978
|
+
readonly inputs: readonly [];
|
|
979
|
+
readonly name: "isPaused";
|
|
980
|
+
readonly outputs: readonly [{
|
|
981
|
+
readonly internalType: "bool";
|
|
982
|
+
readonly name: "";
|
|
983
|
+
readonly type: "bool";
|
|
984
|
+
}];
|
|
985
|
+
readonly stateMutability: "view";
|
|
986
|
+
readonly type: "function";
|
|
987
|
+
}, {
|
|
988
|
+
readonly inputs: readonly [{
|
|
989
|
+
readonly internalType: "address";
|
|
990
|
+
readonly name: "_nodeOperator";
|
|
991
|
+
readonly type: "address";
|
|
992
|
+
}];
|
|
993
|
+
readonly name: "nodeOperatorBalance";
|
|
994
|
+
readonly outputs: readonly [{
|
|
995
|
+
readonly components: readonly [{
|
|
996
|
+
readonly internalType: "uint128";
|
|
997
|
+
readonly name: "total";
|
|
998
|
+
readonly type: "uint128";
|
|
999
|
+
}, {
|
|
1000
|
+
readonly internalType: "uint128";
|
|
1001
|
+
readonly name: "locked";
|
|
1002
|
+
readonly type: "uint128";
|
|
1003
|
+
}];
|
|
1004
|
+
readonly internalType: "struct PredepositGuarantee.NodeOperatorBalance";
|
|
1005
|
+
readonly name: "";
|
|
1006
|
+
readonly type: "tuple";
|
|
1007
|
+
}];
|
|
1008
|
+
readonly stateMutability: "view";
|
|
1009
|
+
readonly type: "function";
|
|
1010
|
+
}, {
|
|
1011
|
+
readonly inputs: readonly [{
|
|
1012
|
+
readonly internalType: "address";
|
|
1013
|
+
readonly name: "_nodeOperator";
|
|
1014
|
+
readonly type: "address";
|
|
1015
|
+
}];
|
|
1016
|
+
readonly name: "nodeOperatorGuarantor";
|
|
1017
|
+
readonly outputs: readonly [{
|
|
1018
|
+
readonly internalType: "address";
|
|
1019
|
+
readonly name: "";
|
|
1020
|
+
readonly type: "address";
|
|
1021
|
+
}];
|
|
1022
|
+
readonly stateMutability: "view";
|
|
1023
|
+
readonly type: "function";
|
|
1024
|
+
}, {
|
|
1025
|
+
readonly inputs: readonly [{
|
|
1026
|
+
readonly internalType: "uint256";
|
|
1027
|
+
readonly name: "_duration";
|
|
1028
|
+
readonly type: "uint256";
|
|
1029
|
+
}];
|
|
1030
|
+
readonly name: "pauseFor";
|
|
1031
|
+
readonly outputs: readonly [];
|
|
1032
|
+
readonly stateMutability: "nonpayable";
|
|
1033
|
+
readonly type: "function";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly inputs: readonly [{
|
|
1036
|
+
readonly internalType: "uint256";
|
|
1037
|
+
readonly name: "_pauseUntilInclusive";
|
|
1038
|
+
readonly type: "uint256";
|
|
1039
|
+
}];
|
|
1040
|
+
readonly name: "pauseUntil";
|
|
1041
|
+
readonly outputs: readonly [];
|
|
1042
|
+
readonly stateMutability: "nonpayable";
|
|
1043
|
+
readonly type: "function";
|
|
1044
|
+
}, {
|
|
1045
|
+
readonly inputs: readonly [{
|
|
1046
|
+
readonly internalType: "contract IStakingVault";
|
|
1047
|
+
readonly name: "_stakingVault";
|
|
1048
|
+
readonly type: "address";
|
|
1049
|
+
}, {
|
|
1050
|
+
readonly components: readonly [{
|
|
1051
|
+
readonly internalType: "bytes";
|
|
1052
|
+
readonly name: "pubkey";
|
|
1053
|
+
readonly type: "bytes";
|
|
1054
|
+
}, {
|
|
1055
|
+
readonly internalType: "bytes";
|
|
1056
|
+
readonly name: "signature";
|
|
1057
|
+
readonly type: "bytes";
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly internalType: "uint256";
|
|
1060
|
+
readonly name: "amount";
|
|
1061
|
+
readonly type: "uint256";
|
|
1062
|
+
}, {
|
|
1063
|
+
readonly internalType: "bytes32";
|
|
1064
|
+
readonly name: "depositDataRoot";
|
|
1065
|
+
readonly type: "bytes32";
|
|
1066
|
+
}];
|
|
1067
|
+
readonly internalType: "struct StakingVaultDeposit[]";
|
|
1068
|
+
readonly name: "_deposits";
|
|
1069
|
+
readonly type: "tuple[]";
|
|
1070
|
+
}, {
|
|
1071
|
+
readonly components: readonly [{
|
|
1072
|
+
readonly components: readonly [{
|
|
1073
|
+
readonly internalType: "bytes32";
|
|
1074
|
+
readonly name: "a";
|
|
1075
|
+
readonly type: "bytes32";
|
|
1076
|
+
}, {
|
|
1077
|
+
readonly internalType: "bytes32";
|
|
1078
|
+
readonly name: "b";
|
|
1079
|
+
readonly type: "bytes32";
|
|
1080
|
+
}];
|
|
1081
|
+
readonly internalType: "struct BLS12_381.Fp";
|
|
1082
|
+
readonly name: "pubkeyY";
|
|
1083
|
+
readonly type: "tuple";
|
|
1084
|
+
}, {
|
|
1085
|
+
readonly components: readonly [{
|
|
1086
|
+
readonly internalType: "bytes32";
|
|
1087
|
+
readonly name: "c0_a";
|
|
1088
|
+
readonly type: "bytes32";
|
|
1089
|
+
}, {
|
|
1090
|
+
readonly internalType: "bytes32";
|
|
1091
|
+
readonly name: "c0_b";
|
|
1092
|
+
readonly type: "bytes32";
|
|
1093
|
+
}, {
|
|
1094
|
+
readonly internalType: "bytes32";
|
|
1095
|
+
readonly name: "c1_a";
|
|
1096
|
+
readonly type: "bytes32";
|
|
1097
|
+
}, {
|
|
1098
|
+
readonly internalType: "bytes32";
|
|
1099
|
+
readonly name: "c1_b";
|
|
1100
|
+
readonly type: "bytes32";
|
|
1101
|
+
}];
|
|
1102
|
+
readonly internalType: "struct BLS12_381.Fp2";
|
|
1103
|
+
readonly name: "signatureY";
|
|
1104
|
+
readonly type: "tuple";
|
|
1105
|
+
}];
|
|
1106
|
+
readonly internalType: "struct BLS12_381.DepositY[]";
|
|
1107
|
+
readonly name: "_depositsY";
|
|
1108
|
+
readonly type: "tuple[]";
|
|
1109
|
+
}];
|
|
1110
|
+
readonly name: "predeposit";
|
|
1111
|
+
readonly outputs: readonly [];
|
|
1112
|
+
readonly stateMutability: "payable";
|
|
1113
|
+
readonly type: "function";
|
|
1114
|
+
}, {
|
|
1115
|
+
readonly inputs: readonly [{
|
|
1116
|
+
readonly components: readonly [{
|
|
1117
|
+
readonly internalType: "bytes32[]";
|
|
1118
|
+
readonly name: "proof";
|
|
1119
|
+
readonly type: "bytes32[]";
|
|
1120
|
+
}, {
|
|
1121
|
+
readonly internalType: "bytes";
|
|
1122
|
+
readonly name: "pubkey";
|
|
1123
|
+
readonly type: "bytes";
|
|
1124
|
+
}, {
|
|
1125
|
+
readonly internalType: "uint256";
|
|
1126
|
+
readonly name: "validatorIndex";
|
|
1127
|
+
readonly type: "uint256";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly internalType: "uint64";
|
|
1130
|
+
readonly name: "childBlockTimestamp";
|
|
1131
|
+
readonly type: "uint64";
|
|
1132
|
+
}];
|
|
1133
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness[]";
|
|
1134
|
+
readonly name: "_witnesses";
|
|
1135
|
+
readonly type: "tuple[]";
|
|
1136
|
+
}, {
|
|
1137
|
+
readonly components: readonly [{
|
|
1138
|
+
readonly internalType: "bytes";
|
|
1139
|
+
readonly name: "pubkey";
|
|
1140
|
+
readonly type: "bytes";
|
|
1141
|
+
}, {
|
|
1142
|
+
readonly internalType: "bytes";
|
|
1143
|
+
readonly name: "signature";
|
|
1144
|
+
readonly type: "bytes";
|
|
1145
|
+
}, {
|
|
1146
|
+
readonly internalType: "uint256";
|
|
1147
|
+
readonly name: "amount";
|
|
1148
|
+
readonly type: "uint256";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly internalType: "bytes32";
|
|
1151
|
+
readonly name: "depositDataRoot";
|
|
1152
|
+
readonly type: "bytes32";
|
|
1153
|
+
}];
|
|
1154
|
+
readonly internalType: "struct StakingVaultDeposit[]";
|
|
1155
|
+
readonly name: "_deposits";
|
|
1156
|
+
readonly type: "tuple[]";
|
|
1157
|
+
}, {
|
|
1158
|
+
readonly internalType: "contract IStakingVault";
|
|
1159
|
+
readonly name: "_stakingVault";
|
|
1160
|
+
readonly type: "address";
|
|
1161
|
+
}];
|
|
1162
|
+
readonly name: "proveAndDeposit";
|
|
1163
|
+
readonly outputs: readonly [];
|
|
1164
|
+
readonly stateMutability: "payable";
|
|
1165
|
+
readonly type: "function";
|
|
1166
|
+
}, {
|
|
1167
|
+
readonly inputs: readonly [{
|
|
1168
|
+
readonly components: readonly [{
|
|
1169
|
+
readonly internalType: "bytes32[]";
|
|
1170
|
+
readonly name: "proof";
|
|
1171
|
+
readonly type: "bytes32[]";
|
|
1172
|
+
}, {
|
|
1173
|
+
readonly internalType: "bytes";
|
|
1174
|
+
readonly name: "pubkey";
|
|
1175
|
+
readonly type: "bytes";
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly internalType: "uint256";
|
|
1178
|
+
readonly name: "validatorIndex";
|
|
1179
|
+
readonly type: "uint256";
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly internalType: "uint64";
|
|
1182
|
+
readonly name: "childBlockTimestamp";
|
|
1183
|
+
readonly type: "uint64";
|
|
1184
|
+
}];
|
|
1185
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness";
|
|
1186
|
+
readonly name: "_witness";
|
|
1187
|
+
readonly type: "tuple";
|
|
1188
|
+
}, {
|
|
1189
|
+
readonly internalType: "bytes32";
|
|
1190
|
+
readonly name: "_invalidWithdrawalCredentials";
|
|
1191
|
+
readonly type: "bytes32";
|
|
1192
|
+
}];
|
|
1193
|
+
readonly name: "proveInvalidValidatorWC";
|
|
1194
|
+
readonly outputs: readonly [];
|
|
1195
|
+
readonly stateMutability: "nonpayable";
|
|
1196
|
+
readonly type: "function";
|
|
1197
|
+
}, {
|
|
1198
|
+
readonly inputs: readonly [{
|
|
1199
|
+
readonly components: readonly [{
|
|
1200
|
+
readonly internalType: "bytes32[]";
|
|
1201
|
+
readonly name: "proof";
|
|
1202
|
+
readonly type: "bytes32[]";
|
|
1203
|
+
}, {
|
|
1204
|
+
readonly internalType: "bytes";
|
|
1205
|
+
readonly name: "pubkey";
|
|
1206
|
+
readonly type: "bytes";
|
|
1207
|
+
}, {
|
|
1208
|
+
readonly internalType: "uint256";
|
|
1209
|
+
readonly name: "validatorIndex";
|
|
1210
|
+
readonly type: "uint256";
|
|
1211
|
+
}, {
|
|
1212
|
+
readonly internalType: "uint64";
|
|
1213
|
+
readonly name: "childBlockTimestamp";
|
|
1214
|
+
readonly type: "uint64";
|
|
1215
|
+
}];
|
|
1216
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness";
|
|
1217
|
+
readonly name: "_witness";
|
|
1218
|
+
readonly type: "tuple";
|
|
1219
|
+
}, {
|
|
1220
|
+
readonly internalType: "contract IStakingVault";
|
|
1221
|
+
readonly name: "_stakingVault";
|
|
1222
|
+
readonly type: "address";
|
|
1223
|
+
}];
|
|
1224
|
+
readonly name: "proveUnknownValidator";
|
|
1225
|
+
readonly outputs: readonly [];
|
|
1226
|
+
readonly stateMutability: "nonpayable";
|
|
1227
|
+
readonly type: "function";
|
|
1228
|
+
}, {
|
|
1229
|
+
readonly inputs: readonly [{
|
|
1230
|
+
readonly components: readonly [{
|
|
1231
|
+
readonly internalType: "bytes32[]";
|
|
1232
|
+
readonly name: "proof";
|
|
1233
|
+
readonly type: "bytes32[]";
|
|
1234
|
+
}, {
|
|
1235
|
+
readonly internalType: "bytes";
|
|
1236
|
+
readonly name: "pubkey";
|
|
1237
|
+
readonly type: "bytes";
|
|
1238
|
+
}, {
|
|
1239
|
+
readonly internalType: "uint256";
|
|
1240
|
+
readonly name: "validatorIndex";
|
|
1241
|
+
readonly type: "uint256";
|
|
1242
|
+
}, {
|
|
1243
|
+
readonly internalType: "uint64";
|
|
1244
|
+
readonly name: "childBlockTimestamp";
|
|
1245
|
+
readonly type: "uint64";
|
|
1246
|
+
}];
|
|
1247
|
+
readonly internalType: "struct IPredepositGuarantee.ValidatorWitness";
|
|
1248
|
+
readonly name: "_witness";
|
|
1249
|
+
readonly type: "tuple";
|
|
1250
|
+
}];
|
|
1251
|
+
readonly name: "proveValidatorWC";
|
|
1252
|
+
readonly outputs: readonly [];
|
|
1253
|
+
readonly stateMutability: "nonpayable";
|
|
1254
|
+
readonly type: "function";
|
|
1255
|
+
}, {
|
|
1256
|
+
readonly inputs: readonly [{
|
|
1257
|
+
readonly internalType: "bytes32";
|
|
1258
|
+
readonly name: "role";
|
|
1259
|
+
readonly type: "bytes32";
|
|
1260
|
+
}, {
|
|
1261
|
+
readonly internalType: "address";
|
|
1262
|
+
readonly name: "callerConfirmation";
|
|
1263
|
+
readonly type: "address";
|
|
1264
|
+
}];
|
|
1265
|
+
readonly name: "renounceRole";
|
|
1266
|
+
readonly outputs: readonly [];
|
|
1267
|
+
readonly stateMutability: "nonpayable";
|
|
1268
|
+
readonly type: "function";
|
|
1269
|
+
}, {
|
|
1270
|
+
readonly inputs: readonly [];
|
|
1271
|
+
readonly name: "resume";
|
|
1272
|
+
readonly outputs: readonly [];
|
|
1273
|
+
readonly stateMutability: "nonpayable";
|
|
1274
|
+
readonly type: "function";
|
|
1275
|
+
}, {
|
|
1276
|
+
readonly inputs: readonly [{
|
|
1277
|
+
readonly internalType: "bytes32";
|
|
1278
|
+
readonly name: "role";
|
|
1279
|
+
readonly type: "bytes32";
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly internalType: "address";
|
|
1282
|
+
readonly name: "account";
|
|
1283
|
+
readonly type: "address";
|
|
1284
|
+
}];
|
|
1285
|
+
readonly name: "revokeRole";
|
|
1286
|
+
readonly outputs: readonly [];
|
|
1287
|
+
readonly stateMutability: "nonpayable";
|
|
1288
|
+
readonly type: "function";
|
|
1289
|
+
}, {
|
|
1290
|
+
readonly inputs: readonly [{
|
|
1291
|
+
readonly internalType: "address";
|
|
1292
|
+
readonly name: "_newGuarantor";
|
|
1293
|
+
readonly type: "address";
|
|
1294
|
+
}];
|
|
1295
|
+
readonly name: "setNodeOperatorGuarantor";
|
|
1296
|
+
readonly outputs: readonly [];
|
|
1297
|
+
readonly stateMutability: "nonpayable";
|
|
1298
|
+
readonly type: "function";
|
|
1299
|
+
}, {
|
|
1300
|
+
readonly inputs: readonly [{
|
|
1301
|
+
readonly internalType: "bytes4";
|
|
1302
|
+
readonly name: "interfaceId";
|
|
1303
|
+
readonly type: "bytes4";
|
|
1304
|
+
}];
|
|
1305
|
+
readonly name: "supportsInterface";
|
|
1306
|
+
readonly outputs: readonly [{
|
|
1307
|
+
readonly internalType: "bool";
|
|
1308
|
+
readonly name: "";
|
|
1309
|
+
readonly type: "bool";
|
|
1310
|
+
}];
|
|
1311
|
+
readonly stateMutability: "view";
|
|
1312
|
+
readonly type: "function";
|
|
1313
|
+
}, {
|
|
1314
|
+
readonly inputs: readonly [{
|
|
1315
|
+
readonly internalType: "address";
|
|
1316
|
+
readonly name: "_nodeOperator";
|
|
1317
|
+
readonly type: "address";
|
|
1318
|
+
}];
|
|
1319
|
+
readonly name: "topUpNodeOperatorBalance";
|
|
1320
|
+
readonly outputs: readonly [];
|
|
1321
|
+
readonly stateMutability: "payable";
|
|
1322
|
+
readonly type: "function";
|
|
1323
|
+
}, {
|
|
1324
|
+
readonly inputs: readonly [{
|
|
1325
|
+
readonly internalType: "address";
|
|
1326
|
+
readonly name: "_nodeOperator";
|
|
1327
|
+
readonly type: "address";
|
|
1328
|
+
}];
|
|
1329
|
+
readonly name: "unlockedBalance";
|
|
1330
|
+
readonly outputs: readonly [{
|
|
1331
|
+
readonly internalType: "uint256";
|
|
1332
|
+
readonly name: "unlocked";
|
|
1333
|
+
readonly type: "uint256";
|
|
1334
|
+
}];
|
|
1335
|
+
readonly stateMutability: "view";
|
|
1336
|
+
readonly type: "function";
|
|
1337
|
+
}, {
|
|
1338
|
+
readonly inputs: readonly [{
|
|
1339
|
+
readonly internalType: "bytes";
|
|
1340
|
+
readonly name: "_validatorPubkey";
|
|
1341
|
+
readonly type: "bytes";
|
|
1342
|
+
}];
|
|
1343
|
+
readonly name: "validatorStatus";
|
|
1344
|
+
readonly outputs: readonly [{
|
|
1345
|
+
readonly components: readonly [{
|
|
1346
|
+
readonly internalType: "enum PredepositGuarantee.ValidatorStage";
|
|
1347
|
+
readonly name: "stage";
|
|
1348
|
+
readonly type: "uint8";
|
|
1349
|
+
}, {
|
|
1350
|
+
readonly internalType: "contract IStakingVault";
|
|
1351
|
+
readonly name: "stakingVault";
|
|
1352
|
+
readonly type: "address";
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly internalType: "address";
|
|
1355
|
+
readonly name: "nodeOperator";
|
|
1356
|
+
readonly type: "address";
|
|
1357
|
+
}];
|
|
1358
|
+
readonly internalType: "struct PredepositGuarantee.ValidatorStatus";
|
|
1359
|
+
readonly name: "";
|
|
1360
|
+
readonly type: "tuple";
|
|
1361
|
+
}];
|
|
1362
|
+
readonly stateMutability: "view";
|
|
1363
|
+
readonly type: "function";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly inputs: readonly [{
|
|
1366
|
+
readonly internalType: "address";
|
|
1367
|
+
readonly name: "_nodeOperator";
|
|
1368
|
+
readonly type: "address";
|
|
1369
|
+
}, {
|
|
1370
|
+
readonly internalType: "uint256";
|
|
1371
|
+
readonly name: "_amount";
|
|
1372
|
+
readonly type: "uint256";
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly internalType: "address";
|
|
1375
|
+
readonly name: "_recipient";
|
|
1376
|
+
readonly type: "address";
|
|
1377
|
+
}];
|
|
1378
|
+
readonly name: "withdrawNodeOperatorBalance";
|
|
1379
|
+
readonly outputs: readonly [];
|
|
1380
|
+
readonly stateMutability: "nonpayable";
|
|
1381
|
+
readonly type: "function";
|
|
1382
|
+
}];
|