@lidofinance/lsv-cli 1.0.0-alpha.61 → 1.0.0-alpha.63
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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/abi/AccessControlConfirmable.d.ts +4 -3
- package/dist/abi/AccessControlConfirmable.js +4 -2
- package/dist/abi/AccessControlConfirmable.js.map +1 -1
- package/dist/abi/Dashboard.d.ts +731 -437
- package/dist/abi/Dashboard.js +322 -302
- package/dist/abi/Dashboard.js.map +1 -1
- package/dist/abi/LazyOracle.d.ts +319 -27
- package/dist/abi/LazyOracle.js +406 -27
- package/dist/abi/LazyOracle.js.map +1 -1
- package/dist/abi/LidoLocator.d.ts +28 -0
- package/dist/abi/LidoLocator.js +36 -0
- package/dist/abi/LidoLocator.js.map +1 -1
- package/dist/abi/OperatorGrid.d.ts +879 -100
- package/dist/abi/OperatorGrid.js +224 -2
- package/dist/abi/OperatorGrid.js.map +1 -1
- package/dist/abi/PredepositGuarantee.d.ts +210 -169
- package/dist/abi/PredepositGuarantee.js +192 -198
- package/dist/abi/PredepositGuarantee.js.map +1 -1
- package/dist/abi/StEth.d.ts +1 -1
- package/dist/abi/StEth.js +1 -1
- package/dist/abi/StEth.js.map +1 -1
- package/dist/abi/StakingVault.d.ts +241 -41
- package/dist/abi/StakingVault.js +206 -43
- package/dist/abi/StakingVault.js.map +1 -1
- package/dist/abi/VaultFactory.d.ts +524 -72
- package/dist/abi/VaultFactory.js +42 -1
- package/dist/abi/VaultFactory.js.map +1 -1
- package/dist/abi/VaultHub.d.ts +439 -409
- package/dist/abi/VaultHub.js +363 -399
- package/dist/abi/VaultHub.js.map +1 -1
- package/dist/abi/VaultViewer.d.ts +204 -238
- package/dist/abi/VaultViewer.js +251 -299
- package/dist/abi/VaultViewer.js.map +1 -1
- package/dist/abi/defi-wrapper/Distributor.d.ts +486 -0
- package/dist/abi/defi-wrapper/Distributor.js +633 -0
- package/dist/abi/defi-wrapper/Distributor.js.map +1 -0
- package/dist/abi/defi-wrapper/Factory.d.ts +1184 -0
- package/dist/abi/defi-wrapper/Factory.js +932 -0
- package/dist/abi/defi-wrapper/Factory.js.map +1 -0
- package/dist/abi/defi-wrapper/StvPool.d.ts +1079 -0
- package/dist/abi/defi-wrapper/StvPool.js +1410 -0
- package/dist/abi/defi-wrapper/StvPool.js.map +1 -0
- package/dist/abi/defi-wrapper/StvStETHPool.d.ts +1772 -0
- package/dist/abi/defi-wrapper/StvStETHPool.js +2316 -0
- package/dist/abi/defi-wrapper/StvStETHPool.js.map +1 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.d.ts +1265 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.js +1647 -0
- package/dist/abi/defi-wrapper/WithdrawalQueue.js.map +1 -0
- package/dist/abi/defi-wrapper/index.d.ts +5 -0
- package/dist/abi/defi-wrapper/index.js +6 -0
- package/dist/abi/defi-wrapper/index.js.map +1 -0
- package/dist/abi/index.d.ts +0 -2
- package/dist/abi/index.js +0 -2
- package/dist/abi/index.js.map +1 -1
- package/dist/configs/constants.d.ts +44 -2
- package/dist/configs/constants.js +2 -2
- package/dist/configs/constants.js.map +1 -1
- package/dist/configs/deployed.d.ts +2 -2
- package/dist/configs/deployed.js +48 -6
- package/dist/configs/deployed.js.map +1 -1
- package/dist/configs/utils.d.ts +1 -0
- package/dist/configs/utils.js +4 -0
- package/dist/configs/utils.js.map +1 -1
- package/dist/contracts/dashboard-impl.d.ts +4 -0
- package/dist/contracts/dashboard-impl.js +17 -0
- package/dist/contracts/dashboard-impl.js.map +1 -0
- package/dist/contracts/dashboard.d.ts +2 -2
- package/dist/contracts/dashboard.js +3 -2
- package/dist/contracts/dashboard.js.map +1 -1
- package/dist/contracts/defi-wrapper/distributor.d.ts +4 -0
- package/dist/contracts/defi-wrapper/distributor.js +12 -0
- package/dist/contracts/defi-wrapper/distributor.js.map +1 -0
- package/dist/contracts/defi-wrapper/factory.d.ts +4 -0
- package/dist/contracts/defi-wrapper/factory.js +12 -0
- package/dist/contracts/defi-wrapper/factory.js.map +1 -0
- package/dist/contracts/defi-wrapper/index.d.ts +5 -0
- package/dist/contracts/defi-wrapper/index.js +6 -0
- package/dist/contracts/defi-wrapper/index.js.map +1 -0
- package/dist/contracts/defi-wrapper/stv-pool.d.ts +4 -0
- package/dist/contracts/defi-wrapper/stv-pool.js +12 -0
- package/dist/contracts/defi-wrapper/stv-pool.js.map +1 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.d.ts +4 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.js +12 -0
- package/dist/contracts/defi-wrapper/stv-steth-pool.js.map +1 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.d.ts +4 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.js +12 -0
- package/dist/contracts/defi-wrapper/withdrawal-queue.js.map +1 -0
- package/dist/contracts/index.d.ts +1 -1
- package/dist/contracts/index.js +1 -1
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/lazy-oracle.js +3 -2
- package/dist/contracts/lazy-oracle.js.map +1 -1
- package/dist/contracts/locator.d.ts +3 -8239
- package/dist/contracts/locator.js +4 -3
- package/dist/contracts/locator.js.map +1 -1
- package/dist/contracts/operator-grid.d.ts +1 -1
- package/dist/contracts/operator-grid.js +3 -2
- package/dist/contracts/operator-grid.js.map +1 -1
- package/dist/contracts/pdg.js +3 -2
- package/dist/contracts/pdg.js.map +1 -1
- package/dist/contracts/steth.d.ts +128 -128
- package/dist/contracts/steth.js +3 -2
- package/dist/contracts/steth.js.map +1 -1
- package/dist/contracts/vault-factory.d.ts +3 -16404
- package/dist/contracts/vault-factory.js +4 -3
- package/dist/contracts/vault-factory.js.map +1 -1
- package/dist/contracts/vault-hub.js +3 -2
- package/dist/contracts/vault-hub.js.map +1 -1
- package/dist/contracts/vault-viewer.d.ts +3 -11197
- package/dist/contracts/vault-viewer.js +9 -7
- package/dist/contracts/vault-viewer.js.map +1 -1
- package/dist/contracts/vault.d.ts +2 -2
- package/dist/contracts/vault.js +3 -2
- package/dist/contracts/vault.js.map +1 -1
- package/dist/contracts/wsteth.d.ts +3 -24690
- package/dist/contracts/wsteth.js +4 -3
- package/dist/contracts/wsteth.js.map +1 -1
- package/dist/features/defi-wrapper/create-vault.d.ts +17 -0
- package/dist/features/defi-wrapper/create-vault.js +137 -0
- package/dist/features/defi-wrapper/create-vault.js.map +1 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.d.ts +112 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.js +228 -0
- package/dist/features/defi-wrapper/defi-wrapper-factory.js.map +1 -0
- package/dist/features/defi-wrapper/index.d.ts +3 -0
- package/dist/features/defi-wrapper/index.js +4 -0
- package/dist/features/defi-wrapper/index.js.map +1 -0
- package/dist/features/defi-wrapper/pool-info.d.ts +35 -0
- package/dist/features/defi-wrapper/pool-info.js +97 -0
- package/dist/features/defi-wrapper/pool-info.js.map +1 -0
- package/dist/features/deposits/check-bls-deposits.d.ts +2 -1
- package/dist/features/deposits/check-bls-deposits.js +11 -2
- package/dist/features/deposits/check-bls-deposits.js.map +1 -1
- package/dist/features/deposits/make-pdg-proof.d.ts +8 -0
- package/dist/features/deposits/make-pdg-proof.js +17 -1
- package/dist/features/deposits/make-pdg-proof.js.map +1 -1
- package/dist/features/deposits/no-pdg.d.ts +1 -1
- package/dist/features/deposits/no-pdg.js +6 -3
- package/dist/features/deposits/no-pdg.js.map +1 -1
- package/dist/features/dev-tools/impersonate.d.ts +14 -0
- package/dist/features/dev-tools/impersonate.js +64 -0
- package/dist/features/dev-tools/impersonate.js.map +1 -0
- package/dist/features/dev-tools/index.d.ts +1 -0
- package/dist/features/dev-tools/index.js +2 -0
- package/dist/features/dev-tools/index.js.map +1 -0
- package/dist/features/index.d.ts +3 -0
- package/dist/features/index.js +3 -0
- package/dist/features/index.js.map +1 -1
- package/dist/features/lazy-oracle.d.ts +1 -0
- package/dist/features/lazy-oracle.js +42 -0
- package/dist/features/lazy-oracle.js.map +1 -0
- package/dist/features/mint-burn/allowance.js +1 -1
- package/dist/features/mint-burn/allowance.js.map +1 -1
- package/dist/features/pdg.d.ts +7 -0
- package/dist/features/pdg.js +5 -5
- package/dist/features/pdg.js.map +1 -1
- package/dist/features/utils/get-boolean.d.ts +1 -0
- package/dist/features/utils/get-boolean.js +13 -0
- package/dist/features/utils/get-boolean.js.map +1 -0
- package/dist/features/utils/index.d.ts +2 -0
- package/dist/features/utils/index.js +2 -0
- package/dist/features/utils/index.js.map +1 -1
- package/dist/features/utils/quarantine.d.ts +2 -0
- package/dist/features/utils/quarantine.js +2 -0
- package/dist/features/utils/quarantine.js.map +1 -1
- package/dist/features/utils/report-fresh.js +17 -1
- package/dist/features/utils/report-fresh.js.map +1 -1
- package/dist/features/utils/settled-growth.d.ts +1 -0
- package/dist/features/utils/settled-growth.js +16 -0
- package/dist/features/utils/settled-growth.js.map +1 -0
- package/dist/features/vault-factory.d.ts +2 -2
- package/dist/features/vault-factory.js +8 -3
- package/dist/features/vault-factory.js.map +1 -1
- package/dist/features/vault-hub.js +0 -4
- package/dist/features/vault-hub.js.map +1 -1
- package/dist/features/vault-operations/create-vault.d.ts +4 -2
- package/dist/features/vault-operations/create-vault.js +13 -5
- package/dist/features/vault-operations/create-vault.js.map +1 -1
- package/dist/features/vault-operations/dashboard-by-vault.d.ts +2 -1
- package/dist/features/vault-operations/dashboard-by-vault.js +6 -4
- package/dist/features/vault-operations/dashboard-by-vault.js.map +1 -1
- package/dist/features/vault-operations/vault-health.js +2 -2
- package/dist/features/vault-operations/vault-health.js.map +1 -1
- package/dist/features/vault-operations/vault-info.js +32 -33
- package/dist/features/vault-operations/vault-info.js.map +1 -1
- package/dist/features/vault-operations/vault-overview.js +46 -39
- package/dist/features/vault-operations/vault-overview.js.map +1 -1
- package/dist/features/vault-operations/vault-roles.d.ts +2 -1
- package/dist/features/vault-operations/vault-roles.js +22 -23
- package/dist/features/vault-operations/vault-roles.js.map +1 -1
- package/dist/features/vault-operations/vaults-by-role.d.ts +5 -0
- package/dist/features/vault-operations/vaults-by-role.js +123 -36
- package/dist/features/vault-operations/vaults-by-role.js.map +1 -1
- package/dist/features/vault.js +8 -4
- package/dist/features/vault.js.map +1 -1
- package/dist/index.js +18 -6
- package/dist/index.js.map +1 -1
- package/dist/programs/account/read.js +1 -1
- package/dist/programs/account/read.js.map +1 -1
- package/dist/programs/account/write.js +14 -0
- package/dist/programs/account/write.js.map +1 -1
- package/dist/programs/contracts/dashboard/config.js +49 -40
- package/dist/programs/contracts/dashboard/config.js.map +1 -1
- package/dist/programs/contracts/dashboard/read.js +44 -9
- package/dist/programs/contracts/dashboard/read.js.map +1 -1
- package/dist/programs/contracts/dashboard/write.js +236 -127
- package/dist/programs/contracts/dashboard/write.js.map +1 -1
- package/dist/programs/contracts/hub/config.js +7 -27
- package/dist/programs/contracts/hub/config.js.map +1 -1
- package/dist/programs/contracts/hub/read.js +63 -2
- package/dist/programs/contracts/hub/read.js.map +1 -1
- package/dist/programs/contracts/hub/write.js +8 -70
- package/dist/programs/contracts/hub/write.js.map +1 -1
- package/dist/programs/contracts/lazy-oracle/config.js +38 -0
- package/dist/programs/contracts/lazy-oracle/config.js.map +1 -1
- package/dist/programs/contracts/lazy-oracle/read.js +7 -0
- package/dist/programs/contracts/lazy-oracle/read.js.map +1 -1
- package/dist/programs/contracts/operator-grid/config.js +21 -10
- package/dist/programs/contracts/operator-grid/config.js.map +1 -1
- package/dist/programs/contracts/operator-grid/read.js +21 -1
- package/dist/programs/contracts/operator-grid/read.js.map +1 -1
- package/dist/programs/contracts/operator-grid/write.js +40 -71
- package/dist/programs/contracts/operator-grid/write.js.map +1 -1
- package/dist/programs/contracts/pdg/config.js +9 -2
- package/dist/programs/contracts/pdg/config.js.map +1 -1
- package/dist/programs/contracts/pdg/read.js +13 -1
- package/dist/programs/contracts/pdg/read.js.map +1 -1
- package/dist/programs/contracts/pdg/write.js +55 -86
- package/dist/programs/contracts/pdg/write.js.map +1 -1
- package/dist/programs/contracts/vault/config.js +12 -0
- package/dist/programs/contracts/vault/config.js.map +1 -1
- package/dist/programs/contracts/vault/write.js +110 -35
- package/dist/programs/contracts/vault/write.js.map +1 -1
- package/dist/programs/contracts/vault-factory/config.js +14 -1
- package/dist/programs/contracts/vault-factory/config.js.map +1 -1
- package/dist/programs/contracts/vault-factory/write.js +25 -15
- package/dist/programs/contracts/vault-factory/write.js.map +1 -1
- package/dist/programs/contracts/vault-viewer/config.js +102 -59
- package/dist/programs/contracts/vault-viewer/config.js.map +1 -1
- package/dist/programs/contracts/vault-viewer/read.js +22 -76
- package/dist/programs/contracts/vault-viewer/read.js.map +1 -1
- package/dist/programs/defi-wrapper/contracts/distributor/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/distributor/config.js +44 -0
- package/dist/programs/defi-wrapper/contracts/distributor/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/distributor/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.js +5 -0
- package/dist/programs/defi-wrapper/contracts/distributor/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.js +40 -0
- package/dist/programs/defi-wrapper/contracts/distributor/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.js +70 -0
- package/dist/programs/defi-wrapper/contracts/distributor/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.js +2 -0
- package/dist/programs/defi-wrapper/contracts/factory/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/factory/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/factory/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.js +50 -0
- package/dist/programs/defi-wrapper/contracts/factory/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.js +144 -0
- package/dist/programs/defi-wrapper/contracts/factory/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/index.d.ts +6 -0
- package/dist/programs/defi-wrapper/contracts/index.js +7 -0
- package/dist/programs/defi-wrapper/contracts/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js +73 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js +70 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js +138 -0
- package/dist/programs/defi-wrapper/contracts/stv-pool/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js +120 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js +70 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js +173 -0
- package/dist/programs/defi-wrapper/contracts/stv-steth-pool/write.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js +66 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/config.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.js +4 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/index.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.js +6 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/main.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js +65 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/read.js.map +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js +171 -0
- package/dist/programs/defi-wrapper/contracts/withdrawal-queue/write.js.map +1 -0
- package/dist/programs/defi-wrapper/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/index.js +4 -0
- package/dist/programs/defi-wrapper/index.js.map +1 -0
- package/dist/programs/defi-wrapper/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/main.js +6 -0
- package/dist/programs/defi-wrapper/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/health/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/health/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.js +338 -0
- package/dist/programs/defi-wrapper/use-cases/health/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.d.ts +56 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.js +389 -0
- package/dist/programs/defi-wrapper/use-cases/health/utils.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.js +254 -0
- package/dist/programs/defi-wrapper/use-cases/health/write.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/index.js +4 -0
- package/dist/programs/defi-wrapper/use-cases/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js +143 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/create-pool.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.d.ts +3 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js +5 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/index.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js +6 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/main.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js +130 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/read.js.map +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.d.ts +1 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js +13 -0
- package/dist/programs/defi-wrapper/use-cases/wrapper-operations/write.js.map +1 -0
- package/dist/programs/dev-tools/anvil/index.d.ts +2 -0
- package/dist/programs/dev-tools/anvil/index.js +3 -0
- package/dist/programs/dev-tools/anvil/index.js.map +1 -0
- package/dist/programs/dev-tools/anvil/main.d.ts +1 -0
- package/dist/programs/dev-tools/anvil/main.js +5 -0
- package/dist/programs/dev-tools/anvil/main.js.map +1 -0
- package/dist/programs/dev-tools/anvil/write.d.ts +1 -0
- package/dist/programs/dev-tools/anvil/write.js +122 -0
- package/dist/programs/dev-tools/anvil/write.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/index.d.ts +2 -0
- package/dist/programs/dev-tools/defi-wrapper/index.js +3 -0
- package/dist/programs/dev-tools/defi-wrapper/index.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/main.d.ts +1 -0
- package/dist/programs/dev-tools/defi-wrapper/main.js +6 -0
- package/dist/programs/dev-tools/defi-wrapper/main.js.map +1 -0
- package/dist/programs/dev-tools/defi-wrapper/write.d.ts +1 -0
- package/dist/programs/dev-tools/defi-wrapper/write.js +77 -0
- package/dist/programs/dev-tools/defi-wrapper/write.js.map +1 -0
- package/dist/programs/dev-tools/index.d.ts +3 -0
- package/dist/programs/dev-tools/index.js +4 -0
- package/dist/programs/dev-tools/index.js.map +1 -0
- package/dist/programs/dev-tools/main.d.ts +1 -0
- package/dist/programs/dev-tools/main.js +6 -0
- package/dist/programs/dev-tools/main.js.map +1 -0
- package/dist/programs/index.d.ts +2 -0
- package/dist/programs/index.js +2 -0
- package/dist/programs/index.js.map +1 -1
- package/dist/programs/pdg-helpers.js +5 -5
- package/dist/programs/pdg-helpers.js.map +1 -1
- package/dist/programs/use-cases/deposits/read.js +19 -2
- package/dist/programs/use-cases/deposits/read.js.map +1 -1
- package/dist/programs/use-cases/deposits/write.js +130 -45
- package/dist/programs/use-cases/deposits/write.js.map +1 -1
- package/dist/programs/use-cases/metrics/read.js +36 -19
- package/dist/programs/use-cases/metrics/read.js.map +1 -1
- package/dist/programs/use-cases/report/read.js +14 -7
- package/dist/programs/use-cases/report/read.js.map +1 -1
- package/dist/programs/use-cases/report/write.js +7 -2
- package/dist/programs/use-cases/report/write.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/create-vault.js +18 -8
- package/dist/programs/use-cases/vault-operations/create-vault.js.map +1 -1
- package/dist/programs/use-cases/vault-operations/write.js +103 -8
- package/dist/programs/use-cases/vault-operations/write.js.map +1 -1
- package/dist/providers/wallet.d.ts +6984 -169
- package/dist/providers/wallet.js +15 -5
- package/dist/providers/wallet.js.map +1 -1
- package/dist/tests/utils/calculate-overview.test.js +1 -1
- package/dist/tests/utils/calculate-overview.test.js.map +1 -1
- package/dist/tests/utils/health.test.js +2 -2
- package/dist/tests/utils/health.test.js.map +1 -1
- package/dist/types/common.d.ts +4 -0
- package/dist/utils/arguments.d.ts +8 -1
- package/dist/utils/arguments.js +61 -1
- package/dist/utils/arguments.js.map +1 -1
- package/dist/utils/bls.d.ts +2 -2
- package/dist/utils/bls.js +8 -7
- package/dist/utils/bls.js.map +1 -1
- package/dist/utils/cache.d.ts +26 -0
- package/dist/utils/cache.js +88 -3
- package/dist/utils/cache.js.map +1 -1
- package/dist/utils/calculate-overview-v2.d.ts +4 -2
- package/dist/utils/calculate-overview-v2.js +5 -8
- package/dist/utils/calculate-overview-v2.js.map +1 -1
- package/dist/utils/calculate-overview.d.ts +1 -1
- package/dist/utils/calculate-overview.js +2 -2
- package/dist/utils/calculate-overview.js.map +1 -1
- package/dist/utils/charts/blessed/charts-apr.js +3 -2
- package/dist/utils/charts/blessed/charts-apr.js.map +1 -1
- package/dist/utils/charts/blessed/charts-rewards.js +3 -2
- package/dist/utils/charts/blessed/charts-rewards.js.map +1 -1
- package/dist/utils/charts/overview.d.ts +1 -1
- package/dist/utils/charts/overview.js +1 -1
- package/dist/utils/charts/overview.js.map +1 -1
- package/dist/utils/charts/simple/simple-charts.js +3 -2
- package/dist/utils/charts/simple/simple-charts.js.map +1 -1
- package/dist/utils/commands/confirmations.d.ts +8 -4
- package/dist/utils/commands/confirmations.js +44 -34
- package/dist/utils/commands/confirmations.js.map +1 -1
- package/dist/utils/commands/report.js +2 -1
- package/dist/utils/commands/report.js.map +1 -1
- package/dist/utils/fetchCL.d.ts +1 -5
- package/dist/utils/fetchCL.js +5 -7
- package/dist/utils/fetchCL.js.map +1 -1
- package/dist/utils/health/calculate-health.d.ts +1 -1
- package/dist/utils/health/calculate-health.js +2 -2
- package/dist/utils/health/calculate-health.js.map +1 -1
- package/dist/utils/health/health-utils.d.ts +131 -131
- package/dist/utils/health/health-utils.js +12 -11
- package/dist/utils/health/health-utils.js.map +1 -1
- package/dist/utils/prompts/confirmations.js +1 -1
- package/dist/utils/prompts/confirmations.js.map +1 -1
- package/dist/utils/proof/constants.d.ts +6 -0
- package/dist/utils/proof/constants.js +7 -0
- package/dist/utils/proof/constants.js.map +1 -0
- package/dist/utils/proof/first-validator-gindex.js +0 -4
- package/dist/utils/proof/first-validator-gindex.js.map +1 -1
- package/dist/utils/proof/proofs.d.ts +7 -8
- package/dist/utils/proof/proofs.js +36 -28
- package/dist/utils/proof/proofs.js.map +1 -1
- package/dist/utils/read-programs-by-abi.d.ts +1 -1
- package/dist/utils/read-programs-by-abi.js +4 -18
- package/dist/utils/read-programs-by-abi.js.map +1 -1
- package/dist/utils/report/report.js +2 -1
- package/dist/utils/report/report.js.map +1 -1
- package/dist/utils/report/statistic-data.js +3 -3
- package/dist/utils/report/statistic-data.js.map +1 -1
- package/dist/utils/report/types.d.ts +10 -2
- package/dist/utils/statistic/report-statistic.js +13 -14
- package/dist/utils/statistic/report-statistic.js.map +1 -1
- package/dist/utils/transactions/tx-private-key.d.ts +2 -2
- package/dist/utils/transactions/tx-private-key.js +6 -6
- package/dist/utils/transactions/tx-private-key.js.map +1 -1
- package/dist/utils/transactions/tx-wc.d.ts +29 -1
- package/dist/utils/transactions/tx-wc.js +58 -28
- package/dist/utils/transactions/tx-wc.js.map +1 -1
- package/dist/utils/wallet-connect.d.ts +4 -7664
- package/dist/utils/wallet-connect.js +17 -5
- package/dist/utils/wallet-connect.js.map +1 -1
- package/dist/version/index.js +1 -1
- package/package.json +16 -7
- package/dist/abi/TokenManager.d.ts +0 -577
- package/dist/abi/TokenManager.js +0 -756
- package/dist/abi/TokenManager.js.map +0 -1
- package/dist/abi/Voting.d.ts +0 -676
- package/dist/abi/Voting.js +0 -884
- package/dist/abi/Voting.js.map +0 -1
- package/dist/contracts/token-manager.d.ts +0 -3
- package/dist/contracts/token-manager.js +0 -13
- package/dist/contracts/token-manager.js.map +0 -1
|
@@ -2,7 +2,7 @@ import { DashboardContract } from '../../contracts/index.js';
|
|
|
2
2
|
export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise<{
|
|
3
3
|
totalValue: bigint;
|
|
4
4
|
liabilityShares: bigint;
|
|
5
|
-
|
|
5
|
+
forcedRebalanceThresholdBP: number;
|
|
6
6
|
liabilitySharesInStethWei: bigint;
|
|
7
7
|
stethContract: {
|
|
8
8
|
read: {
|
|
@@ -14,7 +14,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14
14
|
}];
|
|
15
15
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
16
16
|
readonly outputs: readonly [{
|
|
17
|
-
readonly name: "
|
|
17
|
+
readonly name: "";
|
|
18
18
|
readonly type: "uint256";
|
|
19
19
|
}];
|
|
20
20
|
readonly payable: false;
|
|
@@ -377,7 +377,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
377
377
|
}];
|
|
378
378
|
readonly name: "Approval";
|
|
379
379
|
readonly type: "event";
|
|
380
|
-
}], "symbol", readonly []>, "address" | "
|
|
380
|
+
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
381
381
|
name: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
382
382
|
readonly constant: true;
|
|
383
383
|
readonly inputs: readonly [{
|
|
@@ -386,7 +386,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
386
386
|
}];
|
|
387
387
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
388
388
|
readonly outputs: readonly [{
|
|
389
|
-
readonly name: "
|
|
389
|
+
readonly name: "";
|
|
390
390
|
readonly type: "uint256";
|
|
391
391
|
}];
|
|
392
392
|
readonly payable: false;
|
|
@@ -749,7 +749,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
749
749
|
}];
|
|
750
750
|
readonly name: "Approval";
|
|
751
751
|
readonly type: "event";
|
|
752
|
-
}], "name", readonly []>, "address" | "
|
|
752
|
+
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
753
753
|
getPooledEthBySharesRoundUp: (args: readonly [bigint], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
754
754
|
readonly constant: true;
|
|
755
755
|
readonly inputs: readonly [{
|
|
@@ -758,7 +758,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
758
758
|
}];
|
|
759
759
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
760
760
|
readonly outputs: readonly [{
|
|
761
|
-
readonly name: "
|
|
761
|
+
readonly name: "";
|
|
762
762
|
readonly type: "uint256";
|
|
763
763
|
}];
|
|
764
764
|
readonly payable: false;
|
|
@@ -1121,7 +1121,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1121
1121
|
}];
|
|
1122
1122
|
readonly name: "Approval";
|
|
1123
1123
|
readonly type: "event";
|
|
1124
|
-
}], "getPooledEthBySharesRoundUp", readonly [bigint]>, "address" | "
|
|
1124
|
+
}], "getPooledEthBySharesRoundUp", readonly [bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1125
1125
|
totalSupply: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
1126
1126
|
readonly constant: true;
|
|
1127
1127
|
readonly inputs: readonly [{
|
|
@@ -1130,7 +1130,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1130
1130
|
}];
|
|
1131
1131
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
1132
1132
|
readonly outputs: readonly [{
|
|
1133
|
-
readonly name: "
|
|
1133
|
+
readonly name: "";
|
|
1134
1134
|
readonly type: "uint256";
|
|
1135
1135
|
}];
|
|
1136
1136
|
readonly payable: false;
|
|
@@ -1493,7 +1493,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1493
1493
|
}];
|
|
1494
1494
|
readonly name: "Approval";
|
|
1495
1495
|
readonly type: "event";
|
|
1496
|
-
}], "totalSupply", readonly []>, "address" | "
|
|
1496
|
+
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1497
1497
|
getSharesByPooledEth: (args: readonly [bigint], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
1498
1498
|
readonly constant: true;
|
|
1499
1499
|
readonly inputs: readonly [{
|
|
@@ -1502,7 +1502,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1502
1502
|
}];
|
|
1503
1503
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
1504
1504
|
readonly outputs: readonly [{
|
|
1505
|
-
readonly name: "
|
|
1505
|
+
readonly name: "";
|
|
1506
1506
|
readonly type: "uint256";
|
|
1507
1507
|
}];
|
|
1508
1508
|
readonly payable: false;
|
|
@@ -1865,7 +1865,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1865
1865
|
}];
|
|
1866
1866
|
readonly name: "Approval";
|
|
1867
1867
|
readonly type: "event";
|
|
1868
|
-
}], "getSharesByPooledEth", readonly [bigint]>, "address" | "
|
|
1868
|
+
}], "getSharesByPooledEth", readonly [bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1869
1869
|
decimals: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
1870
1870
|
readonly constant: true;
|
|
1871
1871
|
readonly inputs: readonly [{
|
|
@@ -1874,7 +1874,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
1874
1874
|
}];
|
|
1875
1875
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
1876
1876
|
readonly outputs: readonly [{
|
|
1877
|
-
readonly name: "
|
|
1877
|
+
readonly name: "";
|
|
1878
1878
|
readonly type: "uint256";
|
|
1879
1879
|
}];
|
|
1880
1880
|
readonly payable: false;
|
|
@@ -2237,7 +2237,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2237
2237
|
}];
|
|
2238
2238
|
readonly name: "Approval";
|
|
2239
2239
|
readonly type: "event";
|
|
2240
|
-
}], "decimals", readonly []>, "address" | "
|
|
2240
|
+
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
2241
2241
|
getTotalPooledEther: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
2242
2242
|
readonly constant: true;
|
|
2243
2243
|
readonly inputs: readonly [{
|
|
@@ -2246,7 +2246,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2246
2246
|
}];
|
|
2247
2247
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
2248
2248
|
readonly outputs: readonly [{
|
|
2249
|
-
readonly name: "
|
|
2249
|
+
readonly name: "";
|
|
2250
2250
|
readonly type: "uint256";
|
|
2251
2251
|
}];
|
|
2252
2252
|
readonly payable: false;
|
|
@@ -2609,7 +2609,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2609
2609
|
}];
|
|
2610
2610
|
readonly name: "Approval";
|
|
2611
2611
|
readonly type: "event";
|
|
2612
|
-
}], "getTotalPooledEther", readonly []>, "address" | "
|
|
2612
|
+
}], "getTotalPooledEther", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
2613
2613
|
isStopped: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
2614
2614
|
readonly constant: true;
|
|
2615
2615
|
readonly inputs: readonly [{
|
|
@@ -2618,7 +2618,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2618
2618
|
}];
|
|
2619
2619
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
2620
2620
|
readonly outputs: readonly [{
|
|
2621
|
-
readonly name: "
|
|
2621
|
+
readonly name: "";
|
|
2622
2622
|
readonly type: "uint256";
|
|
2623
2623
|
}];
|
|
2624
2624
|
readonly payable: false;
|
|
@@ -2981,7 +2981,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2981
2981
|
}];
|
|
2982
2982
|
readonly name: "Approval";
|
|
2983
2983
|
readonly type: "event";
|
|
2984
|
-
}], "isStopped", readonly []>, "address" | "
|
|
2984
|
+
}], "isStopped", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<boolean>;
|
|
2985
2985
|
balanceOf: (args: readonly [`0x${string}`], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
2986
2986
|
readonly constant: true;
|
|
2987
2987
|
readonly inputs: readonly [{
|
|
@@ -2990,7 +2990,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
2990
2990
|
}];
|
|
2991
2991
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
2992
2992
|
readonly outputs: readonly [{
|
|
2993
|
-
readonly name: "
|
|
2993
|
+
readonly name: "";
|
|
2994
2994
|
readonly type: "uint256";
|
|
2995
2995
|
}];
|
|
2996
2996
|
readonly payable: false;
|
|
@@ -3353,7 +3353,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
3353
3353
|
}];
|
|
3354
3354
|
readonly name: "Approval";
|
|
3355
3355
|
readonly type: "event";
|
|
3356
|
-
}], "balanceOf", readonly [`0x${string}`]>, "address" | "
|
|
3356
|
+
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
3357
3357
|
getPooledEthByShares: (args: readonly [bigint], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
3358
3358
|
readonly constant: true;
|
|
3359
3359
|
readonly inputs: readonly [{
|
|
@@ -3362,7 +3362,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
3362
3362
|
}];
|
|
3363
3363
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
3364
3364
|
readonly outputs: readonly [{
|
|
3365
|
-
readonly name: "
|
|
3365
|
+
readonly name: "";
|
|
3366
3366
|
readonly type: "uint256";
|
|
3367
3367
|
}];
|
|
3368
3368
|
readonly payable: false;
|
|
@@ -3725,7 +3725,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
3725
3725
|
}];
|
|
3726
3726
|
readonly name: "Approval";
|
|
3727
3727
|
readonly type: "event";
|
|
3728
|
-
}], "getPooledEthByShares", readonly [bigint]>, "address" | "
|
|
3728
|
+
}], "getPooledEthByShares", readonly [bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
3729
3729
|
getTotalShares: (options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
3730
3730
|
readonly constant: true;
|
|
3731
3731
|
readonly inputs: readonly [{
|
|
@@ -3734,7 +3734,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
3734
3734
|
}];
|
|
3735
3735
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
3736
3736
|
readonly outputs: readonly [{
|
|
3737
|
-
readonly name: "
|
|
3737
|
+
readonly name: "";
|
|
3738
3738
|
readonly type: "uint256";
|
|
3739
3739
|
}];
|
|
3740
3740
|
readonly payable: false;
|
|
@@ -4097,7 +4097,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4097
4097
|
}];
|
|
4098
4098
|
readonly name: "Approval";
|
|
4099
4099
|
readonly type: "event";
|
|
4100
|
-
}], "getTotalShares", readonly []>, "address" | "
|
|
4100
|
+
}], "getTotalShares", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4101
4101
|
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
4102
4102
|
readonly constant: true;
|
|
4103
4103
|
readonly inputs: readonly [{
|
|
@@ -4106,7 +4106,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4106
4106
|
}];
|
|
4107
4107
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
4108
4108
|
readonly outputs: readonly [{
|
|
4109
|
-
readonly name: "
|
|
4109
|
+
readonly name: "";
|
|
4110
4110
|
readonly type: "uint256";
|
|
4111
4111
|
}];
|
|
4112
4112
|
readonly payable: false;
|
|
@@ -4469,7 +4469,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4469
4469
|
}];
|
|
4470
4470
|
readonly name: "Approval";
|
|
4471
4471
|
readonly type: "event";
|
|
4472
|
-
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "
|
|
4472
|
+
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4473
4473
|
sharesOf: (args: readonly [`0x${string}`], options?: import("viem").Prettify<import("viem").UnionOmit<import("viem").ReadContractParameters<readonly [{
|
|
4474
4474
|
readonly constant: true;
|
|
4475
4475
|
readonly inputs: readonly [{
|
|
@@ -4478,7 +4478,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4478
4478
|
}];
|
|
4479
4479
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
4480
4480
|
readonly outputs: readonly [{
|
|
4481
|
-
readonly name: "
|
|
4481
|
+
readonly name: "";
|
|
4482
4482
|
readonly type: "uint256";
|
|
4483
4483
|
}];
|
|
4484
4484
|
readonly payable: false;
|
|
@@ -4841,7 +4841,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4841
4841
|
}];
|
|
4842
4842
|
readonly name: "Approval";
|
|
4843
4843
|
readonly type: "event";
|
|
4844
|
-
}], "sharesOf", readonly [`0x${string}`]>, "address" | "
|
|
4844
|
+
}], "sharesOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4845
4845
|
};
|
|
4846
4846
|
estimateGas: {
|
|
4847
4847
|
approve: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
@@ -4852,7 +4852,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
4852
4852
|
}];
|
|
4853
4853
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
4854
4854
|
readonly outputs: readonly [{
|
|
4855
|
-
readonly name: "
|
|
4855
|
+
readonly name: "";
|
|
4856
4856
|
readonly type: "uint256";
|
|
4857
4857
|
}];
|
|
4858
4858
|
readonly payable: false;
|
|
@@ -5215,7 +5215,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5215
5215
|
}];
|
|
5216
5216
|
readonly name: "Approval";
|
|
5217
5217
|
readonly type: "event";
|
|
5218
|
-
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
5218
|
+
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
5219
5219
|
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
5220
5220
|
readonly constant: true;
|
|
5221
5221
|
readonly inputs: readonly [{
|
|
@@ -5224,7 +5224,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5224
5224
|
}];
|
|
5225
5225
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
5226
5226
|
readonly outputs: readonly [{
|
|
5227
|
-
readonly name: "
|
|
5227
|
+
readonly name: "";
|
|
5228
5228
|
readonly type: "uint256";
|
|
5229
5229
|
}];
|
|
5230
5230
|
readonly payable: false;
|
|
@@ -5587,7 +5587,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5587
5587
|
}];
|
|
5588
5588
|
readonly name: "Approval";
|
|
5589
5589
|
readonly type: "event";
|
|
5590
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
5590
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
5591
5591
|
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
5592
5592
|
readonly constant: true;
|
|
5593
5593
|
readonly inputs: readonly [{
|
|
@@ -5596,7 +5596,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5596
5596
|
}];
|
|
5597
5597
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
5598
5598
|
readonly outputs: readonly [{
|
|
5599
|
-
readonly name: "
|
|
5599
|
+
readonly name: "";
|
|
5600
5600
|
readonly type: "uint256";
|
|
5601
5601
|
}];
|
|
5602
5602
|
readonly payable: false;
|
|
@@ -5959,7 +5959,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5959
5959
|
}];
|
|
5960
5960
|
readonly name: "Approval";
|
|
5961
5961
|
readonly type: "event";
|
|
5962
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
5962
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
5963
5963
|
transferSharesFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
5964
5964
|
readonly constant: true;
|
|
5965
5965
|
readonly inputs: readonly [{
|
|
@@ -5968,7 +5968,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
5968
5968
|
}];
|
|
5969
5969
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
5970
5970
|
readonly outputs: readonly [{
|
|
5971
|
-
readonly name: "
|
|
5971
|
+
readonly name: "";
|
|
5972
5972
|
readonly type: "uint256";
|
|
5973
5973
|
}];
|
|
5974
5974
|
readonly payable: false;
|
|
@@ -6331,7 +6331,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
6331
6331
|
}];
|
|
6332
6332
|
readonly name: "Approval";
|
|
6333
6333
|
readonly type: "event";
|
|
6334
|
-
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
6334
|
+
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
6335
6335
|
transferShares: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
6336
6336
|
readonly constant: true;
|
|
6337
6337
|
readonly inputs: readonly [{
|
|
@@ -6340,7 +6340,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
6340
6340
|
}];
|
|
6341
6341
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
6342
6342
|
readonly outputs: readonly [{
|
|
6343
|
-
readonly name: "
|
|
6343
|
+
readonly name: "";
|
|
6344
6344
|
readonly type: "uint256";
|
|
6345
6345
|
}];
|
|
6346
6346
|
readonly payable: false;
|
|
@@ -6703,7 +6703,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
6703
6703
|
}];
|
|
6704
6704
|
readonly name: "Approval";
|
|
6705
6705
|
readonly type: "event";
|
|
6706
|
-
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
6706
|
+
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
6707
6707
|
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
6708
6708
|
readonly constant: true;
|
|
6709
6709
|
readonly inputs: readonly [{
|
|
@@ -6712,7 +6712,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
6712
6712
|
}];
|
|
6713
6713
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
6714
6714
|
readonly outputs: readonly [{
|
|
6715
|
-
readonly name: "
|
|
6715
|
+
readonly name: "";
|
|
6716
6716
|
readonly type: "uint256";
|
|
6717
6717
|
}];
|
|
6718
6718
|
readonly payable: false;
|
|
@@ -7075,7 +7075,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7075
7075
|
}];
|
|
7076
7076
|
readonly name: "Approval";
|
|
7077
7077
|
readonly type: "event";
|
|
7078
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
7078
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
7079
7079
|
transfer: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
7080
7080
|
readonly constant: true;
|
|
7081
7081
|
readonly inputs: readonly [{
|
|
@@ -7084,7 +7084,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7084
7084
|
}];
|
|
7085
7085
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
7086
7086
|
readonly outputs: readonly [{
|
|
7087
|
-
readonly name: "
|
|
7087
|
+
readonly name: "";
|
|
7088
7088
|
readonly type: "uint256";
|
|
7089
7089
|
}];
|
|
7090
7090
|
readonly payable: false;
|
|
@@ -7447,7 +7447,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7447
7447
|
}];
|
|
7448
7448
|
readonly name: "Approval";
|
|
7449
7449
|
readonly type: "event";
|
|
7450
|
-
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
7450
|
+
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
7451
7451
|
} & {
|
|
7452
7452
|
approve: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
7453
7453
|
readonly constant: true;
|
|
@@ -7457,7 +7457,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7457
7457
|
}];
|
|
7458
7458
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
7459
7459
|
readonly outputs: readonly [{
|
|
7460
|
-
readonly name: "
|
|
7460
|
+
readonly name: "";
|
|
7461
7461
|
readonly type: "uint256";
|
|
7462
7462
|
}];
|
|
7463
7463
|
readonly payable: false;
|
|
@@ -7820,7 +7820,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7820
7820
|
}];
|
|
7821
7821
|
readonly name: "Approval";
|
|
7822
7822
|
readonly type: "event";
|
|
7823
|
-
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
7823
|
+
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
7824
7824
|
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
7825
7825
|
readonly constant: true;
|
|
7826
7826
|
readonly inputs: readonly [{
|
|
@@ -7829,7 +7829,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
7829
7829
|
}];
|
|
7830
7830
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
7831
7831
|
readonly outputs: readonly [{
|
|
7832
|
-
readonly name: "
|
|
7832
|
+
readonly name: "";
|
|
7833
7833
|
readonly type: "uint256";
|
|
7834
7834
|
}];
|
|
7835
7835
|
readonly payable: false;
|
|
@@ -8192,7 +8192,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8192
8192
|
}];
|
|
8193
8193
|
readonly name: "Approval";
|
|
8194
8194
|
readonly type: "event";
|
|
8195
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
8195
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
8196
8196
|
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
8197
8197
|
readonly constant: true;
|
|
8198
8198
|
readonly inputs: readonly [{
|
|
@@ -8201,7 +8201,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8201
8201
|
}];
|
|
8202
8202
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
8203
8203
|
readonly outputs: readonly [{
|
|
8204
|
-
readonly name: "
|
|
8204
|
+
readonly name: "";
|
|
8205
8205
|
readonly type: "uint256";
|
|
8206
8206
|
}];
|
|
8207
8207
|
readonly payable: false;
|
|
@@ -8564,7 +8564,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8564
8564
|
}];
|
|
8565
8565
|
readonly name: "Approval";
|
|
8566
8566
|
readonly type: "event";
|
|
8567
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
8567
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
8568
8568
|
transferSharesFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
8569
8569
|
readonly constant: true;
|
|
8570
8570
|
readonly inputs: readonly [{
|
|
@@ -8573,7 +8573,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8573
8573
|
}];
|
|
8574
8574
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
8575
8575
|
readonly outputs: readonly [{
|
|
8576
|
-
readonly name: "
|
|
8576
|
+
readonly name: "";
|
|
8577
8577
|
readonly type: "uint256";
|
|
8578
8578
|
}];
|
|
8579
8579
|
readonly payable: false;
|
|
@@ -8936,7 +8936,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8936
8936
|
}];
|
|
8937
8937
|
readonly name: "Approval";
|
|
8938
8938
|
readonly type: "event";
|
|
8939
|
-
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
8939
|
+
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
8940
8940
|
transferShares: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
8941
8941
|
readonly constant: true;
|
|
8942
8942
|
readonly inputs: readonly [{
|
|
@@ -8945,7 +8945,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
8945
8945
|
}];
|
|
8946
8946
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
8947
8947
|
readonly outputs: readonly [{
|
|
8948
|
-
readonly name: "
|
|
8948
|
+
readonly name: "";
|
|
8949
8949
|
readonly type: "uint256";
|
|
8950
8950
|
}];
|
|
8951
8951
|
readonly payable: false;
|
|
@@ -9308,7 +9308,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
9308
9308
|
}];
|
|
9309
9309
|
readonly name: "Approval";
|
|
9310
9310
|
readonly type: "event";
|
|
9311
|
-
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
9311
|
+
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
9312
9312
|
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
9313
9313
|
readonly constant: true;
|
|
9314
9314
|
readonly inputs: readonly [{
|
|
@@ -9317,7 +9317,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
9317
9317
|
}];
|
|
9318
9318
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
9319
9319
|
readonly outputs: readonly [{
|
|
9320
|
-
readonly name: "
|
|
9320
|
+
readonly name: "";
|
|
9321
9321
|
readonly type: "uint256";
|
|
9322
9322
|
}];
|
|
9323
9323
|
readonly payable: false;
|
|
@@ -9680,7 +9680,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
9680
9680
|
}];
|
|
9681
9681
|
readonly name: "Approval";
|
|
9682
9682
|
readonly type: "event";
|
|
9683
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
9683
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
9684
9684
|
transfer: (args: readonly [`0x${string}`, bigint], options: import("viem").Prettify<import("viem").UnionOmit<import("viem").EstimateContractGasParameters<readonly [{
|
|
9685
9685
|
readonly constant: true;
|
|
9686
9686
|
readonly inputs: readonly [{
|
|
@@ -9689,7 +9689,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
9689
9689
|
}];
|
|
9690
9690
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
9691
9691
|
readonly outputs: readonly [{
|
|
9692
|
-
readonly name: "
|
|
9692
|
+
readonly name: "";
|
|
9693
9693
|
readonly type: "uint256";
|
|
9694
9694
|
}];
|
|
9695
9695
|
readonly payable: false;
|
|
@@ -10052,7 +10052,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
10052
10052
|
}];
|
|
10053
10053
|
readonly name: "Approval";
|
|
10054
10054
|
readonly type: "event";
|
|
10055
|
-
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "
|
|
10055
|
+
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain>, "address" | "abi" | "args" | "functionName">>) => Promise<import("viem").EstimateContractGasReturnType>;
|
|
10056
10056
|
};
|
|
10057
10057
|
simulate: {
|
|
10058
10058
|
approve: <chainOverride extends import("viem").Chain | undefined = undefined, accountOverride extends import("viem").Account | import("viem").Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<import("viem").SimulateContractParameters<readonly [{
|
|
@@ -10063,7 +10063,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
10063
10063
|
}];
|
|
10064
10064
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
10065
10065
|
readonly outputs: readonly [{
|
|
10066
|
-
readonly name: "
|
|
10066
|
+
readonly name: "";
|
|
10067
10067
|
readonly type: "uint256";
|
|
10068
10068
|
}];
|
|
10069
10069
|
readonly payable: false;
|
|
@@ -10426,7 +10426,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
10426
10426
|
}];
|
|
10427
10427
|
readonly name: "Approval";
|
|
10428
10428
|
readonly type: "event";
|
|
10429
|
-
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
10429
|
+
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
10430
10430
|
readonly constant: true;
|
|
10431
10431
|
readonly inputs: readonly [{
|
|
10432
10432
|
readonly name: "_sharesAmount";
|
|
@@ -10434,7 +10434,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
10434
10434
|
}];
|
|
10435
10435
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
10436
10436
|
readonly outputs: readonly [{
|
|
10437
|
-
readonly name: "
|
|
10437
|
+
readonly name: "";
|
|
10438
10438
|
readonly type: "uint256";
|
|
10439
10439
|
}];
|
|
10440
10440
|
readonly payable: false;
|
|
@@ -10806,7 +10806,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
10806
10806
|
}];
|
|
10807
10807
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
10808
10808
|
readonly outputs: readonly [{
|
|
10809
|
-
readonly name: "
|
|
10809
|
+
readonly name: "";
|
|
10810
10810
|
readonly type: "uint256";
|
|
10811
10811
|
}];
|
|
10812
10812
|
readonly payable: false;
|
|
@@ -11169,7 +11169,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
11169
11169
|
}];
|
|
11170
11170
|
readonly name: "Approval";
|
|
11171
11171
|
readonly type: "event";
|
|
11172
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
11172
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
11173
11173
|
readonly constant: true;
|
|
11174
11174
|
readonly inputs: readonly [{
|
|
11175
11175
|
readonly name: "_sharesAmount";
|
|
@@ -11177,7 +11177,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
11177
11177
|
}];
|
|
11178
11178
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
11179
11179
|
readonly outputs: readonly [{
|
|
11180
|
-
readonly name: "
|
|
11180
|
+
readonly name: "";
|
|
11181
11181
|
readonly type: "uint256";
|
|
11182
11182
|
}];
|
|
11183
11183
|
readonly payable: false;
|
|
@@ -11549,7 +11549,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
11549
11549
|
}];
|
|
11550
11550
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
11551
11551
|
readonly outputs: readonly [{
|
|
11552
|
-
readonly name: "
|
|
11552
|
+
readonly name: "";
|
|
11553
11553
|
readonly type: "uint256";
|
|
11554
11554
|
}];
|
|
11555
11555
|
readonly payable: false;
|
|
@@ -11912,7 +11912,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
11912
11912
|
}];
|
|
11913
11913
|
readonly name: "Approval";
|
|
11914
11914
|
readonly type: "event";
|
|
11915
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
11915
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
11916
11916
|
readonly constant: true;
|
|
11917
11917
|
readonly inputs: readonly [{
|
|
11918
11918
|
readonly name: "_sharesAmount";
|
|
@@ -11920,7 +11920,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
11920
11920
|
}];
|
|
11921
11921
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
11922
11922
|
readonly outputs: readonly [{
|
|
11923
|
-
readonly name: "
|
|
11923
|
+
readonly name: "";
|
|
11924
11924
|
readonly type: "uint256";
|
|
11925
11925
|
}];
|
|
11926
11926
|
readonly payable: false;
|
|
@@ -12292,7 +12292,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
12292
12292
|
}];
|
|
12293
12293
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
12294
12294
|
readonly outputs: readonly [{
|
|
12295
|
-
readonly name: "
|
|
12295
|
+
readonly name: "";
|
|
12296
12296
|
readonly type: "uint256";
|
|
12297
12297
|
}];
|
|
12298
12298
|
readonly payable: false;
|
|
@@ -12655,7 +12655,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
12655
12655
|
}];
|
|
12656
12656
|
readonly name: "Approval";
|
|
12657
12657
|
readonly type: "event";
|
|
12658
|
-
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
12658
|
+
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
12659
12659
|
readonly constant: true;
|
|
12660
12660
|
readonly inputs: readonly [{
|
|
12661
12661
|
readonly name: "_sharesAmount";
|
|
@@ -12663,7 +12663,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
12663
12663
|
}];
|
|
12664
12664
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
12665
12665
|
readonly outputs: readonly [{
|
|
12666
|
-
readonly name: "
|
|
12666
|
+
readonly name: "";
|
|
12667
12667
|
readonly type: "uint256";
|
|
12668
12668
|
}];
|
|
12669
12669
|
readonly payable: false;
|
|
@@ -13035,7 +13035,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
13035
13035
|
}];
|
|
13036
13036
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
13037
13037
|
readonly outputs: readonly [{
|
|
13038
|
-
readonly name: "
|
|
13038
|
+
readonly name: "";
|
|
13039
13039
|
readonly type: "uint256";
|
|
13040
13040
|
}];
|
|
13041
13041
|
readonly payable: false;
|
|
@@ -13398,7 +13398,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
13398
13398
|
}];
|
|
13399
13399
|
readonly name: "Approval";
|
|
13400
13400
|
readonly type: "event";
|
|
13401
|
-
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
13401
|
+
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
13402
13402
|
readonly constant: true;
|
|
13403
13403
|
readonly inputs: readonly [{
|
|
13404
13404
|
readonly name: "_sharesAmount";
|
|
@@ -13406,7 +13406,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
13406
13406
|
}];
|
|
13407
13407
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
13408
13408
|
readonly outputs: readonly [{
|
|
13409
|
-
readonly name: "
|
|
13409
|
+
readonly name: "";
|
|
13410
13410
|
readonly type: "uint256";
|
|
13411
13411
|
}];
|
|
13412
13412
|
readonly payable: false;
|
|
@@ -13778,7 +13778,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
13778
13778
|
}];
|
|
13779
13779
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
13780
13780
|
readonly outputs: readonly [{
|
|
13781
|
-
readonly name: "
|
|
13781
|
+
readonly name: "";
|
|
13782
13782
|
readonly type: "uint256";
|
|
13783
13783
|
}];
|
|
13784
13784
|
readonly payable: false;
|
|
@@ -14141,7 +14141,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14141
14141
|
}];
|
|
14142
14142
|
readonly name: "Approval";
|
|
14143
14143
|
readonly type: "event";
|
|
14144
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
14144
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
14145
14145
|
readonly constant: true;
|
|
14146
14146
|
readonly inputs: readonly [{
|
|
14147
14147
|
readonly name: "_sharesAmount";
|
|
@@ -14149,7 +14149,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14149
14149
|
}];
|
|
14150
14150
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
14151
14151
|
readonly outputs: readonly [{
|
|
14152
|
-
readonly name: "
|
|
14152
|
+
readonly name: "";
|
|
14153
14153
|
readonly type: "uint256";
|
|
14154
14154
|
}];
|
|
14155
14155
|
readonly payable: false;
|
|
@@ -14521,7 +14521,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14521
14521
|
}];
|
|
14522
14522
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
14523
14523
|
readonly outputs: readonly [{
|
|
14524
|
-
readonly name: "
|
|
14524
|
+
readonly name: "";
|
|
14525
14525
|
readonly type: "uint256";
|
|
14526
14526
|
}];
|
|
14527
14527
|
readonly payable: false;
|
|
@@ -14884,7 +14884,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14884
14884
|
}];
|
|
14885
14885
|
readonly name: "Approval";
|
|
14886
14886
|
readonly type: "event";
|
|
14887
|
-
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "
|
|
14887
|
+
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<import("viem").SimulateContractReturnType<readonly [{
|
|
14888
14888
|
readonly constant: true;
|
|
14889
14889
|
readonly inputs: readonly [{
|
|
14890
14890
|
readonly name: "_sharesAmount";
|
|
@@ -14892,7 +14892,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
14892
14892
|
}];
|
|
14893
14893
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
14894
14894
|
readonly outputs: readonly [{
|
|
14895
|
-
readonly name: "
|
|
14895
|
+
readonly name: "";
|
|
14896
14896
|
readonly type: "uint256";
|
|
14897
14897
|
}];
|
|
14898
14898
|
readonly payable: false;
|
|
@@ -15271,7 +15271,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
15271
15271
|
}];
|
|
15272
15272
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
15273
15273
|
readonly outputs: readonly [{
|
|
15274
|
-
readonly name: "
|
|
15274
|
+
readonly name: "";
|
|
15275
15275
|
readonly type: "uint256";
|
|
15276
15276
|
}];
|
|
15277
15277
|
readonly payable: false;
|
|
@@ -15660,7 +15660,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
15660
15660
|
}];
|
|
15661
15661
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
15662
15662
|
readonly outputs: readonly [{
|
|
15663
|
-
readonly name: "
|
|
15663
|
+
readonly name: "";
|
|
15664
15664
|
readonly type: "uint256";
|
|
15665
15665
|
}];
|
|
15666
15666
|
readonly payable: false;
|
|
@@ -16045,7 +16045,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
16045
16045
|
}];
|
|
16046
16046
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
16047
16047
|
readonly outputs: readonly [{
|
|
16048
|
-
readonly name: "
|
|
16048
|
+
readonly name: "";
|
|
16049
16049
|
readonly type: "uint256";
|
|
16050
16050
|
}];
|
|
16051
16051
|
readonly payable: false;
|
|
@@ -16422,7 +16422,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
16422
16422
|
}];
|
|
16423
16423
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
16424
16424
|
readonly outputs: readonly [{
|
|
16425
|
-
readonly name: "
|
|
16425
|
+
readonly name: "";
|
|
16426
16426
|
readonly type: "uint256";
|
|
16427
16427
|
}];
|
|
16428
16428
|
readonly payable: false;
|
|
@@ -16811,7 +16811,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
16811
16811
|
}];
|
|
16812
16812
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
16813
16813
|
readonly outputs: readonly [{
|
|
16814
|
-
readonly name: "
|
|
16814
|
+
readonly name: "";
|
|
16815
16815
|
readonly type: "uint256";
|
|
16816
16816
|
}];
|
|
16817
16817
|
readonly payable: false;
|
|
@@ -17200,7 +17200,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
17200
17200
|
}];
|
|
17201
17201
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
17202
17202
|
readonly outputs: readonly [{
|
|
17203
|
-
readonly name: "
|
|
17203
|
+
readonly name: "";
|
|
17204
17204
|
readonly type: "uint256";
|
|
17205
17205
|
}];
|
|
17206
17206
|
readonly payable: false;
|
|
@@ -17579,7 +17579,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
17579
17579
|
}];
|
|
17580
17580
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
17581
17581
|
readonly outputs: readonly [{
|
|
17582
|
-
readonly name: "
|
|
17582
|
+
readonly name: "";
|
|
17583
17583
|
readonly type: "uint256";
|
|
17584
17584
|
}];
|
|
17585
17585
|
readonly payable: false;
|
|
@@ -17959,7 +17959,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
17959
17959
|
}];
|
|
17960
17960
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
17961
17961
|
readonly outputs: readonly [{
|
|
17962
|
-
readonly name: "
|
|
17962
|
+
readonly name: "";
|
|
17963
17963
|
readonly type: "uint256";
|
|
17964
17964
|
}];
|
|
17965
17965
|
readonly payable: false;
|
|
@@ -18338,7 +18338,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
18338
18338
|
}];
|
|
18339
18339
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
18340
18340
|
readonly outputs: readonly [{
|
|
18341
|
-
readonly name: "
|
|
18341
|
+
readonly name: "";
|
|
18342
18342
|
readonly type: "uint256";
|
|
18343
18343
|
}];
|
|
18344
18344
|
readonly payable: false;
|
|
@@ -18715,7 +18715,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
18715
18715
|
}];
|
|
18716
18716
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
18717
18717
|
readonly outputs: readonly [{
|
|
18718
|
-
readonly name: "
|
|
18718
|
+
readonly name: "";
|
|
18719
18719
|
readonly type: "uint256";
|
|
18720
18720
|
}];
|
|
18721
18721
|
readonly payable: false;
|
|
@@ -19095,7 +19095,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
19095
19095
|
}];
|
|
19096
19096
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
19097
19097
|
readonly outputs: readonly [{
|
|
19098
|
-
readonly name: "
|
|
19098
|
+
readonly name: "";
|
|
19099
19099
|
readonly type: "uint256";
|
|
19100
19100
|
}];
|
|
19101
19101
|
readonly payable: false;
|
|
@@ -19475,7 +19475,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
19475
19475
|
}];
|
|
19476
19476
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
19477
19477
|
readonly outputs: readonly [{
|
|
19478
|
-
readonly name: "
|
|
19478
|
+
readonly name: "";
|
|
19479
19479
|
readonly type: "uint256";
|
|
19480
19480
|
}];
|
|
19481
19481
|
readonly payable: false;
|
|
@@ -19845,8 +19845,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
19845
19845
|
batch?: boolean | undefined | undefined;
|
|
19846
19846
|
pollingInterval?: number | undefined | undefined;
|
|
19847
19847
|
strict?: boolean | undefined;
|
|
19848
|
-
fromBlock?: bigint | undefined;
|
|
19849
19848
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
19849
|
+
fromBlock?: bigint | undefined;
|
|
19850
19850
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
19851
19851
|
readonly constant: true;
|
|
19852
19852
|
readonly inputs: readonly [{
|
|
@@ -19855,7 +19855,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
19855
19855
|
}];
|
|
19856
19856
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
19857
19857
|
readonly outputs: readonly [{
|
|
19858
|
-
readonly name: "
|
|
19858
|
+
readonly name: "";
|
|
19859
19859
|
readonly type: "uint256";
|
|
19860
19860
|
}];
|
|
19861
19861
|
readonly payable: false;
|
|
@@ -20228,8 +20228,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
20228
20228
|
batch?: boolean | undefined | undefined;
|
|
20229
20229
|
pollingInterval?: number | undefined | undefined;
|
|
20230
20230
|
strict?: boolean | undefined;
|
|
20231
|
-
fromBlock?: bigint | undefined;
|
|
20232
20231
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
20232
|
+
fromBlock?: bigint | undefined;
|
|
20233
20233
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
20234
20234
|
readonly constant: true;
|
|
20235
20235
|
readonly inputs: readonly [{
|
|
@@ -20238,7 +20238,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
20238
20238
|
}];
|
|
20239
20239
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
20240
20240
|
readonly outputs: readonly [{
|
|
20241
|
-
readonly name: "
|
|
20241
|
+
readonly name: "";
|
|
20242
20242
|
readonly type: "uint256";
|
|
20243
20243
|
}];
|
|
20244
20244
|
readonly payable: false;
|
|
@@ -20610,8 +20610,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
20610
20610
|
batch?: boolean | undefined | undefined;
|
|
20611
20611
|
pollingInterval?: number | undefined | undefined;
|
|
20612
20612
|
strict?: boolean | undefined;
|
|
20613
|
-
fromBlock?: bigint | undefined;
|
|
20614
20613
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
20614
|
+
fromBlock?: bigint | undefined;
|
|
20615
20615
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
20616
20616
|
readonly constant: true;
|
|
20617
20617
|
readonly inputs: readonly [{
|
|
@@ -20620,7 +20620,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
20620
20620
|
}];
|
|
20621
20621
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
20622
20622
|
readonly outputs: readonly [{
|
|
20623
|
-
readonly name: "
|
|
20623
|
+
readonly name: "";
|
|
20624
20624
|
readonly type: "uint256";
|
|
20625
20625
|
}];
|
|
20626
20626
|
readonly payable: false;
|
|
@@ -20990,8 +20990,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
20990
20990
|
batch?: boolean | undefined | undefined;
|
|
20991
20991
|
pollingInterval?: number | undefined | undefined;
|
|
20992
20992
|
strict?: boolean | undefined;
|
|
20993
|
-
fromBlock?: bigint | undefined;
|
|
20994
20993
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
20994
|
+
fromBlock?: bigint | undefined;
|
|
20995
20995
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
20996
20996
|
readonly constant: true;
|
|
20997
20997
|
readonly inputs: readonly [{
|
|
@@ -21000,7 +21000,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
21000
21000
|
}];
|
|
21001
21001
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
21002
21002
|
readonly outputs: readonly [{
|
|
21003
|
-
readonly name: "
|
|
21003
|
+
readonly name: "";
|
|
21004
21004
|
readonly type: "uint256";
|
|
21005
21005
|
}];
|
|
21006
21006
|
readonly payable: false;
|
|
@@ -21373,8 +21373,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
21373
21373
|
batch?: boolean | undefined | undefined;
|
|
21374
21374
|
pollingInterval?: number | undefined | undefined;
|
|
21375
21375
|
strict?: boolean | undefined;
|
|
21376
|
-
fromBlock?: bigint | undefined;
|
|
21377
21376
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
21377
|
+
fromBlock?: bigint | undefined;
|
|
21378
21378
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
21379
21379
|
readonly constant: true;
|
|
21380
21380
|
readonly inputs: readonly [{
|
|
@@ -21383,7 +21383,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
21383
21383
|
}];
|
|
21384
21384
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
21385
21385
|
readonly outputs: readonly [{
|
|
21386
|
-
readonly name: "
|
|
21386
|
+
readonly name: "";
|
|
21387
21387
|
readonly type: "uint256";
|
|
21388
21388
|
}];
|
|
21389
21389
|
readonly payable: false;
|
|
@@ -21756,8 +21756,8 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
21756
21756
|
batch?: boolean | undefined | undefined;
|
|
21757
21757
|
pollingInterval?: number | undefined | undefined;
|
|
21758
21758
|
strict?: boolean | undefined;
|
|
21759
|
-
fromBlock?: bigint | undefined;
|
|
21760
21759
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
21760
|
+
fromBlock?: bigint | undefined;
|
|
21761
21761
|
onLogs: import("viem").WatchContractEventOnLogsFn<readonly [{
|
|
21762
21762
|
readonly constant: true;
|
|
21763
21763
|
readonly inputs: readonly [{
|
|
@@ -21766,7 +21766,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
21766
21766
|
}];
|
|
21767
21767
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
21768
21768
|
readonly outputs: readonly [{
|
|
21769
|
-
readonly name: "
|
|
21769
|
+
readonly name: "";
|
|
21770
21770
|
readonly type: "uint256";
|
|
21771
21771
|
}];
|
|
21772
21772
|
readonly payable: false;
|
|
@@ -22142,7 +22142,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
22142
22142
|
}];
|
|
22143
22143
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
22144
22144
|
readonly outputs: readonly [{
|
|
22145
|
-
readonly name: "
|
|
22145
|
+
readonly name: "";
|
|
22146
22146
|
readonly type: "uint256";
|
|
22147
22147
|
}];
|
|
22148
22148
|
readonly payable: false;
|
|
@@ -22505,7 +22505,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
22505
22505
|
}];
|
|
22506
22506
|
readonly name: "Approval";
|
|
22507
22507
|
readonly type: "event";
|
|
22508
|
-
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
22508
|
+
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
22509
22509
|
readonly constant: true;
|
|
22510
22510
|
readonly inputs: readonly [{
|
|
22511
22511
|
readonly name: "_sharesAmount";
|
|
@@ -22513,7 +22513,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
22513
22513
|
}];
|
|
22514
22514
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
22515
22515
|
readonly outputs: readonly [{
|
|
22516
|
-
readonly name: "
|
|
22516
|
+
readonly name: "";
|
|
22517
22517
|
readonly type: "uint256";
|
|
22518
22518
|
}];
|
|
22519
22519
|
readonly payable: false;
|
|
@@ -22876,7 +22876,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
22876
22876
|
}];
|
|
22877
22877
|
readonly name: "Approval";
|
|
22878
22878
|
readonly type: "event";
|
|
22879
|
-
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
22879
|
+
}], "approve", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
22880
22880
|
transferFrom: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
22881
22881
|
readonly constant: true;
|
|
22882
22882
|
readonly inputs: readonly [{
|
|
@@ -22885,7 +22885,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
22885
22885
|
}];
|
|
22886
22886
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
22887
22887
|
readonly outputs: readonly [{
|
|
22888
|
-
readonly name: "
|
|
22888
|
+
readonly name: "";
|
|
22889
22889
|
readonly type: "uint256";
|
|
22890
22890
|
}];
|
|
22891
22891
|
readonly payable: false;
|
|
@@ -23248,7 +23248,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23248
23248
|
}];
|
|
23249
23249
|
readonly name: "Approval";
|
|
23250
23250
|
readonly type: "event";
|
|
23251
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
23251
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
23252
23252
|
readonly constant: true;
|
|
23253
23253
|
readonly inputs: readonly [{
|
|
23254
23254
|
readonly name: "_sharesAmount";
|
|
@@ -23256,7 +23256,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23256
23256
|
}];
|
|
23257
23257
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
23258
23258
|
readonly outputs: readonly [{
|
|
23259
|
-
readonly name: "
|
|
23259
|
+
readonly name: "";
|
|
23260
23260
|
readonly type: "uint256";
|
|
23261
23261
|
}];
|
|
23262
23262
|
readonly payable: false;
|
|
@@ -23619,7 +23619,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23619
23619
|
}];
|
|
23620
23620
|
readonly name: "Approval";
|
|
23621
23621
|
readonly type: "event";
|
|
23622
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
23622
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
23623
23623
|
increaseAllowance: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
23624
23624
|
readonly constant: true;
|
|
23625
23625
|
readonly inputs: readonly [{
|
|
@@ -23628,7 +23628,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23628
23628
|
}];
|
|
23629
23629
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
23630
23630
|
readonly outputs: readonly [{
|
|
23631
|
-
readonly name: "
|
|
23631
|
+
readonly name: "";
|
|
23632
23632
|
readonly type: "uint256";
|
|
23633
23633
|
}];
|
|
23634
23634
|
readonly payable: false;
|
|
@@ -23991,7 +23991,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23991
23991
|
}];
|
|
23992
23992
|
readonly name: "Approval";
|
|
23993
23993
|
readonly type: "event";
|
|
23994
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
23994
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
23995
23995
|
readonly constant: true;
|
|
23996
23996
|
readonly inputs: readonly [{
|
|
23997
23997
|
readonly name: "_sharesAmount";
|
|
@@ -23999,7 +23999,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
23999
23999
|
}];
|
|
24000
24000
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
24001
24001
|
readonly outputs: readonly [{
|
|
24002
|
-
readonly name: "
|
|
24002
|
+
readonly name: "";
|
|
24003
24003
|
readonly type: "uint256";
|
|
24004
24004
|
}];
|
|
24005
24005
|
readonly payable: false;
|
|
@@ -24362,7 +24362,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
24362
24362
|
}];
|
|
24363
24363
|
readonly name: "Approval";
|
|
24364
24364
|
readonly type: "event";
|
|
24365
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
24365
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
24366
24366
|
transferSharesFrom: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
24367
24367
|
readonly constant: true;
|
|
24368
24368
|
readonly inputs: readonly [{
|
|
@@ -24371,7 +24371,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
24371
24371
|
}];
|
|
24372
24372
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
24373
24373
|
readonly outputs: readonly [{
|
|
24374
|
-
readonly name: "
|
|
24374
|
+
readonly name: "";
|
|
24375
24375
|
readonly type: "uint256";
|
|
24376
24376
|
}];
|
|
24377
24377
|
readonly payable: false;
|
|
@@ -24734,7 +24734,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
24734
24734
|
}];
|
|
24735
24735
|
readonly name: "Approval";
|
|
24736
24736
|
readonly type: "event";
|
|
24737
|
-
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
24737
|
+
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
24738
24738
|
readonly constant: true;
|
|
24739
24739
|
readonly inputs: readonly [{
|
|
24740
24740
|
readonly name: "_sharesAmount";
|
|
@@ -24742,7 +24742,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
24742
24742
|
}];
|
|
24743
24743
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
24744
24744
|
readonly outputs: readonly [{
|
|
24745
|
-
readonly name: "
|
|
24745
|
+
readonly name: "";
|
|
24746
24746
|
readonly type: "uint256";
|
|
24747
24747
|
}];
|
|
24748
24748
|
readonly payable: false;
|
|
@@ -25105,7 +25105,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25105
25105
|
}];
|
|
25106
25106
|
readonly name: "Approval";
|
|
25107
25107
|
readonly type: "event";
|
|
25108
|
-
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
25108
|
+
}], "transferSharesFrom", readonly [`0x${string}`, `0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
25109
25109
|
transferShares: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
25110
25110
|
readonly constant: true;
|
|
25111
25111
|
readonly inputs: readonly [{
|
|
@@ -25114,7 +25114,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25114
25114
|
}];
|
|
25115
25115
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
25116
25116
|
readonly outputs: readonly [{
|
|
25117
|
-
readonly name: "
|
|
25117
|
+
readonly name: "";
|
|
25118
25118
|
readonly type: "uint256";
|
|
25119
25119
|
}];
|
|
25120
25120
|
readonly payable: false;
|
|
@@ -25477,7 +25477,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25477
25477
|
}];
|
|
25478
25478
|
readonly name: "Approval";
|
|
25479
25479
|
readonly type: "event";
|
|
25480
|
-
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
25480
|
+
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
25481
25481
|
readonly constant: true;
|
|
25482
25482
|
readonly inputs: readonly [{
|
|
25483
25483
|
readonly name: "_sharesAmount";
|
|
@@ -25485,7 +25485,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25485
25485
|
}];
|
|
25486
25486
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
25487
25487
|
readonly outputs: readonly [{
|
|
25488
|
-
readonly name: "
|
|
25488
|
+
readonly name: "";
|
|
25489
25489
|
readonly type: "uint256";
|
|
25490
25490
|
}];
|
|
25491
25491
|
readonly payable: false;
|
|
@@ -25848,7 +25848,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25848
25848
|
}];
|
|
25849
25849
|
readonly name: "Approval";
|
|
25850
25850
|
readonly type: "event";
|
|
25851
|
-
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
25851
|
+
}], "transferShares", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
25852
25852
|
decreaseAllowance: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
25853
25853
|
readonly constant: true;
|
|
25854
25854
|
readonly inputs: readonly [{
|
|
@@ -25857,7 +25857,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
25857
25857
|
}];
|
|
25858
25858
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
25859
25859
|
readonly outputs: readonly [{
|
|
25860
|
-
readonly name: "
|
|
25860
|
+
readonly name: "";
|
|
25861
25861
|
readonly type: "uint256";
|
|
25862
25862
|
}];
|
|
25863
25863
|
readonly payable: false;
|
|
@@ -26220,7 +26220,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26220
26220
|
}];
|
|
26221
26221
|
readonly name: "Approval";
|
|
26222
26222
|
readonly type: "event";
|
|
26223
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
26223
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
26224
26224
|
readonly constant: true;
|
|
26225
26225
|
readonly inputs: readonly [{
|
|
26226
26226
|
readonly name: "_sharesAmount";
|
|
@@ -26228,7 +26228,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26228
26228
|
}];
|
|
26229
26229
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
26230
26230
|
readonly outputs: readonly [{
|
|
26231
|
-
readonly name: "
|
|
26231
|
+
readonly name: "";
|
|
26232
26232
|
readonly type: "uint256";
|
|
26233
26233
|
}];
|
|
26234
26234
|
readonly payable: false;
|
|
@@ -26591,7 +26591,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26591
26591
|
}];
|
|
26592
26592
|
readonly name: "Approval";
|
|
26593
26593
|
readonly type: "event";
|
|
26594
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
26594
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
26595
26595
|
transfer: <chainOverride extends import("viem").Chain | undefined, options extends import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
26596
26596
|
readonly constant: true;
|
|
26597
26597
|
readonly inputs: readonly [{
|
|
@@ -26600,7 +26600,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26600
26600
|
}];
|
|
26601
26601
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
26602
26602
|
readonly outputs: readonly [{
|
|
26603
|
-
readonly name: "
|
|
26603
|
+
readonly name: "";
|
|
26604
26604
|
readonly type: "uint256";
|
|
26605
26605
|
}];
|
|
26606
26606
|
readonly payable: false;
|
|
@@ -26963,7 +26963,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26963
26963
|
}];
|
|
26964
26964
|
readonly name: "Approval";
|
|
26965
26965
|
readonly type: "event";
|
|
26966
|
-
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
26966
|
+
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: import("viem").UnionOmit<import("viem").WriteContractParameters<readonly [{
|
|
26967
26967
|
readonly constant: true;
|
|
26968
26968
|
readonly inputs: readonly [{
|
|
26969
26969
|
readonly name: "_sharesAmount";
|
|
@@ -26971,7 +26971,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
26971
26971
|
}];
|
|
26972
26972
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
26973
26973
|
readonly outputs: readonly [{
|
|
26974
|
-
readonly name: "
|
|
26974
|
+
readonly name: "";
|
|
26975
26975
|
readonly type: "uint256";
|
|
26976
26976
|
}];
|
|
26977
26977
|
readonly payable: false;
|
|
@@ -27334,7 +27334,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
27334
27334
|
}];
|
|
27335
27335
|
readonly name: "Approval";
|
|
27336
27336
|
readonly type: "event";
|
|
27337
|
-
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "
|
|
27337
|
+
}], "transfer", readonly [`0x${string}`, bigint], import("viem").Chain, undefined, chainOverride>, "address" | "abi" | "args" | "functionName">[K]; } : never>(args: readonly [`0x${string}`, bigint], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
27338
27338
|
};
|
|
27339
27339
|
address: `0x${string}`;
|
|
27340
27340
|
abi: readonly [{
|
|
@@ -27345,7 +27345,7 @@ export declare const fetchVaultMetrics: (contract: DashboardContract) => Promise
|
|
|
27345
27345
|
}];
|
|
27346
27346
|
readonly name: "getPooledEthBySharesRoundUp";
|
|
27347
27347
|
readonly outputs: readonly [{
|
|
27348
|
-
readonly name: "
|
|
27348
|
+
readonly name: "";
|
|
27349
27349
|
readonly type: "uint256";
|
|
27350
27350
|
}];
|
|
27351
27351
|
readonly payable: false;
|
|
@@ -27718,7 +27718,7 @@ export declare const fetchAndCalculateVaultHealth: (contract: DashboardContract)
|
|
|
27718
27718
|
totalValueInEth: string;
|
|
27719
27719
|
liabilitySharesInStethWei: bigint;
|
|
27720
27720
|
liabilitySharesInSteth: string;
|
|
27721
|
-
|
|
27721
|
+
forcedRebalanceThresholdBP: number;
|
|
27722
27722
|
liabilitySharesInWei: bigint;
|
|
27723
27723
|
liabilityShares: string;
|
|
27724
27724
|
}>;
|
|
@@ -27735,7 +27735,7 @@ export declare const fetchAndCalculateVaultHealthWithNewValue: (contract: Dashbo
|
|
|
27735
27735
|
};
|
|
27736
27736
|
totalValue: bigint;
|
|
27737
27737
|
liabilitySharesInStethWei: bigint;
|
|
27738
|
-
|
|
27738
|
+
forcedRebalanceThresholdBP: number;
|
|
27739
27739
|
liabilityShares: bigint;
|
|
27740
27740
|
newLiabilityShares: bigint;
|
|
27741
27741
|
newLiabilitySharesInStethWei: bigint;
|