@wireio/stake 0.3.1 → 0.3.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 +58399 -13167
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +16786 -3248
- package/lib/stake.js +59136 -13805
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +58399 -13167
- 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/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 +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/{idl → mainnet/idl}/liqsol_core.json +3816 -1567
- 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/{types → mainnet/types}/liqsol_core.ts +3816 -1567
- 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 +2 -2
- package/src/networks/ethereum/clients/{deposit.client.ts → convert.client.ts} +66 -5
- package/src/networks/ethereum/clients/opp.client.ts +389 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +87 -49
- package/src/networks/ethereum/clients/receipt.client.ts +199 -0
- package/src/networks/ethereum/clients/stake.client.ts +86 -161
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -151
- package/src/networks/ethereum/ethereum.ts +454 -244
- package/src/networks/ethereum/types.ts +65 -27
- 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 +269 -263
- package/src/networks/solana/clients/leaderboard.client.ts +68 -26
- package/src/networks/solana/clients/outpost.client.ts +224 -357
- package/src/networks/solana/clients/token.client.ts +96 -106
- package/src/networks/solana/constants.ts +88 -216
- package/src/networks/solana/program.ts +432 -28
- package/src/networks/solana/solana.ts +1064 -292
- package/src/networks/solana/types.ts +688 -78
- package/src/networks/solana/utils.ts +161 -358
- package/src/staker.ts +25 -4
- package/src/types.ts +267 -31
- 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/networks/ethereum/clients/liq.client.ts +0 -47
- package/src/networks/solana/clients/deposit.client.ts +0 -127
- 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,952 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "DepositManager",
|
|
4
|
-
"sourceName": "contracts/liqEth/DepositManager.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": "EnforcedPause",
|
|
74
|
-
"type": "error"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputs": [],
|
|
78
|
-
"name": "ExpectedPause",
|
|
79
|
-
"type": "error"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"inputs": [],
|
|
83
|
-
"name": "FailedCall",
|
|
84
|
-
"type": "error"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"inputs": [
|
|
88
|
-
{
|
|
89
|
-
"internalType": "uint256",
|
|
90
|
-
"name": "balance",
|
|
91
|
-
"type": "uint256"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"internalType": "uint256",
|
|
95
|
-
"name": "needed",
|
|
96
|
-
"type": "uint256"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"name": "InsufficientBalance",
|
|
100
|
-
"type": "error"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"inputs": [],
|
|
104
|
-
"name": "InvalidInitialization",
|
|
105
|
-
"type": "error"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"inputs": [],
|
|
109
|
-
"name": "NotInitializing",
|
|
110
|
-
"type": "error"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"inputs": [],
|
|
114
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
115
|
-
"type": "error"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"inputs": [],
|
|
119
|
-
"name": "UUPSUnauthorizedCallContext",
|
|
120
|
-
"type": "error"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"inputs": [
|
|
124
|
-
{
|
|
125
|
-
"internalType": "bytes32",
|
|
126
|
-
"name": "slot",
|
|
127
|
-
"type": "bytes32"
|
|
128
|
-
}
|
|
129
|
-
],
|
|
130
|
-
"name": "UUPSUnsupportedProxiableUUID",
|
|
131
|
-
"type": "error"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"anonymous": false,
|
|
135
|
-
"inputs": [
|
|
136
|
-
{
|
|
137
|
-
"indexed": false,
|
|
138
|
-
"internalType": "address",
|
|
139
|
-
"name": "authority",
|
|
140
|
-
"type": "address"
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"name": "AuthorityUpdated",
|
|
144
|
-
"type": "event"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"anonymous": false,
|
|
148
|
-
"inputs": [
|
|
149
|
-
{
|
|
150
|
-
"indexed": true,
|
|
151
|
-
"internalType": "address",
|
|
152
|
-
"name": "user",
|
|
153
|
-
"type": "address"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"indexed": false,
|
|
157
|
-
"internalType": "uint256",
|
|
158
|
-
"name": "amount",
|
|
159
|
-
"type": "uint256"
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"name": "Claimed",
|
|
163
|
-
"type": "event"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"anonymous": false,
|
|
167
|
-
"inputs": [
|
|
168
|
-
{
|
|
169
|
-
"indexed": false,
|
|
170
|
-
"internalType": "uint64",
|
|
171
|
-
"name": "dailyRateBPS",
|
|
172
|
-
"type": "uint64"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"name": "DailyRateUpdated",
|
|
176
|
-
"type": "event"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"anonymous": false,
|
|
180
|
-
"inputs": [
|
|
181
|
-
{
|
|
182
|
-
"indexed": true,
|
|
183
|
-
"internalType": "address",
|
|
184
|
-
"name": "user",
|
|
185
|
-
"type": "address"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"indexed": false,
|
|
189
|
-
"internalType": "uint256",
|
|
190
|
-
"name": "netEth",
|
|
191
|
-
"type": "uint256"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"indexed": false,
|
|
195
|
-
"internalType": "uint256",
|
|
196
|
-
"name": "fee",
|
|
197
|
-
"type": "uint256"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"indexed": false,
|
|
201
|
-
"internalType": "uint256",
|
|
202
|
-
"name": "shares",
|
|
203
|
-
"type": "uint256"
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"name": "Deposited",
|
|
207
|
-
"type": "event"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"anonymous": false,
|
|
211
|
-
"inputs": [
|
|
212
|
-
{
|
|
213
|
-
"indexed": false,
|
|
214
|
-
"internalType": "uint64",
|
|
215
|
-
"name": "entryQueue",
|
|
216
|
-
"type": "uint64"
|
|
217
|
-
}
|
|
218
|
-
],
|
|
219
|
-
"name": "EntryQueueUpdated",
|
|
220
|
-
"type": "event"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"anonymous": false,
|
|
224
|
-
"inputs": [
|
|
225
|
-
{
|
|
226
|
-
"indexed": false,
|
|
227
|
-
"internalType": "uint256",
|
|
228
|
-
"name": "ethAmount",
|
|
229
|
-
"type": "uint256"
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
"name": "FullExitReceived",
|
|
233
|
-
"type": "event"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"anonymous": false,
|
|
237
|
-
"inputs": [
|
|
238
|
-
{
|
|
239
|
-
"indexed": false,
|
|
240
|
-
"internalType": "uint64",
|
|
241
|
-
"name": "version",
|
|
242
|
-
"type": "uint64"
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"name": "Initialized",
|
|
246
|
-
"type": "event"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"anonymous": false,
|
|
250
|
-
"inputs": [
|
|
251
|
-
{
|
|
252
|
-
"indexed": false,
|
|
253
|
-
"internalType": "uint256",
|
|
254
|
-
"name": "ethAmount",
|
|
255
|
-
"type": "uint256"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"name": "PartiallyExitReceived",
|
|
259
|
-
"type": "event"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"anonymous": false,
|
|
263
|
-
"inputs": [
|
|
264
|
-
{
|
|
265
|
-
"indexed": false,
|
|
266
|
-
"internalType": "address",
|
|
267
|
-
"name": "account",
|
|
268
|
-
"type": "address"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"name": "Paused",
|
|
272
|
-
"type": "event"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"anonymous": false,
|
|
276
|
-
"inputs": [
|
|
277
|
-
{
|
|
278
|
-
"indexed": false,
|
|
279
|
-
"internalType": "uint256",
|
|
280
|
-
"name": "toUsers",
|
|
281
|
-
"type": "uint256"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"name": "RewardPushed",
|
|
285
|
-
"type": "event"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"anonymous": false,
|
|
289
|
-
"inputs": [
|
|
290
|
-
{
|
|
291
|
-
"indexed": false,
|
|
292
|
-
"internalType": "address",
|
|
293
|
-
"name": "account",
|
|
294
|
-
"type": "address"
|
|
295
|
-
}
|
|
296
|
-
],
|
|
297
|
-
"name": "Unpaused",
|
|
298
|
-
"type": "event"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"anonymous": false,
|
|
302
|
-
"inputs": [
|
|
303
|
-
{
|
|
304
|
-
"indexed": true,
|
|
305
|
-
"internalType": "address",
|
|
306
|
-
"name": "implementation",
|
|
307
|
-
"type": "address"
|
|
308
|
-
}
|
|
309
|
-
],
|
|
310
|
-
"name": "Upgraded",
|
|
311
|
-
"type": "event"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"anonymous": false,
|
|
315
|
-
"inputs": [
|
|
316
|
-
{
|
|
317
|
-
"indexed": true,
|
|
318
|
-
"internalType": "address",
|
|
319
|
-
"name": "user",
|
|
320
|
-
"type": "address"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"indexed": false,
|
|
324
|
-
"internalType": "uint256",
|
|
325
|
-
"name": "amount",
|
|
326
|
-
"type": "uint256"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"indexed": false,
|
|
330
|
-
"internalType": "uint256",
|
|
331
|
-
"name": "shares",
|
|
332
|
-
"type": "uint256"
|
|
333
|
-
}
|
|
334
|
-
],
|
|
335
|
-
"name": "ValidatorDeposited",
|
|
336
|
-
"type": "event"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"inputs": [],
|
|
340
|
-
"name": "DENOM",
|
|
341
|
-
"outputs": [
|
|
342
|
-
{
|
|
343
|
-
"internalType": "uint256",
|
|
344
|
-
"name": "",
|
|
345
|
-
"type": "uint256"
|
|
346
|
-
}
|
|
347
|
-
],
|
|
348
|
-
"stateMutability": "view",
|
|
349
|
-
"type": "function"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"inputs": [],
|
|
353
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
354
|
-
"outputs": [
|
|
355
|
-
{
|
|
356
|
-
"internalType": "string",
|
|
357
|
-
"name": "",
|
|
358
|
-
"type": "string"
|
|
359
|
-
}
|
|
360
|
-
],
|
|
361
|
-
"stateMutability": "view",
|
|
362
|
-
"type": "function"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"inputs": [],
|
|
366
|
-
"name": "accounting",
|
|
367
|
-
"outputs": [
|
|
368
|
-
{
|
|
369
|
-
"internalType": "address",
|
|
370
|
-
"name": "",
|
|
371
|
-
"type": "address"
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
"stateMutability": "view",
|
|
375
|
-
"type": "function"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"inputs": [],
|
|
379
|
-
"name": "authority",
|
|
380
|
-
"outputs": [
|
|
381
|
-
{
|
|
382
|
-
"internalType": "address",
|
|
383
|
-
"name": "",
|
|
384
|
-
"type": "address"
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"stateMutability": "view",
|
|
388
|
-
"type": "function"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"inputs": [],
|
|
392
|
-
"name": "availableETH",
|
|
393
|
-
"outputs": [
|
|
394
|
-
{
|
|
395
|
-
"internalType": "uint256",
|
|
396
|
-
"name": "",
|
|
397
|
-
"type": "uint256"
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"stateMutability": "view",
|
|
401
|
-
"type": "function"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"inputs": [],
|
|
405
|
-
"name": "checkDeficit",
|
|
406
|
-
"outputs": [
|
|
407
|
-
{
|
|
408
|
-
"internalType": "uint256",
|
|
409
|
-
"name": "def",
|
|
410
|
-
"type": "uint256"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"internalType": "bool",
|
|
414
|
-
"name": "needExits",
|
|
415
|
-
"type": "bool"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"stateMutability": "view",
|
|
419
|
-
"type": "function"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"inputs": [
|
|
423
|
-
{
|
|
424
|
-
"internalType": "uint256",
|
|
425
|
-
"name": "nftId",
|
|
426
|
-
"type": "uint256"
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"name": "claim",
|
|
430
|
-
"outputs": [],
|
|
431
|
-
"stateMutability": "nonpayable",
|
|
432
|
-
"type": "function"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"inputs": [],
|
|
436
|
-
"name": "dailyRateBPS",
|
|
437
|
-
"outputs": [
|
|
438
|
-
{
|
|
439
|
-
"internalType": "uint64",
|
|
440
|
-
"name": "",
|
|
441
|
-
"type": "uint64"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"stateMutability": "view",
|
|
445
|
-
"type": "function"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"inputs": [],
|
|
449
|
-
"name": "deposit",
|
|
450
|
-
"outputs": [],
|
|
451
|
-
"stateMutability": "payable",
|
|
452
|
-
"type": "function"
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"inputs": [],
|
|
456
|
-
"name": "entryQueue",
|
|
457
|
-
"outputs": [
|
|
458
|
-
{
|
|
459
|
-
"internalType": "uint64",
|
|
460
|
-
"name": "",
|
|
461
|
-
"type": "uint64"
|
|
462
|
-
}
|
|
463
|
-
],
|
|
464
|
-
"stateMutability": "view",
|
|
465
|
-
"type": "function"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"inputs": [],
|
|
469
|
-
"name": "eth_requested",
|
|
470
|
-
"outputs": [
|
|
471
|
-
{
|
|
472
|
-
"internalType": "uint256",
|
|
473
|
-
"name": "",
|
|
474
|
-
"type": "uint256"
|
|
475
|
-
}
|
|
476
|
-
],
|
|
477
|
-
"stateMutability": "view",
|
|
478
|
-
"type": "function"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"inputs": [],
|
|
482
|
-
"name": "eth_reserved_for_stake",
|
|
483
|
-
"outputs": [
|
|
484
|
-
{
|
|
485
|
-
"internalType": "uint256",
|
|
486
|
-
"name": "",
|
|
487
|
-
"type": "uint256"
|
|
488
|
-
}
|
|
489
|
-
],
|
|
490
|
-
"stateMutability": "view",
|
|
491
|
-
"type": "function"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"inputs": [],
|
|
495
|
-
"name": "fullExitReceived",
|
|
496
|
-
"outputs": [],
|
|
497
|
-
"stateMutability": "payable",
|
|
498
|
-
"type": "function"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"inputs": [
|
|
502
|
-
{
|
|
503
|
-
"internalType": "address",
|
|
504
|
-
"name": "manager",
|
|
505
|
-
"type": "address"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"internalType": "address",
|
|
509
|
-
"name": "_accounting",
|
|
510
|
-
"type": "address"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"internalType": "contract IRewardsERC20Pausable",
|
|
514
|
-
"name": "_liqEth",
|
|
515
|
-
"type": "address"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"internalType": "contract IWithdrawalRecord",
|
|
519
|
-
"name": "_queue",
|
|
520
|
-
"type": "address"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"internalType": "contract IStakingModule",
|
|
524
|
-
"name": "_stakingModule",
|
|
525
|
-
"type": "address"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"internalType": "uint64",
|
|
529
|
-
"name": "_entryQueue",
|
|
530
|
-
"type": "uint64"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"internalType": "uint64",
|
|
534
|
-
"name": "_dailyRateBPS",
|
|
535
|
-
"type": "uint64"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"internalType": "uint64",
|
|
539
|
-
"name": "_rewardCooldown",
|
|
540
|
-
"type": "uint64"
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"name": "initialize",
|
|
544
|
-
"outputs": [],
|
|
545
|
-
"stateMutability": "nonpayable",
|
|
546
|
-
"type": "function"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"inputs": [],
|
|
550
|
-
"name": "isConsumingScheduledOp",
|
|
551
|
-
"outputs": [
|
|
552
|
-
{
|
|
553
|
-
"internalType": "bytes4",
|
|
554
|
-
"name": "",
|
|
555
|
-
"type": "bytes4"
|
|
556
|
-
}
|
|
557
|
-
],
|
|
558
|
-
"stateMutability": "view",
|
|
559
|
-
"type": "function"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"inputs": [],
|
|
563
|
-
"name": "lastRewardPush",
|
|
564
|
-
"outputs": [
|
|
565
|
-
{
|
|
566
|
-
"internalType": "uint64",
|
|
567
|
-
"name": "",
|
|
568
|
-
"type": "uint64"
|
|
569
|
-
}
|
|
570
|
-
],
|
|
571
|
-
"stateMutability": "view",
|
|
572
|
-
"type": "function"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"inputs": [],
|
|
576
|
-
"name": "liqEth",
|
|
577
|
-
"outputs": [
|
|
578
|
-
{
|
|
579
|
-
"internalType": "contract IRewardsERC20Pausable",
|
|
580
|
-
"name": "",
|
|
581
|
-
"type": "address"
|
|
582
|
-
}
|
|
583
|
-
],
|
|
584
|
-
"stateMutability": "view",
|
|
585
|
-
"type": "function"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"inputs": [],
|
|
589
|
-
"name": "minBal",
|
|
590
|
-
"outputs": [
|
|
591
|
-
{
|
|
592
|
-
"internalType": "uint256",
|
|
593
|
-
"name": "",
|
|
594
|
-
"type": "uint256"
|
|
595
|
-
}
|
|
596
|
-
],
|
|
597
|
-
"stateMutability": "view",
|
|
598
|
-
"type": "function"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"inputs": [],
|
|
602
|
-
"name": "minDeposit",
|
|
603
|
-
"outputs": [
|
|
604
|
-
{
|
|
605
|
-
"internalType": "uint256",
|
|
606
|
-
"name": "",
|
|
607
|
-
"type": "uint256"
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
"stateMutability": "view",
|
|
611
|
-
"type": "function"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"inputs": [],
|
|
615
|
-
"name": "partialExitReceived",
|
|
616
|
-
"outputs": [],
|
|
617
|
-
"stateMutability": "payable",
|
|
618
|
-
"type": "function"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"inputs": [
|
|
622
|
-
{
|
|
623
|
-
"internalType": "uint256",
|
|
624
|
-
"name": "ethAmount",
|
|
625
|
-
"type": "uint256"
|
|
626
|
-
}
|
|
627
|
-
],
|
|
628
|
-
"name": "partialExitRequested",
|
|
629
|
-
"outputs": [],
|
|
630
|
-
"stateMutability": "nonpayable",
|
|
631
|
-
"type": "function"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"inputs": [],
|
|
635
|
-
"name": "pauseAll",
|
|
636
|
-
"outputs": [],
|
|
637
|
-
"stateMutability": "nonpayable",
|
|
638
|
-
"type": "function"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"inputs": [],
|
|
642
|
-
"name": "paused",
|
|
643
|
-
"outputs": [
|
|
644
|
-
{
|
|
645
|
-
"internalType": "bool",
|
|
646
|
-
"name": "",
|
|
647
|
-
"type": "bool"
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"stateMutability": "view",
|
|
651
|
-
"type": "function"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"inputs": [
|
|
655
|
-
{
|
|
656
|
-
"internalType": "uint256",
|
|
657
|
-
"name": "amount",
|
|
658
|
-
"type": "uint256"
|
|
659
|
-
}
|
|
660
|
-
],
|
|
661
|
-
"name": "procFee",
|
|
662
|
-
"outputs": [
|
|
663
|
-
{
|
|
664
|
-
"internalType": "uint256",
|
|
665
|
-
"name": "",
|
|
666
|
-
"type": "uint256"
|
|
667
|
-
}
|
|
668
|
-
],
|
|
669
|
-
"stateMutability": "view",
|
|
670
|
-
"type": "function"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"inputs": [],
|
|
674
|
-
"name": "proxiableUUID",
|
|
675
|
-
"outputs": [
|
|
676
|
-
{
|
|
677
|
-
"internalType": "bytes32",
|
|
678
|
-
"name": "",
|
|
679
|
-
"type": "bytes32"
|
|
680
|
-
}
|
|
681
|
-
],
|
|
682
|
-
"stateMutability": "view",
|
|
683
|
-
"type": "function"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"inputs": [
|
|
687
|
-
{
|
|
688
|
-
"internalType": "uint256",
|
|
689
|
-
"name": "amount",
|
|
690
|
-
"type": "uint256"
|
|
691
|
-
}
|
|
692
|
-
],
|
|
693
|
-
"name": "pushRewards",
|
|
694
|
-
"outputs": [],
|
|
695
|
-
"stateMutability": "nonpayable",
|
|
696
|
-
"type": "function"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"inputs": [],
|
|
700
|
-
"name": "queueRate",
|
|
701
|
-
"outputs": [
|
|
702
|
-
{
|
|
703
|
-
"internalType": "uint64",
|
|
704
|
-
"name": "",
|
|
705
|
-
"type": "uint64"
|
|
706
|
-
}
|
|
707
|
-
],
|
|
708
|
-
"stateMutability": "view",
|
|
709
|
-
"type": "function"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"inputs": [],
|
|
713
|
-
"name": "rewardCooldown",
|
|
714
|
-
"outputs": [
|
|
715
|
-
{
|
|
716
|
-
"internalType": "uint64",
|
|
717
|
-
"name": "",
|
|
718
|
-
"type": "uint64"
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"stateMutability": "view",
|
|
722
|
-
"type": "function"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"inputs": [
|
|
726
|
-
{
|
|
727
|
-
"internalType": "address",
|
|
728
|
-
"name": "_accounting",
|
|
729
|
-
"type": "address"
|
|
730
|
-
}
|
|
731
|
-
],
|
|
732
|
-
"name": "setAccounting",
|
|
733
|
-
"outputs": [],
|
|
734
|
-
"stateMutability": "nonpayable",
|
|
735
|
-
"type": "function"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"inputs": [
|
|
739
|
-
{
|
|
740
|
-
"internalType": "address",
|
|
741
|
-
"name": "newAuthority",
|
|
742
|
-
"type": "address"
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
"name": "setAuthority",
|
|
746
|
-
"outputs": [],
|
|
747
|
-
"stateMutability": "nonpayable",
|
|
748
|
-
"type": "function"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"inputs": [
|
|
752
|
-
{
|
|
753
|
-
"internalType": "uint64",
|
|
754
|
-
"name": "newEntryQueue",
|
|
755
|
-
"type": "uint64"
|
|
756
|
-
}
|
|
757
|
-
],
|
|
758
|
-
"name": "setEntryQueue",
|
|
759
|
-
"outputs": [],
|
|
760
|
-
"stateMutability": "nonpayable",
|
|
761
|
-
"type": "function"
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"inputs": [
|
|
765
|
-
{
|
|
766
|
-
"internalType": "uint256",
|
|
767
|
-
"name": "_minDeposit",
|
|
768
|
-
"type": "uint256"
|
|
769
|
-
}
|
|
770
|
-
],
|
|
771
|
-
"name": "setMinDeposit",
|
|
772
|
-
"outputs": [],
|
|
773
|
-
"stateMutability": "nonpayable",
|
|
774
|
-
"type": "function"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"inputs": [
|
|
778
|
-
{
|
|
779
|
-
"internalType": "uint64",
|
|
780
|
-
"name": "_rewardCooldown",
|
|
781
|
-
"type": "uint64"
|
|
782
|
-
}
|
|
783
|
-
],
|
|
784
|
-
"name": "setRewardCooldown",
|
|
785
|
-
"outputs": [],
|
|
786
|
-
"stateMutability": "nonpayable",
|
|
787
|
-
"type": "function"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"inputs": [
|
|
791
|
-
{
|
|
792
|
-
"internalType": "address",
|
|
793
|
-
"name": "module",
|
|
794
|
-
"type": "address"
|
|
795
|
-
}
|
|
796
|
-
],
|
|
797
|
-
"name": "setStakingModule",
|
|
798
|
-
"outputs": [],
|
|
799
|
-
"stateMutability": "nonpayable",
|
|
800
|
-
"type": "function"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"inputs": [
|
|
804
|
-
{
|
|
805
|
-
"internalType": "address",
|
|
806
|
-
"name": "_vault",
|
|
807
|
-
"type": "address"
|
|
808
|
-
}
|
|
809
|
-
],
|
|
810
|
-
"name": "setWithdrawalVault",
|
|
811
|
-
"outputs": [],
|
|
812
|
-
"stateMutability": "nonpayable",
|
|
813
|
-
"type": "function"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"inputs": [
|
|
817
|
-
{
|
|
818
|
-
"internalType": "uint256",
|
|
819
|
-
"name": "nKeys",
|
|
820
|
-
"type": "uint256"
|
|
821
|
-
}
|
|
822
|
-
],
|
|
823
|
-
"name": "stakeThroughModule",
|
|
824
|
-
"outputs": [],
|
|
825
|
-
"stateMutability": "nonpayable",
|
|
826
|
-
"type": "function"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"inputs": [],
|
|
830
|
-
"name": "stakingModule",
|
|
831
|
-
"outputs": [
|
|
832
|
-
{
|
|
833
|
-
"internalType": "contract IStakingModule",
|
|
834
|
-
"name": "",
|
|
835
|
-
"type": "address"
|
|
836
|
-
}
|
|
837
|
-
],
|
|
838
|
-
"stateMutability": "view",
|
|
839
|
-
"type": "function"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"inputs": [
|
|
843
|
-
{
|
|
844
|
-
"internalType": "uint256",
|
|
845
|
-
"name": "id",
|
|
846
|
-
"type": "uint256"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"internalType": "uint256",
|
|
850
|
-
"name": "ethAmount",
|
|
851
|
-
"type": "uint256"
|
|
852
|
-
}
|
|
853
|
-
],
|
|
854
|
-
"name": "topUpValidator",
|
|
855
|
-
"outputs": [],
|
|
856
|
-
"stateMutability": "nonpayable",
|
|
857
|
-
"type": "function"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"inputs": [],
|
|
861
|
-
"name": "unpauseAll",
|
|
862
|
-
"outputs": [],
|
|
863
|
-
"stateMutability": "nonpayable",
|
|
864
|
-
"type": "function"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"inputs": [
|
|
868
|
-
{
|
|
869
|
-
"internalType": "uint64",
|
|
870
|
-
"name": "newDailyRateBPS",
|
|
871
|
-
"type": "uint64"
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
"name": "updateApyBPS",
|
|
875
|
-
"outputs": [],
|
|
876
|
-
"stateMutability": "nonpayable",
|
|
877
|
-
"type": "function"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"inputs": [
|
|
881
|
-
{
|
|
882
|
-
"internalType": "address",
|
|
883
|
-
"name": "newImplementation",
|
|
884
|
-
"type": "address"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"internalType": "bytes",
|
|
888
|
-
"name": "data",
|
|
889
|
-
"type": "bytes"
|
|
890
|
-
}
|
|
891
|
-
],
|
|
892
|
-
"name": "upgradeToAndCall",
|
|
893
|
-
"outputs": [],
|
|
894
|
-
"stateMutability": "payable",
|
|
895
|
-
"type": "function"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"inputs": [],
|
|
899
|
-
"name": "valDeposit",
|
|
900
|
-
"outputs": [
|
|
901
|
-
{
|
|
902
|
-
"internalType": "uint256",
|
|
903
|
-
"name": "",
|
|
904
|
-
"type": "uint256"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
|
-
"stateMutability": "view",
|
|
908
|
-
"type": "function"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"inputs": [],
|
|
912
|
-
"name": "validatorDepositAndLockBond",
|
|
913
|
-
"outputs": [],
|
|
914
|
-
"stateMutability": "payable",
|
|
915
|
-
"type": "function"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"inputs": [],
|
|
919
|
-
"name": "withdrawalQueue",
|
|
920
|
-
"outputs": [
|
|
921
|
-
{
|
|
922
|
-
"internalType": "contract IWithdrawalRecord",
|
|
923
|
-
"name": "",
|
|
924
|
-
"type": "address"
|
|
925
|
-
}
|
|
926
|
-
],
|
|
927
|
-
"stateMutability": "view",
|
|
928
|
-
"type": "function"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"inputs": [],
|
|
932
|
-
"name": "withdrawalVault",
|
|
933
|
-
"outputs": [
|
|
934
|
-
{
|
|
935
|
-
"internalType": "address",
|
|
936
|
-
"name": "",
|
|
937
|
-
"type": "address"
|
|
938
|
-
}
|
|
939
|
-
],
|
|
940
|
-
"stateMutability": "view",
|
|
941
|
-
"type": "function"
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"stateMutability": "payable",
|
|
945
|
-
"type": "receive"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"bytecode": "0x60a0806040523460295730608052612269908161002f82396080518181816115c001526120d70152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611bda5750816316343da414611bbd57816335923b0414611b3057816335d079ad146119f557838263379607f5146118985750816337d5fe991461186f57816337eb45d61461184657816341b3d185146118275781634f1ef2861461164d578163504b82bf1461162457816352d1902d146115ab57838263595c6a6714611506575081635c975abb146114d557816360830ebb146114ae57816369d42148146114855781636bde0bae146113cf578163754ae7dc14611347578163762106d8146112fb57816377680e0b1461127057816378613da91461119e5781637a389d2d146110ce5781637a9e5e4b146110515781638a2ddd0314610f8b5781638fb3603714610f375781638fcc9cfb14610f1357816391b7655f14610ef45781639624e83e14610ecc5781639b8095b314610c3e578163a1a6af8314610c1f578163a664150a14610bf7578163ad3cb1cc14610b57578163b574439314610b2c578163bf7e214f14610af6578163c60b494f14610a66578163cb58db93146109f4578163d0e30db0146107d6578163d1118dee1461065d578163d932971f1461063b578163d9d4e8ab14610486578163e311d67b146103e9578163efd96309146102aa57508063f43d19b914610283578063f7fb721f14610265578063f81f4ae6146102425763fb6ff161146102255780610012565b3461023e578160031936011261023e5751478152602090f35b5080fd5b503461023e578160031936011261023e57602090516801bc16d674ec8000008152f35b503461023e578160031936011261023e576020906005549051908152f35b503461023e578160031936011261023e576020906001600160401b03600954169051908152f35b8391503461023e578260031936011261023e57602435906102c9611f82565b6102d33633611dc4565b670de0b6b3a764000082106103a657476102ef60085484611cb2565b101561036e5792829360018060a01b0360025416803b1561036a5760248592845195869384926348ab019760e11b84528035908401525af1908115610361575061034a575b5060016000805160206122148339815191525580f35b61035390611c2a565b61035e578082610334565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b50503461023e57602036600319011261023e5760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610428611bfe565b906104333633611dc4565b6001600160401b0382169161044b6127108410611d84565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b1691909117905561047e611f40565b51908152a180f35b8380925060031936011261023e5761049c611f82565b6801bc16d674ec800000340361060057918180936104bc34600654611cb2565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156105f65783956105ba575b5060025416803b156105ac57835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af180156105b057610598575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206122148339815191525580f35b6105a190611c2a565b6105ac578284610551565b8280fd5b83513d84823e3d90fd5b925093506020823d6020116105ee575b816105d760209383611c53565b810103126105e957849151938661050f565b600080fd5b3d91506105ca565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461023e578160031936011261023e5760209060095460c01c9051908152f35b919050346105ac5760203660031901126105ac5781359161067c611fb2565b6106863633611dc4565b61068e611f82565b82156107a957600a546001600160401b03806009541681831601818111610796578116421061075d57421667ffffffffffffffff199190911617600a55835484916001600160a01b0390911690813b156105ac5784602484928387519586948593631b870ba760e01b85528401525af180156105b057610749575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206122148339815191525580f35b61075290611c2a565b6105ac578238610709565b835162461bcd60e51b8152602081850152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b634e487b7160e01b875260118452602487fd5b6020606492519162461bcd60e51b835282015260086024820152670416d6f756e7420360c41b6044820152fd5b919050826003193601126105ac576107ec611f82565b60075434106109a657825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa90811561099c57889161096f575b50610906575b5080610874946108408434611c8f565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af19384156108fc5786946108cd575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206122148339815191525580f35b9080945081813d83116108f5575b6108e58183611c53565b810103126105e957519238610886565b503d6108db565b83513d88823e3d90fd5b9150856109123461200d565b928361091f575b50610830565b803b1561023e578180916024875180948193631b870ba760e01b8352898d8401525af1801561096557156109195761095690611c2a565b610961578538610919565b8580fd5b85513d84823e3d90fd5b90508281813d8311610995575b6109868183611c53565b810103126105e957513861082a565b503d61097c565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b50508160031936011261023e5760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e491610a2c611f82565b610a4160018060a01b03600354163314611d0b565b610a4c341515611d4f565b51348152a160016000805160206122148339815191525580f35b9050346105ac5760203660031901126105ac57610a81611c14565b610a8b3633611dc4565b6001600160a01b0316918215610ab35750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b50503461023e578160031936011261023e576000805160206121d48339815191525490516001600160a01b039091168152602090f35b50503461023e578160031936011261023e576020906001600160401b0360095460801c169051908152f35b9050346105ac57826003193601126105ac57815190828201908282106001600160401b03831117610be25750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610bcc57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610bae565b604190634e487b7160e01b6000525260246000fd5b50503461023e578160031936011261023e576020906001600160401b03600a54169051908152f35b50503461023e578160031936011261023e576020906006549051908152f35b9050346105ac576101003660031901126105ac57610c5a611c14565b906024356001600160a01b0381811692918390036105e95760443592818416809403610ec85760643593828516809503610ec457608435928316809303610ec45760a4356001600160401b039485821682036105e95760c43593868516938486036105e95760e435968888168098036105e9578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610ebd575b6001809e149081610eb3575b159081610eaa575b50610e9a578f9067ffffffffffffffff60401b989796959493928f8f928f610d76946001600160401b03198316178355610e7a575b5050610d5961214b565b610d6161214b565b610d6961214b565b610d7161214b565b612053565b610d7e61214b565b610d8661214b565b610d8e61214b565b8c60008051602061221483398151915255610da761214b565b610daf61214b565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610df76127106009549410611d84565b610e02851515611cbf565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610e31611f40565b610e39578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610d4f565b8e5163f92ee8a960e01b81528790fd5b90501538610d1a565b303b159150610d12565b508b610d06565b8780fd5b8680fd5b9050346105ac57826003193601126105ac575490516001600160a01b03909116815260209150f35b50503461023e578160031936011261023e576020906008549051908152f35b83903461023e57602036600319011261023e57610f303633611dc4565b3560075580f35b50503461023e578160031936011261023e5760209160ff6000805160206121d48339815191525460a01c16600014610f855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f74565b8391503461023e578160031936011261023e57610fa83633611dc4565b6000805160206121f48339815191529283549360ff85161561104357839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b1561103e578151631fa5d41d60e11b81529284918491829084905af1908115610361575061102e5750f35b61103790611c2a565b61035e5780f35b505050fd5b5051638dfc202b60e01b8152fd5b9050346105ac5760203660031901126105ac5761106c611c14565b6000805160206121d48339815191525490926001600160a01b0391821633036110ba57833b156110a357846110a085612053565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126105ac576110e3611f82565b6110f860018060a01b03600354163314611d0b565b611103341515611d4f565b6005549034821061115b57507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c9161113e6020923490611c8f565b60055551348152a160016000805160206122148339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b9050823461035e578060031936011261035e576111be4760055490611cb2565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa8015611266578290611232575b6111fc9150600654611cb2565b9081831061121f579061120f9192611c8f565b905b825191825215156020820152f35b5060019161122c91611c8f565b90611211565b506020813d60201161125e575b8161124c60209383611c53565b810103126105e9576111fc90516111ef565b3d915061123f565b84513d84823e3d90fd5b919050346105ac5760203660031901126105ac5761128c611c14565b6112963633611dc4565b6001600160a01b03169081156112b9575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b833461035e57602036600319011261035e576001600160401b0361131d611bfe565b6113273633611dc4565b16611333811515611cbf565b6001600160401b0319600954161760095580f35b9050346105ac5760203660031901126105ac57611362611c14565b61136c3633611dc4565b6001600160a01b03169182156113945750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346105ac5760203660031901126105ac57803591821561144b576003546001600160a01b03163303611410578361140a84600554611cb2565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461023e578160031936011261023e5760035490516001600160a01b039091168152602090f35b82843461035e57602036600319011261035e57506114ce6020923561200d565b9051908152f35b50503461023e578160031936011261023e5760209060ff6000805160206121f4833981519152541690519015158152f35b809184346115a757826003193601126115a7576115233633611dc4565b61152b611fb2565b6000805160206121f4833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a182546001600160a01b031691823b1561103e578151638456cb5960e01b81529284918491829084905af1908115610361575061102e5750f35b5050fd5b82843461035e578060031936011261035e57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361161757602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461023e578160031936011261023e5760025490516001600160a01b039091168152602090f35b918091506003193601126105ac57611663611c14565b9060249384356001600160401b03811161023e573660238201121561023e57808501359361169085611c74565b61169c85519182611c53565b85815260209586820193368a8383010111610961578186928b8a93018737830101526116c66120cd565b6116d03633611dc4565b6116d86120cd565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa91829187936117f7575b505061171c5750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036117e25750853b156117cd5780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156117b15750506117ad9382915190845af46117a7611fdd565b9161218c565b5080f35b935093505050346117c157505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311611820575b61180f8183611c53565b810103126109615751903880611700565b503d611805565b50503461023e578160031936011261023e576020906007549051908152f35b50503461023e578160031936011261023e576009548151911c6001600160401b03168152602090f35b50503461023e578160031936011261023e5760015490516001600160a01b039091168152602090f35b809184346115a7576020918260031936011261103e576118b6611f82565b6118be611fb2565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af19384156119eb5785946119bc575b508347106119845783471061196857508380808086335af161191d611fdd565b90156119635750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206122148339815191525580f35b6120ac565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d83116119e4575b6119d48183611c53565b810103126105e9575192856118fd565b503d6119ca565b82513d87823e3d90fd5b919050346105ac5760203660031901126105ac578135611a13611f82565b611a1d3633611dc4565b8015611b03576801bc16d674ec80000081026801bc16d674ec7fffff1982820401611af057600654818110611abe5790611a5981879493611c8f565b6006556002546001600160a01b031694853b15611aba57602491855196879485936354d23f8560e01b85528401525af19081156103615750611aab575060016000805160206122148339815191525580f35b611ab490611c2a565b38610334565b8380fd5b835162461bcd60e51b8152602081870152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b855260118452602485fd5b815162461bcd60e51b815260208185015260076024820152666e6f206b65797360c81b6044820152606490fd5b50503461023e57602036600319011261023e5760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611b77611bfe565b91611b823633611dc4565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611bb4611f40565b5191168152a180f35b50503461023e578160031936011261023e57602090516127108152f35b84903461023e578160031936011261023e5790546001600160a01b03168152602090f35b600435906001600160401b03821682036105e957565b600435906001600160a01b03821682036105e957565b6001600160401b038111611c3d57604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611c3d57604052565b6001600160401b038111611c3d57601f01601f191660200190565b91908203918211611c9c57565b634e487b7160e01b600052601160045260246000fd5b91908201809211611c9c57565b15611cc657565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611d1257565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611d5657565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611d8b57565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b6000805160206121d48339815191528054909290916001600160a01b0380841692600481106105e957600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b03821117611f2c5791849188938452828052826020525190895afa611f1b575b15611e64575b50505050505050565b63ffffffff1615611f055760ff60a01b19948516600160a01b178655833b156105e957606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115611efb5750611eec575b50815416905538808080808080611e5b565b611ef590611c2a565b38611eda565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611e55565b634e487b7160e01b85526041600452602485fd5b6009546001600160401b03808260401c16818360801c16028091811603611c9c576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b6000805160206122148339815191526002815414611fa05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff6000805160206121f48339815191525416611fcb57565b60405163d93c066560e01b8152600490fd5b3d15612008573d90611fee82611c74565b91611ffc6040519384611c53565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611c9c576237b1d0918201809211611c9c57811561203d570490565b634e487b7160e01b600052601260045260246000fd5b6000805160206121d483398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b8051156120bb57602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561211d575b505061210b57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612103565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561217a57565b604051631afcd79f60e31b8152600490fd5b9061219757506120ac565b815115806121ca575b6121a8575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156121a056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220fa5dbbccf384a50e0bd9965612431c26d2857d74465c179f95d6165a819c18a764736f6c63430008190033",
|
|
949
|
-
"deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611bda5750816316343da414611bbd57816335923b0414611b3057816335d079ad146119f557838263379607f5146118985750816337d5fe991461186f57816337eb45d61461184657816341b3d185146118275781634f1ef2861461164d578163504b82bf1461162457816352d1902d146115ab57838263595c6a6714611506575081635c975abb146114d557816360830ebb146114ae57816369d42148146114855781636bde0bae146113cf578163754ae7dc14611347578163762106d8146112fb57816377680e0b1461127057816378613da91461119e5781637a389d2d146110ce5781637a9e5e4b146110515781638a2ddd0314610f8b5781638fb3603714610f375781638fcc9cfb14610f1357816391b7655f14610ef45781639624e83e14610ecc5781639b8095b314610c3e578163a1a6af8314610c1f578163a664150a14610bf7578163ad3cb1cc14610b57578163b574439314610b2c578163bf7e214f14610af6578163c60b494f14610a66578163cb58db93146109f4578163d0e30db0146107d6578163d1118dee1461065d578163d932971f1461063b578163d9d4e8ab14610486578163e311d67b146103e9578163efd96309146102aa57508063f43d19b914610283578063f7fb721f14610265578063f81f4ae6146102425763fb6ff161146102255780610012565b3461023e578160031936011261023e5751478152602090f35b5080fd5b503461023e578160031936011261023e57602090516801bc16d674ec8000008152f35b503461023e578160031936011261023e576020906005549051908152f35b503461023e578160031936011261023e576020906001600160401b03600954169051908152f35b8391503461023e578260031936011261023e57602435906102c9611f82565b6102d33633611dc4565b670de0b6b3a764000082106103a657476102ef60085484611cb2565b101561036e5792829360018060a01b0360025416803b1561036a5760248592845195869384926348ab019760e11b84528035908401525af1908115610361575061034a575b5060016000805160206122148339815191525580f35b61035390611c2a565b61035e578082610334565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b50503461023e57602036600319011261023e5760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610428611bfe565b906104333633611dc4565b6001600160401b0382169161044b6127108410611d84565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b1691909117905561047e611f40565b51908152a180f35b8380925060031936011261023e5761049c611f82565b6801bc16d674ec800000340361060057918180936104bc34600654611cb2565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156105f65783956105ba575b5060025416803b156105ac57835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af180156105b057610598575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206122148339815191525580f35b6105a190611c2a565b6105ac578284610551565b8280fd5b83513d84823e3d90fd5b925093506020823d6020116105ee575b816105d760209383611c53565b810103126105e957849151938661050f565b600080fd5b3d91506105ca565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461023e578160031936011261023e5760209060095460c01c9051908152f35b919050346105ac5760203660031901126105ac5781359161067c611fb2565b6106863633611dc4565b61068e611f82565b82156107a957600a546001600160401b03806009541681831601818111610796578116421061075d57421667ffffffffffffffff199190911617600a55835484916001600160a01b0390911690813b156105ac5784602484928387519586948593631b870ba760e01b85528401525af180156105b057610749575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206122148339815191525580f35b61075290611c2a565b6105ac578238610709565b835162461bcd60e51b8152602081850152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b634e487b7160e01b875260118452602487fd5b6020606492519162461bcd60e51b835282015260086024820152670416d6f756e7420360c41b6044820152fd5b919050826003193601126105ac576107ec611f82565b60075434106109a657825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa90811561099c57889161096f575b50610906575b5080610874946108408434611c8f565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af19384156108fc5786946108cd575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206122148339815191525580f35b9080945081813d83116108f5575b6108e58183611c53565b810103126105e957519238610886565b503d6108db565b83513d88823e3d90fd5b9150856109123461200d565b928361091f575b50610830565b803b1561023e578180916024875180948193631b870ba760e01b8352898d8401525af1801561096557156109195761095690611c2a565b610961578538610919565b8580fd5b85513d84823e3d90fd5b90508281813d8311610995575b6109868183611c53565b810103126105e957513861082a565b503d61097c565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b50508160031936011261023e5760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e491610a2c611f82565b610a4160018060a01b03600354163314611d0b565b610a4c341515611d4f565b51348152a160016000805160206122148339815191525580f35b9050346105ac5760203660031901126105ac57610a81611c14565b610a8b3633611dc4565b6001600160a01b0316918215610ab35750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b50503461023e578160031936011261023e576000805160206121d48339815191525490516001600160a01b039091168152602090f35b50503461023e578160031936011261023e576020906001600160401b0360095460801c169051908152f35b9050346105ac57826003193601126105ac57815190828201908282106001600160401b03831117610be25750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610bcc57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610bae565b604190634e487b7160e01b6000525260246000fd5b50503461023e578160031936011261023e576020906001600160401b03600a54169051908152f35b50503461023e578160031936011261023e576020906006549051908152f35b9050346105ac576101003660031901126105ac57610c5a611c14565b906024356001600160a01b0381811692918390036105e95760443592818416809403610ec85760643593828516809503610ec457608435928316809303610ec45760a4356001600160401b039485821682036105e95760c43593868516938486036105e95760e435968888168098036105e9578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610ebd575b6001809e149081610eb3575b159081610eaa575b50610e9a578f9067ffffffffffffffff60401b989796959493928f8f928f610d76946001600160401b03198316178355610e7a575b5050610d5961214b565b610d6161214b565b610d6961214b565b610d7161214b565b612053565b610d7e61214b565b610d8661214b565b610d8e61214b565b8c60008051602061221483398151915255610da761214b565b610daf61214b565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610df76127106009549410611d84565b610e02851515611cbf565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610e31611f40565b610e39578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610d4f565b8e5163f92ee8a960e01b81528790fd5b90501538610d1a565b303b159150610d12565b508b610d06565b8780fd5b8680fd5b9050346105ac57826003193601126105ac575490516001600160a01b03909116815260209150f35b50503461023e578160031936011261023e576020906008549051908152f35b83903461023e57602036600319011261023e57610f303633611dc4565b3560075580f35b50503461023e578160031936011261023e5760209160ff6000805160206121d48339815191525460a01c16600014610f855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f74565b8391503461023e578160031936011261023e57610fa83633611dc4565b6000805160206121f48339815191529283549360ff85161561104357839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b1561103e578151631fa5d41d60e11b81529284918491829084905af1908115610361575061102e5750f35b61103790611c2a565b61035e5780f35b505050fd5b5051638dfc202b60e01b8152fd5b9050346105ac5760203660031901126105ac5761106c611c14565b6000805160206121d48339815191525490926001600160a01b0391821633036110ba57833b156110a357846110a085612053565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126105ac576110e3611f82565b6110f860018060a01b03600354163314611d0b565b611103341515611d4f565b6005549034821061115b57507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c9161113e6020923490611c8f565b60055551348152a160016000805160206122148339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b9050823461035e578060031936011261035e576111be4760055490611cb2565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa8015611266578290611232575b6111fc9150600654611cb2565b9081831061121f579061120f9192611c8f565b905b825191825215156020820152f35b5060019161122c91611c8f565b90611211565b506020813d60201161125e575b8161124c60209383611c53565b810103126105e9576111fc90516111ef565b3d915061123f565b84513d84823e3d90fd5b919050346105ac5760203660031901126105ac5761128c611c14565b6112963633611dc4565b6001600160a01b03169081156112b9575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b833461035e57602036600319011261035e576001600160401b0361131d611bfe565b6113273633611dc4565b16611333811515611cbf565b6001600160401b0319600954161760095580f35b9050346105ac5760203660031901126105ac57611362611c14565b61136c3633611dc4565b6001600160a01b03169182156113945750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346105ac5760203660031901126105ac57803591821561144b576003546001600160a01b03163303611410578361140a84600554611cb2565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461023e578160031936011261023e5760035490516001600160a01b039091168152602090f35b82843461035e57602036600319011261035e57506114ce6020923561200d565b9051908152f35b50503461023e578160031936011261023e5760209060ff6000805160206121f4833981519152541690519015158152f35b809184346115a757826003193601126115a7576115233633611dc4565b61152b611fb2565b6000805160206121f4833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a182546001600160a01b031691823b1561103e578151638456cb5960e01b81529284918491829084905af1908115610361575061102e5750f35b5050fd5b82843461035e578060031936011261035e57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361161757602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461023e578160031936011261023e5760025490516001600160a01b039091168152602090f35b918091506003193601126105ac57611663611c14565b9060249384356001600160401b03811161023e573660238201121561023e57808501359361169085611c74565b61169c85519182611c53565b85815260209586820193368a8383010111610961578186928b8a93018737830101526116c66120cd565b6116d03633611dc4565b6116d86120cd565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa91829187936117f7575b505061171c5750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036117e25750853b156117cd5780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156117b15750506117ad9382915190845af46117a7611fdd565b9161218c565b5080f35b935093505050346117c157505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311611820575b61180f8183611c53565b810103126109615751903880611700565b503d611805565b50503461023e578160031936011261023e576020906007549051908152f35b50503461023e578160031936011261023e576009548151911c6001600160401b03168152602090f35b50503461023e578160031936011261023e5760015490516001600160a01b039091168152602090f35b809184346115a7576020918260031936011261103e576118b6611f82565b6118be611fb2565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af19384156119eb5785946119bc575b508347106119845783471061196857508380808086335af161191d611fdd565b90156119635750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206122148339815191525580f35b6120ac565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d83116119e4575b6119d48183611c53565b810103126105e9575192856118fd565b503d6119ca565b82513d87823e3d90fd5b919050346105ac5760203660031901126105ac578135611a13611f82565b611a1d3633611dc4565b8015611b03576801bc16d674ec80000081026801bc16d674ec7fffff1982820401611af057600654818110611abe5790611a5981879493611c8f565b6006556002546001600160a01b031694853b15611aba57602491855196879485936354d23f8560e01b85528401525af19081156103615750611aab575060016000805160206122148339815191525580f35b611ab490611c2a565b38610334565b8380fd5b835162461bcd60e51b8152602081870152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b855260118452602485fd5b815162461bcd60e51b815260208185015260076024820152666e6f206b65797360c81b6044820152606490fd5b50503461023e57602036600319011261023e5760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611b77611bfe565b91611b823633611dc4565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611bb4611f40565b5191168152a180f35b50503461023e578160031936011261023e57602090516127108152f35b84903461023e578160031936011261023e5790546001600160a01b03168152602090f35b600435906001600160401b03821682036105e957565b600435906001600160a01b03821682036105e957565b6001600160401b038111611c3d57604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611c3d57604052565b6001600160401b038111611c3d57601f01601f191660200190565b91908203918211611c9c57565b634e487b7160e01b600052601160045260246000fd5b91908201809211611c9c57565b15611cc657565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611d1257565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611d5657565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611d8b57565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b6000805160206121d48339815191528054909290916001600160a01b0380841692600481106105e957600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b03821117611f2c5791849188938452828052826020525190895afa611f1b575b15611e64575b50505050505050565b63ffffffff1615611f055760ff60a01b19948516600160a01b178655833b156105e957606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115611efb5750611eec575b50815416905538808080808080611e5b565b611ef590611c2a565b38611eda565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611e55565b634e487b7160e01b85526041600452602485fd5b6009546001600160401b03808260401c16818360801c16028091811603611c9c576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b6000805160206122148339815191526002815414611fa05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff6000805160206121f48339815191525416611fcb57565b60405163d93c066560e01b8152600490fd5b3d15612008573d90611fee82611c74565b91611ffc6040519384611c53565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611c9c576237b1d0918201809211611c9c57811561203d570490565b634e487b7160e01b600052601260045260246000fd5b6000805160206121d483398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b8051156120bb57602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561211d575b505061210b57565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612103565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561217a57565b604051631afcd79f60e31b8152600490fd5b9061219757506120ac565b815115806121ca575b6121a8575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156121a056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220fa5dbbccf384a50e0bd9965612431c26d2857d74465c179f95d6165a819c18a764736f6c63430008190033",
|
|
950
|
-
"linkReferences": {},
|
|
951
|
-
"deployedLinkReferences": {}
|
|
952
|
-
}
|