@lidofinance/lsv-cli 1.4.0 → 1.5.1
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/dist/abi/Dashboard.d.ts +24 -0
- package/dist/abi/PredepositGuarantee.d.ts +48 -0
- package/dist/abi/PredepositGuarantee.js +32 -0
- package/dist/abi/PredepositGuarantee.js.map +1 -1
- package/dist/abi/StEth.d.ts +1175 -59
- package/dist/abi/StEth.js +885 -320
- package/dist/abi/StEth.js.map +1 -1
- package/dist/abi/defi-wrapper/Factory.d.ts +532 -657
- package/dist/abi/defi-wrapper/Factory.js +1083 -647
- package/dist/abi/defi-wrapper/Factory.js.map +1 -1
- package/dist/abi/defi-wrapper/OssifiableProxy.d.ts +71 -0
- package/dist/abi/defi-wrapper/OssifiableProxy.js +93 -0
- package/dist/abi/defi-wrapper/OssifiableProxy.js.map +1 -0
- package/dist/abi/defi-wrapper/StvStETHPool.d.ts +38 -32
- package/dist/abi/defi-wrapper/StvStETHPool.js +50 -42
- package/dist/abi/defi-wrapper/StvStETHPool.js.map +1 -1
- package/dist/abi/defi-wrapper/TimeLock.d.ts +770 -0
- package/dist/abi/defi-wrapper/TimeLock.js +999 -0
- package/dist/abi/defi-wrapper/TimeLock.js.map +1 -0
- package/dist/abi/defi-wrapper/index.d.ts +2 -0
- package/dist/abi/defi-wrapper/index.js +2 -0
- package/dist/abi/defi-wrapper/index.js.map +1 -1
- package/dist/contracts/defi-wrapper/index.d.ts +2 -0
- package/dist/contracts/defi-wrapper/index.js +2 -0
- package/dist/contracts/defi-wrapper/index.js.map +1 -1
- package/dist/contracts/defi-wrapper/ossifiable-proxy.d.ts +4 -0
- package/dist/contracts/defi-wrapper/ossifiable-proxy.js +12 -0
- package/dist/contracts/defi-wrapper/ossifiable-proxy.js.map +1 -0
- package/dist/contracts/defi-wrapper/timelock.d.ts +4 -0
- package/dist/contracts/defi-wrapper/timelock.js +12 -0
- package/dist/contracts/defi-wrapper/timelock.js.map +1 -0
- package/dist/contracts/steth.d.ts +4 -27706
- package/dist/contracts/steth.js +2 -2
- package/dist/contracts/steth.js.map +1 -1
- package/dist/features/consolidation.js +19 -3
- package/dist/features/consolidation.js.map +1 -1
- package/dist/features/defi-wrapper/create-vault.js +16 -13
- package/dist/features/defi-wrapper/create-vault.js.map +1 -1
- package/dist/features/defi-wrapper/defi-wrapper-factory.d.ts +10 -27
- package/dist/features/defi-wrapper/defi-wrapper-factory.js +105 -15
- package/dist/features/defi-wrapper/defi-wrapper-factory.js.map +1 -1
- package/dist/features/defi-wrapper/distributor.d.ts +24 -0
- package/dist/features/defi-wrapper/distributor.js +300 -0
- package/dist/features/defi-wrapper/distributor.js.map +1 -0
- package/dist/features/defi-wrapper/index.d.ts +1 -0
- package/dist/features/defi-wrapper/index.js +1 -0
- package/dist/features/defi-wrapper/index.js.map +1 -1
- package/dist/features/defi-wrapper/pool-info.d.ts +17 -2
- package/dist/features/defi-wrapper/pool-info.js +63 -13
- package/dist/features/defi-wrapper/pool-info.js.map +1 -1
- package/dist/features/defi-wrapper/timelock.d.ts +19 -0
- package/dist/features/defi-wrapper/timelock.js +198 -0
- package/dist/features/defi-wrapper/timelock.js.map +1 -0
- package/dist/features/deposits/check-bls-deposits.js +15 -3
- package/dist/features/deposits/check-bls-deposits.js.map +1 -1
- package/dist/features/deposits/make-pdg-proof.js +15 -3
- package/dist/features/deposits/make-pdg-proof.js.map +1 -1
- package/dist/features/deposits/no-pdg.js +50 -14
- package/dist/features/deposits/no-pdg.js.map +1 -1
- package/dist/features/deposits/pdg.js +5 -1
- package/dist/features/deposits/pdg.js.map +1 -1
- package/dist/features/dev-tools/impersonate.js +5 -1
- package/dist/features/dev-tools/impersonate.js.map +1 -1
- package/dist/features/metrics.js +24 -6
- package/dist/features/metrics.js.map +1 -1
- package/dist/features/mint-burn/allowance.js +15 -6
- package/dist/features/mint-burn/allowance.js.map +1 -1
- package/dist/features/mint-burn/burn-steth.js +5 -1
- package/dist/features/mint-burn/burn-steth.js.map +1 -1
- package/dist/features/mint-burn/index.d.ts +1 -0
- package/dist/features/mint-burn/index.js +1 -0
- package/dist/features/mint-burn/index.js.map +1 -1
- package/dist/features/mint-burn/mint-limit.d.ts +9 -0
- package/dist/features/mint-burn/mint-limit.js +31 -0
- package/dist/features/mint-burn/mint-limit.js.map +1 -0
- package/dist/features/mint-burn/mint-steth.js +5 -1
- package/dist/features/mint-burn/mint-steth.js.map +1 -1
- package/dist/features/pdg.js +5 -1
- package/dist/features/pdg.js.map +1 -1
- package/dist/features/utils/connection.js +5 -1
- package/dist/features/utils/connection.js.map +1 -1
- package/dist/features/utils/index.d.ts +1 -0
- package/dist/features/utils/index.js +1 -0
- package/dist/features/utils/index.js.map +1 -1
- package/dist/features/utils/liability-shares.js +5 -1
- package/dist/features/utils/liability-shares.js.map +1 -1
- package/dist/features/utils/minting-capacity.js +4 -3
- package/dist/features/utils/minting-capacity.js.map +1 -1
- package/dist/features/utils/quarantine.js +5 -1
- package/dist/features/utils/quarantine.js.map +1 -1
- package/dist/features/utils/report-fresh.js +15 -3
- package/dist/features/utils/report-fresh.js.map +1 -1
- package/dist/features/utils/try-fetch.d.ts +5 -0
- package/dist/features/utils/try-fetch.js +26 -0
- package/dist/features/utils/try-fetch.js.map +1 -0
- package/dist/features/vault-factory.js +15 -3
- package/dist/features/vault-factory.js.map +1 -1
- package/dist/features/vault-operations/connect-vault.js +10 -2
- package/dist/features/vault-operations/connect-vault.js.map +1 -1
- package/dist/features/vault-operations/dashboard-by-vault.js +10 -2
- package/dist/features/vault-operations/dashboard-by-vault.js.map +1 -1
- package/dist/features/vault-operations/roles.js +10 -2
- package/dist/features/vault-operations/roles.js.map +1 -1
- package/dist/features/vault-operations/vault-health.js +5 -1
- package/dist/features/vault-operations/vault-health.js.map +1 -1
- package/dist/features/vault-operations/vault-info.js +10 -2
- package/dist/features/vault-operations/vault-info.js.map +1 -1
- package/dist/features/vault-operations/vault-overview.js +25 -5
- package/dist/features/vault-operations/vault-overview.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.js +10 -2
- package/dist/features/vault-operations/vault-roles.js.map +1 -1
- package/dist/features/vault-operations/vaults-by-role.d.ts +24 -0
- package/dist/features/vault-operations/vaults-by-role.js +78 -27
- package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/programs/account/read.js +10 -5
- package/dist/programs/account/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/read.js +15 -3
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +212 -38
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/hub/read.js +15 -5
- package/dist/programs/contracts/hub/read.js.map +1 -1
- package/dist/programs/contracts/hub/write.js +10 -2
- package/dist/programs/contracts/hub/write.js.map +1 -1
- package/dist/programs/contracts/operator-grid/read.js +5 -1
- package/dist/programs/contracts/operator-grid/read.js.map +1 -1
- package/dist/programs/contracts/operator-grid/write.js +5 -1
- package/dist/programs/contracts/operator-grid/write.js.map +1 -1
- package/dist/programs/contracts/pdg/read.js +5 -1
- package/dist/programs/contracts/pdg/read.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +33 -3
- package/dist/programs/contracts/pdg/write.js.map +1 -1
- package/dist/programs/contracts/vault/write.js +5 -1
- package/dist/programs/contracts/vault/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/read.js +17 -5
- package/dist/programs/defi-wrapper/contracts/distributor/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/factory/read.js +73 -13
- package/dist/programs/defi-wrapper/contracts/factory/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/factory/write.js +171 -65
- package/dist/programs/defi-wrapper/contracts/factory/write.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js +62 -18
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js +62 -18
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js +64 -16
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js +33 -6
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/distributor/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/read.js +86 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/write.js +191 -0
- package/dist/programs/defi-wrapper/use-cases/distributor/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.js +71 -21
- package/dist/programs/defi-wrapper/use-cases/health/read.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/health/utils.js +10 -2
- package/dist/programs/defi-wrapper/use-cases/health/utils.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/health/write.js +65 -22
- package/dist/programs/defi-wrapper/use-cases/health/write.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/index.d.ts +2 -0
- package/dist/programs/defi-wrapper/use-cases/index.js +2 -0
- package/dist/programs/defi-wrapper/use-cases/index.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/read.js +362 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/write.js +86 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/common/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/index.d.ts +2 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/index.js +3 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/write.js +369 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/dashboard/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/index.d.ts +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/index.js +7 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/index.d.ts +2 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/index.js +3 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/write.js +184 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/pool/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/read.js +80 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/write.js +139 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/proxy/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/index.d.ts +2 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/index.js +3 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/write.js +118 -0
- package/dist/programs/defi-wrapper/use-cases/timelock-governance/withdrawal-queue/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.d.ts +1 -1
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js +1 -2
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js +333 -11
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js.map +1 -1
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js +463 -2
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js.map +1 -1
- package/dist/programs/dev-tools/defi-wrapper/write.js +41 -11
- package/dist/programs/dev-tools/defi-wrapper/write.js.map +1 -1
- package/dist/programs/pdg-helpers.js +55 -19
- package/dist/programs/pdg-helpers.js.map +1 -1
- package/dist/programs/use-cases/consolidation/write.js +5 -1
- package/dist/programs/use-cases/consolidation/write.js.map +1 -1
- package/dist/programs/use-cases/deposits/read.js +40 -8
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/write.js +15 -3
- package/dist/programs/use-cases/deposits/write.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +25 -5
- package/dist/programs/use-cases/metrics/read.js.map +1 -1
- package/dist/programs/use-cases/report/read.js +25 -5
- package/dist/programs/use-cases/report/read.js.map +1 -1
- package/dist/programs/use-cases/report/write.js +10 -2
- package/dist/programs/use-cases/report/write.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +30 -6
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/tests/utils/rate-limit.test.d.ts +1 -0
- package/dist/tests/utils/rate-limit.test.js +246 -0
- package/dist/tests/utils/rate-limit.test.js.map +1 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +2 -2
- package/dist/utils/arguments.d.ts +14 -0
- package/dist/utils/arguments.js +28 -0
- package/dist/utils/arguments.js.map +1 -1
- package/dist/utils/cache.d.ts +6 -4
- package/dist/utils/cache.js +14 -11
- package/dist/utils/cache.js.map +1 -1
- package/dist/utils/charts/blessed/charts-apr.js +5 -1
- package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
- package/dist/utils/charts/blessed/charts-rewards.js +5 -1
- package/dist/utils/charts/blessed/charts-rewards.js.map +1 -1
- package/dist/utils/charts/simple/simple-charts.js +5 -1
- package/dist/utils/charts/simple/simple-charts.js.map +1 -1
- package/dist/utils/commands/report.d.ts +5 -2
- package/dist/utils/commands/report.js +21 -7
- package/dist/utils/commands/report.js.map +1 -1
- package/dist/utils/consts.d.ts +1 -0
- package/dist/utils/consts.js +5 -0
- package/dist/utils/consts.js.map +1 -1
- package/dist/utils/fetchCL.d.ts +10 -0
- package/dist/utils/fetchCL.js +19 -0
- package/dist/utils/fetchCL.js.map +1 -1
- package/dist/utils/health/health-utils.d.ts +2 -27707
- package/dist/utils/health/health-utils.js +26 -8
- package/dist/utils/health/health-utils.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/prompts/operations.js +1 -3
- package/dist/utils/prompts/operations.js.map +1 -1
- package/dist/utils/rate-limit.d.ts +10 -0
- package/dist/utils/rate-limit.js +30 -0
- package/dist/utils/rate-limit.js.map +1 -0
- package/dist/utils/read-programs-by-abi.js +22 -4
- package/dist/utils/read-programs-by-abi.js.map +1 -1
- package/dist/utils/report/statistic-data.js +8 -2
- package/dist/utils/report/statistic-data.js.map +1 -1
- package/dist/utils/share-rate.js +16 -4
- package/dist/utils/share-rate.js.map +1 -1
- package/dist/utils/sleep.js.map +1 -1
- package/dist/utils/transactions/tx-private-key.d.ts +3 -5
- package/dist/utils/transactions/tx-private-key.js +13 -10
- package/dist/utils/transactions/tx-private-key.js.map +1 -1
- package/dist/utils/transactions/types.d.ts +7 -0
- package/dist/utils/transactions/utils.js +2 -2
- package/dist/utils/transactions/utils.js.map +1 -1
- package/dist/version/index.js +1 -1
- package/package.json +3 -12
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js +0 -180
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js.map +0 -1
- /package/dist/programs/defi-wrapper/use-cases/{wrapper-operations/create-pool.d.ts → distributor/read.d.ts} +0 -0
package/dist/abi/StEth.d.ts
CHANGED
|
@@ -12,6 +12,28 @@ export declare const StEthAbi: readonly [{
|
|
|
12
12
|
readonly payable: false;
|
|
13
13
|
readonly stateMutability: "view";
|
|
14
14
|
readonly type: "function";
|
|
15
|
+
}, {
|
|
16
|
+
readonly constant: false;
|
|
17
|
+
readonly inputs: readonly [];
|
|
18
|
+
readonly name: "resume";
|
|
19
|
+
readonly outputs: readonly [];
|
|
20
|
+
readonly payable: false;
|
|
21
|
+
readonly stateMutability: "nonpayable";
|
|
22
|
+
readonly type: "function";
|
|
23
|
+
}, {
|
|
24
|
+
readonly constant: false;
|
|
25
|
+
readonly inputs: readonly [{
|
|
26
|
+
readonly name: "_recipient";
|
|
27
|
+
readonly type: "address";
|
|
28
|
+
}, {
|
|
29
|
+
readonly name: "_amountOfShares";
|
|
30
|
+
readonly type: "uint256";
|
|
31
|
+
}];
|
|
32
|
+
readonly name: "mintExternalShares";
|
|
33
|
+
readonly outputs: readonly [];
|
|
34
|
+
readonly payable: false;
|
|
35
|
+
readonly stateMutability: "nonpayable";
|
|
36
|
+
readonly type: "function";
|
|
15
37
|
}, {
|
|
16
38
|
readonly constant: true;
|
|
17
39
|
readonly inputs: readonly [];
|
|
@@ -23,6 +45,25 @@ export declare const StEthAbi: readonly [{
|
|
|
23
45
|
readonly payable: false;
|
|
24
46
|
readonly stateMutability: "pure";
|
|
25
47
|
readonly type: "function";
|
|
48
|
+
}, {
|
|
49
|
+
readonly constant: false;
|
|
50
|
+
readonly inputs: readonly [];
|
|
51
|
+
readonly name: "stop";
|
|
52
|
+
readonly outputs: readonly [];
|
|
53
|
+
readonly payable: false;
|
|
54
|
+
readonly stateMutability: "nonpayable";
|
|
55
|
+
readonly type: "function";
|
|
56
|
+
}, {
|
|
57
|
+
readonly constant: true;
|
|
58
|
+
readonly inputs: readonly [];
|
|
59
|
+
readonly name: "hasInitialized";
|
|
60
|
+
readonly outputs: readonly [{
|
|
61
|
+
readonly name: "";
|
|
62
|
+
readonly type: "bool";
|
|
63
|
+
}];
|
|
64
|
+
readonly payable: false;
|
|
65
|
+
readonly stateMutability: "view";
|
|
66
|
+
readonly type: "function";
|
|
26
67
|
}, {
|
|
27
68
|
readonly constant: false;
|
|
28
69
|
readonly inputs: readonly [{
|
|
@@ -40,6 +81,17 @@ export declare const StEthAbi: readonly [{
|
|
|
40
81
|
readonly payable: false;
|
|
41
82
|
readonly stateMutability: "nonpayable";
|
|
42
83
|
readonly type: "function";
|
|
84
|
+
}, {
|
|
85
|
+
readonly constant: true;
|
|
86
|
+
readonly inputs: readonly [];
|
|
87
|
+
readonly name: "STAKING_CONTROL_ROLE";
|
|
88
|
+
readonly outputs: readonly [{
|
|
89
|
+
readonly name: "";
|
|
90
|
+
readonly type: "bytes32";
|
|
91
|
+
}];
|
|
92
|
+
readonly payable: false;
|
|
93
|
+
readonly stateMutability: "view";
|
|
94
|
+
readonly type: "function";
|
|
43
95
|
}, {
|
|
44
96
|
readonly constant: true;
|
|
45
97
|
readonly inputs: readonly [];
|
|
@@ -65,6 +117,52 @@ export declare const StEthAbi: readonly [{
|
|
|
65
117
|
readonly payable: false;
|
|
66
118
|
readonly stateMutability: "view";
|
|
67
119
|
readonly type: "function";
|
|
120
|
+
}, {
|
|
121
|
+
readonly constant: false;
|
|
122
|
+
readonly inputs: readonly [{
|
|
123
|
+
readonly name: "_reportTimestamp";
|
|
124
|
+
readonly type: "uint256";
|
|
125
|
+
}, {
|
|
126
|
+
readonly name: "_timeElapsed";
|
|
127
|
+
readonly type: "uint256";
|
|
128
|
+
}, {
|
|
129
|
+
readonly name: "_preTotalShares";
|
|
130
|
+
readonly type: "uint256";
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "_preTotalEther";
|
|
133
|
+
readonly type: "uint256";
|
|
134
|
+
}, {
|
|
135
|
+
readonly name: "_postTotalShares";
|
|
136
|
+
readonly type: "uint256";
|
|
137
|
+
}, {
|
|
138
|
+
readonly name: "_postTotalEther";
|
|
139
|
+
readonly type: "uint256";
|
|
140
|
+
}, {
|
|
141
|
+
readonly name: "_postInternalShares";
|
|
142
|
+
readonly type: "uint256";
|
|
143
|
+
}, {
|
|
144
|
+
readonly name: "_postInternalEther";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
}, {
|
|
147
|
+
readonly name: "_sharesMintedAsFees";
|
|
148
|
+
readonly type: "uint256";
|
|
149
|
+
}];
|
|
150
|
+
readonly name: "emitTokenRebase";
|
|
151
|
+
readonly outputs: readonly [];
|
|
152
|
+
readonly payable: false;
|
|
153
|
+
readonly stateMutability: "nonpayable";
|
|
154
|
+
readonly type: "function";
|
|
155
|
+
}, {
|
|
156
|
+
readonly constant: true;
|
|
157
|
+
readonly inputs: readonly [];
|
|
158
|
+
readonly name: "isStakingPaused";
|
|
159
|
+
readonly outputs: readonly [{
|
|
160
|
+
readonly name: "";
|
|
161
|
+
readonly type: "bool";
|
|
162
|
+
}];
|
|
163
|
+
readonly payable: false;
|
|
164
|
+
readonly stateMutability: "view";
|
|
165
|
+
readonly type: "function";
|
|
68
166
|
}, {
|
|
69
167
|
readonly constant: false;
|
|
70
168
|
readonly inputs: readonly [{
|
|
@@ -85,6 +183,45 @@ export declare const StEthAbi: readonly [{
|
|
|
85
183
|
readonly payable: false;
|
|
86
184
|
readonly stateMutability: "nonpayable";
|
|
87
185
|
readonly type: "function";
|
|
186
|
+
}, {
|
|
187
|
+
readonly constant: true;
|
|
188
|
+
readonly inputs: readonly [{
|
|
189
|
+
readonly name: "_script";
|
|
190
|
+
readonly type: "bytes";
|
|
191
|
+
}];
|
|
192
|
+
readonly name: "getEVMScriptExecutor";
|
|
193
|
+
readonly outputs: readonly [{
|
|
194
|
+
readonly name: "";
|
|
195
|
+
readonly type: "address";
|
|
196
|
+
}];
|
|
197
|
+
readonly payable: false;
|
|
198
|
+
readonly stateMutability: "view";
|
|
199
|
+
readonly type: "function";
|
|
200
|
+
}, {
|
|
201
|
+
readonly constant: false;
|
|
202
|
+
readonly inputs: readonly [{
|
|
203
|
+
readonly name: "_maxStakeLimit";
|
|
204
|
+
readonly type: "uint256";
|
|
205
|
+
}, {
|
|
206
|
+
readonly name: "_stakeLimitIncreasePerBlock";
|
|
207
|
+
readonly type: "uint256";
|
|
208
|
+
}];
|
|
209
|
+
readonly name: "setStakingLimit";
|
|
210
|
+
readonly outputs: readonly [];
|
|
211
|
+
readonly payable: false;
|
|
212
|
+
readonly stateMutability: "nonpayable";
|
|
213
|
+
readonly type: "function";
|
|
214
|
+
}, {
|
|
215
|
+
readonly constant: true;
|
|
216
|
+
readonly inputs: readonly [];
|
|
217
|
+
readonly name: "RESUME_ROLE";
|
|
218
|
+
readonly outputs: readonly [{
|
|
219
|
+
readonly name: "";
|
|
220
|
+
readonly type: "bytes32";
|
|
221
|
+
}];
|
|
222
|
+
readonly payable: false;
|
|
223
|
+
readonly stateMutability: "view";
|
|
224
|
+
readonly type: "function";
|
|
88
225
|
}, {
|
|
89
226
|
readonly constant: true;
|
|
90
227
|
readonly inputs: readonly [];
|
|
@@ -96,6 +233,28 @@ export declare const StEthAbi: readonly [{
|
|
|
96
233
|
readonly payable: false;
|
|
97
234
|
readonly stateMutability: "pure";
|
|
98
235
|
readonly type: "function";
|
|
236
|
+
}, {
|
|
237
|
+
readonly constant: true;
|
|
238
|
+
readonly inputs: readonly [];
|
|
239
|
+
readonly name: "getRecoveryVault";
|
|
240
|
+
readonly outputs: readonly [{
|
|
241
|
+
readonly name: "";
|
|
242
|
+
readonly type: "address";
|
|
243
|
+
}];
|
|
244
|
+
readonly payable: false;
|
|
245
|
+
readonly stateMutability: "view";
|
|
246
|
+
readonly type: "function";
|
|
247
|
+
}, {
|
|
248
|
+
readonly constant: true;
|
|
249
|
+
readonly inputs: readonly [];
|
|
250
|
+
readonly name: "DOMAIN_SEPARATOR";
|
|
251
|
+
readonly outputs: readonly [{
|
|
252
|
+
readonly name: "";
|
|
253
|
+
readonly type: "bytes32";
|
|
254
|
+
}];
|
|
255
|
+
readonly payable: false;
|
|
256
|
+
readonly stateMutability: "view";
|
|
257
|
+
readonly type: "function";
|
|
99
258
|
}, {
|
|
100
259
|
readonly constant: true;
|
|
101
260
|
readonly inputs: readonly [];
|
|
@@ -110,27 +269,21 @@ export declare const StEthAbi: readonly [{
|
|
|
110
269
|
}, {
|
|
111
270
|
readonly constant: false;
|
|
112
271
|
readonly inputs: readonly [{
|
|
113
|
-
readonly name: "
|
|
114
|
-
readonly type: "address";
|
|
115
|
-
}, {
|
|
116
|
-
readonly name: "_addedValue";
|
|
272
|
+
readonly name: "_newDepositedValidators";
|
|
117
273
|
readonly type: "uint256";
|
|
118
274
|
}];
|
|
119
|
-
readonly name: "
|
|
120
|
-
readonly outputs: readonly [
|
|
121
|
-
readonly name: "";
|
|
122
|
-
readonly type: "bool";
|
|
123
|
-
}];
|
|
275
|
+
readonly name: "unsafeChangeDepositedValidators";
|
|
276
|
+
readonly outputs: readonly [];
|
|
124
277
|
readonly payable: false;
|
|
125
278
|
readonly stateMutability: "nonpayable";
|
|
126
279
|
readonly type: "function";
|
|
127
280
|
}, {
|
|
128
281
|
readonly constant: true;
|
|
129
282
|
readonly inputs: readonly [];
|
|
130
|
-
readonly name: "
|
|
283
|
+
readonly name: "PAUSE_ROLE";
|
|
131
284
|
readonly outputs: readonly [{
|
|
132
285
|
readonly name: "";
|
|
133
|
-
readonly type: "
|
|
286
|
+
readonly type: "bytes32";
|
|
134
287
|
}];
|
|
135
288
|
readonly payable: false;
|
|
136
289
|
readonly stateMutability: "view";
|
|
@@ -138,44 +291,46 @@ export declare const StEthAbi: readonly [{
|
|
|
138
291
|
}, {
|
|
139
292
|
readonly constant: false;
|
|
140
293
|
readonly inputs: readonly [{
|
|
141
|
-
readonly name: "
|
|
142
|
-
readonly type: "address";
|
|
143
|
-
}, {
|
|
144
|
-
readonly name: "_recipient";
|
|
294
|
+
readonly name: "_spender";
|
|
145
295
|
readonly type: "address";
|
|
146
296
|
}, {
|
|
147
|
-
readonly name: "
|
|
297
|
+
readonly name: "_addedValue";
|
|
148
298
|
readonly type: "uint256";
|
|
149
299
|
}];
|
|
150
|
-
readonly name: "
|
|
300
|
+
readonly name: "increaseAllowance";
|
|
151
301
|
readonly outputs: readonly [{
|
|
152
302
|
readonly name: "";
|
|
153
|
-
readonly type: "
|
|
303
|
+
readonly type: "bool";
|
|
154
304
|
}];
|
|
155
305
|
readonly payable: false;
|
|
156
306
|
readonly stateMutability: "nonpayable";
|
|
157
307
|
readonly type: "function";
|
|
158
308
|
}, {
|
|
159
309
|
readonly constant: true;
|
|
160
|
-
readonly inputs: readonly [
|
|
161
|
-
|
|
310
|
+
readonly inputs: readonly [];
|
|
311
|
+
readonly name: "getTreasury";
|
|
312
|
+
readonly outputs: readonly [{
|
|
313
|
+
readonly name: "";
|
|
162
314
|
readonly type: "address";
|
|
163
315
|
}];
|
|
164
|
-
readonly
|
|
316
|
+
readonly payable: false;
|
|
317
|
+
readonly stateMutability: "view";
|
|
318
|
+
readonly type: "function";
|
|
319
|
+
}, {
|
|
320
|
+
readonly constant: true;
|
|
321
|
+
readonly inputs: readonly [];
|
|
322
|
+
readonly name: "isStopped";
|
|
165
323
|
readonly outputs: readonly [{
|
|
166
324
|
readonly name: "";
|
|
167
|
-
readonly type: "
|
|
325
|
+
readonly type: "bool";
|
|
168
326
|
}];
|
|
169
327
|
readonly payable: false;
|
|
170
328
|
readonly stateMutability: "view";
|
|
171
329
|
readonly type: "function";
|
|
172
330
|
}, {
|
|
173
331
|
readonly constant: true;
|
|
174
|
-
readonly inputs: readonly [
|
|
175
|
-
|
|
176
|
-
readonly type: "uint256";
|
|
177
|
-
}];
|
|
178
|
-
readonly name: "getPooledEthByShares";
|
|
332
|
+
readonly inputs: readonly [];
|
|
333
|
+
readonly name: "getBufferedEther";
|
|
179
334
|
readonly outputs: readonly [{
|
|
180
335
|
readonly name: "";
|
|
181
336
|
readonly type: "uint256";
|
|
@@ -186,92 +341,151 @@ export declare const StEthAbi: readonly [{
|
|
|
186
341
|
}, {
|
|
187
342
|
readonly constant: false;
|
|
188
343
|
readonly inputs: readonly [{
|
|
189
|
-
readonly name: "
|
|
344
|
+
readonly name: "_lidoLocator";
|
|
190
345
|
readonly type: "address";
|
|
191
346
|
}, {
|
|
192
|
-
readonly name: "
|
|
193
|
-
readonly type: "
|
|
347
|
+
readonly name: "_eip712StETH";
|
|
348
|
+
readonly type: "address";
|
|
194
349
|
}];
|
|
195
|
-
readonly name: "
|
|
196
|
-
readonly outputs: readonly [
|
|
197
|
-
|
|
350
|
+
readonly name: "initialize";
|
|
351
|
+
readonly outputs: readonly [];
|
|
352
|
+
readonly payable: true;
|
|
353
|
+
readonly stateMutability: "payable";
|
|
354
|
+
readonly type: "function";
|
|
355
|
+
}, {
|
|
356
|
+
readonly constant: false;
|
|
357
|
+
readonly inputs: readonly [];
|
|
358
|
+
readonly name: "receiveELRewards";
|
|
359
|
+
readonly outputs: readonly [];
|
|
360
|
+
readonly payable: true;
|
|
361
|
+
readonly stateMutability: "payable";
|
|
362
|
+
readonly type: "function";
|
|
363
|
+
}, {
|
|
364
|
+
readonly constant: false;
|
|
365
|
+
readonly inputs: readonly [{
|
|
366
|
+
readonly name: "_recipient";
|
|
367
|
+
readonly type: "address";
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "_amountOfShares";
|
|
198
370
|
readonly type: "uint256";
|
|
199
371
|
}];
|
|
372
|
+
readonly name: "mintShares";
|
|
373
|
+
readonly outputs: readonly [];
|
|
200
374
|
readonly payable: false;
|
|
201
375
|
readonly stateMutability: "nonpayable";
|
|
202
376
|
readonly type: "function";
|
|
203
377
|
}, {
|
|
204
378
|
readonly constant: true;
|
|
205
379
|
readonly inputs: readonly [];
|
|
206
|
-
readonly name: "
|
|
380
|
+
readonly name: "getWithdrawalCredentials";
|
|
207
381
|
readonly outputs: readonly [{
|
|
208
382
|
readonly name: "";
|
|
209
|
-
readonly type: "
|
|
383
|
+
readonly type: "bytes32";
|
|
210
384
|
}];
|
|
211
385
|
readonly payable: false;
|
|
212
|
-
readonly stateMutability: "
|
|
386
|
+
readonly stateMutability: "view";
|
|
213
387
|
readonly type: "function";
|
|
214
388
|
}, {
|
|
215
389
|
readonly constant: false;
|
|
216
390
|
readonly inputs: readonly [{
|
|
217
|
-
readonly name: "
|
|
218
|
-
readonly type: "
|
|
391
|
+
readonly name: "_reportTimestamp";
|
|
392
|
+
readonly type: "uint256";
|
|
219
393
|
}, {
|
|
220
|
-
readonly name: "
|
|
394
|
+
readonly name: "_preClValidators";
|
|
395
|
+
readonly type: "uint256";
|
|
396
|
+
}, {
|
|
397
|
+
readonly name: "_reportClValidators";
|
|
398
|
+
readonly type: "uint256";
|
|
399
|
+
}, {
|
|
400
|
+
readonly name: "_reportClBalance";
|
|
221
401
|
readonly type: "uint256";
|
|
222
402
|
}];
|
|
223
|
-
readonly name: "
|
|
403
|
+
readonly name: "processClStateUpdate";
|
|
404
|
+
readonly outputs: readonly [];
|
|
405
|
+
readonly payable: false;
|
|
406
|
+
readonly stateMutability: "nonpayable";
|
|
407
|
+
readonly type: "function";
|
|
408
|
+
}, {
|
|
409
|
+
readonly constant: true;
|
|
410
|
+
readonly inputs: readonly [];
|
|
411
|
+
readonly name: "getCurrentStakeLimit";
|
|
224
412
|
readonly outputs: readonly [{
|
|
225
413
|
readonly name: "";
|
|
226
|
-
readonly type: "
|
|
414
|
+
readonly type: "uint256";
|
|
227
415
|
}];
|
|
228
416
|
readonly payable: false;
|
|
229
|
-
readonly stateMutability: "
|
|
417
|
+
readonly stateMutability: "view";
|
|
418
|
+
readonly type: "function";
|
|
419
|
+
}, {
|
|
420
|
+
readonly constant: true;
|
|
421
|
+
readonly inputs: readonly [];
|
|
422
|
+
readonly name: "getExternalShares";
|
|
423
|
+
readonly outputs: readonly [{
|
|
424
|
+
readonly name: "";
|
|
425
|
+
readonly type: "uint256";
|
|
426
|
+
}];
|
|
427
|
+
readonly payable: false;
|
|
428
|
+
readonly stateMutability: "view";
|
|
230
429
|
readonly type: "function";
|
|
231
430
|
}, {
|
|
232
431
|
readonly constant: false;
|
|
233
432
|
readonly inputs: readonly [{
|
|
234
|
-
readonly name: "
|
|
235
|
-
readonly type: "address";
|
|
236
|
-
}, {
|
|
237
|
-
readonly name: "_amount";
|
|
433
|
+
readonly name: "_amountOfShares";
|
|
238
434
|
readonly type: "uint256";
|
|
239
435
|
}];
|
|
240
|
-
readonly name: "
|
|
241
|
-
readonly outputs: readonly [
|
|
242
|
-
readonly name: "";
|
|
243
|
-
readonly type: "bool";
|
|
244
|
-
}];
|
|
436
|
+
readonly name: "internalizeExternalBadDebt";
|
|
437
|
+
readonly outputs: readonly [];
|
|
245
438
|
readonly payable: false;
|
|
246
439
|
readonly stateMutability: "nonpayable";
|
|
247
440
|
readonly type: "function";
|
|
248
441
|
}, {
|
|
249
442
|
readonly constant: true;
|
|
250
443
|
readonly inputs: readonly [];
|
|
251
|
-
readonly name: "
|
|
444
|
+
readonly name: "getStakeLimitFullInfo";
|
|
252
445
|
readonly outputs: readonly [{
|
|
253
|
-
readonly name: "";
|
|
446
|
+
readonly name: "isStakingPaused_";
|
|
447
|
+
readonly type: "bool";
|
|
448
|
+
}, {
|
|
449
|
+
readonly name: "isStakingLimitSet";
|
|
450
|
+
readonly type: "bool";
|
|
451
|
+
}, {
|
|
452
|
+
readonly name: "currentStakeLimit";
|
|
453
|
+
readonly type: "uint256";
|
|
454
|
+
}, {
|
|
455
|
+
readonly name: "maxStakeLimit";
|
|
456
|
+
readonly type: "uint256";
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "maxStakeLimitGrowthBlocks";
|
|
459
|
+
readonly type: "uint256";
|
|
460
|
+
}, {
|
|
461
|
+
readonly name: "prevStakeLimit";
|
|
462
|
+
readonly type: "uint256";
|
|
463
|
+
}, {
|
|
464
|
+
readonly name: "prevStakeBlockNumber";
|
|
254
465
|
readonly type: "uint256";
|
|
255
466
|
}];
|
|
256
467
|
readonly payable: false;
|
|
257
468
|
readonly stateMutability: "view";
|
|
258
469
|
readonly type: "function";
|
|
259
470
|
}, {
|
|
260
|
-
readonly constant:
|
|
471
|
+
readonly constant: false;
|
|
261
472
|
readonly inputs: readonly [{
|
|
262
|
-
readonly name: "
|
|
473
|
+
readonly name: "_sender";
|
|
263
474
|
readonly type: "address";
|
|
264
475
|
}, {
|
|
265
|
-
readonly name: "
|
|
476
|
+
readonly name: "_recipient";
|
|
266
477
|
readonly type: "address";
|
|
478
|
+
}, {
|
|
479
|
+
readonly name: "_sharesAmount";
|
|
480
|
+
readonly type: "uint256";
|
|
267
481
|
}];
|
|
268
|
-
readonly name: "
|
|
482
|
+
readonly name: "transferSharesFrom";
|
|
269
483
|
readonly outputs: readonly [{
|
|
270
484
|
readonly name: "";
|
|
271
485
|
readonly type: "uint256";
|
|
272
486
|
}];
|
|
273
487
|
readonly payable: false;
|
|
274
|
-
readonly stateMutability: "
|
|
488
|
+
readonly stateMutability: "nonpayable";
|
|
275
489
|
readonly type: "function";
|
|
276
490
|
}, {
|
|
277
491
|
readonly constant: true;
|
|
@@ -279,7 +493,610 @@ export declare const StEthAbi: readonly [{
|
|
|
279
493
|
readonly name: "_account";
|
|
280
494
|
readonly type: "address";
|
|
281
495
|
}];
|
|
282
|
-
readonly name: "
|
|
496
|
+
readonly name: "balanceOf";
|
|
497
|
+
readonly outputs: readonly [{
|
|
498
|
+
readonly name: "";
|
|
499
|
+
readonly type: "uint256";
|
|
500
|
+
}];
|
|
501
|
+
readonly payable: false;
|
|
502
|
+
readonly stateMutability: "view";
|
|
503
|
+
readonly type: "function";
|
|
504
|
+
}, {
|
|
505
|
+
readonly constant: false;
|
|
506
|
+
readonly inputs: readonly [{
|
|
507
|
+
readonly name: "_amountOfShares";
|
|
508
|
+
readonly type: "uint256";
|
|
509
|
+
}];
|
|
510
|
+
readonly name: "burnExternalShares";
|
|
511
|
+
readonly outputs: readonly [];
|
|
512
|
+
readonly payable: false;
|
|
513
|
+
readonly stateMutability: "nonpayable";
|
|
514
|
+
readonly type: "function";
|
|
515
|
+
}, {
|
|
516
|
+
readonly constant: false;
|
|
517
|
+
readonly inputs: readonly [];
|
|
518
|
+
readonly name: "resumeStaking";
|
|
519
|
+
readonly outputs: readonly [];
|
|
520
|
+
readonly payable: false;
|
|
521
|
+
readonly stateMutability: "nonpayable";
|
|
522
|
+
readonly type: "function";
|
|
523
|
+
}, {
|
|
524
|
+
readonly constant: true;
|
|
525
|
+
readonly inputs: readonly [];
|
|
526
|
+
readonly name: "getFeeDistribution";
|
|
527
|
+
readonly outputs: readonly [{
|
|
528
|
+
readonly name: "treasuryFeeBasisPoints";
|
|
529
|
+
readonly type: "uint16";
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "insuranceFeeBasisPoints";
|
|
532
|
+
readonly type: "uint16";
|
|
533
|
+
}, {
|
|
534
|
+
readonly name: "operatorsFeeBasisPoints";
|
|
535
|
+
readonly type: "uint16";
|
|
536
|
+
}];
|
|
537
|
+
readonly payable: false;
|
|
538
|
+
readonly stateMutability: "view";
|
|
539
|
+
readonly type: "function";
|
|
540
|
+
}, {
|
|
541
|
+
readonly constant: false;
|
|
542
|
+
readonly inputs: readonly [];
|
|
543
|
+
readonly name: "receiveWithdrawals";
|
|
544
|
+
readonly outputs: readonly [];
|
|
545
|
+
readonly payable: true;
|
|
546
|
+
readonly stateMutability: "payable";
|
|
547
|
+
readonly type: "function";
|
|
548
|
+
}, {
|
|
549
|
+
readonly constant: true;
|
|
550
|
+
readonly inputs: readonly [{
|
|
551
|
+
readonly name: "_sharesAmount";
|
|
552
|
+
readonly type: "uint256";
|
|
553
|
+
}];
|
|
554
|
+
readonly name: "getPooledEthByShares";
|
|
555
|
+
readonly outputs: readonly [{
|
|
556
|
+
readonly name: "";
|
|
557
|
+
readonly type: "uint256";
|
|
558
|
+
}];
|
|
559
|
+
readonly payable: false;
|
|
560
|
+
readonly stateMutability: "view";
|
|
561
|
+
readonly type: "function";
|
|
562
|
+
}, {
|
|
563
|
+
readonly constant: false;
|
|
564
|
+
readonly inputs: readonly [{
|
|
565
|
+
readonly name: "_amountOfShares";
|
|
566
|
+
readonly type: "uint256";
|
|
567
|
+
}];
|
|
568
|
+
readonly name: "rebalanceExternalEtherToInternal";
|
|
569
|
+
readonly outputs: readonly [];
|
|
570
|
+
readonly payable: true;
|
|
571
|
+
readonly stateMutability: "payable";
|
|
572
|
+
readonly type: "function";
|
|
573
|
+
}, {
|
|
574
|
+
readonly constant: true;
|
|
575
|
+
readonly inputs: readonly [{
|
|
576
|
+
readonly name: "token";
|
|
577
|
+
readonly type: "address";
|
|
578
|
+
}];
|
|
579
|
+
readonly name: "allowRecoverability";
|
|
580
|
+
readonly outputs: readonly [{
|
|
581
|
+
readonly name: "";
|
|
582
|
+
readonly type: "bool";
|
|
583
|
+
}];
|
|
584
|
+
readonly payable: false;
|
|
585
|
+
readonly stateMutability: "view";
|
|
586
|
+
readonly type: "function";
|
|
587
|
+
}, {
|
|
588
|
+
readonly constant: true;
|
|
589
|
+
readonly inputs: readonly [{
|
|
590
|
+
readonly name: "owner";
|
|
591
|
+
readonly type: "address";
|
|
592
|
+
}];
|
|
593
|
+
readonly name: "nonces";
|
|
594
|
+
readonly outputs: readonly [{
|
|
595
|
+
readonly name: "";
|
|
596
|
+
readonly type: "uint256";
|
|
597
|
+
}];
|
|
598
|
+
readonly payable: false;
|
|
599
|
+
readonly stateMutability: "view";
|
|
600
|
+
readonly type: "function";
|
|
601
|
+
}, {
|
|
602
|
+
readonly constant: true;
|
|
603
|
+
readonly inputs: readonly [];
|
|
604
|
+
readonly name: "appId";
|
|
605
|
+
readonly outputs: readonly [{
|
|
606
|
+
readonly name: "";
|
|
607
|
+
readonly type: "bytes32";
|
|
608
|
+
}];
|
|
609
|
+
readonly payable: false;
|
|
610
|
+
readonly stateMutability: "view";
|
|
611
|
+
readonly type: "function";
|
|
612
|
+
}, {
|
|
613
|
+
readonly constant: true;
|
|
614
|
+
readonly inputs: readonly [];
|
|
615
|
+
readonly name: "eip712Domain";
|
|
616
|
+
readonly outputs: readonly [{
|
|
617
|
+
readonly name: "name";
|
|
618
|
+
readonly type: "string";
|
|
619
|
+
}, {
|
|
620
|
+
readonly name: "version";
|
|
621
|
+
readonly type: "string";
|
|
622
|
+
}, {
|
|
623
|
+
readonly name: "chainId";
|
|
624
|
+
readonly type: "uint256";
|
|
625
|
+
}, {
|
|
626
|
+
readonly name: "verifyingContract";
|
|
627
|
+
readonly type: "address";
|
|
628
|
+
}];
|
|
629
|
+
readonly payable: false;
|
|
630
|
+
readonly stateMutability: "view";
|
|
631
|
+
readonly type: "function";
|
|
632
|
+
}, {
|
|
633
|
+
readonly constant: false;
|
|
634
|
+
readonly inputs: readonly [{
|
|
635
|
+
readonly name: "_amountOfShares";
|
|
636
|
+
readonly type: "uint256";
|
|
637
|
+
}];
|
|
638
|
+
readonly name: "burnShares";
|
|
639
|
+
readonly outputs: readonly [];
|
|
640
|
+
readonly payable: false;
|
|
641
|
+
readonly stateMutability: "nonpayable";
|
|
642
|
+
readonly type: "function";
|
|
643
|
+
}, {
|
|
644
|
+
readonly constant: false;
|
|
645
|
+
readonly inputs: readonly [{
|
|
646
|
+
readonly name: "_oldBurner";
|
|
647
|
+
readonly type: "address";
|
|
648
|
+
}, {
|
|
649
|
+
readonly name: "_contractsWithBurnerAllowances";
|
|
650
|
+
readonly type: "address[]";
|
|
651
|
+
}, {
|
|
652
|
+
readonly name: "_initialMaxExternalRatioBP";
|
|
653
|
+
readonly type: "uint256";
|
|
654
|
+
}];
|
|
655
|
+
readonly name: "finalizeUpgrade_v3";
|
|
656
|
+
readonly outputs: readonly [];
|
|
657
|
+
readonly payable: false;
|
|
658
|
+
readonly stateMutability: "nonpayable";
|
|
659
|
+
readonly type: "function";
|
|
660
|
+
}, {
|
|
661
|
+
readonly constant: true;
|
|
662
|
+
readonly inputs: readonly [];
|
|
663
|
+
readonly name: "getMaxMintableExternalShares";
|
|
664
|
+
readonly outputs: readonly [{
|
|
665
|
+
readonly name: "";
|
|
666
|
+
readonly type: "uint256";
|
|
667
|
+
}];
|
|
668
|
+
readonly payable: false;
|
|
669
|
+
readonly stateMutability: "view";
|
|
670
|
+
readonly type: "function";
|
|
671
|
+
}, {
|
|
672
|
+
readonly constant: true;
|
|
673
|
+
readonly inputs: readonly [];
|
|
674
|
+
readonly name: "getContractVersion";
|
|
675
|
+
readonly outputs: readonly [{
|
|
676
|
+
readonly name: "";
|
|
677
|
+
readonly type: "uint256";
|
|
678
|
+
}];
|
|
679
|
+
readonly payable: false;
|
|
680
|
+
readonly stateMutability: "view";
|
|
681
|
+
readonly type: "function";
|
|
682
|
+
}, {
|
|
683
|
+
readonly constant: true;
|
|
684
|
+
readonly inputs: readonly [];
|
|
685
|
+
readonly name: "getInitializationBlock";
|
|
686
|
+
readonly outputs: readonly [{
|
|
687
|
+
readonly name: "";
|
|
688
|
+
readonly type: "uint256";
|
|
689
|
+
}];
|
|
690
|
+
readonly payable: false;
|
|
691
|
+
readonly stateMutability: "view";
|
|
692
|
+
readonly type: "function";
|
|
693
|
+
}, {
|
|
694
|
+
readonly constant: false;
|
|
695
|
+
readonly inputs: readonly [{
|
|
696
|
+
readonly name: "_recipient";
|
|
697
|
+
readonly type: "address";
|
|
698
|
+
}, {
|
|
699
|
+
readonly name: "_sharesAmount";
|
|
700
|
+
readonly type: "uint256";
|
|
701
|
+
}];
|
|
702
|
+
readonly name: "transferShares";
|
|
703
|
+
readonly outputs: readonly [{
|
|
704
|
+
readonly name: "";
|
|
705
|
+
readonly type: "uint256";
|
|
706
|
+
}];
|
|
707
|
+
readonly payable: false;
|
|
708
|
+
readonly stateMutability: "nonpayable";
|
|
709
|
+
readonly type: "function";
|
|
710
|
+
}, {
|
|
711
|
+
readonly constant: false;
|
|
712
|
+
readonly inputs: readonly [{
|
|
713
|
+
readonly name: "_reportTimestamp";
|
|
714
|
+
readonly type: "uint256";
|
|
715
|
+
}, {
|
|
716
|
+
readonly name: "_reportClBalance";
|
|
717
|
+
readonly type: "uint256";
|
|
718
|
+
}, {
|
|
719
|
+
readonly name: "_principalCLBalance";
|
|
720
|
+
readonly type: "uint256";
|
|
721
|
+
}, {
|
|
722
|
+
readonly name: "_withdrawalsToWithdraw";
|
|
723
|
+
readonly type: "uint256";
|
|
724
|
+
}, {
|
|
725
|
+
readonly name: "_elRewardsToWithdraw";
|
|
726
|
+
readonly type: "uint256";
|
|
727
|
+
}, {
|
|
728
|
+
readonly name: "_lastWithdrawalRequestToFinalize";
|
|
729
|
+
readonly type: "uint256";
|
|
730
|
+
}, {
|
|
731
|
+
readonly name: "_withdrawalsShareRate";
|
|
732
|
+
readonly type: "uint256";
|
|
733
|
+
}, {
|
|
734
|
+
readonly name: "_etherToLockOnWithdrawalQueue";
|
|
735
|
+
readonly type: "uint256";
|
|
736
|
+
}];
|
|
737
|
+
readonly name: "collectRewardsAndProcessWithdrawals";
|
|
738
|
+
readonly outputs: readonly [];
|
|
739
|
+
readonly payable: false;
|
|
740
|
+
readonly stateMutability: "nonpayable";
|
|
741
|
+
readonly type: "function";
|
|
742
|
+
}, {
|
|
743
|
+
readonly constant: true;
|
|
744
|
+
readonly inputs: readonly [];
|
|
745
|
+
readonly name: "symbol";
|
|
746
|
+
readonly outputs: readonly [{
|
|
747
|
+
readonly name: "";
|
|
748
|
+
readonly type: "string";
|
|
749
|
+
}];
|
|
750
|
+
readonly payable: false;
|
|
751
|
+
readonly stateMutability: "pure";
|
|
752
|
+
readonly type: "function";
|
|
753
|
+
}, {
|
|
754
|
+
readonly constant: true;
|
|
755
|
+
readonly inputs: readonly [];
|
|
756
|
+
readonly name: "getEIP712StETH";
|
|
757
|
+
readonly outputs: readonly [{
|
|
758
|
+
readonly name: "";
|
|
759
|
+
readonly type: "address";
|
|
760
|
+
}];
|
|
761
|
+
readonly payable: false;
|
|
762
|
+
readonly stateMutability: "view";
|
|
763
|
+
readonly type: "function";
|
|
764
|
+
}, {
|
|
765
|
+
readonly constant: true;
|
|
766
|
+
readonly inputs: readonly [];
|
|
767
|
+
readonly name: "getMaxExternalRatioBP";
|
|
768
|
+
readonly outputs: readonly [{
|
|
769
|
+
readonly name: "";
|
|
770
|
+
readonly type: "uint256";
|
|
771
|
+
}];
|
|
772
|
+
readonly payable: false;
|
|
773
|
+
readonly stateMutability: "view";
|
|
774
|
+
readonly type: "function";
|
|
775
|
+
}, {
|
|
776
|
+
readonly constant: false;
|
|
777
|
+
readonly inputs: readonly [{
|
|
778
|
+
readonly name: "";
|
|
779
|
+
readonly type: "address";
|
|
780
|
+
}];
|
|
781
|
+
readonly name: "transferToVault";
|
|
782
|
+
readonly outputs: readonly [];
|
|
783
|
+
readonly payable: false;
|
|
784
|
+
readonly stateMutability: "nonpayable";
|
|
785
|
+
readonly type: "function";
|
|
786
|
+
}, {
|
|
787
|
+
readonly constant: true;
|
|
788
|
+
readonly inputs: readonly [{
|
|
789
|
+
readonly name: "_sender";
|
|
790
|
+
readonly type: "address";
|
|
791
|
+
}, {
|
|
792
|
+
readonly name: "_role";
|
|
793
|
+
readonly type: "bytes32";
|
|
794
|
+
}, {
|
|
795
|
+
readonly name: "_params";
|
|
796
|
+
readonly type: "uint256[]";
|
|
797
|
+
}];
|
|
798
|
+
readonly name: "canPerform";
|
|
799
|
+
readonly outputs: readonly [{
|
|
800
|
+
readonly name: "";
|
|
801
|
+
readonly type: "bool";
|
|
802
|
+
}];
|
|
803
|
+
readonly payable: false;
|
|
804
|
+
readonly stateMutability: "view";
|
|
805
|
+
readonly type: "function";
|
|
806
|
+
}, {
|
|
807
|
+
readonly constant: false;
|
|
808
|
+
readonly inputs: readonly [{
|
|
809
|
+
readonly name: "_referral";
|
|
810
|
+
readonly type: "address";
|
|
811
|
+
}];
|
|
812
|
+
readonly name: "submit";
|
|
813
|
+
readonly outputs: readonly [{
|
|
814
|
+
readonly name: "";
|
|
815
|
+
readonly type: "uint256";
|
|
816
|
+
}];
|
|
817
|
+
readonly payable: true;
|
|
818
|
+
readonly stateMutability: "payable";
|
|
819
|
+
readonly type: "function";
|
|
820
|
+
}, {
|
|
821
|
+
readonly constant: false;
|
|
822
|
+
readonly inputs: readonly [{
|
|
823
|
+
readonly name: "_spender";
|
|
824
|
+
readonly type: "address";
|
|
825
|
+
}, {
|
|
826
|
+
readonly name: "_subtractedValue";
|
|
827
|
+
readonly type: "uint256";
|
|
828
|
+
}];
|
|
829
|
+
readonly name: "decreaseAllowance";
|
|
830
|
+
readonly outputs: readonly [{
|
|
831
|
+
readonly name: "";
|
|
832
|
+
readonly type: "bool";
|
|
833
|
+
}];
|
|
834
|
+
readonly payable: false;
|
|
835
|
+
readonly stateMutability: "nonpayable";
|
|
836
|
+
readonly type: "function";
|
|
837
|
+
}, {
|
|
838
|
+
readonly constant: true;
|
|
839
|
+
readonly inputs: readonly [];
|
|
840
|
+
readonly name: "getEVMScriptRegistry";
|
|
841
|
+
readonly outputs: readonly [{
|
|
842
|
+
readonly name: "";
|
|
843
|
+
readonly type: "address";
|
|
844
|
+
}];
|
|
845
|
+
readonly payable: false;
|
|
846
|
+
readonly stateMutability: "view";
|
|
847
|
+
readonly type: "function";
|
|
848
|
+
}, {
|
|
849
|
+
readonly constant: false;
|
|
850
|
+
readonly inputs: readonly [{
|
|
851
|
+
readonly name: "_recipient";
|
|
852
|
+
readonly type: "address";
|
|
853
|
+
}, {
|
|
854
|
+
readonly name: "_amount";
|
|
855
|
+
readonly type: "uint256";
|
|
856
|
+
}];
|
|
857
|
+
readonly name: "transfer";
|
|
858
|
+
readonly outputs: readonly [{
|
|
859
|
+
readonly name: "";
|
|
860
|
+
readonly type: "bool";
|
|
861
|
+
}];
|
|
862
|
+
readonly payable: false;
|
|
863
|
+
readonly stateMutability: "nonpayable";
|
|
864
|
+
readonly type: "function";
|
|
865
|
+
}, {
|
|
866
|
+
readonly constant: false;
|
|
867
|
+
readonly inputs: readonly [{
|
|
868
|
+
readonly name: "_maxDepositsCount";
|
|
869
|
+
readonly type: "uint256";
|
|
870
|
+
}, {
|
|
871
|
+
readonly name: "_stakingModuleId";
|
|
872
|
+
readonly type: "uint256";
|
|
873
|
+
}, {
|
|
874
|
+
readonly name: "_depositCalldata";
|
|
875
|
+
readonly type: "bytes";
|
|
876
|
+
}];
|
|
877
|
+
readonly name: "deposit";
|
|
878
|
+
readonly outputs: readonly [];
|
|
879
|
+
readonly payable: false;
|
|
880
|
+
readonly stateMutability: "nonpayable";
|
|
881
|
+
readonly type: "function";
|
|
882
|
+
}, {
|
|
883
|
+
readonly constant: true;
|
|
884
|
+
readonly inputs: readonly [];
|
|
885
|
+
readonly name: "UNSAFE_CHANGE_DEPOSITED_VALIDATORS_ROLE";
|
|
886
|
+
readonly outputs: readonly [{
|
|
887
|
+
readonly name: "";
|
|
888
|
+
readonly type: "bytes32";
|
|
889
|
+
}];
|
|
890
|
+
readonly payable: false;
|
|
891
|
+
readonly stateMutability: "view";
|
|
892
|
+
readonly type: "function";
|
|
893
|
+
}, {
|
|
894
|
+
readonly constant: true;
|
|
895
|
+
readonly inputs: readonly [];
|
|
896
|
+
readonly name: "getBeaconStat";
|
|
897
|
+
readonly outputs: readonly [{
|
|
898
|
+
readonly name: "depositedValidators";
|
|
899
|
+
readonly type: "uint256";
|
|
900
|
+
}, {
|
|
901
|
+
readonly name: "beaconValidators";
|
|
902
|
+
readonly type: "uint256";
|
|
903
|
+
}, {
|
|
904
|
+
readonly name: "beaconBalance";
|
|
905
|
+
readonly type: "uint256";
|
|
906
|
+
}];
|
|
907
|
+
readonly payable: false;
|
|
908
|
+
readonly stateMutability: "view";
|
|
909
|
+
readonly type: "function";
|
|
910
|
+
}, {
|
|
911
|
+
readonly constant: false;
|
|
912
|
+
readonly inputs: readonly [];
|
|
913
|
+
readonly name: "removeStakingLimit";
|
|
914
|
+
readonly outputs: readonly [];
|
|
915
|
+
readonly payable: false;
|
|
916
|
+
readonly stateMutability: "nonpayable";
|
|
917
|
+
readonly type: "function";
|
|
918
|
+
}, {
|
|
919
|
+
readonly constant: true;
|
|
920
|
+
readonly inputs: readonly [];
|
|
921
|
+
readonly name: "getFee";
|
|
922
|
+
readonly outputs: readonly [{
|
|
923
|
+
readonly name: "totalFee";
|
|
924
|
+
readonly type: "uint16";
|
|
925
|
+
}];
|
|
926
|
+
readonly payable: false;
|
|
927
|
+
readonly stateMutability: "view";
|
|
928
|
+
readonly type: "function";
|
|
929
|
+
}, {
|
|
930
|
+
readonly constant: true;
|
|
931
|
+
readonly inputs: readonly [];
|
|
932
|
+
readonly name: "kernel";
|
|
933
|
+
readonly outputs: readonly [{
|
|
934
|
+
readonly name: "";
|
|
935
|
+
readonly type: "address";
|
|
936
|
+
}];
|
|
937
|
+
readonly payable: false;
|
|
938
|
+
readonly stateMutability: "view";
|
|
939
|
+
readonly type: "function";
|
|
940
|
+
}, {
|
|
941
|
+
readonly constant: true;
|
|
942
|
+
readonly inputs: readonly [];
|
|
943
|
+
readonly name: "getTotalShares";
|
|
944
|
+
readonly outputs: readonly [{
|
|
945
|
+
readonly name: "";
|
|
946
|
+
readonly type: "uint256";
|
|
947
|
+
}];
|
|
948
|
+
readonly payable: false;
|
|
949
|
+
readonly stateMutability: "view";
|
|
950
|
+
readonly type: "function";
|
|
951
|
+
}, {
|
|
952
|
+
readonly constant: false;
|
|
953
|
+
readonly inputs: readonly [{
|
|
954
|
+
readonly name: "_owner";
|
|
955
|
+
readonly type: "address";
|
|
956
|
+
}, {
|
|
957
|
+
readonly name: "_spender";
|
|
958
|
+
readonly type: "address";
|
|
959
|
+
}, {
|
|
960
|
+
readonly name: "_value";
|
|
961
|
+
readonly type: "uint256";
|
|
962
|
+
}, {
|
|
963
|
+
readonly name: "_deadline";
|
|
964
|
+
readonly type: "uint256";
|
|
965
|
+
}, {
|
|
966
|
+
readonly name: "_v";
|
|
967
|
+
readonly type: "uint8";
|
|
968
|
+
}, {
|
|
969
|
+
readonly name: "_r";
|
|
970
|
+
readonly type: "bytes32";
|
|
971
|
+
}, {
|
|
972
|
+
readonly name: "_s";
|
|
973
|
+
readonly type: "bytes32";
|
|
974
|
+
}];
|
|
975
|
+
readonly name: "permit";
|
|
976
|
+
readonly outputs: readonly [];
|
|
977
|
+
readonly payable: false;
|
|
978
|
+
readonly stateMutability: "nonpayable";
|
|
979
|
+
readonly type: "function";
|
|
980
|
+
}, {
|
|
981
|
+
readonly constant: true;
|
|
982
|
+
readonly inputs: readonly [{
|
|
983
|
+
readonly name: "_owner";
|
|
984
|
+
readonly type: "address";
|
|
985
|
+
}, {
|
|
986
|
+
readonly name: "_spender";
|
|
987
|
+
readonly type: "address";
|
|
988
|
+
}];
|
|
989
|
+
readonly name: "allowance";
|
|
990
|
+
readonly outputs: readonly [{
|
|
991
|
+
readonly name: "";
|
|
992
|
+
readonly type: "uint256";
|
|
993
|
+
}];
|
|
994
|
+
readonly payable: false;
|
|
995
|
+
readonly stateMutability: "view";
|
|
996
|
+
readonly type: "function";
|
|
997
|
+
}, {
|
|
998
|
+
readonly constant: true;
|
|
999
|
+
readonly inputs: readonly [];
|
|
1000
|
+
readonly name: "isPetrified";
|
|
1001
|
+
readonly outputs: readonly [{
|
|
1002
|
+
readonly name: "";
|
|
1003
|
+
readonly type: "bool";
|
|
1004
|
+
}];
|
|
1005
|
+
readonly payable: false;
|
|
1006
|
+
readonly stateMutability: "view";
|
|
1007
|
+
readonly type: "function";
|
|
1008
|
+
}, {
|
|
1009
|
+
readonly constant: true;
|
|
1010
|
+
readonly inputs: readonly [];
|
|
1011
|
+
readonly name: "getExternalEther";
|
|
1012
|
+
readonly outputs: readonly [{
|
|
1013
|
+
readonly name: "";
|
|
1014
|
+
readonly type: "uint256";
|
|
1015
|
+
}];
|
|
1016
|
+
readonly payable: false;
|
|
1017
|
+
readonly stateMutability: "view";
|
|
1018
|
+
readonly type: "function";
|
|
1019
|
+
}, {
|
|
1020
|
+
readonly constant: true;
|
|
1021
|
+
readonly inputs: readonly [];
|
|
1022
|
+
readonly name: "getLidoLocator";
|
|
1023
|
+
readonly outputs: readonly [{
|
|
1024
|
+
readonly name: "";
|
|
1025
|
+
readonly type: "address";
|
|
1026
|
+
}];
|
|
1027
|
+
readonly payable: false;
|
|
1028
|
+
readonly stateMutability: "view";
|
|
1029
|
+
readonly type: "function";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly constant: true;
|
|
1032
|
+
readonly inputs: readonly [];
|
|
1033
|
+
readonly name: "canDeposit";
|
|
1034
|
+
readonly outputs: readonly [{
|
|
1035
|
+
readonly name: "";
|
|
1036
|
+
readonly type: "bool";
|
|
1037
|
+
}];
|
|
1038
|
+
readonly payable: false;
|
|
1039
|
+
readonly stateMutability: "view";
|
|
1040
|
+
readonly type: "function";
|
|
1041
|
+
}, {
|
|
1042
|
+
readonly constant: true;
|
|
1043
|
+
readonly inputs: readonly [];
|
|
1044
|
+
readonly name: "STAKING_PAUSE_ROLE";
|
|
1045
|
+
readonly outputs: readonly [{
|
|
1046
|
+
readonly name: "";
|
|
1047
|
+
readonly type: "bytes32";
|
|
1048
|
+
}];
|
|
1049
|
+
readonly payable: false;
|
|
1050
|
+
readonly stateMutability: "view";
|
|
1051
|
+
readonly type: "function";
|
|
1052
|
+
}, {
|
|
1053
|
+
readonly constant: true;
|
|
1054
|
+
readonly inputs: readonly [];
|
|
1055
|
+
readonly name: "getDepositableEther";
|
|
1056
|
+
readonly outputs: readonly [{
|
|
1057
|
+
readonly name: "";
|
|
1058
|
+
readonly type: "uint256";
|
|
1059
|
+
}];
|
|
1060
|
+
readonly payable: false;
|
|
1061
|
+
readonly stateMutability: "view";
|
|
1062
|
+
readonly type: "function";
|
|
1063
|
+
}, {
|
|
1064
|
+
readonly constant: false;
|
|
1065
|
+
readonly inputs: readonly [{
|
|
1066
|
+
readonly name: "_maxExternalRatioBP";
|
|
1067
|
+
readonly type: "uint256";
|
|
1068
|
+
}];
|
|
1069
|
+
readonly name: "setMaxExternalRatioBP";
|
|
1070
|
+
readonly outputs: readonly [];
|
|
1071
|
+
readonly payable: false;
|
|
1072
|
+
readonly stateMutability: "nonpayable";
|
|
1073
|
+
readonly type: "function";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly constant: true;
|
|
1076
|
+
readonly inputs: readonly [{
|
|
1077
|
+
readonly name: "_account";
|
|
1078
|
+
readonly type: "address";
|
|
1079
|
+
}];
|
|
1080
|
+
readonly name: "sharesOf";
|
|
1081
|
+
readonly outputs: readonly [{
|
|
1082
|
+
readonly name: "";
|
|
1083
|
+
readonly type: "uint256";
|
|
1084
|
+
}];
|
|
1085
|
+
readonly payable: false;
|
|
1086
|
+
readonly stateMutability: "view";
|
|
1087
|
+
readonly type: "function";
|
|
1088
|
+
}, {
|
|
1089
|
+
readonly constant: false;
|
|
1090
|
+
readonly inputs: readonly [];
|
|
1091
|
+
readonly name: "pauseStaking";
|
|
1092
|
+
readonly outputs: readonly [];
|
|
1093
|
+
readonly payable: false;
|
|
1094
|
+
readonly stateMutability: "nonpayable";
|
|
1095
|
+
readonly type: "function";
|
|
1096
|
+
}, {
|
|
1097
|
+
readonly constant: true;
|
|
1098
|
+
readonly inputs: readonly [];
|
|
1099
|
+
readonly name: "getTotalELRewardsCollected";
|
|
283
1100
|
readonly outputs: readonly [{
|
|
284
1101
|
readonly name: "";
|
|
285
1102
|
readonly type: "uint256";
|
|
@@ -287,6 +1104,296 @@ export declare const StEthAbi: readonly [{
|
|
|
287
1104
|
readonly payable: false;
|
|
288
1105
|
readonly stateMutability: "view";
|
|
289
1106
|
readonly type: "function";
|
|
1107
|
+
}, {
|
|
1108
|
+
readonly payable: true;
|
|
1109
|
+
readonly stateMutability: "payable";
|
|
1110
|
+
readonly type: "fallback";
|
|
1111
|
+
}, {
|
|
1112
|
+
readonly anonymous: false;
|
|
1113
|
+
readonly inputs: readonly [];
|
|
1114
|
+
readonly name: "StakingPaused";
|
|
1115
|
+
readonly type: "event";
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly anonymous: false;
|
|
1118
|
+
readonly inputs: readonly [];
|
|
1119
|
+
readonly name: "StakingResumed";
|
|
1120
|
+
readonly type: "event";
|
|
1121
|
+
}, {
|
|
1122
|
+
readonly anonymous: false;
|
|
1123
|
+
readonly inputs: readonly [{
|
|
1124
|
+
readonly indexed: false;
|
|
1125
|
+
readonly name: "maxStakeLimit";
|
|
1126
|
+
readonly type: "uint256";
|
|
1127
|
+
}, {
|
|
1128
|
+
readonly indexed: false;
|
|
1129
|
+
readonly name: "stakeLimitIncreasePerBlock";
|
|
1130
|
+
readonly type: "uint256";
|
|
1131
|
+
}];
|
|
1132
|
+
readonly name: "StakingLimitSet";
|
|
1133
|
+
readonly type: "event";
|
|
1134
|
+
}, {
|
|
1135
|
+
readonly anonymous: false;
|
|
1136
|
+
readonly inputs: readonly [];
|
|
1137
|
+
readonly name: "StakingLimitRemoved";
|
|
1138
|
+
readonly type: "event";
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly anonymous: false;
|
|
1141
|
+
readonly inputs: readonly [{
|
|
1142
|
+
readonly indexed: true;
|
|
1143
|
+
readonly name: "reportTimestamp";
|
|
1144
|
+
readonly type: "uint256";
|
|
1145
|
+
}, {
|
|
1146
|
+
readonly indexed: false;
|
|
1147
|
+
readonly name: "preCLValidators";
|
|
1148
|
+
readonly type: "uint256";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly indexed: false;
|
|
1151
|
+
readonly name: "postCLValidators";
|
|
1152
|
+
readonly type: "uint256";
|
|
1153
|
+
}];
|
|
1154
|
+
readonly name: "CLValidatorsUpdated";
|
|
1155
|
+
readonly type: "event";
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly anonymous: false;
|
|
1158
|
+
readonly inputs: readonly [{
|
|
1159
|
+
readonly indexed: false;
|
|
1160
|
+
readonly name: "depositedValidators";
|
|
1161
|
+
readonly type: "uint256";
|
|
1162
|
+
}];
|
|
1163
|
+
readonly name: "DepositedValidatorsChanged";
|
|
1164
|
+
readonly type: "event";
|
|
1165
|
+
}, {
|
|
1166
|
+
readonly anonymous: false;
|
|
1167
|
+
readonly inputs: readonly [{
|
|
1168
|
+
readonly indexed: true;
|
|
1169
|
+
readonly name: "reportTimestamp";
|
|
1170
|
+
readonly type: "uint256";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly indexed: false;
|
|
1173
|
+
readonly name: "preCLBalance";
|
|
1174
|
+
readonly type: "uint256";
|
|
1175
|
+
}, {
|
|
1176
|
+
readonly indexed: false;
|
|
1177
|
+
readonly name: "postCLBalance";
|
|
1178
|
+
readonly type: "uint256";
|
|
1179
|
+
}, {
|
|
1180
|
+
readonly indexed: false;
|
|
1181
|
+
readonly name: "withdrawalsWithdrawn";
|
|
1182
|
+
readonly type: "uint256";
|
|
1183
|
+
}, {
|
|
1184
|
+
readonly indexed: false;
|
|
1185
|
+
readonly name: "executionLayerRewardsWithdrawn";
|
|
1186
|
+
readonly type: "uint256";
|
|
1187
|
+
}, {
|
|
1188
|
+
readonly indexed: false;
|
|
1189
|
+
readonly name: "postBufferedEther";
|
|
1190
|
+
readonly type: "uint256";
|
|
1191
|
+
}];
|
|
1192
|
+
readonly name: "ETHDistributed";
|
|
1193
|
+
readonly type: "event";
|
|
1194
|
+
}, {
|
|
1195
|
+
readonly anonymous: false;
|
|
1196
|
+
readonly inputs: readonly [{
|
|
1197
|
+
readonly indexed: true;
|
|
1198
|
+
readonly name: "reportTimestamp";
|
|
1199
|
+
readonly type: "uint256";
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly indexed: false;
|
|
1202
|
+
readonly name: "timeElapsed";
|
|
1203
|
+
readonly type: "uint256";
|
|
1204
|
+
}, {
|
|
1205
|
+
readonly indexed: false;
|
|
1206
|
+
readonly name: "preTotalShares";
|
|
1207
|
+
readonly type: "uint256";
|
|
1208
|
+
}, {
|
|
1209
|
+
readonly indexed: false;
|
|
1210
|
+
readonly name: "preTotalEther";
|
|
1211
|
+
readonly type: "uint256";
|
|
1212
|
+
}, {
|
|
1213
|
+
readonly indexed: false;
|
|
1214
|
+
readonly name: "postTotalShares";
|
|
1215
|
+
readonly type: "uint256";
|
|
1216
|
+
}, {
|
|
1217
|
+
readonly indexed: false;
|
|
1218
|
+
readonly name: "postTotalEther";
|
|
1219
|
+
readonly type: "uint256";
|
|
1220
|
+
}, {
|
|
1221
|
+
readonly indexed: false;
|
|
1222
|
+
readonly name: "sharesMintedAsFees";
|
|
1223
|
+
readonly type: "uint256";
|
|
1224
|
+
}];
|
|
1225
|
+
readonly name: "TokenRebased";
|
|
1226
|
+
readonly type: "event";
|
|
1227
|
+
}, {
|
|
1228
|
+
readonly anonymous: false;
|
|
1229
|
+
readonly inputs: readonly [{
|
|
1230
|
+
readonly indexed: false;
|
|
1231
|
+
readonly name: "lidoLocator";
|
|
1232
|
+
readonly type: "address";
|
|
1233
|
+
}];
|
|
1234
|
+
readonly name: "LidoLocatorSet";
|
|
1235
|
+
readonly type: "event";
|
|
1236
|
+
}, {
|
|
1237
|
+
readonly anonymous: false;
|
|
1238
|
+
readonly inputs: readonly [{
|
|
1239
|
+
readonly indexed: false;
|
|
1240
|
+
readonly name: "amount";
|
|
1241
|
+
readonly type: "uint256";
|
|
1242
|
+
}];
|
|
1243
|
+
readonly name: "ELRewardsReceived";
|
|
1244
|
+
readonly type: "event";
|
|
1245
|
+
}, {
|
|
1246
|
+
readonly anonymous: false;
|
|
1247
|
+
readonly inputs: readonly [{
|
|
1248
|
+
readonly indexed: false;
|
|
1249
|
+
readonly name: "amount";
|
|
1250
|
+
readonly type: "uint256";
|
|
1251
|
+
}];
|
|
1252
|
+
readonly name: "WithdrawalsReceived";
|
|
1253
|
+
readonly type: "event";
|
|
1254
|
+
}, {
|
|
1255
|
+
readonly anonymous: false;
|
|
1256
|
+
readonly inputs: readonly [{
|
|
1257
|
+
readonly indexed: true;
|
|
1258
|
+
readonly name: "sender";
|
|
1259
|
+
readonly type: "address";
|
|
1260
|
+
}, {
|
|
1261
|
+
readonly indexed: false;
|
|
1262
|
+
readonly name: "amount";
|
|
1263
|
+
readonly type: "uint256";
|
|
1264
|
+
}, {
|
|
1265
|
+
readonly indexed: false;
|
|
1266
|
+
readonly name: "referral";
|
|
1267
|
+
readonly type: "address";
|
|
1268
|
+
}];
|
|
1269
|
+
readonly name: "Submitted";
|
|
1270
|
+
readonly type: "event";
|
|
1271
|
+
}, {
|
|
1272
|
+
readonly anonymous: false;
|
|
1273
|
+
readonly inputs: readonly [{
|
|
1274
|
+
readonly indexed: false;
|
|
1275
|
+
readonly name: "amount";
|
|
1276
|
+
readonly type: "uint256";
|
|
1277
|
+
}];
|
|
1278
|
+
readonly name: "Unbuffered";
|
|
1279
|
+
readonly type: "event";
|
|
1280
|
+
}, {
|
|
1281
|
+
readonly anonymous: false;
|
|
1282
|
+
readonly inputs: readonly [{
|
|
1283
|
+
readonly indexed: true;
|
|
1284
|
+
readonly name: "reportTimestamp";
|
|
1285
|
+
readonly type: "uint256";
|
|
1286
|
+
}, {
|
|
1287
|
+
readonly indexed: false;
|
|
1288
|
+
readonly name: "postInternalShares";
|
|
1289
|
+
readonly type: "uint256";
|
|
1290
|
+
}, {
|
|
1291
|
+
readonly indexed: false;
|
|
1292
|
+
readonly name: "postInternalEther";
|
|
1293
|
+
readonly type: "uint256";
|
|
1294
|
+
}, {
|
|
1295
|
+
readonly indexed: false;
|
|
1296
|
+
readonly name: "sharesMintedAsFees";
|
|
1297
|
+
readonly type: "uint256";
|
|
1298
|
+
}];
|
|
1299
|
+
readonly name: "InternalShareRateUpdated";
|
|
1300
|
+
readonly type: "event";
|
|
1301
|
+
}, {
|
|
1302
|
+
readonly anonymous: false;
|
|
1303
|
+
readonly inputs: readonly [{
|
|
1304
|
+
readonly indexed: true;
|
|
1305
|
+
readonly name: "receiver";
|
|
1306
|
+
readonly type: "address";
|
|
1307
|
+
}, {
|
|
1308
|
+
readonly indexed: false;
|
|
1309
|
+
readonly name: "amountOfShares";
|
|
1310
|
+
readonly type: "uint256";
|
|
1311
|
+
}];
|
|
1312
|
+
readonly name: "ExternalSharesMinted";
|
|
1313
|
+
readonly type: "event";
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly anonymous: false;
|
|
1316
|
+
readonly inputs: readonly [{
|
|
1317
|
+
readonly indexed: false;
|
|
1318
|
+
readonly name: "amountOfShares";
|
|
1319
|
+
readonly type: "uint256";
|
|
1320
|
+
}];
|
|
1321
|
+
readonly name: "ExternalSharesBurnt";
|
|
1322
|
+
readonly type: "event";
|
|
1323
|
+
}, {
|
|
1324
|
+
readonly anonymous: false;
|
|
1325
|
+
readonly inputs: readonly [{
|
|
1326
|
+
readonly indexed: false;
|
|
1327
|
+
readonly name: "maxExternalRatioBP";
|
|
1328
|
+
readonly type: "uint256";
|
|
1329
|
+
}];
|
|
1330
|
+
readonly name: "MaxExternalRatioBPSet";
|
|
1331
|
+
readonly type: "event";
|
|
1332
|
+
}, {
|
|
1333
|
+
readonly anonymous: false;
|
|
1334
|
+
readonly inputs: readonly [{
|
|
1335
|
+
readonly indexed: false;
|
|
1336
|
+
readonly name: "amount";
|
|
1337
|
+
readonly type: "uint256";
|
|
1338
|
+
}];
|
|
1339
|
+
readonly name: "ExternalEtherTransferredToBuffer";
|
|
1340
|
+
readonly type: "event";
|
|
1341
|
+
}, {
|
|
1342
|
+
readonly anonymous: false;
|
|
1343
|
+
readonly inputs: readonly [{
|
|
1344
|
+
readonly indexed: false;
|
|
1345
|
+
readonly name: "amountOfShares";
|
|
1346
|
+
readonly type: "uint256";
|
|
1347
|
+
}];
|
|
1348
|
+
readonly name: "ExternalBadDebtInternalized";
|
|
1349
|
+
readonly type: "event";
|
|
1350
|
+
}, {
|
|
1351
|
+
readonly anonymous: false;
|
|
1352
|
+
readonly inputs: readonly [{
|
|
1353
|
+
readonly indexed: true;
|
|
1354
|
+
readonly name: "executor";
|
|
1355
|
+
readonly type: "address";
|
|
1356
|
+
}, {
|
|
1357
|
+
readonly indexed: false;
|
|
1358
|
+
readonly name: "script";
|
|
1359
|
+
readonly type: "bytes";
|
|
1360
|
+
}, {
|
|
1361
|
+
readonly indexed: false;
|
|
1362
|
+
readonly name: "input";
|
|
1363
|
+
readonly type: "bytes";
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly indexed: false;
|
|
1366
|
+
readonly name: "returnData";
|
|
1367
|
+
readonly type: "bytes";
|
|
1368
|
+
}];
|
|
1369
|
+
readonly name: "ScriptResult";
|
|
1370
|
+
readonly type: "event";
|
|
1371
|
+
}, {
|
|
1372
|
+
readonly anonymous: false;
|
|
1373
|
+
readonly inputs: readonly [{
|
|
1374
|
+
readonly indexed: true;
|
|
1375
|
+
readonly name: "vault";
|
|
1376
|
+
readonly type: "address";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly indexed: true;
|
|
1379
|
+
readonly name: "token";
|
|
1380
|
+
readonly type: "address";
|
|
1381
|
+
}, {
|
|
1382
|
+
readonly indexed: false;
|
|
1383
|
+
readonly name: "amount";
|
|
1384
|
+
readonly type: "uint256";
|
|
1385
|
+
}];
|
|
1386
|
+
readonly name: "RecoverToVault";
|
|
1387
|
+
readonly type: "event";
|
|
1388
|
+
}, {
|
|
1389
|
+
readonly anonymous: false;
|
|
1390
|
+
readonly inputs: readonly [{
|
|
1391
|
+
readonly indexed: false;
|
|
1392
|
+
readonly name: "eip712StETH";
|
|
1393
|
+
readonly type: "address";
|
|
1394
|
+
}];
|
|
1395
|
+
readonly name: "EIP712StETHInitialized";
|
|
1396
|
+
readonly type: "event";
|
|
290
1397
|
}, {
|
|
291
1398
|
readonly anonymous: false;
|
|
292
1399
|
readonly inputs: readonly [{
|
|
@@ -369,4 +1476,13 @@ export declare const StEthAbi: readonly [{
|
|
|
369
1476
|
}];
|
|
370
1477
|
readonly name: "Approval";
|
|
371
1478
|
readonly type: "event";
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly anonymous: false;
|
|
1481
|
+
readonly inputs: readonly [{
|
|
1482
|
+
readonly indexed: false;
|
|
1483
|
+
readonly name: "version";
|
|
1484
|
+
readonly type: "uint256";
|
|
1485
|
+
}];
|
|
1486
|
+
readonly name: "ContractVersionSet";
|
|
1487
|
+
readonly type: "event";
|
|
372
1488
|
}];
|