@wireio/stake 0.1.3 → 0.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +185 -243
- package/lib/stake.browser.js +64498 -6551
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +18865 -349
- package/lib/stake.js +64886 -6556
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +64498 -6551
- package/lib/stake.m.js.map +1 -1
- package/package.json +6 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +25 -21
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +37 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.json → hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/LiqEthCommon.sol/ILiqEthMint.json → hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json} +6 -12
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.json → hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json} +9 -4
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20.sol/RewardsERC20.json → mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +159 -34
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.json +948 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.json +88 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.json +36 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.json +199 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.json +224 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.json +298 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.json +488 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.json +1871 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.json +936 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +35 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +35 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
- package/src/assets/solana/mainnet/idl/liqsol_core.json +6678 -0
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +4 -4
- package/src/assets/solana/mainnet/types/liqsol_core.ts +6684 -0
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +4 -4
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +6 -4
- package/src/networks/ethereum/clients/convert.client.ts +221 -0
- package/src/networks/ethereum/clients/opp.client.ts +389 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +165 -0
- package/src/networks/ethereum/clients/receipt.client.ts +199 -0
- package/src/networks/ethereum/clients/stake.client.ts +203 -0
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -109
- package/src/networks/ethereum/ethereum.ts +546 -110
- package/src/networks/ethereum/types.ts +125 -17
- package/src/networks/ethereum/utils.ts +340 -0
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +266 -262
- package/src/networks/solana/clients/leaderboard.client.ts +68 -26
- package/src/networks/solana/clients/outpost.client.ts +342 -0
- package/src/networks/solana/clients/token.client.ts +214 -0
- package/src/networks/solana/constants.ts +100 -181
- package/src/networks/solana/program.ts +432 -28
- package/src/networks/solana/solana.ts +1137 -149
- package/src/networks/solana/types.ts +743 -33
- package/src/networks/solana/utils.ts +368 -304
- package/src/{staker/staker.ts → staker.ts} +27 -6
- package/src/types.ts +364 -0
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -1153
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthBurn.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthMint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -138
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -225
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +0 -813
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -651
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1110
- package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEthBurn.sol/LiqEthBurn.json +0 -391
- package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEthMint.sol/LiqEthMint.json +0 -402
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1225
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -927
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -447
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/solana/idl/liqsol_core.json +0 -4239
- package/src/assets/solana/types/liqsol_core.ts +0 -4245
- package/src/networks/solana/clients/deposit.client.ts +0 -131
- package/src/staker/types.ts +0 -49
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
|
@@ -1,447 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "WithdrawalVault",
|
|
4
|
-
"sourceName": "contracts/liqEth/withdrawalVault.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "contract IDepositManager",
|
|
10
|
-
"name": "_dm",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "address",
|
|
15
|
-
"name": "admin",
|
|
16
|
-
"type": "address"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"stateMutability": "nonpayable",
|
|
20
|
-
"type": "constructor"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"inputs": [],
|
|
24
|
-
"name": "AccessControlBadConfirmation",
|
|
25
|
-
"type": "error"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"inputs": [
|
|
29
|
-
{
|
|
30
|
-
"internalType": "address",
|
|
31
|
-
"name": "account",
|
|
32
|
-
"type": "address"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"internalType": "bytes32",
|
|
36
|
-
"name": "neededRole",
|
|
37
|
-
"type": "bytes32"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"name": "AccessControlUnauthorizedAccount",
|
|
41
|
-
"type": "error"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"inputs": [],
|
|
45
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
46
|
-
"type": "error"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"anonymous": false,
|
|
50
|
-
"inputs": [
|
|
51
|
-
{
|
|
52
|
-
"indexed": false,
|
|
53
|
-
"internalType": "bytes",
|
|
54
|
-
"name": "pubkey",
|
|
55
|
-
"type": "bytes"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"indexed": false,
|
|
59
|
-
"internalType": "uint64",
|
|
60
|
-
"name": "amount",
|
|
61
|
-
"type": "uint64"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"name": "ExitRequested",
|
|
65
|
-
"type": "event"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"anonymous": false,
|
|
69
|
-
"inputs": [
|
|
70
|
-
{
|
|
71
|
-
"indexed": false,
|
|
72
|
-
"internalType": "uint256",
|
|
73
|
-
"name": "ethAmount",
|
|
74
|
-
"type": "uint256"
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"name": "FullExitSent",
|
|
78
|
-
"type": "event"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"anonymous": false,
|
|
82
|
-
"inputs": [
|
|
83
|
-
{
|
|
84
|
-
"indexed": false,
|
|
85
|
-
"internalType": "uint256",
|
|
86
|
-
"name": "ethAmount",
|
|
87
|
-
"type": "uint256"
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"name": "PartiallyExitSent",
|
|
91
|
-
"type": "event"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"anonymous": false,
|
|
95
|
-
"inputs": [
|
|
96
|
-
{
|
|
97
|
-
"indexed": false,
|
|
98
|
-
"internalType": "uint256",
|
|
99
|
-
"name": "total",
|
|
100
|
-
"type": "uint256"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"indexed": false,
|
|
104
|
-
"internalType": "uint256",
|
|
105
|
-
"name": "amount",
|
|
106
|
-
"type": "uint256"
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"name": "Pulled",
|
|
110
|
-
"type": "event"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"anonymous": false,
|
|
114
|
-
"inputs": [
|
|
115
|
-
{
|
|
116
|
-
"indexed": true,
|
|
117
|
-
"internalType": "bytes32",
|
|
118
|
-
"name": "role",
|
|
119
|
-
"type": "bytes32"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"indexed": true,
|
|
123
|
-
"internalType": "bytes32",
|
|
124
|
-
"name": "previousAdminRole",
|
|
125
|
-
"type": "bytes32"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"indexed": true,
|
|
129
|
-
"internalType": "bytes32",
|
|
130
|
-
"name": "newAdminRole",
|
|
131
|
-
"type": "bytes32"
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
"name": "RoleAdminChanged",
|
|
135
|
-
"type": "event"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"anonymous": false,
|
|
139
|
-
"inputs": [
|
|
140
|
-
{
|
|
141
|
-
"indexed": true,
|
|
142
|
-
"internalType": "bytes32",
|
|
143
|
-
"name": "role",
|
|
144
|
-
"type": "bytes32"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"indexed": true,
|
|
148
|
-
"internalType": "address",
|
|
149
|
-
"name": "account",
|
|
150
|
-
"type": "address"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"indexed": true,
|
|
154
|
-
"internalType": "address",
|
|
155
|
-
"name": "sender",
|
|
156
|
-
"type": "address"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"name": "RoleGranted",
|
|
160
|
-
"type": "event"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"anonymous": false,
|
|
164
|
-
"inputs": [
|
|
165
|
-
{
|
|
166
|
-
"indexed": true,
|
|
167
|
-
"internalType": "bytes32",
|
|
168
|
-
"name": "role",
|
|
169
|
-
"type": "bytes32"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"indexed": true,
|
|
173
|
-
"internalType": "address",
|
|
174
|
-
"name": "account",
|
|
175
|
-
"type": "address"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"indexed": true,
|
|
179
|
-
"internalType": "address",
|
|
180
|
-
"name": "sender",
|
|
181
|
-
"type": "address"
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"name": "RoleRevoked",
|
|
185
|
-
"type": "event"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"inputs": [],
|
|
189
|
-
"name": "DEFAULT_ADMIN_ROLE",
|
|
190
|
-
"outputs": [
|
|
191
|
-
{
|
|
192
|
-
"internalType": "bytes32",
|
|
193
|
-
"name": "",
|
|
194
|
-
"type": "bytes32"
|
|
195
|
-
}
|
|
196
|
-
],
|
|
197
|
-
"stateMutability": "view",
|
|
198
|
-
"type": "function"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"inputs": [],
|
|
202
|
-
"name": "EXIT_ROLE",
|
|
203
|
-
"outputs": [
|
|
204
|
-
{
|
|
205
|
-
"internalType": "bytes32",
|
|
206
|
-
"name": "",
|
|
207
|
-
"type": "bytes32"
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
"stateMutability": "view",
|
|
211
|
-
"type": "function"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"inputs": [],
|
|
215
|
-
"name": "ORACLE_PULLER_ROLE",
|
|
216
|
-
"outputs": [
|
|
217
|
-
{
|
|
218
|
-
"internalType": "bytes32",
|
|
219
|
-
"name": "",
|
|
220
|
-
"type": "bytes32"
|
|
221
|
-
}
|
|
222
|
-
],
|
|
223
|
-
"stateMutability": "view",
|
|
224
|
-
"type": "function"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"inputs": [],
|
|
228
|
-
"name": "dm",
|
|
229
|
-
"outputs": [
|
|
230
|
-
{
|
|
231
|
-
"internalType": "contract IDepositManager",
|
|
232
|
-
"name": "",
|
|
233
|
-
"type": "address"
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
|
-
"stateMutability": "view",
|
|
237
|
-
"type": "function"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"inputs": [
|
|
241
|
-
{
|
|
242
|
-
"internalType": "bytes32",
|
|
243
|
-
"name": "role",
|
|
244
|
-
"type": "bytes32"
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"name": "getRoleAdmin",
|
|
248
|
-
"outputs": [
|
|
249
|
-
{
|
|
250
|
-
"internalType": "bytes32",
|
|
251
|
-
"name": "",
|
|
252
|
-
"type": "bytes32"
|
|
253
|
-
}
|
|
254
|
-
],
|
|
255
|
-
"stateMutability": "view",
|
|
256
|
-
"type": "function"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"inputs": [
|
|
260
|
-
{
|
|
261
|
-
"internalType": "bytes32",
|
|
262
|
-
"name": "role",
|
|
263
|
-
"type": "bytes32"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"internalType": "address",
|
|
267
|
-
"name": "account",
|
|
268
|
-
"type": "address"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"name": "grantRole",
|
|
272
|
-
"outputs": [],
|
|
273
|
-
"stateMutability": "nonpayable",
|
|
274
|
-
"type": "function"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"inputs": [
|
|
278
|
-
{
|
|
279
|
-
"internalType": "bytes32",
|
|
280
|
-
"name": "role",
|
|
281
|
-
"type": "bytes32"
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"internalType": "address",
|
|
285
|
-
"name": "account",
|
|
286
|
-
"type": "address"
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
"name": "hasRole",
|
|
290
|
-
"outputs": [
|
|
291
|
-
{
|
|
292
|
-
"internalType": "bool",
|
|
293
|
-
"name": "",
|
|
294
|
-
"type": "bool"
|
|
295
|
-
}
|
|
296
|
-
],
|
|
297
|
-
"stateMutability": "view",
|
|
298
|
-
"type": "function"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"inputs": [],
|
|
302
|
-
"name": "minBalance",
|
|
303
|
-
"outputs": [
|
|
304
|
-
{
|
|
305
|
-
"internalType": "uint256",
|
|
306
|
-
"name": "",
|
|
307
|
-
"type": "uint256"
|
|
308
|
-
}
|
|
309
|
-
],
|
|
310
|
-
"stateMutability": "view",
|
|
311
|
-
"type": "function"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"inputs": [
|
|
315
|
-
{
|
|
316
|
-
"internalType": "bytes32",
|
|
317
|
-
"name": "role",
|
|
318
|
-
"type": "bytes32"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"internalType": "address",
|
|
322
|
-
"name": "callerConfirmation",
|
|
323
|
-
"type": "address"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"name": "renounceRole",
|
|
327
|
-
"outputs": [],
|
|
328
|
-
"stateMutability": "nonpayable",
|
|
329
|
-
"type": "function"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"inputs": [
|
|
333
|
-
{
|
|
334
|
-
"internalType": "bytes",
|
|
335
|
-
"name": "pubkey",
|
|
336
|
-
"type": "bytes"
|
|
337
|
-
}
|
|
338
|
-
],
|
|
339
|
-
"name": "requestFullExit",
|
|
340
|
-
"outputs": [],
|
|
341
|
-
"stateMutability": "payable",
|
|
342
|
-
"type": "function"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"inputs": [
|
|
346
|
-
{
|
|
347
|
-
"internalType": "bytes",
|
|
348
|
-
"name": "pubkey",
|
|
349
|
-
"type": "bytes"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"internalType": "uint64",
|
|
353
|
-
"name": "amountGwei",
|
|
354
|
-
"type": "uint64"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"name": "requestPartialExit",
|
|
358
|
-
"outputs": [],
|
|
359
|
-
"stateMutability": "payable",
|
|
360
|
-
"type": "function"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"inputs": [
|
|
364
|
-
{
|
|
365
|
-
"internalType": "bytes32",
|
|
366
|
-
"name": "role",
|
|
367
|
-
"type": "bytes32"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"internalType": "address",
|
|
371
|
-
"name": "account",
|
|
372
|
-
"type": "address"
|
|
373
|
-
}
|
|
374
|
-
],
|
|
375
|
-
"name": "revokeRole",
|
|
376
|
-
"outputs": [],
|
|
377
|
-
"stateMutability": "nonpayable",
|
|
378
|
-
"type": "function"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"inputs": [
|
|
382
|
-
{
|
|
383
|
-
"internalType": "uint256",
|
|
384
|
-
"name": "ethAmount",
|
|
385
|
-
"type": "uint256"
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"name": "sendFullExit",
|
|
389
|
-
"outputs": [],
|
|
390
|
-
"stateMutability": "nonpayable",
|
|
391
|
-
"type": "function"
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"inputs": [
|
|
395
|
-
{
|
|
396
|
-
"internalType": "uint256",
|
|
397
|
-
"name": "ethAmount",
|
|
398
|
-
"type": "uint256"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"name": "sendRequestedPartialExit",
|
|
402
|
-
"outputs": [],
|
|
403
|
-
"stateMutability": "nonpayable",
|
|
404
|
-
"type": "function"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"inputs": [
|
|
408
|
-
{
|
|
409
|
-
"internalType": "contract IDepositManager",
|
|
410
|
-
"name": "_dm",
|
|
411
|
-
"type": "address"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"name": "setDepositManager",
|
|
415
|
-
"outputs": [],
|
|
416
|
-
"stateMutability": "nonpayable",
|
|
417
|
-
"type": "function"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"inputs": [
|
|
421
|
-
{
|
|
422
|
-
"internalType": "bytes4",
|
|
423
|
-
"name": "interfaceId",
|
|
424
|
-
"type": "bytes4"
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"name": "supportsInterface",
|
|
428
|
-
"outputs": [
|
|
429
|
-
{
|
|
430
|
-
"internalType": "bool",
|
|
431
|
-
"name": "",
|
|
432
|
-
"type": "bool"
|
|
433
|
-
}
|
|
434
|
-
],
|
|
435
|
-
"stateMutability": "view",
|
|
436
|
-
"type": "function"
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"stateMutability": "payable",
|
|
440
|
-
"type": "receive"
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
"bytecode": "0x6080346100dd57601f610f3f38819003918201601f19168301916001600160401b038311848410176100e25780849260409485528339810103126100dd5780516001600160a01b0391828216918290036100dd5760200151918216908183036100dd5760018055662386f26fc1000060035580156100b257600280546001600160a01b0319169190911790556100a95750610099336100f8565b50604051610db690816101898239f35b610099906100f8565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b600080fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b031660008181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205490919060ff1661018457818052816020526040822081835260205260408220600160ff1982541617905533917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8180a4600190565b509056fe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c91826301ffc9a7146109a457508163228d71a9146108f7578163248a9ca3146108cd5781632f2ff15d146108af57816336568abe146108745781633a8c874a146108395781636f98b63c146108105781637702d0781461055d57816391d14854146105225781639420d9be14610464578163a217fddf14610449578163b5adf0fa14610375578163b995fa9a1461033a578163c01fb7ce1461013757508063c5bb8758146101195763d547741f146100e25780610012565b346101155760016101119161010c6100f9366109f7565b9390928387528660205286200154610c04565b610ca8565b5080f35b5080fd5b50346101155781600319360112610115576020906003549051908152f35b91905060208060031936011261033657823567ffffffffffffffff8111610332576101659036908501610a1d565b9361016e610b2e565b603085036102ff57710961ef480eb55e80d19ad83579a64c0070026000808080845afa610199610d1d565b90806102f5575b156102bf5784818051810103126102ba57840151803403610288576000918291875190878201918a8884376101e76028828d8101888d820152036008810184520182610a75565b51925af16101f3610d1d565b501561024f575091836000606093827fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8797968551978689978852870152868601378383018501829052830152601f01601f19168101030190a180f35b835162461bcd60e51b81529081018390526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b855162461bcd60e51b8152808401869052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b855162461bcd60e51b8152808401869052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50848151146101a0565b835162461bcd60e51b8152908101839052600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8480fd5b8380fd5b505034610115578160031936011261011557602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b9190503461043b57602036600319011261043b5782823592610395610d5d565b61039d610ba8565b6103a8841515610a97565b6103bf6103b760035486610ace565b471015610af1565b6002546001600160a01b031690813b1561043b57835163cb58db9360e01b81529183918391829088905af1801561043f57610427575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a16001805580f35b61043090610a4b565b61043b5782386103f5565b8280fd5b83513d84823e3d90fd5b50503461011557816003193601126101155751908152602090f35b9190503461043b57602036600319011261043b5782823592610484610d5d565b61048c610ba8565b610497841515610a97565b6104a66103b760035486610ace565b6002546001600160a01b031690813b1561043b578351637a389d2d60e01b81529183918391829088905af1801561043f5761050e575b507f6470c70a0bbfee9ece4473fff720dc18cc85babd1aa5977190fc4d6f01f8a4346020848451908152a16001805580f35b61051790610a4b565b61043b5782386104dc565b5050346101155760209181610536366109f7565b92908152808552209060018060a01b0316600052825260ff81600020541690519015158152f35b9180915060031936011261043b5767ffffffffffffffff82358181116103325761058a9036908501610a1d565b60249182359384169384810361080c576105a2610b2e565b84156107ca576030830361079857710961ef480eb55e80d19ad83579a64c00700288808080845afa916105d3610d1d565b928061078d575b15610758578280516020948591810103126107545783015180340361072357918a929183928a51610636602882898101958c8c88378c82019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182610a75565b51925af1610642610d1d565b50156106ec579160607fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e879282878b9897968a519586948c8652818d8701528686013783830185018a9052830152601f01601f19168101030190a16002546001600160a01b031694853b156103365783855196879485936335ef05d760e11b85528401525af19081156106e357506106d7575080f35b6106e090610a4b565b80f35b513d84823e3d90fd5b8660138560649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818901526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b8a80fd5b875162461bcd60e51b81526020818b01526010818801526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b5060208351146105da565b855162461bcd60e51b8152602081890152600d818601526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818601527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b8780fd5b50503461011557816003193601126101155760025490516001600160a01b039091168152602090f35b505034610115578160031936011261011557602090517f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d48152f35b83833461011557610884366109f7565b91336001600160a01b038416036108a057509061011191610ca8565b5163334bd91960e11b81528490fd5b505034610115576001610111916108c86100f9366109f7565b610c2a565b90503461043b57602036600319011261043b57816020936001923581528085522001549051908152f35b90503461043b57602036600319011261043b5780356001600160a01b0381169290839003610336578380528360205280842033855260205260ff81852054161561098757821561095e5750506bffffffffffffffffffffffff60a01b600254161760025580f35b60649250519062461bcd60e51b82526020818301526024820152630646d20360e41b6044820152fd5b9083604492519163e2517d3f60e01b835233908301526024820152fd5b84913461043b57602036600319011261043b573563ffffffff60e01b811680910361043b5760209250637965db0b60e01b81149081156109e6575b5015158152f35b6301ffc9a760e01b149050836109df565b60409060031901126102ba57600435906024356001600160a01b03811681036102ba5790565b9181601f840112156102ba5782359167ffffffffffffffff83116102ba57602083818601950101116102ba57565b67ffffffffffffffff8111610a5f57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610a5f57604052565b15610a9e57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b91908201809211610adb57565b634e487b7160e01b600052601160045260246000fd5b15610af857565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b3360009081527f13790e8c8380f891734a8f1d6403f0459f5223ef5ea780b5ae951981aeccebe760205260409020547f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d49060ff1615610b8a5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f341a941d9ca0160179362911e5304d4f8904ff31154345b4ea6d8e5f1528592360205260409020547f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f39060ff1615610b8a5750565b80600052600060205260406000203360005260205260ff6040600020541615610b8a5750565b9060009180835282602052604083209160018060a01b03169182845260205260ff60408420541615600014610ca357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b9060009180835282602052604083209160018060a01b03169182845260205260ff604084205416600014610ca35780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b3d15610d58573d9067ffffffffffffffff8211610a5f5760405191610d4c601f8201601f191660200184610a75565b82523d6000602084013e565b606090565b600260015414610d6e576002600155565b604051633ee5aeb560e01b8152600490fdfea2646970667358221220ca7de92f007736bc79749d64f0139842b3228695aa57a78a63de70065be3c0f864736f6c63430008190033",
|
|
444
|
-
"deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c91826301ffc9a7146109a457508163228d71a9146108f7578163248a9ca3146108cd5781632f2ff15d146108af57816336568abe146108745781633a8c874a146108395781636f98b63c146108105781637702d0781461055d57816391d14854146105225781639420d9be14610464578163a217fddf14610449578163b5adf0fa14610375578163b995fa9a1461033a578163c01fb7ce1461013757508063c5bb8758146101195763d547741f146100e25780610012565b346101155760016101119161010c6100f9366109f7565b9390928387528660205286200154610c04565b610ca8565b5080f35b5080fd5b50346101155781600319360112610115576020906003549051908152f35b91905060208060031936011261033657823567ffffffffffffffff8111610332576101659036908501610a1d565b9361016e610b2e565b603085036102ff57710961ef480eb55e80d19ad83579a64c0070026000808080845afa610199610d1d565b90806102f5575b156102bf5784818051810103126102ba57840151803403610288576000918291875190878201918a8884376101e76028828d8101888d820152036008810184520182610a75565b51925af16101f3610d1d565b501561024f575091836000606093827fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8797968551978689978852870152868601378383018501829052830152601f01601f19168101030190a180f35b835162461bcd60e51b81529081018390526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b855162461bcd60e51b8152808401869052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b855162461bcd60e51b8152808401869052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50848151146101a0565b835162461bcd60e51b8152908101839052600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8480fd5b8380fd5b505034610115578160031936011261011557602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b9190503461043b57602036600319011261043b5782823592610395610d5d565b61039d610ba8565b6103a8841515610a97565b6103bf6103b760035486610ace565b471015610af1565b6002546001600160a01b031690813b1561043b57835163cb58db9360e01b81529183918391829088905af1801561043f57610427575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a16001805580f35b61043090610a4b565b61043b5782386103f5565b8280fd5b83513d84823e3d90fd5b50503461011557816003193601126101155751908152602090f35b9190503461043b57602036600319011261043b5782823592610484610d5d565b61048c610ba8565b610497841515610a97565b6104a66103b760035486610ace565b6002546001600160a01b031690813b1561043b578351637a389d2d60e01b81529183918391829088905af1801561043f5761050e575b507f6470c70a0bbfee9ece4473fff720dc18cc85babd1aa5977190fc4d6f01f8a4346020848451908152a16001805580f35b61051790610a4b565b61043b5782386104dc565b5050346101155760209181610536366109f7565b92908152808552209060018060a01b0316600052825260ff81600020541690519015158152f35b9180915060031936011261043b5767ffffffffffffffff82358181116103325761058a9036908501610a1d565b60249182359384169384810361080c576105a2610b2e565b84156107ca576030830361079857710961ef480eb55e80d19ad83579a64c00700288808080845afa916105d3610d1d565b928061078d575b15610758578280516020948591810103126107545783015180340361072357918a929183928a51610636602882898101958c8c88378c82019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182610a75565b51925af1610642610d1d565b50156106ec579160607fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e879282878b9897968a519586948c8652818d8701528686013783830185018a9052830152601f01601f19168101030190a16002546001600160a01b031694853b156103365783855196879485936335ef05d760e11b85528401525af19081156106e357506106d7575080f35b6106e090610a4b565b80f35b513d84823e3d90fd5b8660138560649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818901526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b8a80fd5b875162461bcd60e51b81526020818b01526010818801526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b5060208351146105da565b855162461bcd60e51b8152602081890152600d818601526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818601527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b8780fd5b50503461011557816003193601126101155760025490516001600160a01b039091168152602090f35b505034610115578160031936011261011557602090517f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d48152f35b83833461011557610884366109f7565b91336001600160a01b038416036108a057509061011191610ca8565b5163334bd91960e11b81528490fd5b505034610115576001610111916108c86100f9366109f7565b610c2a565b90503461043b57602036600319011261043b57816020936001923581528085522001549051908152f35b90503461043b57602036600319011261043b5780356001600160a01b0381169290839003610336578380528360205280842033855260205260ff81852054161561098757821561095e5750506bffffffffffffffffffffffff60a01b600254161760025580f35b60649250519062461bcd60e51b82526020818301526024820152630646d20360e41b6044820152fd5b9083604492519163e2517d3f60e01b835233908301526024820152fd5b84913461043b57602036600319011261043b573563ffffffff60e01b811680910361043b5760209250637965db0b60e01b81149081156109e6575b5015158152f35b6301ffc9a760e01b149050836109df565b60409060031901126102ba57600435906024356001600160a01b03811681036102ba5790565b9181601f840112156102ba5782359167ffffffffffffffff83116102ba57602083818601950101116102ba57565b67ffffffffffffffff8111610a5f57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610a5f57604052565b15610a9e57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b91908201809211610adb57565b634e487b7160e01b600052601160045260246000fd5b15610af857565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b3360009081527f13790e8c8380f891734a8f1d6403f0459f5223ef5ea780b5ae951981aeccebe760205260409020547f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d49060ff1615610b8a5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f341a941d9ca0160179362911e5304d4f8904ff31154345b4ea6d8e5f1528592360205260409020547f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f39060ff1615610b8a5750565b80600052600060205260406000203360005260205260ff6040600020541615610b8a5750565b9060009180835282602052604083209160018060a01b03169182845260205260ff60408420541615600014610ca357808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b9060009180835282602052604083209160018060a01b03169182845260205260ff604084205416600014610ca35780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b3d15610d58573d9067ffffffffffffffff8211610a5f5760405191610d4c601f8201601f191660200184610a75565b82523d6000602084013e565b606090565b600260015414610d6e576002600155565b604051633ee5aeb560e01b8152600490fdfea2646970667358221220ca7de92f007736bc79749d64f0139842b3228695aa57a78a63de70065be3c0f864736f6c63430008190033",
|
|
445
|
-
"linkReferences": {},
|
|
446
|
-
"deployedLinkReferences": {}
|
|
447
|
-
}
|