@wireio/stake 0.4.3 → 0.4.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 +51760 -10073
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11856 -882
- package/lib/stake.js +52320 -10531
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +51760 -10073
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -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/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/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/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/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- 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/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- 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/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
- 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 +1 -1
- 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 +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
- 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 → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
- 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/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- 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/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/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/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/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -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/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
- 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/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -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/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -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/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -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/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -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/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
- 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/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- 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/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- 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 +34 -0
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +632 -433
- 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/mainnet/idl/validator_leaderboard.json +574 -0
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +632 -433
- 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/mainnet/types/validator_leaderboard.ts +580 -0
- 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 +2 -2
- package/src/networks/ethereum/clients/convert.client.ts +32 -3
- package/src/networks/ethereum/clients/opp.client.ts +20 -21
- package/src/networks/ethereum/clients/pretoken.client.ts +8 -9
- package/src/networks/ethereum/clients/receipt.client.ts +93 -23
- package/src/networks/ethereum/clients/stake.client.ts +86 -14
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +425 -153
- package/src/networks/ethereum/ethereum.ts +370 -202
- package/src/networks/ethereum/types.ts +65 -28
- package/src/networks/ethereum/utils.ts +104 -72
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +245 -20
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +93 -55
- package/src/networks/solana/clients/token.client.ts +20 -15
- package/src/networks/solana/constants.ts +55 -287
- package/src/networks/solana/program.ts +446 -28
- package/src/networks/solana/solana.ts +917 -288
- package/src/networks/solana/types.ts +173 -24
- package/src/networks/solana/utils.ts +125 -339
- package/src/staker.ts +25 -4
- package/src/types.ts +102 -22
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -952
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- 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/ILiqEthUpgradeable.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/IRewardsERC20Pausable.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/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/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.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/SSZExtras.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.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 -291
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -555
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1791
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- 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 -460
- package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1638
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +0 -1650
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- 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/transfer_hook.json +0 -197
- package/src/assets/solana/types/transfer_hook.ts +0 -203
- package/src/networks/solana/clients/deposit.client.ts +0 -274
- package/src/staker/types.ts +0 -62
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
- /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
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
|
@@ -1,460 +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": "address",
|
|
10
|
-
"name": "authority",
|
|
11
|
-
"type": "address"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "AccessManagedInvalidAuthority",
|
|
15
|
-
"type": "error"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [
|
|
19
|
-
{
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "caller",
|
|
22
|
-
"type": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"internalType": "uint32",
|
|
26
|
-
"name": "delay",
|
|
27
|
-
"type": "uint32"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"name": "AccessManagedRequiredDelay",
|
|
31
|
-
"type": "error"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"inputs": [
|
|
35
|
-
{
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "caller",
|
|
38
|
-
"type": "address"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"name": "AccessManagedUnauthorized",
|
|
42
|
-
"type": "error"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [
|
|
46
|
-
{
|
|
47
|
-
"internalType": "address",
|
|
48
|
-
"name": "target",
|
|
49
|
-
"type": "address"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"name": "AddressEmptyCode",
|
|
53
|
-
"type": "error"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"internalType": "address",
|
|
59
|
-
"name": "implementation",
|
|
60
|
-
"type": "address"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "ERC1967InvalidImplementation",
|
|
64
|
-
"type": "error"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"inputs": [],
|
|
68
|
-
"name": "ERC1967NonPayable",
|
|
69
|
-
"type": "error"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [],
|
|
73
|
-
"name": "FailedCall",
|
|
74
|
-
"type": "error"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputs": [],
|
|
78
|
-
"name": "InvalidInitialization",
|
|
79
|
-
"type": "error"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"inputs": [],
|
|
83
|
-
"name": "NotInitializing",
|
|
84
|
-
"type": "error"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"inputs": [],
|
|
88
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
89
|
-
"type": "error"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"inputs": [],
|
|
93
|
-
"name": "UUPSUnauthorizedCallContext",
|
|
94
|
-
"type": "error"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"inputs": [
|
|
98
|
-
{
|
|
99
|
-
"internalType": "bytes32",
|
|
100
|
-
"name": "slot",
|
|
101
|
-
"type": "bytes32"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"name": "UUPSUnsupportedProxiableUUID",
|
|
105
|
-
"type": "error"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"anonymous": false,
|
|
109
|
-
"inputs": [
|
|
110
|
-
{
|
|
111
|
-
"indexed": false,
|
|
112
|
-
"internalType": "address",
|
|
113
|
-
"name": "authority",
|
|
114
|
-
"type": "address"
|
|
115
|
-
}
|
|
116
|
-
],
|
|
117
|
-
"name": "AuthorityUpdated",
|
|
118
|
-
"type": "event"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"anonymous": false,
|
|
122
|
-
"inputs": [
|
|
123
|
-
{
|
|
124
|
-
"indexed": false,
|
|
125
|
-
"internalType": "bytes",
|
|
126
|
-
"name": "pubkey",
|
|
127
|
-
"type": "bytes"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"indexed": false,
|
|
131
|
-
"internalType": "uint64",
|
|
132
|
-
"name": "amount",
|
|
133
|
-
"type": "uint64"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"name": "ExitRequested",
|
|
137
|
-
"type": "event"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"anonymous": false,
|
|
141
|
-
"inputs": [
|
|
142
|
-
{
|
|
143
|
-
"indexed": false,
|
|
144
|
-
"internalType": "uint256",
|
|
145
|
-
"name": "ethAmount",
|
|
146
|
-
"type": "uint256"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"name": "FullExitSent",
|
|
150
|
-
"type": "event"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"anonymous": false,
|
|
154
|
-
"inputs": [
|
|
155
|
-
{
|
|
156
|
-
"indexed": false,
|
|
157
|
-
"internalType": "uint64",
|
|
158
|
-
"name": "version",
|
|
159
|
-
"type": "uint64"
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"name": "Initialized",
|
|
163
|
-
"type": "event"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"anonymous": false,
|
|
167
|
-
"inputs": [
|
|
168
|
-
{
|
|
169
|
-
"indexed": false,
|
|
170
|
-
"internalType": "uint256",
|
|
171
|
-
"name": "ethAmount",
|
|
172
|
-
"type": "uint256"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"name": "PartiallyExitSent",
|
|
176
|
-
"type": "event"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"anonymous": false,
|
|
180
|
-
"inputs": [
|
|
181
|
-
{
|
|
182
|
-
"indexed": false,
|
|
183
|
-
"internalType": "uint256",
|
|
184
|
-
"name": "total",
|
|
185
|
-
"type": "uint256"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"indexed": false,
|
|
189
|
-
"internalType": "uint256",
|
|
190
|
-
"name": "amount",
|
|
191
|
-
"type": "uint256"
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"name": "Pulled",
|
|
195
|
-
"type": "event"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"anonymous": false,
|
|
199
|
-
"inputs": [
|
|
200
|
-
{
|
|
201
|
-
"indexed": true,
|
|
202
|
-
"internalType": "address",
|
|
203
|
-
"name": "implementation",
|
|
204
|
-
"type": "address"
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
"name": "Upgraded",
|
|
208
|
-
"type": "event"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"inputs": [],
|
|
212
|
-
"name": "EXIT_ROLE",
|
|
213
|
-
"outputs": [
|
|
214
|
-
{
|
|
215
|
-
"internalType": "bytes32",
|
|
216
|
-
"name": "",
|
|
217
|
-
"type": "bytes32"
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"stateMutability": "view",
|
|
221
|
-
"type": "function"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"inputs": [],
|
|
225
|
-
"name": "ORACLE_PULLER_ROLE",
|
|
226
|
-
"outputs": [
|
|
227
|
-
{
|
|
228
|
-
"internalType": "bytes32",
|
|
229
|
-
"name": "",
|
|
230
|
-
"type": "bytes32"
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
"stateMutability": "view",
|
|
234
|
-
"type": "function"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"inputs": [],
|
|
238
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
239
|
-
"outputs": [
|
|
240
|
-
{
|
|
241
|
-
"internalType": "string",
|
|
242
|
-
"name": "",
|
|
243
|
-
"type": "string"
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"stateMutability": "view",
|
|
247
|
-
"type": "function"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"inputs": [],
|
|
251
|
-
"name": "authority",
|
|
252
|
-
"outputs": [
|
|
253
|
-
{
|
|
254
|
-
"internalType": "address",
|
|
255
|
-
"name": "",
|
|
256
|
-
"type": "address"
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"stateMutability": "view",
|
|
260
|
-
"type": "function"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"inputs": [],
|
|
264
|
-
"name": "dm",
|
|
265
|
-
"outputs": [
|
|
266
|
-
{
|
|
267
|
-
"internalType": "contract IDepositManager",
|
|
268
|
-
"name": "",
|
|
269
|
-
"type": "address"
|
|
270
|
-
}
|
|
271
|
-
],
|
|
272
|
-
"stateMutability": "view",
|
|
273
|
-
"type": "function"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"inputs": [
|
|
277
|
-
{
|
|
278
|
-
"internalType": "address",
|
|
279
|
-
"name": "manager",
|
|
280
|
-
"type": "address"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"internalType": "contract IDepositManager",
|
|
284
|
-
"name": "_dm",
|
|
285
|
-
"type": "address"
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"name": "initialize",
|
|
289
|
-
"outputs": [],
|
|
290
|
-
"stateMutability": "nonpayable",
|
|
291
|
-
"type": "function"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"inputs": [],
|
|
295
|
-
"name": "isConsumingScheduledOp",
|
|
296
|
-
"outputs": [
|
|
297
|
-
{
|
|
298
|
-
"internalType": "bytes4",
|
|
299
|
-
"name": "",
|
|
300
|
-
"type": "bytes4"
|
|
301
|
-
}
|
|
302
|
-
],
|
|
303
|
-
"stateMutability": "view",
|
|
304
|
-
"type": "function"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"inputs": [],
|
|
308
|
-
"name": "minBalance",
|
|
309
|
-
"outputs": [
|
|
310
|
-
{
|
|
311
|
-
"internalType": "uint256",
|
|
312
|
-
"name": "",
|
|
313
|
-
"type": "uint256"
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"stateMutability": "view",
|
|
317
|
-
"type": "function"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"inputs": [],
|
|
321
|
-
"name": "proxiableUUID",
|
|
322
|
-
"outputs": [
|
|
323
|
-
{
|
|
324
|
-
"internalType": "bytes32",
|
|
325
|
-
"name": "",
|
|
326
|
-
"type": "bytes32"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"stateMutability": "view",
|
|
330
|
-
"type": "function"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"inputs": [
|
|
334
|
-
{
|
|
335
|
-
"internalType": "bytes",
|
|
336
|
-
"name": "pubkey",
|
|
337
|
-
"type": "bytes"
|
|
338
|
-
}
|
|
339
|
-
],
|
|
340
|
-
"name": "requestFullExit",
|
|
341
|
-
"outputs": [],
|
|
342
|
-
"stateMutability": "payable",
|
|
343
|
-
"type": "function"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"inputs": [
|
|
347
|
-
{
|
|
348
|
-
"internalType": "bytes",
|
|
349
|
-
"name": "pubkey",
|
|
350
|
-
"type": "bytes"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"internalType": "uint64",
|
|
354
|
-
"name": "amountGwei",
|
|
355
|
-
"type": "uint64"
|
|
356
|
-
}
|
|
357
|
-
],
|
|
358
|
-
"name": "requestPartialExit",
|
|
359
|
-
"outputs": [],
|
|
360
|
-
"stateMutability": "payable",
|
|
361
|
-
"type": "function"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"inputs": [
|
|
365
|
-
{
|
|
366
|
-
"internalType": "uint256",
|
|
367
|
-
"name": "ethAmount",
|
|
368
|
-
"type": "uint256"
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"name": "sendFullExit",
|
|
372
|
-
"outputs": [],
|
|
373
|
-
"stateMutability": "nonpayable",
|
|
374
|
-
"type": "function"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"inputs": [
|
|
378
|
-
{
|
|
379
|
-
"internalType": "uint256",
|
|
380
|
-
"name": "ethAmount",
|
|
381
|
-
"type": "uint256"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"name": "sendRequestedPartialExit",
|
|
385
|
-
"outputs": [],
|
|
386
|
-
"stateMutability": "nonpayable",
|
|
387
|
-
"type": "function"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"inputs": [
|
|
391
|
-
{
|
|
392
|
-
"internalType": "address",
|
|
393
|
-
"name": "newAuthority",
|
|
394
|
-
"type": "address"
|
|
395
|
-
}
|
|
396
|
-
],
|
|
397
|
-
"name": "setAuthority",
|
|
398
|
-
"outputs": [],
|
|
399
|
-
"stateMutability": "nonpayable",
|
|
400
|
-
"type": "function"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"inputs": [
|
|
404
|
-
{
|
|
405
|
-
"internalType": "contract IDepositManager",
|
|
406
|
-
"name": "_dm",
|
|
407
|
-
"type": "address"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"internalType": "contract IStakingModule",
|
|
411
|
-
"name": "_stakingMod",
|
|
412
|
-
"type": "address"
|
|
413
|
-
}
|
|
414
|
-
],
|
|
415
|
-
"name": "setDepositManager",
|
|
416
|
-
"outputs": [],
|
|
417
|
-
"stateMutability": "nonpayable",
|
|
418
|
-
"type": "function"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"inputs": [],
|
|
422
|
-
"name": "stakingModule",
|
|
423
|
-
"outputs": [
|
|
424
|
-
{
|
|
425
|
-
"internalType": "contract IStakingModule",
|
|
426
|
-
"name": "",
|
|
427
|
-
"type": "address"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"stateMutability": "view",
|
|
431
|
-
"type": "function"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"inputs": [
|
|
435
|
-
{
|
|
436
|
-
"internalType": "address",
|
|
437
|
-
"name": "newImplementation",
|
|
438
|
-
"type": "address"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"internalType": "bytes",
|
|
442
|
-
"name": "data",
|
|
443
|
-
"type": "bytes"
|
|
444
|
-
}
|
|
445
|
-
],
|
|
446
|
-
"name": "upgradeToAndCall",
|
|
447
|
-
"outputs": [],
|
|
448
|
-
"stateMutability": "payable",
|
|
449
|
-
"type": "function"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"stateMutability": "payable",
|
|
453
|
-
"type": "receive"
|
|
454
|
-
}
|
|
455
|
-
],
|
|
456
|
-
"bytecode": "0x60a0806040523460295730608052611521908161002f8239608051818181610b4c01526113d40152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f6e57508163485cc95514610db85781634f1ef28614610bd9578163504b82bf14610bb057816352d1902d14610b375781636f98b63c14610b0f5781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b9036908601611026565b9290946101483633611153565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112d0565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182610fe8565b51925af16101cd6112d0565b50156102165750600061020c7fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8795968451958587968752860191611069565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114ac8339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fa8565b6001600160a01b0360243581811692908390036102f55761036d3633611153565b16801515806103a3575b61038090611121565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611359565b6104143633611153565b61041f84151561108a565b61043661042e600254866110c1565b4710156110e4565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114cc8339815191525580f35b6104b490610fbe565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611359565b6105943633611153565b61059f84151561108a565b6105ae61042e600254866110c1565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f6470c70a0bbfee9ece4473fff720dc18cc85babd1aa5977190fc4d6f01f8a4346020848451908152a160016000805160206114cc8339815191525580f35b61062c90610fbe565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114ac8339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fa8565b6000805160206114ac8339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611300565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f5576107369036908401611026565b909460249586359082821691828103610911576107533633611153565b8215610acd5760308503610a9b57710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112d0565b9280610a90575b15610a5b57828051602094859181010312610a575783015190813403610a265791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182610fe8565b51925af16107f56112d0565b50156109ef577fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8786518781528061082f8982018987611069565b86858301520390a187546001600160a01b0392908316803b156109af5789858c8b838c5195869485936335ef05d760e11b85528401525af180156109e557908b92916109c9575b5082896108a160c09387600154169a8c519687958695638171c29960e01b8752860152840191611069565b0381895afa9283156109bf5789918a94610943575b50501561091557508697843b1561091157879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561090857506108f85750f35b61090190610fbe565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109b7575b8161096060c09383610fe8565b810103126109b35780519081151582036109af5761097f838201611054565b936060820151908116036109af57608081015160ff8116036109af5760a06109a79101611054565b508a806108b6565b8980fd5b8880fd5b3d9150610953565b87513d8b823e3d90fd5b896108a160c0939c6109db8794610fbe565b9c93505050610876565b88513d8c823e3d90fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b8a80fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ba357602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610bef610fa8565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c1d8561100a565b610c2985519182610fe8565b85815260209586820193368a8383010111610dad578186928b8a9301873783010152610c536113ca565b610c5d3633611153565b610c656113ca565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610d84575b5050610ca95750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d6f5750853b15610d5a5780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d3e575050610d3a9382915190845af4610d346112d0565b91611448565b5080f35b93509350505034610d4e57505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610db1575b610d9c8183610fe8565b81010312610dad5751903880610c8d565b8580fd5b503d610d92565b9050346102f957816003193601126102f957610dd2610fa8565b906024356001600160a01b03811690819003610f6a577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f62575b6001149081610f58575b159081610f4f575b50610f41575067ffffffffffffffff1981166001178555610ea4919084610f22575b50610e65611389565b610e6d611389565b610e75611389565b60016000805160206114cc83398151915255610e8f611389565b610e97611389565b610e9f611389565b611300565b610eac611389565b610eb4611389565b610ebf811515611121565b84546001600160a01b031916178455662386f26fc10000600255610ee1578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e5c565b865163f92ee8a960e01b8152fd5b90501538610e3a565b303b159150610e32565b869150610e28565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610fd257604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610fd257604052565b67ffffffffffffffff8111610fd257601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b1561109157565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110ce57565b634e487b7160e01b600052601160045260246000fd5b156110eb57565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561112857565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114ac8339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112bc5791849188938452828052826020525190895afa6112ab575b156111f4575b50505050505050565b63ffffffff16156112955760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561128b575061127c575b508154169055388080808080806111eb565b61128590610fbe565b3861126a565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906111e5565b634e487b7160e01b85526041600452602485fd5b3d156112fb573d906112e18261100a565b916112ef6040519384610fe8565b82523d6000602084013e565b606090565b6000805160206114ac83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114cc83398151915260028154146113775760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113b857565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561141a575b505061140857565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611400565b9061146f575080511561145d57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114a2575b611480575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561147856fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220d6bd90045de024810c9157b5600109ceb7230f0d666770781a580dcae5b3ca8364736f6c63430008190033",
|
|
457
|
-
"deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f6e57508163485cc95514610db85781634f1ef28614610bd9578163504b82bf14610bb057816352d1902d14610b375781636f98b63c14610b0f5781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b9036908601611026565b9290946101483633611153565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112d0565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182610fe8565b51925af16101cd6112d0565b50156102165750600061020c7fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8795968451958587968752860191611069565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114ac8339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fa8565b6001600160a01b0360243581811692908390036102f55761036d3633611153565b16801515806103a3575b61038090611121565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611359565b6104143633611153565b61041f84151561108a565b61043661042e600254866110c1565b4710156110e4565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114cc8339815191525580f35b6104b490610fbe565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611359565b6105943633611153565b61059f84151561108a565b6105ae61042e600254866110c1565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f6470c70a0bbfee9ece4473fff720dc18cc85babd1aa5977190fc4d6f01f8a4346020848451908152a160016000805160206114cc8339815191525580f35b61062c90610fbe565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114ac8339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fa8565b6000805160206114ac8339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611300565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f5576107369036908401611026565b909460249586359082821691828103610911576107533633611153565b8215610acd5760308503610a9b57710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112d0565b9280610a90575b15610a5b57828051602094859181010312610a575783015190813403610a265791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182610fe8565b51925af16107f56112d0565b50156109ef577fd2f49628dd3cefc134db0ffae198f928cae0d8f68eb60fefa1dba8191db66e8786518781528061082f8982018987611069565b86858301520390a187546001600160a01b0392908316803b156109af5789858c8b838c5195869485936335ef05d760e11b85528401525af180156109e557908b92916109c9575b5082896108a160c09387600154169a8c519687958695638171c29960e01b8752860152840191611069565b0381895afa9283156109bf5789918a94610943575b50501561091557508697843b1561091157879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561090857506108f85750f35b61090190610fbe565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109b7575b8161096060c09383610fe8565b810103126109b35780519081151582036109af5761097f838201611054565b936060820151908116036109af57608081015160ff8116036109af5760a06109a79101611054565b508a806108b6565b8980fd5b8880fd5b3d9150610953565b87513d8b823e3d90fd5b896108a160c0939c6109db8794610fbe565b9c93505050610876565b88513d8c823e3d90fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b8a80fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ba357602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610bef610fa8565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c1d8561100a565b610c2985519182610fe8565b85815260209586820193368a8383010111610dad578186928b8a9301873783010152610c536113ca565b610c5d3633611153565b610c656113ca565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610d84575b5050610ca95750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d6f5750853b15610d5a5780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d3e575050610d3a9382915190845af4610d346112d0565b91611448565b5080f35b93509350505034610d4e57505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610db1575b610d9c8183610fe8565b81010312610dad5751903880610c8d565b8580fd5b503d610d92565b9050346102f957816003193601126102f957610dd2610fa8565b906024356001600160a01b03811690819003610f6a577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f62575b6001149081610f58575b159081610f4f575b50610f41575067ffffffffffffffff1981166001178555610ea4919084610f22575b50610e65611389565b610e6d611389565b610e75611389565b60016000805160206114cc83398151915255610e8f611389565b610e97611389565b610e9f611389565b611300565b610eac611389565b610eb4611389565b610ebf811515611121565b84546001600160a01b031916178455662386f26fc10000600255610ee1578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e5c565b865163f92ee8a960e01b8152fd5b90501538610e3a565b303b159150610e32565b869150610e28565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610fd257604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610fd257604052565b67ffffffffffffffff8111610fd257601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b1561109157565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110ce57565b634e487b7160e01b600052601160045260246000fd5b156110eb57565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561112857565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114ac8339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112bc5791849188938452828052826020525190895afa6112ab575b156111f4575b50505050505050565b63ffffffff16156112955760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561128b575061127c575b508154169055388080808080806111eb565b61128590610fbe565b3861126a565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906111e5565b634e487b7160e01b85526041600452602485fd5b3d156112fb573d906112e18261100a565b916112ef6040519384610fe8565b82523d6000602084013e565b606090565b6000805160206114ac83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114cc83398151915260028154146113775760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113b857565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561141a575b505061140857565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611400565b9061146f575080511561145d57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114a2575b611480575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561147856fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220d6bd90045de024810c9157b5600109ceb7230f0d666770781a580dcae5b3ca8364736f6c63430008190033",
|
|
458
|
-
"linkReferences": {},
|
|
459
|
-
"deployedLinkReferences": {}
|
|
460
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "Aggregator",
|
|
4
|
-
"sourceName": "contracts/outpost/Aggregator.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{ "internalType": "address", "name": "_authority", "type": "address" },
|
|
9
|
-
{ "internalType": "int256", "name": "initialPrice", "type": "int256" },
|
|
10
|
-
{ "internalType": "uint8", "name": "__decimals", "type": "uint8" }
|
|
11
|
-
],
|
|
12
|
-
"name": "initialize",
|
|
13
|
-
"outputs": [],
|
|
14
|
-
"stateMutability": "nonpayable",
|
|
15
|
-
"type": "function"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [],
|
|
19
|
-
"name": "decimals",
|
|
20
|
-
"outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],
|
|
21
|
-
"stateMutability": "view",
|
|
22
|
-
"type": "function"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"inputs": [],
|
|
26
|
-
"name": "description",
|
|
27
|
-
"outputs": [{ "internalType": "string", "name": "", "type": "string" }],
|
|
28
|
-
"stateMutability": "pure",
|
|
29
|
-
"type": "function"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"inputs": [],
|
|
33
|
-
"name": "version",
|
|
34
|
-
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
|
35
|
-
"stateMutability": "pure",
|
|
36
|
-
"type": "function"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"inputs": [{ "internalType": "uint80", "name": "", "type": "uint80" }],
|
|
40
|
-
"name": "getRoundData",
|
|
41
|
-
"outputs": [
|
|
42
|
-
{ "internalType": "uint80", "name": "roundId", "type": "uint80" },
|
|
43
|
-
{ "internalType": "int256", "name": "answer", "type": "int256" },
|
|
44
|
-
{ "internalType": "uint256", "name": "startedAt", "type": "uint256" },
|
|
45
|
-
{ "internalType": "uint256", "name": "updatedAt", "type": "uint256" },
|
|
46
|
-
{ "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }
|
|
47
|
-
],
|
|
48
|
-
"stateMutability": "view",
|
|
49
|
-
"type": "function"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"inputs": [],
|
|
53
|
-
"name": "latestRoundData",
|
|
54
|
-
"outputs": [
|
|
55
|
-
{ "internalType": "uint80", "name": "roundId", "type": "uint80" },
|
|
56
|
-
{ "internalType": "int256", "name": "answer", "type": "int256" },
|
|
57
|
-
{ "internalType": "uint256", "name": "startedAt", "type": "uint256" },
|
|
58
|
-
{ "internalType": "uint256", "name": "updatedAt", "type": "uint256" },
|
|
59
|
-
{ "internalType": "uint80", "name": "answeredInRound", "type": "uint80" }
|
|
60
|
-
],
|
|
61
|
-
"stateMutability": "view",
|
|
62
|
-
"type": "function"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"inputs": [{ "internalType": "int256", "name": "newPrice", "type": "int256" }],
|
|
66
|
-
"name": "updateAnswer",
|
|
67
|
-
"outputs": [],
|
|
68
|
-
"stateMutability": "nonpayable",
|
|
69
|
-
"type": "function"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [
|
|
73
|
-
{ "internalType": "int256", "name": "newPrice", "type": "int256" },
|
|
74
|
-
{ "internalType": "uint256", "name": "oldTimestamp", "type": "uint256" }
|
|
75
|
-
],
|
|
76
|
-
"name": "updateStale",
|
|
77
|
-
"outputs": [],
|
|
78
|
-
"stateMutability": "nonpayable",
|
|
79
|
-
"type": "function"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|