@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
|
@@ -1,1184 +1,1059 @@
|
|
|
1
1
|
export declare const FactoryAbi: readonly [{
|
|
2
|
-
readonly
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "_locatorAddress";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly components: readonly [{
|
|
8
|
-
readonly internalType: "address";
|
|
9
|
-
readonly name: "stvPoolFactory";
|
|
10
|
-
readonly type: "address";
|
|
11
|
-
}, {
|
|
12
|
-
readonly internalType: "address";
|
|
13
|
-
readonly name: "stvStETHPoolFactory";
|
|
14
|
-
readonly type: "address";
|
|
15
|
-
}, {
|
|
16
|
-
readonly internalType: "address";
|
|
17
|
-
readonly name: "withdrawalQueueFactory";
|
|
18
|
-
readonly type: "address";
|
|
19
|
-
}, {
|
|
20
|
-
readonly internalType: "address";
|
|
21
|
-
readonly name: "distributorFactory";
|
|
22
|
-
readonly type: "address";
|
|
23
|
-
}, {
|
|
24
|
-
readonly internalType: "address";
|
|
25
|
-
readonly name: "ggvStrategyFactory";
|
|
26
|
-
readonly type: "address";
|
|
27
|
-
}, {
|
|
28
|
-
readonly internalType: "address";
|
|
29
|
-
readonly name: "timelockFactory";
|
|
30
|
-
readonly type: "address";
|
|
31
|
-
}];
|
|
32
|
-
readonly internalType: "struct Factory.SubFactories";
|
|
33
|
-
readonly name: "_subFactories";
|
|
34
|
-
readonly type: "tuple";
|
|
35
|
-
}];
|
|
36
|
-
readonly stateMutability: "nonpayable";
|
|
37
|
-
readonly type: "constructor";
|
|
38
|
-
}, {
|
|
39
|
-
readonly inputs: readonly [{
|
|
40
|
-
readonly internalType: "uint256";
|
|
41
|
-
readonly name: "provided";
|
|
42
|
-
readonly type: "uint256";
|
|
43
|
-
}, {
|
|
44
|
-
readonly internalType: "uint256";
|
|
45
|
-
readonly name: "required";
|
|
46
|
-
readonly type: "uint256";
|
|
47
|
-
}];
|
|
48
|
-
readonly name: "InsufficientConnectDeposit";
|
|
49
|
-
readonly type: "error";
|
|
50
|
-
}, {
|
|
51
|
-
readonly inputs: readonly [{
|
|
52
|
-
readonly internalType: "string";
|
|
53
|
-
readonly name: "reason";
|
|
54
|
-
readonly type: "string";
|
|
55
|
-
}];
|
|
56
|
-
readonly name: "InvalidConfiguration";
|
|
57
|
-
readonly type: "error";
|
|
58
|
-
}, {
|
|
59
|
-
readonly inputs: readonly [{
|
|
60
|
-
readonly internalType: "string";
|
|
61
|
-
readonly name: "str";
|
|
62
|
-
readonly type: "string";
|
|
63
|
-
}];
|
|
64
|
-
readonly name: "StringTooLong";
|
|
65
|
-
readonly type: "error";
|
|
66
|
-
}, {
|
|
67
|
-
readonly inputs: readonly [{
|
|
68
|
-
readonly internalType: "string";
|
|
69
|
-
readonly name: "str";
|
|
70
|
-
readonly type: "string";
|
|
71
|
-
}];
|
|
72
|
-
readonly name: "StringTooLong";
|
|
73
|
-
readonly type: "error";
|
|
74
|
-
}, {
|
|
75
|
-
readonly anonymous: false;
|
|
76
|
-
readonly inputs: readonly [{
|
|
77
|
-
readonly indexed: false;
|
|
78
|
-
readonly internalType: "address";
|
|
79
|
-
readonly name: "vault";
|
|
80
|
-
readonly type: "address";
|
|
81
|
-
}, {
|
|
82
|
-
readonly indexed: false;
|
|
83
|
-
readonly internalType: "address";
|
|
84
|
-
readonly name: "pool";
|
|
85
|
-
readonly type: "address";
|
|
86
|
-
}, {
|
|
87
|
-
readonly indexed: true;
|
|
88
|
-
readonly internalType: "bytes32";
|
|
89
|
-
readonly name: "poolType";
|
|
90
|
-
readonly type: "bytes32";
|
|
91
|
-
}, {
|
|
92
|
-
readonly indexed: false;
|
|
93
|
-
readonly internalType: "address";
|
|
94
|
-
readonly name: "withdrawalQueue";
|
|
95
|
-
readonly type: "address";
|
|
96
|
-
}, {
|
|
97
|
-
readonly indexed: true;
|
|
98
|
-
readonly internalType: "address";
|
|
99
|
-
readonly name: "strategyFactory";
|
|
100
|
-
readonly type: "address";
|
|
101
|
-
}, {
|
|
102
|
-
readonly indexed: false;
|
|
103
|
-
readonly internalType: "bytes";
|
|
104
|
-
readonly name: "strategyDeployBytes";
|
|
105
|
-
readonly type: "bytes";
|
|
106
|
-
}, {
|
|
107
|
-
readonly indexed: false;
|
|
108
|
-
readonly internalType: "address";
|
|
109
|
-
readonly name: "strategy";
|
|
110
|
-
readonly type: "address";
|
|
111
|
-
}];
|
|
112
|
-
readonly name: "PoolCreated";
|
|
113
|
-
readonly type: "event";
|
|
114
|
-
}, {
|
|
115
|
-
readonly anonymous: false;
|
|
116
|
-
readonly inputs: readonly [{
|
|
117
|
-
readonly indexed: true;
|
|
118
|
-
readonly internalType: "address";
|
|
119
|
-
readonly name: "sender";
|
|
120
|
-
readonly type: "address";
|
|
121
|
-
}, {
|
|
122
|
-
readonly components: readonly [{
|
|
123
|
-
readonly internalType: "address";
|
|
124
|
-
readonly name: "nodeOperator";
|
|
125
|
-
readonly type: "address";
|
|
126
|
-
}, {
|
|
127
|
-
readonly internalType: "address";
|
|
128
|
-
readonly name: "nodeOperatorManager";
|
|
129
|
-
readonly type: "address";
|
|
130
|
-
}, {
|
|
131
|
-
readonly internalType: "uint256";
|
|
132
|
-
readonly name: "nodeOperatorFeeBP";
|
|
133
|
-
readonly type: "uint256";
|
|
134
|
-
}, {
|
|
135
|
-
readonly internalType: "uint256";
|
|
136
|
-
readonly name: "confirmExpiry";
|
|
137
|
-
readonly type: "uint256";
|
|
138
|
-
}];
|
|
139
|
-
readonly indexed: false;
|
|
140
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
141
|
-
readonly name: "vaultConfig";
|
|
142
|
-
readonly type: "tuple";
|
|
143
|
-
}, {
|
|
144
|
-
readonly components: readonly [{
|
|
145
|
-
readonly internalType: "uint256";
|
|
146
|
-
readonly name: "minWithdrawalDelayTime";
|
|
147
|
-
readonly type: "uint256";
|
|
148
|
-
}, {
|
|
149
|
-
readonly internalType: "string";
|
|
150
|
-
readonly name: "name";
|
|
151
|
-
readonly type: "string";
|
|
152
|
-
}, {
|
|
153
|
-
readonly internalType: "string";
|
|
154
|
-
readonly name: "symbol";
|
|
155
|
-
readonly type: "string";
|
|
156
|
-
}, {
|
|
157
|
-
readonly internalType: "address";
|
|
158
|
-
readonly name: "emergencyCommittee";
|
|
159
|
-
readonly type: "address";
|
|
160
|
-
}];
|
|
161
|
-
readonly indexed: false;
|
|
162
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
163
|
-
readonly name: "commonPoolConfig";
|
|
164
|
-
readonly type: "tuple";
|
|
165
|
-
}, {
|
|
166
|
-
readonly components: readonly [{
|
|
167
|
-
readonly internalType: "bool";
|
|
168
|
-
readonly name: "allowlistEnabled";
|
|
169
|
-
readonly type: "bool";
|
|
170
|
-
}, {
|
|
171
|
-
readonly internalType: "bool";
|
|
172
|
-
readonly name: "mintingEnabled";
|
|
173
|
-
readonly type: "bool";
|
|
174
|
-
}, {
|
|
175
|
-
readonly internalType: "uint256";
|
|
176
|
-
readonly name: "reserveRatioGapBP";
|
|
177
|
-
readonly type: "uint256";
|
|
178
|
-
}];
|
|
179
|
-
readonly indexed: false;
|
|
180
|
-
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
181
|
-
readonly name: "auxiliaryConfig";
|
|
182
|
-
readonly type: "tuple";
|
|
183
|
-
}, {
|
|
184
|
-
readonly components: readonly [{
|
|
185
|
-
readonly internalType: "uint256";
|
|
186
|
-
readonly name: "minDelaySeconds";
|
|
187
|
-
readonly type: "uint256";
|
|
188
|
-
}, {
|
|
189
|
-
readonly internalType: "address";
|
|
190
|
-
readonly name: "proposer";
|
|
191
|
-
readonly type: "address";
|
|
192
|
-
}, {
|
|
193
|
-
readonly internalType: "address";
|
|
194
|
-
readonly name: "executor";
|
|
195
|
-
readonly type: "address";
|
|
196
|
-
}];
|
|
197
|
-
readonly indexed: false;
|
|
198
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
199
|
-
readonly name: "timelockConfig";
|
|
200
|
-
readonly type: "tuple";
|
|
201
|
-
}, {
|
|
202
|
-
readonly indexed: true;
|
|
203
|
-
readonly internalType: "address";
|
|
204
|
-
readonly name: "strategyFactory";
|
|
205
|
-
readonly type: "address";
|
|
206
|
-
}, {
|
|
207
|
-
readonly indexed: false;
|
|
208
|
-
readonly internalType: "bytes";
|
|
209
|
-
readonly name: "strategyDeployBytes";
|
|
210
|
-
readonly type: "bytes";
|
|
211
|
-
}, {
|
|
212
|
-
readonly components: readonly [{
|
|
213
|
-
readonly internalType: "address";
|
|
214
|
-
readonly name: "dashboard";
|
|
215
|
-
readonly type: "address";
|
|
216
|
-
}, {
|
|
217
|
-
readonly internalType: "address";
|
|
218
|
-
readonly name: "poolProxy";
|
|
219
|
-
readonly type: "address";
|
|
220
|
-
}, {
|
|
221
|
-
readonly internalType: "address";
|
|
222
|
-
readonly name: "poolImpl";
|
|
223
|
-
readonly type: "address";
|
|
224
|
-
}, {
|
|
225
|
-
readonly internalType: "address";
|
|
226
|
-
readonly name: "withdrawalQueueProxy";
|
|
227
|
-
readonly type: "address";
|
|
228
|
-
}, {
|
|
229
|
-
readonly internalType: "address";
|
|
230
|
-
readonly name: "wqImpl";
|
|
231
|
-
readonly type: "address";
|
|
232
|
-
}, {
|
|
233
|
-
readonly internalType: "address";
|
|
234
|
-
readonly name: "timelock";
|
|
235
|
-
readonly type: "address";
|
|
236
|
-
}];
|
|
237
|
-
readonly indexed: false;
|
|
238
|
-
readonly internalType: "struct Factory.PoolIntermediate";
|
|
239
|
-
readonly name: "intermediate";
|
|
240
|
-
readonly type: "tuple";
|
|
241
|
-
}, {
|
|
242
|
-
readonly indexed: false;
|
|
243
|
-
readonly internalType: "uint256";
|
|
244
|
-
readonly name: "finishDeadline";
|
|
245
|
-
readonly type: "uint256";
|
|
246
|
-
}];
|
|
247
|
-
readonly name: "PoolCreationStarted";
|
|
248
|
-
readonly type: "event";
|
|
249
|
-
}, {
|
|
250
|
-
readonly inputs: readonly [];
|
|
2
|
+
readonly type: "function";
|
|
251
3
|
readonly name: "DEFAULT_ADMIN_ROLE";
|
|
4
|
+
readonly inputs: readonly [];
|
|
252
5
|
readonly outputs: readonly [{
|
|
253
|
-
readonly internalType: "bytes32";
|
|
254
6
|
readonly name: "";
|
|
255
7
|
readonly type: "bytes32";
|
|
8
|
+
readonly internalType: "bytes32";
|
|
256
9
|
}];
|
|
257
10
|
readonly stateMutability: "view";
|
|
258
|
-
readonly type: "function";
|
|
259
11
|
}, {
|
|
260
|
-
readonly
|
|
12
|
+
readonly type: "function";
|
|
261
13
|
readonly name: "DEPLOY_FINISHED";
|
|
14
|
+
readonly inputs: readonly [];
|
|
262
15
|
readonly outputs: readonly [{
|
|
263
|
-
readonly internalType: "uint256";
|
|
264
16
|
readonly name: "";
|
|
265
17
|
readonly type: "uint256";
|
|
18
|
+
readonly internalType: "uint256";
|
|
266
19
|
}];
|
|
267
20
|
readonly stateMutability: "view";
|
|
268
|
-
readonly type: "function";
|
|
269
21
|
}, {
|
|
270
|
-
readonly
|
|
22
|
+
readonly type: "function";
|
|
271
23
|
readonly name: "DEPLOY_START_FINISH_SPAN_SECONDS";
|
|
24
|
+
readonly inputs: readonly [];
|
|
272
25
|
readonly outputs: readonly [{
|
|
273
|
-
readonly internalType: "uint256";
|
|
274
26
|
readonly name: "";
|
|
275
27
|
readonly type: "uint256";
|
|
28
|
+
readonly internalType: "uint256";
|
|
276
29
|
}];
|
|
277
30
|
readonly stateMutability: "view";
|
|
278
|
-
readonly type: "function";
|
|
279
31
|
}, {
|
|
280
|
-
readonly inputs: readonly [];
|
|
281
|
-
readonly name: "DISTRIBUTOR_FACTORY";
|
|
282
|
-
readonly outputs: readonly [{
|
|
283
|
-
readonly internalType: "contract DistributorFactory";
|
|
284
|
-
readonly name: "";
|
|
285
|
-
readonly type: "address";
|
|
286
|
-
}];
|
|
287
|
-
readonly stateMutability: "view";
|
|
288
32
|
readonly type: "function";
|
|
289
|
-
|
|
33
|
+
readonly name: "DISTRIBUTOR_FACTORY";
|
|
290
34
|
readonly inputs: readonly [];
|
|
291
|
-
readonly name: "DUMMY_IMPLEMENTATION";
|
|
292
35
|
readonly outputs: readonly [{
|
|
293
|
-
readonly internalType: "address";
|
|
294
36
|
readonly name: "";
|
|
295
37
|
readonly type: "address";
|
|
38
|
+
readonly internalType: "contract DistributorFactory";
|
|
296
39
|
}];
|
|
297
40
|
readonly stateMutability: "view";
|
|
298
|
-
readonly type: "function";
|
|
299
41
|
}, {
|
|
42
|
+
readonly type: "function";
|
|
43
|
+
readonly name: "DUMMY_IMPLEMENTATION";
|
|
300
44
|
readonly inputs: readonly [];
|
|
301
|
-
readonly name: "GGV_STRATEGY_FACTORY";
|
|
302
45
|
readonly outputs: readonly [{
|
|
303
|
-
readonly internalType: "contract GGVStrategyFactory";
|
|
304
46
|
readonly name: "";
|
|
305
47
|
readonly type: "address";
|
|
48
|
+
readonly internalType: "address";
|
|
306
49
|
}];
|
|
307
50
|
readonly stateMutability: "view";
|
|
308
|
-
readonly type: "function";
|
|
309
51
|
}, {
|
|
310
|
-
readonly
|
|
52
|
+
readonly type: "function";
|
|
311
53
|
readonly name: "LAZY_ORACLE";
|
|
54
|
+
readonly inputs: readonly [];
|
|
312
55
|
readonly outputs: readonly [{
|
|
313
|
-
readonly internalType: "address";
|
|
314
56
|
readonly name: "";
|
|
315
57
|
readonly type: "address";
|
|
58
|
+
readonly internalType: "address";
|
|
316
59
|
}];
|
|
317
60
|
readonly stateMutability: "view";
|
|
318
|
-
readonly type: "function";
|
|
319
61
|
}, {
|
|
320
|
-
readonly
|
|
62
|
+
readonly type: "function";
|
|
321
63
|
readonly name: "STETH";
|
|
64
|
+
readonly inputs: readonly [];
|
|
322
65
|
readonly outputs: readonly [{
|
|
323
|
-
readonly internalType: "address";
|
|
324
66
|
readonly name: "";
|
|
325
67
|
readonly type: "address";
|
|
68
|
+
readonly internalType: "address";
|
|
326
69
|
}];
|
|
327
70
|
readonly stateMutability: "view";
|
|
328
|
-
readonly type: "function";
|
|
329
71
|
}, {
|
|
330
|
-
readonly
|
|
72
|
+
readonly type: "function";
|
|
331
73
|
readonly name: "STRATEGY_POOL_TYPE";
|
|
74
|
+
readonly inputs: readonly [];
|
|
332
75
|
readonly outputs: readonly [{
|
|
333
|
-
readonly internalType: "bytes32";
|
|
334
76
|
readonly name: "";
|
|
335
77
|
readonly type: "bytes32";
|
|
78
|
+
readonly internalType: "bytes32";
|
|
336
79
|
}];
|
|
337
80
|
readonly stateMutability: "view";
|
|
338
|
-
readonly type: "function";
|
|
339
81
|
}, {
|
|
340
|
-
readonly
|
|
82
|
+
readonly type: "function";
|
|
341
83
|
readonly name: "STV_POOL_FACTORY";
|
|
84
|
+
readonly inputs: readonly [];
|
|
342
85
|
readonly outputs: readonly [{
|
|
343
|
-
readonly internalType: "contract StvPoolFactory";
|
|
344
86
|
readonly name: "";
|
|
345
87
|
readonly type: "address";
|
|
88
|
+
readonly internalType: "contract StvPoolFactory";
|
|
346
89
|
}];
|
|
347
90
|
readonly stateMutability: "view";
|
|
348
|
-
readonly type: "function";
|
|
349
91
|
}, {
|
|
350
|
-
readonly
|
|
92
|
+
readonly type: "function";
|
|
351
93
|
readonly name: "STV_POOL_TYPE";
|
|
94
|
+
readonly inputs: readonly [];
|
|
352
95
|
readonly outputs: readonly [{
|
|
353
|
-
readonly internalType: "bytes32";
|
|
354
96
|
readonly name: "";
|
|
355
97
|
readonly type: "bytes32";
|
|
98
|
+
readonly internalType: "bytes32";
|
|
356
99
|
}];
|
|
357
100
|
readonly stateMutability: "view";
|
|
358
|
-
readonly type: "function";
|
|
359
101
|
}, {
|
|
360
|
-
readonly
|
|
102
|
+
readonly type: "function";
|
|
361
103
|
readonly name: "STV_STETH_POOL_FACTORY";
|
|
104
|
+
readonly inputs: readonly [];
|
|
362
105
|
readonly outputs: readonly [{
|
|
363
|
-
readonly internalType: "contract StvStETHPoolFactory";
|
|
364
106
|
readonly name: "";
|
|
365
107
|
readonly type: "address";
|
|
108
|
+
readonly internalType: "contract StvStETHPoolFactory";
|
|
366
109
|
}];
|
|
367
110
|
readonly stateMutability: "view";
|
|
368
|
-
readonly type: "function";
|
|
369
111
|
}, {
|
|
370
|
-
readonly
|
|
112
|
+
readonly type: "function";
|
|
371
113
|
readonly name: "STV_STETH_POOL_TYPE";
|
|
114
|
+
readonly inputs: readonly [];
|
|
372
115
|
readonly outputs: readonly [{
|
|
373
|
-
readonly internalType: "bytes32";
|
|
374
116
|
readonly name: "";
|
|
375
117
|
readonly type: "bytes32";
|
|
118
|
+
readonly internalType: "bytes32";
|
|
376
119
|
}];
|
|
377
120
|
readonly stateMutability: "view";
|
|
378
|
-
readonly type: "function";
|
|
379
121
|
}, {
|
|
380
|
-
readonly
|
|
122
|
+
readonly type: "function";
|
|
381
123
|
readonly name: "TIMELOCK_FACTORY";
|
|
124
|
+
readonly inputs: readonly [];
|
|
382
125
|
readonly outputs: readonly [{
|
|
383
|
-
readonly internalType: "contract TimelockFactory";
|
|
384
126
|
readonly name: "";
|
|
385
127
|
readonly type: "address";
|
|
128
|
+
readonly internalType: "contract TimelockFactory";
|
|
386
129
|
}];
|
|
387
130
|
readonly stateMutability: "view";
|
|
388
|
-
readonly type: "function";
|
|
389
131
|
}, {
|
|
390
|
-
readonly
|
|
132
|
+
readonly type: "function";
|
|
391
133
|
readonly name: "TOTAL_BASIS_POINTS";
|
|
134
|
+
readonly inputs: readonly [];
|
|
392
135
|
readonly outputs: readonly [{
|
|
393
|
-
readonly internalType: "uint256";
|
|
394
136
|
readonly name: "";
|
|
395
137
|
readonly type: "uint256";
|
|
138
|
+
readonly internalType: "uint256";
|
|
396
139
|
}];
|
|
397
140
|
readonly stateMutability: "view";
|
|
398
|
-
readonly type: "function";
|
|
399
141
|
}, {
|
|
400
|
-
readonly
|
|
142
|
+
readonly type: "function";
|
|
401
143
|
readonly name: "VAULT_FACTORY";
|
|
144
|
+
readonly inputs: readonly [];
|
|
402
145
|
readonly outputs: readonly [{
|
|
403
|
-
readonly internalType: "contract IVaultFactory";
|
|
404
146
|
readonly name: "";
|
|
405
147
|
readonly type: "address";
|
|
148
|
+
readonly internalType: "contract IVaultFactory";
|
|
406
149
|
}];
|
|
407
150
|
readonly stateMutability: "view";
|
|
408
|
-
readonly type: "function";
|
|
409
151
|
}, {
|
|
410
|
-
readonly
|
|
152
|
+
readonly type: "function";
|
|
411
153
|
readonly name: "VAULT_HUB";
|
|
154
|
+
readonly inputs: readonly [];
|
|
412
155
|
readonly outputs: readonly [{
|
|
413
|
-
readonly internalType: "contract IVaultHub";
|
|
414
156
|
readonly name: "";
|
|
415
157
|
readonly type: "address";
|
|
158
|
+
readonly internalType: "contract IVaultHub";
|
|
416
159
|
}];
|
|
417
160
|
readonly stateMutability: "view";
|
|
418
|
-
readonly type: "function";
|
|
419
161
|
}, {
|
|
420
|
-
readonly
|
|
162
|
+
readonly type: "function";
|
|
421
163
|
readonly name: "WITHDRAWAL_QUEUE_FACTORY";
|
|
164
|
+
readonly inputs: readonly [];
|
|
422
165
|
readonly outputs: readonly [{
|
|
423
|
-
readonly internalType: "contract WithdrawalQueueFactory";
|
|
424
166
|
readonly name: "";
|
|
425
167
|
readonly type: "address";
|
|
168
|
+
readonly internalType: "contract WithdrawalQueueFactory";
|
|
426
169
|
}];
|
|
427
170
|
readonly stateMutability: "view";
|
|
428
|
-
readonly type: "function";
|
|
429
171
|
}, {
|
|
430
|
-
readonly
|
|
172
|
+
readonly type: "function";
|
|
431
173
|
readonly name: "WSTETH";
|
|
174
|
+
readonly inputs: readonly [];
|
|
432
175
|
readonly outputs: readonly [{
|
|
433
|
-
readonly internalType: "address";
|
|
434
176
|
readonly name: "";
|
|
435
177
|
readonly type: "address";
|
|
178
|
+
readonly internalType: "address";
|
|
436
179
|
}];
|
|
437
180
|
readonly stateMutability: "view";
|
|
438
|
-
readonly type: "function";
|
|
439
181
|
}, {
|
|
182
|
+
readonly type: "function";
|
|
183
|
+
readonly name: "_hashDeploymentConfiguration";
|
|
440
184
|
readonly inputs: readonly [{
|
|
441
|
-
readonly internalType: "address";
|
|
442
185
|
readonly name: "_sender";
|
|
443
186
|
readonly type: "address";
|
|
187
|
+
readonly internalType: "address";
|
|
444
188
|
}, {
|
|
189
|
+
readonly name: "_vaultConfig";
|
|
190
|
+
readonly type: "tuple";
|
|
191
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
445
192
|
readonly components: readonly [{
|
|
446
|
-
readonly internalType: "address";
|
|
447
193
|
readonly name: "nodeOperator";
|
|
448
194
|
readonly type: "address";
|
|
449
|
-
}, {
|
|
450
195
|
readonly internalType: "address";
|
|
196
|
+
}, {
|
|
451
197
|
readonly name: "nodeOperatorManager";
|
|
452
198
|
readonly type: "address";
|
|
199
|
+
readonly internalType: "address";
|
|
453
200
|
}, {
|
|
454
|
-
readonly internalType: "uint256";
|
|
455
201
|
readonly name: "nodeOperatorFeeBP";
|
|
456
202
|
readonly type: "uint256";
|
|
457
|
-
}, {
|
|
458
203
|
readonly internalType: "uint256";
|
|
204
|
+
}, {
|
|
459
205
|
readonly name: "confirmExpiry";
|
|
460
206
|
readonly type: "uint256";
|
|
207
|
+
readonly internalType: "uint256";
|
|
461
208
|
}];
|
|
462
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
463
|
-
readonly name: "_vaultConfig";
|
|
464
|
-
readonly type: "tuple";
|
|
465
209
|
}, {
|
|
210
|
+
readonly name: "_commonPoolConfig";
|
|
211
|
+
readonly type: "tuple";
|
|
212
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
466
213
|
readonly components: readonly [{
|
|
467
|
-
readonly internalType: "uint256";
|
|
468
214
|
readonly name: "minWithdrawalDelayTime";
|
|
469
215
|
readonly type: "uint256";
|
|
216
|
+
readonly internalType: "uint256";
|
|
470
217
|
}, {
|
|
471
|
-
readonly internalType: "string";
|
|
472
218
|
readonly name: "name";
|
|
473
219
|
readonly type: "string";
|
|
474
|
-
}, {
|
|
475
220
|
readonly internalType: "string";
|
|
221
|
+
}, {
|
|
476
222
|
readonly name: "symbol";
|
|
477
223
|
readonly type: "string";
|
|
224
|
+
readonly internalType: "string";
|
|
478
225
|
}, {
|
|
479
|
-
readonly internalType: "address";
|
|
480
226
|
readonly name: "emergencyCommittee";
|
|
481
227
|
readonly type: "address";
|
|
228
|
+
readonly internalType: "address";
|
|
482
229
|
}];
|
|
483
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
484
|
-
readonly name: "_commonPoolConfig";
|
|
485
|
-
readonly type: "tuple";
|
|
486
230
|
}, {
|
|
231
|
+
readonly name: "_auxiliaryConfig";
|
|
232
|
+
readonly type: "tuple";
|
|
233
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
487
234
|
readonly components: readonly [{
|
|
488
|
-
readonly
|
|
489
|
-
readonly name: "allowlistEnabled";
|
|
235
|
+
readonly name: "allowListEnabled";
|
|
490
236
|
readonly type: "bool";
|
|
237
|
+
readonly internalType: "bool";
|
|
238
|
+
}, {
|
|
239
|
+
readonly name: "allowListManager";
|
|
240
|
+
readonly type: "address";
|
|
241
|
+
readonly internalType: "address";
|
|
491
242
|
}, {
|
|
492
|
-
readonly internalType: "bool";
|
|
493
243
|
readonly name: "mintingEnabled";
|
|
494
244
|
readonly type: "bool";
|
|
245
|
+
readonly internalType: "bool";
|
|
495
246
|
}, {
|
|
496
|
-
readonly internalType: "uint256";
|
|
497
247
|
readonly name: "reserveRatioGapBP";
|
|
498
248
|
readonly type: "uint256";
|
|
249
|
+
readonly internalType: "uint256";
|
|
499
250
|
}];
|
|
500
|
-
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
501
|
-
readonly name: "_auxiliaryConfig";
|
|
502
|
-
readonly type: "tuple";
|
|
503
251
|
}, {
|
|
252
|
+
readonly name: "_timelockConfig";
|
|
253
|
+
readonly type: "tuple";
|
|
254
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
504
255
|
readonly components: readonly [{
|
|
505
|
-
readonly internalType: "uint256";
|
|
506
256
|
readonly name: "minDelaySeconds";
|
|
507
257
|
readonly type: "uint256";
|
|
258
|
+
readonly internalType: "uint256";
|
|
508
259
|
}, {
|
|
509
|
-
readonly internalType: "address";
|
|
510
260
|
readonly name: "proposer";
|
|
511
261
|
readonly type: "address";
|
|
512
|
-
}, {
|
|
513
262
|
readonly internalType: "address";
|
|
263
|
+
}, {
|
|
514
264
|
readonly name: "executor";
|
|
515
265
|
readonly type: "address";
|
|
266
|
+
readonly internalType: "address";
|
|
516
267
|
}];
|
|
517
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
518
|
-
readonly name: "_timelockConfig";
|
|
519
|
-
readonly type: "tuple";
|
|
520
268
|
}, {
|
|
521
|
-
readonly internalType: "address";
|
|
522
269
|
readonly name: "_strategyFactory";
|
|
523
270
|
readonly type: "address";
|
|
271
|
+
readonly internalType: "address";
|
|
524
272
|
}, {
|
|
525
|
-
readonly internalType: "bytes";
|
|
526
273
|
readonly name: "_strategyDeployBytes";
|
|
527
274
|
readonly type: "bytes";
|
|
275
|
+
readonly internalType: "bytes";
|
|
528
276
|
}, {
|
|
277
|
+
readonly name: "_intermediate";
|
|
278
|
+
readonly type: "tuple";
|
|
279
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
529
280
|
readonly components: readonly [{
|
|
530
|
-
readonly internalType: "address";
|
|
531
281
|
readonly name: "dashboard";
|
|
532
282
|
readonly type: "address";
|
|
533
|
-
}, {
|
|
534
283
|
readonly internalType: "address";
|
|
284
|
+
}, {
|
|
535
285
|
readonly name: "poolProxy";
|
|
536
286
|
readonly type: "address";
|
|
537
|
-
}, {
|
|
538
287
|
readonly internalType: "address";
|
|
288
|
+
}, {
|
|
539
289
|
readonly name: "poolImpl";
|
|
540
290
|
readonly type: "address";
|
|
541
|
-
}, {
|
|
542
291
|
readonly internalType: "address";
|
|
292
|
+
}, {
|
|
543
293
|
readonly name: "withdrawalQueueProxy";
|
|
544
294
|
readonly type: "address";
|
|
545
|
-
}, {
|
|
546
295
|
readonly internalType: "address";
|
|
296
|
+
}, {
|
|
547
297
|
readonly name: "wqImpl";
|
|
548
298
|
readonly type: "address";
|
|
549
|
-
}, {
|
|
550
299
|
readonly internalType: "address";
|
|
300
|
+
}, {
|
|
551
301
|
readonly name: "timelock";
|
|
552
302
|
readonly type: "address";
|
|
303
|
+
readonly internalType: "address";
|
|
553
304
|
}];
|
|
554
|
-
readonly internalType: "struct Factory.PoolIntermediate";
|
|
555
|
-
readonly name: "_intermediate";
|
|
556
|
-
readonly type: "tuple";
|
|
557
305
|
}];
|
|
558
|
-
readonly name: "_hashDeploymentConfiguration";
|
|
559
306
|
readonly outputs: readonly [{
|
|
560
|
-
readonly internalType: "bytes32";
|
|
561
307
|
readonly name: "result";
|
|
562
308
|
readonly type: "bytes32";
|
|
309
|
+
readonly internalType: "bytes32";
|
|
563
310
|
}];
|
|
564
311
|
readonly stateMutability: "pure";
|
|
565
|
-
readonly type: "function";
|
|
566
312
|
}, {
|
|
313
|
+
readonly type: "function";
|
|
314
|
+
readonly name: "createPoolFinish";
|
|
567
315
|
readonly inputs: readonly [{
|
|
316
|
+
readonly name: "_vaultConfig";
|
|
317
|
+
readonly type: "tuple";
|
|
318
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
568
319
|
readonly components: readonly [{
|
|
569
|
-
readonly internalType: "address";
|
|
570
320
|
readonly name: "nodeOperator";
|
|
571
321
|
readonly type: "address";
|
|
572
|
-
}, {
|
|
573
322
|
readonly internalType: "address";
|
|
323
|
+
}, {
|
|
574
324
|
readonly name: "nodeOperatorManager";
|
|
575
325
|
readonly type: "address";
|
|
326
|
+
readonly internalType: "address";
|
|
576
327
|
}, {
|
|
577
|
-
readonly internalType: "uint256";
|
|
578
328
|
readonly name: "nodeOperatorFeeBP";
|
|
579
329
|
readonly type: "uint256";
|
|
580
|
-
}, {
|
|
581
330
|
readonly internalType: "uint256";
|
|
331
|
+
}, {
|
|
582
332
|
readonly name: "confirmExpiry";
|
|
583
333
|
readonly type: "uint256";
|
|
334
|
+
readonly internalType: "uint256";
|
|
584
335
|
}];
|
|
585
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
586
|
-
readonly name: "_vaultConfig";
|
|
587
|
-
readonly type: "tuple";
|
|
588
336
|
}, {
|
|
337
|
+
readonly name: "_timelockConfig";
|
|
338
|
+
readonly type: "tuple";
|
|
339
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
589
340
|
readonly components: readonly [{
|
|
590
|
-
readonly internalType: "uint256";
|
|
591
341
|
readonly name: "minDelaySeconds";
|
|
592
342
|
readonly type: "uint256";
|
|
343
|
+
readonly internalType: "uint256";
|
|
593
344
|
}, {
|
|
594
|
-
readonly internalType: "address";
|
|
595
345
|
readonly name: "proposer";
|
|
596
346
|
readonly type: "address";
|
|
597
|
-
}, {
|
|
598
347
|
readonly internalType: "address";
|
|
348
|
+
}, {
|
|
599
349
|
readonly name: "executor";
|
|
600
350
|
readonly type: "address";
|
|
351
|
+
readonly internalType: "address";
|
|
601
352
|
}];
|
|
602
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
603
|
-
readonly name: "_timelockConfig";
|
|
604
|
-
readonly type: "tuple";
|
|
605
353
|
}, {
|
|
354
|
+
readonly name: "_commonPoolConfig";
|
|
355
|
+
readonly type: "tuple";
|
|
356
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
606
357
|
readonly components: readonly [{
|
|
607
|
-
readonly internalType: "uint256";
|
|
608
358
|
readonly name: "minWithdrawalDelayTime";
|
|
609
359
|
readonly type: "uint256";
|
|
360
|
+
readonly internalType: "uint256";
|
|
610
361
|
}, {
|
|
611
|
-
readonly internalType: "string";
|
|
612
362
|
readonly name: "name";
|
|
613
363
|
readonly type: "string";
|
|
614
|
-
}, {
|
|
615
364
|
readonly internalType: "string";
|
|
365
|
+
}, {
|
|
616
366
|
readonly name: "symbol";
|
|
617
367
|
readonly type: "string";
|
|
368
|
+
readonly internalType: "string";
|
|
618
369
|
}, {
|
|
619
|
-
readonly internalType: "address";
|
|
620
370
|
readonly name: "emergencyCommittee";
|
|
621
371
|
readonly type: "address";
|
|
372
|
+
readonly internalType: "address";
|
|
622
373
|
}];
|
|
623
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
624
|
-
readonly name: "_commonPoolConfig";
|
|
625
|
-
readonly type: "tuple";
|
|
626
374
|
}, {
|
|
375
|
+
readonly name: "_auxiliaryConfig";
|
|
376
|
+
readonly type: "tuple";
|
|
377
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
627
378
|
readonly components: readonly [{
|
|
628
|
-
readonly
|
|
629
|
-
readonly name: "allowlistEnabled";
|
|
379
|
+
readonly name: "allowListEnabled";
|
|
630
380
|
readonly type: "bool";
|
|
631
|
-
}, {
|
|
632
381
|
readonly internalType: "bool";
|
|
382
|
+
}, {
|
|
383
|
+
readonly name: "allowListManager";
|
|
384
|
+
readonly type: "address";
|
|
385
|
+
readonly internalType: "address";
|
|
386
|
+
}, {
|
|
633
387
|
readonly name: "mintingEnabled";
|
|
634
388
|
readonly type: "bool";
|
|
389
|
+
readonly internalType: "bool";
|
|
635
390
|
}, {
|
|
636
|
-
readonly internalType: "uint256";
|
|
637
391
|
readonly name: "reserveRatioGapBP";
|
|
638
392
|
readonly type: "uint256";
|
|
393
|
+
readonly internalType: "uint256";
|
|
639
394
|
}];
|
|
640
|
-
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
641
|
-
readonly name: "_auxiliaryConfig";
|
|
642
|
-
readonly type: "tuple";
|
|
643
395
|
}, {
|
|
644
|
-
readonly internalType: "address";
|
|
645
396
|
readonly name: "_strategyFactory";
|
|
646
397
|
readonly type: "address";
|
|
398
|
+
readonly internalType: "address";
|
|
647
399
|
}, {
|
|
648
|
-
readonly internalType: "bytes";
|
|
649
400
|
readonly name: "_strategyDeployBytes";
|
|
650
401
|
readonly type: "bytes";
|
|
402
|
+
readonly internalType: "bytes";
|
|
651
403
|
}, {
|
|
404
|
+
readonly name: "_intermediate";
|
|
405
|
+
readonly type: "tuple";
|
|
406
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
652
407
|
readonly components: readonly [{
|
|
653
|
-
readonly internalType: "address";
|
|
654
408
|
readonly name: "dashboard";
|
|
655
409
|
readonly type: "address";
|
|
656
|
-
}, {
|
|
657
410
|
readonly internalType: "address";
|
|
411
|
+
}, {
|
|
658
412
|
readonly name: "poolProxy";
|
|
659
413
|
readonly type: "address";
|
|
660
|
-
}, {
|
|
661
414
|
readonly internalType: "address";
|
|
415
|
+
}, {
|
|
662
416
|
readonly name: "poolImpl";
|
|
663
417
|
readonly type: "address";
|
|
664
|
-
}, {
|
|
665
418
|
readonly internalType: "address";
|
|
419
|
+
}, {
|
|
666
420
|
readonly name: "withdrawalQueueProxy";
|
|
667
421
|
readonly type: "address";
|
|
668
|
-
}, {
|
|
669
422
|
readonly internalType: "address";
|
|
423
|
+
}, {
|
|
670
424
|
readonly name: "wqImpl";
|
|
671
425
|
readonly type: "address";
|
|
672
|
-
}, {
|
|
673
426
|
readonly internalType: "address";
|
|
427
|
+
}, {
|
|
674
428
|
readonly name: "timelock";
|
|
675
429
|
readonly type: "address";
|
|
430
|
+
readonly internalType: "address";
|
|
676
431
|
}];
|
|
677
|
-
readonly internalType: "struct Factory.PoolIntermediate";
|
|
678
|
-
readonly name: "_intermediate";
|
|
679
|
-
readonly type: "tuple";
|
|
680
432
|
}];
|
|
681
|
-
readonly name: "createPoolFinish";
|
|
682
433
|
readonly outputs: readonly [{
|
|
434
|
+
readonly name: "deployment";
|
|
435
|
+
readonly type: "tuple";
|
|
436
|
+
readonly internalType: "struct Factory.PoolDeployment";
|
|
683
437
|
readonly components: readonly [{
|
|
684
|
-
readonly internalType: "bytes32";
|
|
685
438
|
readonly name: "poolType";
|
|
686
439
|
readonly type: "bytes32";
|
|
440
|
+
readonly internalType: "bytes32";
|
|
687
441
|
}, {
|
|
688
|
-
readonly internalType: "address";
|
|
689
442
|
readonly name: "vault";
|
|
690
443
|
readonly type: "address";
|
|
691
|
-
}, {
|
|
692
444
|
readonly internalType: "address";
|
|
445
|
+
}, {
|
|
693
446
|
readonly name: "dashboard";
|
|
694
447
|
readonly type: "address";
|
|
695
|
-
}, {
|
|
696
448
|
readonly internalType: "address";
|
|
449
|
+
}, {
|
|
697
450
|
readonly name: "pool";
|
|
698
451
|
readonly type: "address";
|
|
699
|
-
}, {
|
|
700
452
|
readonly internalType: "address";
|
|
701
|
-
readonly name: "withdrawalQueue";
|
|
702
|
-
readonly type: "address";
|
|
703
453
|
}, {
|
|
454
|
+
readonly name: "withdrawalQueue";
|
|
455
|
+
readonly type: "address";
|
|
456
|
+
readonly internalType: "address";
|
|
457
|
+
}, {
|
|
458
|
+
readonly name: "distributor";
|
|
459
|
+
readonly type: "address";
|
|
460
|
+
readonly internalType: "address";
|
|
461
|
+
}, {
|
|
462
|
+
readonly name: "timelock";
|
|
463
|
+
readonly type: "address";
|
|
464
|
+
readonly internalType: "address";
|
|
465
|
+
}, {
|
|
466
|
+
readonly name: "strategy";
|
|
467
|
+
readonly type: "address";
|
|
468
|
+
readonly internalType: "address";
|
|
469
|
+
}];
|
|
470
|
+
}];
|
|
471
|
+
readonly stateMutability: "payable";
|
|
472
|
+
}, {
|
|
473
|
+
readonly type: "function";
|
|
474
|
+
readonly name: "createPoolStart";
|
|
475
|
+
readonly inputs: readonly [{
|
|
476
|
+
readonly name: "_vaultConfig";
|
|
477
|
+
readonly type: "tuple";
|
|
478
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
479
|
+
readonly components: readonly [{
|
|
480
|
+
readonly name: "nodeOperator";
|
|
481
|
+
readonly type: "address";
|
|
482
|
+
readonly internalType: "address";
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "nodeOperatorManager";
|
|
485
|
+
readonly type: "address";
|
|
486
|
+
readonly internalType: "address";
|
|
487
|
+
}, {
|
|
488
|
+
readonly name: "nodeOperatorFeeBP";
|
|
489
|
+
readonly type: "uint256";
|
|
490
|
+
readonly internalType: "uint256";
|
|
491
|
+
}, {
|
|
492
|
+
readonly name: "confirmExpiry";
|
|
493
|
+
readonly type: "uint256";
|
|
494
|
+
readonly internalType: "uint256";
|
|
495
|
+
}];
|
|
496
|
+
}, {
|
|
497
|
+
readonly name: "_timelockConfig";
|
|
498
|
+
readonly type: "tuple";
|
|
499
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
500
|
+
readonly components: readonly [{
|
|
501
|
+
readonly name: "minDelaySeconds";
|
|
502
|
+
readonly type: "uint256";
|
|
503
|
+
readonly internalType: "uint256";
|
|
504
|
+
}, {
|
|
505
|
+
readonly name: "proposer";
|
|
506
|
+
readonly type: "address";
|
|
507
|
+
readonly internalType: "address";
|
|
508
|
+
}, {
|
|
509
|
+
readonly name: "executor";
|
|
510
|
+
readonly type: "address";
|
|
511
|
+
readonly internalType: "address";
|
|
512
|
+
}];
|
|
513
|
+
}, {
|
|
514
|
+
readonly name: "_commonPoolConfig";
|
|
515
|
+
readonly type: "tuple";
|
|
516
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
517
|
+
readonly components: readonly [{
|
|
518
|
+
readonly name: "minWithdrawalDelayTime";
|
|
519
|
+
readonly type: "uint256";
|
|
520
|
+
readonly internalType: "uint256";
|
|
521
|
+
}, {
|
|
522
|
+
readonly name: "name";
|
|
523
|
+
readonly type: "string";
|
|
524
|
+
readonly internalType: "string";
|
|
525
|
+
}, {
|
|
526
|
+
readonly name: "symbol";
|
|
527
|
+
readonly type: "string";
|
|
528
|
+
readonly internalType: "string";
|
|
529
|
+
}, {
|
|
530
|
+
readonly name: "emergencyCommittee";
|
|
531
|
+
readonly type: "address";
|
|
532
|
+
readonly internalType: "address";
|
|
533
|
+
}];
|
|
534
|
+
}, {
|
|
535
|
+
readonly name: "_auxiliaryConfig";
|
|
536
|
+
readonly type: "tuple";
|
|
537
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
538
|
+
readonly components: readonly [{
|
|
539
|
+
readonly name: "allowListEnabled";
|
|
540
|
+
readonly type: "bool";
|
|
541
|
+
readonly internalType: "bool";
|
|
542
|
+
}, {
|
|
543
|
+
readonly name: "allowListManager";
|
|
544
|
+
readonly type: "address";
|
|
545
|
+
readonly internalType: "address";
|
|
546
|
+
}, {
|
|
547
|
+
readonly name: "mintingEnabled";
|
|
548
|
+
readonly type: "bool";
|
|
549
|
+
readonly internalType: "bool";
|
|
550
|
+
}, {
|
|
551
|
+
readonly name: "reserveRatioGapBP";
|
|
552
|
+
readonly type: "uint256";
|
|
553
|
+
readonly internalType: "uint256";
|
|
554
|
+
}];
|
|
555
|
+
}, {
|
|
556
|
+
readonly name: "_strategyFactory";
|
|
557
|
+
readonly type: "address";
|
|
558
|
+
readonly internalType: "address";
|
|
559
|
+
}, {
|
|
560
|
+
readonly name: "_strategyDeployBytes";
|
|
561
|
+
readonly type: "bytes";
|
|
562
|
+
readonly internalType: "bytes";
|
|
563
|
+
}];
|
|
564
|
+
readonly outputs: readonly [{
|
|
565
|
+
readonly name: "intermediate";
|
|
566
|
+
readonly type: "tuple";
|
|
567
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
568
|
+
readonly components: readonly [{
|
|
569
|
+
readonly name: "dashboard";
|
|
570
|
+
readonly type: "address";
|
|
571
|
+
readonly internalType: "address";
|
|
572
|
+
}, {
|
|
573
|
+
readonly name: "poolProxy";
|
|
574
|
+
readonly type: "address";
|
|
575
|
+
readonly internalType: "address";
|
|
576
|
+
}, {
|
|
577
|
+
readonly name: "poolImpl";
|
|
578
|
+
readonly type: "address";
|
|
704
579
|
readonly internalType: "address";
|
|
705
|
-
|
|
580
|
+
}, {
|
|
581
|
+
readonly name: "withdrawalQueueProxy";
|
|
706
582
|
readonly type: "address";
|
|
583
|
+
readonly internalType: "address";
|
|
707
584
|
}, {
|
|
585
|
+
readonly name: "wqImpl";
|
|
586
|
+
readonly type: "address";
|
|
708
587
|
readonly internalType: "address";
|
|
588
|
+
}, {
|
|
709
589
|
readonly name: "timelock";
|
|
710
590
|
readonly type: "address";
|
|
711
|
-
}, {
|
|
712
591
|
readonly internalType: "address";
|
|
713
|
-
readonly name: "strategy";
|
|
714
|
-
readonly type: "address";
|
|
715
592
|
}];
|
|
716
|
-
readonly internalType: "struct Factory.PoolDeployment";
|
|
717
|
-
readonly name: "deployment";
|
|
718
|
-
readonly type: "tuple";
|
|
719
593
|
}];
|
|
720
|
-
readonly stateMutability: "
|
|
721
|
-
readonly type: "function";
|
|
594
|
+
readonly stateMutability: "nonpayable";
|
|
722
595
|
}, {
|
|
596
|
+
readonly type: "function";
|
|
597
|
+
readonly name: "createPoolStvStETHStart";
|
|
723
598
|
readonly inputs: readonly [{
|
|
599
|
+
readonly name: "_vaultConfig";
|
|
600
|
+
readonly type: "tuple";
|
|
601
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
724
602
|
readonly components: readonly [{
|
|
725
|
-
readonly internalType: "address";
|
|
726
603
|
readonly name: "nodeOperator";
|
|
727
604
|
readonly type: "address";
|
|
728
|
-
}, {
|
|
729
605
|
readonly internalType: "address";
|
|
606
|
+
}, {
|
|
730
607
|
readonly name: "nodeOperatorManager";
|
|
731
608
|
readonly type: "address";
|
|
609
|
+
readonly internalType: "address";
|
|
732
610
|
}, {
|
|
733
|
-
readonly internalType: "uint256";
|
|
734
611
|
readonly name: "nodeOperatorFeeBP";
|
|
735
612
|
readonly type: "uint256";
|
|
736
|
-
}, {
|
|
737
613
|
readonly internalType: "uint256";
|
|
614
|
+
}, {
|
|
738
615
|
readonly name: "confirmExpiry";
|
|
739
616
|
readonly type: "uint256";
|
|
617
|
+
readonly internalType: "uint256";
|
|
740
618
|
}];
|
|
741
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
742
|
-
readonly name: "_vaultConfig";
|
|
743
|
-
readonly type: "tuple";
|
|
744
619
|
}, {
|
|
620
|
+
readonly name: "_timelockConfig";
|
|
621
|
+
readonly type: "tuple";
|
|
622
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
745
623
|
readonly components: readonly [{
|
|
746
|
-
readonly internalType: "uint256";
|
|
747
624
|
readonly name: "minDelaySeconds";
|
|
748
625
|
readonly type: "uint256";
|
|
626
|
+
readonly internalType: "uint256";
|
|
749
627
|
}, {
|
|
750
|
-
readonly internalType: "address";
|
|
751
628
|
readonly name: "proposer";
|
|
752
629
|
readonly type: "address";
|
|
753
|
-
}, {
|
|
754
630
|
readonly internalType: "address";
|
|
631
|
+
}, {
|
|
755
632
|
readonly name: "executor";
|
|
756
633
|
readonly type: "address";
|
|
634
|
+
readonly internalType: "address";
|
|
757
635
|
}];
|
|
758
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
759
|
-
readonly name: "_timelockConfig";
|
|
760
|
-
readonly type: "tuple";
|
|
761
636
|
}, {
|
|
637
|
+
readonly name: "_commonPoolConfig";
|
|
638
|
+
readonly type: "tuple";
|
|
639
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
762
640
|
readonly components: readonly [{
|
|
763
|
-
readonly internalType: "uint256";
|
|
764
641
|
readonly name: "minWithdrawalDelayTime";
|
|
765
642
|
readonly type: "uint256";
|
|
643
|
+
readonly internalType: "uint256";
|
|
766
644
|
}, {
|
|
767
|
-
readonly internalType: "string";
|
|
768
645
|
readonly name: "name";
|
|
769
646
|
readonly type: "string";
|
|
770
|
-
}, {
|
|
771
647
|
readonly internalType: "string";
|
|
648
|
+
}, {
|
|
772
649
|
readonly name: "symbol";
|
|
773
650
|
readonly type: "string";
|
|
651
|
+
readonly internalType: "string";
|
|
774
652
|
}, {
|
|
775
|
-
readonly internalType: "address";
|
|
776
653
|
readonly name: "emergencyCommittee";
|
|
777
654
|
readonly type: "address";
|
|
655
|
+
readonly internalType: "address";
|
|
778
656
|
}];
|
|
779
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
780
|
-
readonly name: "_commonPoolConfig";
|
|
781
|
-
readonly type: "tuple";
|
|
782
657
|
}, {
|
|
783
|
-
readonly
|
|
658
|
+
readonly name: "_allowListEnabled";
|
|
659
|
+
readonly type: "bool";
|
|
660
|
+
readonly internalType: "bool";
|
|
661
|
+
}, {
|
|
662
|
+
readonly name: "_allowListManager";
|
|
663
|
+
readonly type: "address";
|
|
664
|
+
readonly internalType: "address";
|
|
665
|
+
}, {
|
|
784
666
|
readonly name: "_reserveRatioGapBP";
|
|
785
667
|
readonly type: "uint256";
|
|
668
|
+
readonly internalType: "uint256";
|
|
786
669
|
}];
|
|
787
|
-
readonly name: "createPoolGGVStart";
|
|
788
670
|
readonly outputs: readonly [{
|
|
671
|
+
readonly name: "intermediate";
|
|
672
|
+
readonly type: "tuple";
|
|
673
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
789
674
|
readonly components: readonly [{
|
|
790
|
-
readonly internalType: "address";
|
|
791
675
|
readonly name: "dashboard";
|
|
792
676
|
readonly type: "address";
|
|
793
|
-
}, {
|
|
794
677
|
readonly internalType: "address";
|
|
678
|
+
}, {
|
|
795
679
|
readonly name: "poolProxy";
|
|
796
680
|
readonly type: "address";
|
|
797
|
-
}, {
|
|
798
681
|
readonly internalType: "address";
|
|
682
|
+
}, {
|
|
799
683
|
readonly name: "poolImpl";
|
|
800
684
|
readonly type: "address";
|
|
801
|
-
}, {
|
|
802
685
|
readonly internalType: "address";
|
|
686
|
+
}, {
|
|
803
687
|
readonly name: "withdrawalQueueProxy";
|
|
804
688
|
readonly type: "address";
|
|
805
|
-
}, {
|
|
806
689
|
readonly internalType: "address";
|
|
690
|
+
}, {
|
|
807
691
|
readonly name: "wqImpl";
|
|
808
692
|
readonly type: "address";
|
|
809
|
-
}, {
|
|
810
693
|
readonly internalType: "address";
|
|
694
|
+
}, {
|
|
811
695
|
readonly name: "timelock";
|
|
812
696
|
readonly type: "address";
|
|
697
|
+
readonly internalType: "address";
|
|
813
698
|
}];
|
|
814
|
-
readonly internalType: "struct Factory.PoolIntermediate";
|
|
815
|
-
readonly name: "intermediate";
|
|
816
|
-
readonly type: "tuple";
|
|
817
699
|
}];
|
|
818
700
|
readonly stateMutability: "nonpayable";
|
|
819
|
-
readonly type: "function";
|
|
820
701
|
}, {
|
|
702
|
+
readonly type: "function";
|
|
703
|
+
readonly name: "createPoolStvStart";
|
|
821
704
|
readonly inputs: readonly [{
|
|
705
|
+
readonly name: "_vaultConfig";
|
|
706
|
+
readonly type: "tuple";
|
|
707
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
822
708
|
readonly components: readonly [{
|
|
823
|
-
readonly internalType: "address";
|
|
824
709
|
readonly name: "nodeOperator";
|
|
825
710
|
readonly type: "address";
|
|
826
|
-
}, {
|
|
827
711
|
readonly internalType: "address";
|
|
712
|
+
}, {
|
|
828
713
|
readonly name: "nodeOperatorManager";
|
|
829
714
|
readonly type: "address";
|
|
715
|
+
readonly internalType: "address";
|
|
830
716
|
}, {
|
|
831
|
-
readonly internalType: "uint256";
|
|
832
717
|
readonly name: "nodeOperatorFeeBP";
|
|
833
718
|
readonly type: "uint256";
|
|
834
|
-
}, {
|
|
835
719
|
readonly internalType: "uint256";
|
|
720
|
+
}, {
|
|
836
721
|
readonly name: "confirmExpiry";
|
|
837
722
|
readonly type: "uint256";
|
|
723
|
+
readonly internalType: "uint256";
|
|
838
724
|
}];
|
|
839
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
840
|
-
readonly name: "_vaultConfig";
|
|
841
|
-
readonly type: "tuple";
|
|
842
725
|
}, {
|
|
726
|
+
readonly name: "_timelockConfig";
|
|
727
|
+
readonly type: "tuple";
|
|
728
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
843
729
|
readonly components: readonly [{
|
|
844
|
-
readonly internalType: "uint256";
|
|
845
730
|
readonly name: "minDelaySeconds";
|
|
846
731
|
readonly type: "uint256";
|
|
732
|
+
readonly internalType: "uint256";
|
|
847
733
|
}, {
|
|
848
|
-
readonly internalType: "address";
|
|
849
734
|
readonly name: "proposer";
|
|
850
735
|
readonly type: "address";
|
|
851
|
-
}, {
|
|
852
736
|
readonly internalType: "address";
|
|
737
|
+
}, {
|
|
853
738
|
readonly name: "executor";
|
|
854
739
|
readonly type: "address";
|
|
740
|
+
readonly internalType: "address";
|
|
855
741
|
}];
|
|
856
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
857
|
-
readonly name: "_timelockConfig";
|
|
858
|
-
readonly type: "tuple";
|
|
859
742
|
}, {
|
|
743
|
+
readonly name: "_commonPoolConfig";
|
|
744
|
+
readonly type: "tuple";
|
|
745
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
860
746
|
readonly components: readonly [{
|
|
861
|
-
readonly internalType: "uint256";
|
|
862
747
|
readonly name: "minWithdrawalDelayTime";
|
|
863
748
|
readonly type: "uint256";
|
|
749
|
+
readonly internalType: "uint256";
|
|
864
750
|
}, {
|
|
865
|
-
readonly internalType: "string";
|
|
866
751
|
readonly name: "name";
|
|
867
752
|
readonly type: "string";
|
|
868
|
-
}, {
|
|
869
753
|
readonly internalType: "string";
|
|
754
|
+
}, {
|
|
870
755
|
readonly name: "symbol";
|
|
871
756
|
readonly type: "string";
|
|
757
|
+
readonly internalType: "string";
|
|
872
758
|
}, {
|
|
873
|
-
readonly internalType: "address";
|
|
874
759
|
readonly name: "emergencyCommittee";
|
|
875
760
|
readonly type: "address";
|
|
761
|
+
readonly internalType: "address";
|
|
876
762
|
}];
|
|
877
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
878
|
-
readonly name: "_commonPoolConfig";
|
|
879
|
-
readonly type: "tuple";
|
|
880
763
|
}, {
|
|
881
|
-
readonly
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
readonly type: "bool";
|
|
885
|
-
}, {
|
|
886
|
-
readonly internalType: "bool";
|
|
887
|
-
readonly name: "mintingEnabled";
|
|
888
|
-
readonly type: "bool";
|
|
889
|
-
}, {
|
|
890
|
-
readonly internalType: "uint256";
|
|
891
|
-
readonly name: "reserveRatioGapBP";
|
|
892
|
-
readonly type: "uint256";
|
|
893
|
-
}];
|
|
894
|
-
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
895
|
-
readonly name: "_auxiliaryConfig";
|
|
896
|
-
readonly type: "tuple";
|
|
764
|
+
readonly name: "_allowListEnabled";
|
|
765
|
+
readonly type: "bool";
|
|
766
|
+
readonly internalType: "bool";
|
|
897
767
|
}, {
|
|
898
|
-
readonly
|
|
899
|
-
readonly name: "_strategyFactory";
|
|
768
|
+
readonly name: "_allowListManager";
|
|
900
769
|
readonly type: "address";
|
|
901
|
-
|
|
902
|
-
readonly internalType: "bytes";
|
|
903
|
-
readonly name: "_strategyDeployBytes";
|
|
904
|
-
readonly type: "bytes";
|
|
770
|
+
readonly internalType: "address";
|
|
905
771
|
}];
|
|
906
|
-
readonly name: "createPoolStart";
|
|
907
772
|
readonly outputs: readonly [{
|
|
773
|
+
readonly name: "intermediate";
|
|
774
|
+
readonly type: "tuple";
|
|
775
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
908
776
|
readonly components: readonly [{
|
|
909
|
-
readonly internalType: "address";
|
|
910
777
|
readonly name: "dashboard";
|
|
911
778
|
readonly type: "address";
|
|
912
|
-
}, {
|
|
913
779
|
readonly internalType: "address";
|
|
780
|
+
}, {
|
|
914
781
|
readonly name: "poolProxy";
|
|
915
782
|
readonly type: "address";
|
|
916
|
-
}, {
|
|
917
783
|
readonly internalType: "address";
|
|
784
|
+
}, {
|
|
918
785
|
readonly name: "poolImpl";
|
|
919
786
|
readonly type: "address";
|
|
920
|
-
}, {
|
|
921
787
|
readonly internalType: "address";
|
|
788
|
+
}, {
|
|
922
789
|
readonly name: "withdrawalQueueProxy";
|
|
923
790
|
readonly type: "address";
|
|
924
|
-
}, {
|
|
925
791
|
readonly internalType: "address";
|
|
792
|
+
}, {
|
|
926
793
|
readonly name: "wqImpl";
|
|
927
794
|
readonly type: "address";
|
|
928
|
-
}, {
|
|
929
795
|
readonly internalType: "address";
|
|
796
|
+
}, {
|
|
930
797
|
readonly name: "timelock";
|
|
931
798
|
readonly type: "address";
|
|
799
|
+
readonly internalType: "address";
|
|
932
800
|
}];
|
|
933
|
-
|
|
934
|
-
|
|
801
|
+
}];
|
|
802
|
+
readonly stateMutability: "nonpayable";
|
|
803
|
+
}, {
|
|
804
|
+
readonly type: "function";
|
|
805
|
+
readonly name: "derivePoolType";
|
|
806
|
+
readonly inputs: readonly [{
|
|
807
|
+
readonly name: "_auxiliaryConfig";
|
|
935
808
|
readonly type: "tuple";
|
|
809
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
810
|
+
readonly components: readonly [{
|
|
811
|
+
readonly name: "allowListEnabled";
|
|
812
|
+
readonly type: "bool";
|
|
813
|
+
readonly internalType: "bool";
|
|
814
|
+
}, {
|
|
815
|
+
readonly name: "allowListManager";
|
|
816
|
+
readonly type: "address";
|
|
817
|
+
readonly internalType: "address";
|
|
818
|
+
}, {
|
|
819
|
+
readonly name: "mintingEnabled";
|
|
820
|
+
readonly type: "bool";
|
|
821
|
+
readonly internalType: "bool";
|
|
822
|
+
}, {
|
|
823
|
+
readonly name: "reserveRatioGapBP";
|
|
824
|
+
readonly type: "uint256";
|
|
825
|
+
readonly internalType: "uint256";
|
|
826
|
+
}];
|
|
827
|
+
}, {
|
|
828
|
+
readonly name: "_strategyFactory";
|
|
829
|
+
readonly type: "address";
|
|
830
|
+
readonly internalType: "address";
|
|
831
|
+
}];
|
|
832
|
+
readonly outputs: readonly [{
|
|
833
|
+
readonly name: "poolType";
|
|
834
|
+
readonly type: "bytes32";
|
|
835
|
+
readonly internalType: "bytes32";
|
|
836
|
+
}];
|
|
837
|
+
readonly stateMutability: "view";
|
|
838
|
+
}, {
|
|
839
|
+
readonly type: "function";
|
|
840
|
+
readonly name: "intermediateState";
|
|
841
|
+
readonly inputs: readonly [{
|
|
842
|
+
readonly name: "";
|
|
843
|
+
readonly type: "bytes32";
|
|
844
|
+
readonly internalType: "bytes32";
|
|
845
|
+
}];
|
|
846
|
+
readonly outputs: readonly [{
|
|
847
|
+
readonly name: "";
|
|
848
|
+
readonly type: "uint256";
|
|
849
|
+
readonly internalType: "uint256";
|
|
850
|
+
}];
|
|
851
|
+
readonly stateMutability: "view";
|
|
852
|
+
}, {
|
|
853
|
+
readonly type: "event";
|
|
854
|
+
readonly name: "PoolCreated";
|
|
855
|
+
readonly inputs: readonly [{
|
|
856
|
+
readonly name: "vault";
|
|
857
|
+
readonly type: "address";
|
|
858
|
+
readonly indexed: false;
|
|
859
|
+
readonly internalType: "address";
|
|
860
|
+
}, {
|
|
861
|
+
readonly name: "pool";
|
|
862
|
+
readonly type: "address";
|
|
863
|
+
readonly indexed: false;
|
|
864
|
+
readonly internalType: "address";
|
|
865
|
+
}, {
|
|
866
|
+
readonly name: "poolType";
|
|
867
|
+
readonly type: "bytes32";
|
|
868
|
+
readonly indexed: true;
|
|
869
|
+
readonly internalType: "bytes32";
|
|
870
|
+
}, {
|
|
871
|
+
readonly name: "withdrawalQueue";
|
|
872
|
+
readonly type: "address";
|
|
873
|
+
readonly indexed: false;
|
|
874
|
+
readonly internalType: "address";
|
|
875
|
+
}, {
|
|
876
|
+
readonly name: "strategyFactory";
|
|
877
|
+
readonly type: "address";
|
|
878
|
+
readonly indexed: true;
|
|
879
|
+
readonly internalType: "address";
|
|
880
|
+
}, {
|
|
881
|
+
readonly name: "strategyDeployBytes";
|
|
882
|
+
readonly type: "bytes";
|
|
883
|
+
readonly indexed: false;
|
|
884
|
+
readonly internalType: "bytes";
|
|
885
|
+
}, {
|
|
886
|
+
readonly name: "strategy";
|
|
887
|
+
readonly type: "address";
|
|
888
|
+
readonly indexed: false;
|
|
889
|
+
readonly internalType: "address";
|
|
936
890
|
}];
|
|
937
|
-
readonly
|
|
938
|
-
readonly type: "function";
|
|
891
|
+
readonly anonymous: false;
|
|
939
892
|
}, {
|
|
893
|
+
readonly type: "event";
|
|
894
|
+
readonly name: "PoolCreationStarted";
|
|
940
895
|
readonly inputs: readonly [{
|
|
896
|
+
readonly name: "sender";
|
|
897
|
+
readonly type: "address";
|
|
898
|
+
readonly indexed: true;
|
|
899
|
+
readonly internalType: "address";
|
|
900
|
+
}, {
|
|
901
|
+
readonly name: "vaultConfig";
|
|
902
|
+
readonly type: "tuple";
|
|
903
|
+
readonly indexed: false;
|
|
904
|
+
readonly internalType: "struct Factory.VaultConfig";
|
|
941
905
|
readonly components: readonly [{
|
|
942
|
-
readonly internalType: "address";
|
|
943
906
|
readonly name: "nodeOperator";
|
|
944
907
|
readonly type: "address";
|
|
945
|
-
}, {
|
|
946
908
|
readonly internalType: "address";
|
|
909
|
+
}, {
|
|
947
910
|
readonly name: "nodeOperatorManager";
|
|
948
911
|
readonly type: "address";
|
|
912
|
+
readonly internalType: "address";
|
|
949
913
|
}, {
|
|
950
|
-
readonly internalType: "uint256";
|
|
951
914
|
readonly name: "nodeOperatorFeeBP";
|
|
952
915
|
readonly type: "uint256";
|
|
953
|
-
}, {
|
|
954
916
|
readonly internalType: "uint256";
|
|
917
|
+
}, {
|
|
955
918
|
readonly name: "confirmExpiry";
|
|
956
919
|
readonly type: "uint256";
|
|
957
|
-
}];
|
|
958
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
959
|
-
readonly name: "_vaultConfig";
|
|
960
|
-
readonly type: "tuple";
|
|
961
|
-
}, {
|
|
962
|
-
readonly components: readonly [{
|
|
963
920
|
readonly internalType: "uint256";
|
|
964
|
-
readonly name: "minDelaySeconds";
|
|
965
|
-
readonly type: "uint256";
|
|
966
|
-
}, {
|
|
967
|
-
readonly internalType: "address";
|
|
968
|
-
readonly name: "proposer";
|
|
969
|
-
readonly type: "address";
|
|
970
|
-
}, {
|
|
971
|
-
readonly internalType: "address";
|
|
972
|
-
readonly name: "executor";
|
|
973
|
-
readonly type: "address";
|
|
974
921
|
}];
|
|
975
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
976
|
-
readonly name: "_timelockConfig";
|
|
977
|
-
readonly type: "tuple";
|
|
978
922
|
}, {
|
|
923
|
+
readonly name: "commonPoolConfig";
|
|
924
|
+
readonly type: "tuple";
|
|
925
|
+
readonly indexed: false;
|
|
926
|
+
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
979
927
|
readonly components: readonly [{
|
|
980
|
-
readonly internalType: "uint256";
|
|
981
928
|
readonly name: "minWithdrawalDelayTime";
|
|
982
929
|
readonly type: "uint256";
|
|
930
|
+
readonly internalType: "uint256";
|
|
983
931
|
}, {
|
|
984
|
-
readonly internalType: "string";
|
|
985
932
|
readonly name: "name";
|
|
986
933
|
readonly type: "string";
|
|
987
|
-
}, {
|
|
988
934
|
readonly internalType: "string";
|
|
935
|
+
}, {
|
|
989
936
|
readonly name: "symbol";
|
|
990
937
|
readonly type: "string";
|
|
938
|
+
readonly internalType: "string";
|
|
991
939
|
}, {
|
|
992
|
-
readonly internalType: "address";
|
|
993
940
|
readonly name: "emergencyCommittee";
|
|
994
941
|
readonly type: "address";
|
|
942
|
+
readonly internalType: "address";
|
|
995
943
|
}];
|
|
996
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
997
|
-
readonly name: "_commonPoolConfig";
|
|
998
|
-
readonly type: "tuple";
|
|
999
|
-
}, {
|
|
1000
|
-
readonly internalType: "bool";
|
|
1001
|
-
readonly name: "_allowListEnabled";
|
|
1002
|
-
readonly type: "bool";
|
|
1003
944
|
}, {
|
|
1004
|
-
readonly
|
|
1005
|
-
readonly
|
|
1006
|
-
readonly
|
|
1007
|
-
|
|
1008
|
-
readonly name: "createPoolStvStETHStart";
|
|
1009
|
-
readonly outputs: readonly [{
|
|
945
|
+
readonly name: "auxiliaryConfig";
|
|
946
|
+
readonly type: "tuple";
|
|
947
|
+
readonly indexed: false;
|
|
948
|
+
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
1010
949
|
readonly components: readonly [{
|
|
1011
|
-
readonly
|
|
1012
|
-
readonly
|
|
1013
|
-
readonly
|
|
1014
|
-
}, {
|
|
1015
|
-
readonly internalType: "address";
|
|
1016
|
-
readonly name: "poolProxy";
|
|
1017
|
-
readonly type: "address";
|
|
1018
|
-
}, {
|
|
1019
|
-
readonly internalType: "address";
|
|
1020
|
-
readonly name: "poolImpl";
|
|
1021
|
-
readonly type: "address";
|
|
1022
|
-
}, {
|
|
1023
|
-
readonly internalType: "address";
|
|
1024
|
-
readonly name: "withdrawalQueueProxy";
|
|
1025
|
-
readonly type: "address";
|
|
1026
|
-
}, {
|
|
1027
|
-
readonly internalType: "address";
|
|
1028
|
-
readonly name: "wqImpl";
|
|
1029
|
-
readonly type: "address";
|
|
950
|
+
readonly name: "allowListEnabled";
|
|
951
|
+
readonly type: "bool";
|
|
952
|
+
readonly internalType: "bool";
|
|
1030
953
|
}, {
|
|
1031
|
-
readonly
|
|
1032
|
-
readonly name: "timelock";
|
|
954
|
+
readonly name: "allowListManager";
|
|
1033
955
|
readonly type: "address";
|
|
1034
|
-
}];
|
|
1035
|
-
readonly internalType: "struct Factory.PoolIntermediate";
|
|
1036
|
-
readonly name: "intermediate";
|
|
1037
|
-
readonly type: "tuple";
|
|
1038
|
-
}];
|
|
1039
|
-
readonly stateMutability: "nonpayable";
|
|
1040
|
-
readonly type: "function";
|
|
1041
|
-
}, {
|
|
1042
|
-
readonly inputs: readonly [{
|
|
1043
|
-
readonly components: readonly [{
|
|
1044
956
|
readonly internalType: "address";
|
|
1045
|
-
readonly name: "nodeOperator";
|
|
1046
|
-
readonly type: "address";
|
|
1047
957
|
}, {
|
|
1048
|
-
readonly
|
|
1049
|
-
readonly
|
|
1050
|
-
readonly
|
|
958
|
+
readonly name: "mintingEnabled";
|
|
959
|
+
readonly type: "bool";
|
|
960
|
+
readonly internalType: "bool";
|
|
1051
961
|
}, {
|
|
1052
|
-
readonly
|
|
1053
|
-
readonly name: "nodeOperatorFeeBP";
|
|
962
|
+
readonly name: "reserveRatioGapBP";
|
|
1054
963
|
readonly type: "uint256";
|
|
1055
|
-
}, {
|
|
1056
964
|
readonly internalType: "uint256";
|
|
1057
|
-
readonly name: "confirmExpiry";
|
|
1058
|
-
readonly type: "uint256";
|
|
1059
965
|
}];
|
|
1060
|
-
readonly internalType: "struct Factory.VaultConfig";
|
|
1061
|
-
readonly name: "_vaultConfig";
|
|
1062
|
-
readonly type: "tuple";
|
|
1063
966
|
}, {
|
|
967
|
+
readonly name: "timelockConfig";
|
|
968
|
+
readonly type: "tuple";
|
|
969
|
+
readonly indexed: false;
|
|
970
|
+
readonly internalType: "struct Factory.TimelockConfig";
|
|
1064
971
|
readonly components: readonly [{
|
|
1065
|
-
readonly internalType: "uint256";
|
|
1066
972
|
readonly name: "minDelaySeconds";
|
|
1067
973
|
readonly type: "uint256";
|
|
974
|
+
readonly internalType: "uint256";
|
|
1068
975
|
}, {
|
|
1069
|
-
readonly internalType: "address";
|
|
1070
976
|
readonly name: "proposer";
|
|
1071
977
|
readonly type: "address";
|
|
1072
|
-
}, {
|
|
1073
978
|
readonly internalType: "address";
|
|
979
|
+
}, {
|
|
1074
980
|
readonly name: "executor";
|
|
1075
981
|
readonly type: "address";
|
|
1076
|
-
}];
|
|
1077
|
-
readonly internalType: "struct Factory.TimelockConfig";
|
|
1078
|
-
readonly name: "_timelockConfig";
|
|
1079
|
-
readonly type: "tuple";
|
|
1080
|
-
}, {
|
|
1081
|
-
readonly components: readonly [{
|
|
1082
|
-
readonly internalType: "uint256";
|
|
1083
|
-
readonly name: "minWithdrawalDelayTime";
|
|
1084
|
-
readonly type: "uint256";
|
|
1085
|
-
}, {
|
|
1086
|
-
readonly internalType: "string";
|
|
1087
|
-
readonly name: "name";
|
|
1088
|
-
readonly type: "string";
|
|
1089
|
-
}, {
|
|
1090
|
-
readonly internalType: "string";
|
|
1091
|
-
readonly name: "symbol";
|
|
1092
|
-
readonly type: "string";
|
|
1093
|
-
}, {
|
|
1094
982
|
readonly internalType: "address";
|
|
1095
|
-
readonly name: "emergencyCommittee";
|
|
1096
|
-
readonly type: "address";
|
|
1097
983
|
}];
|
|
1098
|
-
readonly internalType: "struct Factory.CommonPoolConfig";
|
|
1099
|
-
readonly name: "_commonPoolConfig";
|
|
1100
|
-
readonly type: "tuple";
|
|
1101
984
|
}, {
|
|
1102
|
-
readonly
|
|
1103
|
-
readonly
|
|
1104
|
-
readonly
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
985
|
+
readonly name: "strategyFactory";
|
|
986
|
+
readonly type: "address";
|
|
987
|
+
readonly indexed: true;
|
|
988
|
+
readonly internalType: "address";
|
|
989
|
+
}, {
|
|
990
|
+
readonly name: "strategyDeployBytes";
|
|
991
|
+
readonly type: "bytes";
|
|
992
|
+
readonly indexed: false;
|
|
993
|
+
readonly internalType: "bytes";
|
|
994
|
+
}, {
|
|
995
|
+
readonly name: "intermediate";
|
|
996
|
+
readonly type: "tuple";
|
|
997
|
+
readonly indexed: false;
|
|
998
|
+
readonly internalType: "struct Factory.PoolIntermediate";
|
|
1108
999
|
readonly components: readonly [{
|
|
1109
|
-
readonly internalType: "address";
|
|
1110
1000
|
readonly name: "dashboard";
|
|
1111
1001
|
readonly type: "address";
|
|
1112
|
-
}, {
|
|
1113
1002
|
readonly internalType: "address";
|
|
1003
|
+
}, {
|
|
1114
1004
|
readonly name: "poolProxy";
|
|
1115
1005
|
readonly type: "address";
|
|
1116
|
-
}, {
|
|
1117
1006
|
readonly internalType: "address";
|
|
1007
|
+
}, {
|
|
1118
1008
|
readonly name: "poolImpl";
|
|
1119
1009
|
readonly type: "address";
|
|
1120
|
-
}, {
|
|
1121
1010
|
readonly internalType: "address";
|
|
1011
|
+
}, {
|
|
1122
1012
|
readonly name: "withdrawalQueueProxy";
|
|
1123
1013
|
readonly type: "address";
|
|
1124
|
-
}, {
|
|
1125
1014
|
readonly internalType: "address";
|
|
1015
|
+
}, {
|
|
1126
1016
|
readonly name: "wqImpl";
|
|
1127
1017
|
readonly type: "address";
|
|
1128
|
-
}, {
|
|
1129
1018
|
readonly internalType: "address";
|
|
1019
|
+
}, {
|
|
1130
1020
|
readonly name: "timelock";
|
|
1131
1021
|
readonly type: "address";
|
|
1022
|
+
readonly internalType: "address";
|
|
1132
1023
|
}];
|
|
1133
|
-
|
|
1134
|
-
readonly name: "
|
|
1135
|
-
readonly type: "
|
|
1024
|
+
}, {
|
|
1025
|
+
readonly name: "finishDeadline";
|
|
1026
|
+
readonly type: "uint256";
|
|
1027
|
+
readonly indexed: false;
|
|
1028
|
+
readonly internalType: "uint256";
|
|
1136
1029
|
}];
|
|
1137
|
-
readonly
|
|
1138
|
-
readonly type: "function";
|
|
1030
|
+
readonly anonymous: false;
|
|
1139
1031
|
}, {
|
|
1032
|
+
readonly type: "error";
|
|
1033
|
+
readonly name: "InsufficientConnectDeposit";
|
|
1140
1034
|
readonly inputs: readonly [{
|
|
1141
|
-
readonly
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
readonly type: "bool";
|
|
1145
|
-
}, {
|
|
1146
|
-
readonly internalType: "bool";
|
|
1147
|
-
readonly name: "mintingEnabled";
|
|
1148
|
-
readonly type: "bool";
|
|
1149
|
-
}, {
|
|
1150
|
-
readonly internalType: "uint256";
|
|
1151
|
-
readonly name: "reserveRatioGapBP";
|
|
1152
|
-
readonly type: "uint256";
|
|
1153
|
-
}];
|
|
1154
|
-
readonly internalType: "struct Factory.AuxiliaryPoolConfig";
|
|
1155
|
-
readonly name: "_auxiliaryConfig";
|
|
1156
|
-
readonly type: "tuple";
|
|
1035
|
+
readonly name: "provided";
|
|
1036
|
+
readonly type: "uint256";
|
|
1037
|
+
readonly internalType: "uint256";
|
|
1157
1038
|
}, {
|
|
1158
|
-
readonly
|
|
1159
|
-
readonly
|
|
1160
|
-
readonly
|
|
1161
|
-
}];
|
|
1162
|
-
readonly name: "derivePoolType";
|
|
1163
|
-
readonly outputs: readonly [{
|
|
1164
|
-
readonly internalType: "bytes32";
|
|
1165
|
-
readonly name: "poolType";
|
|
1166
|
-
readonly type: "bytes32";
|
|
1039
|
+
readonly name: "required";
|
|
1040
|
+
readonly type: "uint256";
|
|
1041
|
+
readonly internalType: "uint256";
|
|
1167
1042
|
}];
|
|
1168
|
-
readonly stateMutability: "view";
|
|
1169
|
-
readonly type: "function";
|
|
1170
1043
|
}, {
|
|
1044
|
+
readonly type: "error";
|
|
1045
|
+
readonly name: "InvalidConfiguration";
|
|
1171
1046
|
readonly inputs: readonly [{
|
|
1172
|
-
readonly
|
|
1173
|
-
readonly
|
|
1174
|
-
readonly
|
|
1047
|
+
readonly name: "reason";
|
|
1048
|
+
readonly type: "string";
|
|
1049
|
+
readonly internalType: "string";
|
|
1175
1050
|
}];
|
|
1176
|
-
|
|
1177
|
-
readonly
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
readonly
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly type: "error";
|
|
1053
|
+
readonly name: "StringTooLong";
|
|
1054
|
+
readonly inputs: readonly [{
|
|
1055
|
+
readonly name: "str";
|
|
1056
|
+
readonly type: "string";
|
|
1057
|
+
readonly internalType: "string";
|
|
1181
1058
|
}];
|
|
1182
|
-
readonly stateMutability: "view";
|
|
1183
|
-
readonly type: "function";
|
|
1184
1059
|
}];
|