@wireio/stake 0.3.0 → 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 +16784 -3247
- package/lib/stake.js +59134 -13803
- 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 +1066 -293
- package/src/networks/solana/types.ts +687 -78
- package/src/networks/solana/utils.ts +159 -356
- 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,1791 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "StakingModule",
|
|
4
|
-
"sourceName": "contracts/liqEth/stakingModule.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": true,
|
|
138
|
-
"internalType": "uint64",
|
|
139
|
-
"name": "valIndex",
|
|
140
|
-
"type": "uint64"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"indexed": false,
|
|
144
|
-
"internalType": "uint64",
|
|
145
|
-
"name": "epoch",
|
|
146
|
-
"type": "uint64"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"indexed": false,
|
|
150
|
-
"internalType": "uint256",
|
|
151
|
-
"name": "id",
|
|
152
|
-
"type": "uint256"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"name": "ActivationEpochRecorded",
|
|
156
|
-
"type": "event"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"anonymous": false,
|
|
160
|
-
"inputs": [
|
|
161
|
-
{
|
|
162
|
-
"indexed": false,
|
|
163
|
-
"internalType": "address",
|
|
164
|
-
"name": "authority",
|
|
165
|
-
"type": "address"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"name": "AuthorityUpdated",
|
|
169
|
-
"type": "event"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"anonymous": false,
|
|
173
|
-
"inputs": [
|
|
174
|
-
{
|
|
175
|
-
"indexed": true,
|
|
176
|
-
"internalType": "address",
|
|
177
|
-
"name": "operator",
|
|
178
|
-
"type": "address"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"indexed": false,
|
|
182
|
-
"internalType": "uint256",
|
|
183
|
-
"name": "amount",
|
|
184
|
-
"type": "uint256"
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
"name": "BondLocked",
|
|
188
|
-
"type": "event"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"anonymous": false,
|
|
192
|
-
"inputs": [
|
|
193
|
-
{
|
|
194
|
-
"indexed": true,
|
|
195
|
-
"internalType": "address",
|
|
196
|
-
"name": "operator",
|
|
197
|
-
"type": "address"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"indexed": false,
|
|
201
|
-
"internalType": "uint256",
|
|
202
|
-
"name": "amount",
|
|
203
|
-
"type": "uint256"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"indexed": false,
|
|
207
|
-
"internalType": "uint256",
|
|
208
|
-
"name": "fee",
|
|
209
|
-
"type": "uint256"
|
|
210
|
-
}
|
|
211
|
-
],
|
|
212
|
-
"name": "BondUnlocked",
|
|
213
|
-
"type": "event"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"anonymous": false,
|
|
217
|
-
"inputs": [
|
|
218
|
-
{
|
|
219
|
-
"indexed": true,
|
|
220
|
-
"internalType": "uint256",
|
|
221
|
-
"name": "id",
|
|
222
|
-
"type": "uint256"
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"name": "Deposited",
|
|
226
|
-
"type": "event"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"anonymous": false,
|
|
230
|
-
"inputs": [
|
|
231
|
-
{
|
|
232
|
-
"indexed": false,
|
|
233
|
-
"internalType": "uint64",
|
|
234
|
-
"name": "version",
|
|
235
|
-
"type": "uint64"
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"name": "Initialized",
|
|
239
|
-
"type": "event"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"anonymous": false,
|
|
243
|
-
"inputs": [
|
|
244
|
-
{
|
|
245
|
-
"indexed": true,
|
|
246
|
-
"internalType": "uint256",
|
|
247
|
-
"name": "id",
|
|
248
|
-
"type": "uint256"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"indexed": true,
|
|
252
|
-
"internalType": "address",
|
|
253
|
-
"name": "operator",
|
|
254
|
-
"type": "address"
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
"name": "KeyUploaded",
|
|
258
|
-
"type": "event"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"anonymous": false,
|
|
262
|
-
"inputs": [
|
|
263
|
-
{
|
|
264
|
-
"indexed": false,
|
|
265
|
-
"internalType": "address",
|
|
266
|
-
"name": "op",
|
|
267
|
-
"type": "address"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"indexed": false,
|
|
271
|
-
"internalType": "uint256[]",
|
|
272
|
-
"name": "ids",
|
|
273
|
-
"type": "uint256[]"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"name": "KeysRemoved",
|
|
277
|
-
"type": "event"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"anonymous": false,
|
|
281
|
-
"inputs": [
|
|
282
|
-
{
|
|
283
|
-
"indexed": false,
|
|
284
|
-
"internalType": "address",
|
|
285
|
-
"name": "account",
|
|
286
|
-
"type": "address"
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
"name": "Paused",
|
|
290
|
-
"type": "event"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"anonymous": false,
|
|
294
|
-
"inputs": [
|
|
295
|
-
{
|
|
296
|
-
"indexed": true,
|
|
297
|
-
"internalType": "address",
|
|
298
|
-
"name": "operator",
|
|
299
|
-
"type": "address"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"indexed": false,
|
|
303
|
-
"internalType": "uint256",
|
|
304
|
-
"name": "penalty",
|
|
305
|
-
"type": "uint256"
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
|
-
"name": "Slashed",
|
|
309
|
-
"type": "event"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"anonymous": false,
|
|
313
|
-
"inputs": [
|
|
314
|
-
{
|
|
315
|
-
"indexed": true,
|
|
316
|
-
"internalType": "address",
|
|
317
|
-
"name": "to",
|
|
318
|
-
"type": "address"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"indexed": false,
|
|
322
|
-
"internalType": "uint256",
|
|
323
|
-
"name": "amount",
|
|
324
|
-
"type": "uint256"
|
|
325
|
-
}
|
|
326
|
-
],
|
|
327
|
-
"name": "Swept",
|
|
328
|
-
"type": "event"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"anonymous": false,
|
|
332
|
-
"inputs": [
|
|
333
|
-
{
|
|
334
|
-
"indexed": false,
|
|
335
|
-
"internalType": "bytes",
|
|
336
|
-
"name": "pubkey",
|
|
337
|
-
"type": "bytes"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"indexed": false,
|
|
341
|
-
"internalType": "uint256",
|
|
342
|
-
"name": "ethAmount",
|
|
343
|
-
"type": "uint256"
|
|
344
|
-
}
|
|
345
|
-
],
|
|
346
|
-
"name": "TopUpValidator",
|
|
347
|
-
"type": "event"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"anonymous": false,
|
|
351
|
-
"inputs": [
|
|
352
|
-
{
|
|
353
|
-
"indexed": false,
|
|
354
|
-
"internalType": "address",
|
|
355
|
-
"name": "account",
|
|
356
|
-
"type": "address"
|
|
357
|
-
}
|
|
358
|
-
],
|
|
359
|
-
"name": "Unpaused",
|
|
360
|
-
"type": "event"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"anonymous": false,
|
|
364
|
-
"inputs": [
|
|
365
|
-
{
|
|
366
|
-
"indexed": true,
|
|
367
|
-
"internalType": "address",
|
|
368
|
-
"name": "implementation",
|
|
369
|
-
"type": "address"
|
|
370
|
-
}
|
|
371
|
-
],
|
|
372
|
-
"name": "Upgraded",
|
|
373
|
-
"type": "event"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"anonymous": false,
|
|
377
|
-
"inputs": [
|
|
378
|
-
{
|
|
379
|
-
"indexed": true,
|
|
380
|
-
"internalType": "uint256",
|
|
381
|
-
"name": "id",
|
|
382
|
-
"type": "uint256"
|
|
383
|
-
}
|
|
384
|
-
],
|
|
385
|
-
"name": "ValidatorForcedExit",
|
|
386
|
-
"type": "event"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"anonymous": false,
|
|
390
|
-
"inputs": [
|
|
391
|
-
{
|
|
392
|
-
"indexed": true,
|
|
393
|
-
"internalType": "uint256",
|
|
394
|
-
"name": "id",
|
|
395
|
-
"type": "uint256"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"indexed": false,
|
|
399
|
-
"internalType": "uint64",
|
|
400
|
-
"name": "oldIndex",
|
|
401
|
-
"type": "uint64"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"indexed": false,
|
|
405
|
-
"internalType": "uint64",
|
|
406
|
-
"name": "newIndex",
|
|
407
|
-
"type": "uint64"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"indexed": true,
|
|
411
|
-
"internalType": "address",
|
|
412
|
-
"name": "operator",
|
|
413
|
-
"type": "address"
|
|
414
|
-
}
|
|
415
|
-
],
|
|
416
|
-
"name": "ValidatorIndexUpdated",
|
|
417
|
-
"type": "event"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"anonymous": false,
|
|
421
|
-
"inputs": [
|
|
422
|
-
{
|
|
423
|
-
"indexed": true,
|
|
424
|
-
"internalType": "uint64",
|
|
425
|
-
"name": "valIndex",
|
|
426
|
-
"type": "uint64"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"indexed": false,
|
|
430
|
-
"internalType": "uint64",
|
|
431
|
-
"name": "epoch",
|
|
432
|
-
"type": "uint64"
|
|
433
|
-
}
|
|
434
|
-
],
|
|
435
|
-
"name": "WithdrawableEpochRecorded",
|
|
436
|
-
"type": "event"
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"anonymous": false,
|
|
440
|
-
"inputs": [
|
|
441
|
-
{
|
|
442
|
-
"indexed": true,
|
|
443
|
-
"internalType": "uint256",
|
|
444
|
-
"name": "id",
|
|
445
|
-
"type": "uint256"
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"name": "Withdrawn",
|
|
449
|
-
"type": "event"
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"inputs": [],
|
|
453
|
-
"name": "BDC",
|
|
454
|
-
"outputs": [
|
|
455
|
-
{
|
|
456
|
-
"internalType": "contract IDepositContract",
|
|
457
|
-
"name": "",
|
|
458
|
-
"type": "address"
|
|
459
|
-
}
|
|
460
|
-
],
|
|
461
|
-
"stateMutability": "view",
|
|
462
|
-
"type": "function"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"inputs": [],
|
|
466
|
-
"name": "GENESIS_TIME",
|
|
467
|
-
"outputs": [
|
|
468
|
-
{
|
|
469
|
-
"internalType": "uint64",
|
|
470
|
-
"name": "",
|
|
471
|
-
"type": "uint64"
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"stateMutability": "view",
|
|
475
|
-
"type": "function"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"inputs": [],
|
|
479
|
-
"name": "KEY_REMOVAL_CHARGE",
|
|
480
|
-
"outputs": [
|
|
481
|
-
{
|
|
482
|
-
"internalType": "uint256",
|
|
483
|
-
"name": "",
|
|
484
|
-
"type": "uint256"
|
|
485
|
-
}
|
|
486
|
-
],
|
|
487
|
-
"stateMutability": "view",
|
|
488
|
-
"type": "function"
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"inputs": [],
|
|
492
|
-
"name": "MANAGER_ROLE",
|
|
493
|
-
"outputs": [
|
|
494
|
-
{
|
|
495
|
-
"internalType": "bytes32",
|
|
496
|
-
"name": "",
|
|
497
|
-
"type": "bytes32"
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"stateMutability": "view",
|
|
501
|
-
"type": "function"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"inputs": [],
|
|
505
|
-
"name": "MAX_BATCH",
|
|
506
|
-
"outputs": [
|
|
507
|
-
{
|
|
508
|
-
"internalType": "uint256",
|
|
509
|
-
"name": "",
|
|
510
|
-
"type": "uint256"
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"stateMutability": "view",
|
|
514
|
-
"type": "function"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"inputs": [],
|
|
518
|
-
"name": "MAX_REMOVE_BATCH",
|
|
519
|
-
"outputs": [
|
|
520
|
-
{
|
|
521
|
-
"internalType": "uint256",
|
|
522
|
-
"name": "",
|
|
523
|
-
"type": "uint256"
|
|
524
|
-
}
|
|
525
|
-
],
|
|
526
|
-
"stateMutability": "view",
|
|
527
|
-
"type": "function"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"inputs": [],
|
|
531
|
-
"name": "SECONDS_PER_SLOT",
|
|
532
|
-
"outputs": [
|
|
533
|
-
{
|
|
534
|
-
"internalType": "uint64",
|
|
535
|
-
"name": "",
|
|
536
|
-
"type": "uint64"
|
|
537
|
-
}
|
|
538
|
-
],
|
|
539
|
-
"stateMutability": "view",
|
|
540
|
-
"type": "function"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"inputs": [],
|
|
544
|
-
"name": "SLOTS_PER_EPOCH",
|
|
545
|
-
"outputs": [
|
|
546
|
-
{
|
|
547
|
-
"internalType": "uint64",
|
|
548
|
-
"name": "",
|
|
549
|
-
"type": "uint64"
|
|
550
|
-
}
|
|
551
|
-
],
|
|
552
|
-
"stateMutability": "view",
|
|
553
|
-
"type": "function"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"inputs": [],
|
|
557
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
558
|
-
"outputs": [
|
|
559
|
-
{
|
|
560
|
-
"internalType": "string",
|
|
561
|
-
"name": "",
|
|
562
|
-
"type": "string"
|
|
563
|
-
}
|
|
564
|
-
],
|
|
565
|
-
"stateMutability": "view",
|
|
566
|
-
"type": "function"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"inputs": [
|
|
570
|
-
{
|
|
571
|
-
"internalType": "uint256",
|
|
572
|
-
"name": "",
|
|
573
|
-
"type": "uint256"
|
|
574
|
-
}
|
|
575
|
-
],
|
|
576
|
-
"name": "_pexits",
|
|
577
|
-
"outputs": [
|
|
578
|
-
{
|
|
579
|
-
"internalType": "uint64",
|
|
580
|
-
"name": "valIndex",
|
|
581
|
-
"type": "uint64"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"internalType": "uint64",
|
|
585
|
-
"name": "gweiAmount",
|
|
586
|
-
"type": "uint64"
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
"stateMutability": "view",
|
|
590
|
-
"type": "function"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"inputs": [
|
|
594
|
-
{
|
|
595
|
-
"internalType": "uint256",
|
|
596
|
-
"name": "",
|
|
597
|
-
"type": "uint256"
|
|
598
|
-
}
|
|
599
|
-
],
|
|
600
|
-
"name": "_topups",
|
|
601
|
-
"outputs": [
|
|
602
|
-
{
|
|
603
|
-
"internalType": "uint64",
|
|
604
|
-
"name": "valIndex",
|
|
605
|
-
"type": "uint64"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"internalType": "uint64",
|
|
609
|
-
"name": "gweiAmount",
|
|
610
|
-
"type": "uint64"
|
|
611
|
-
}
|
|
612
|
-
],
|
|
613
|
-
"stateMutability": "view",
|
|
614
|
-
"type": "function"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"inputs": [],
|
|
618
|
-
"name": "accounting",
|
|
619
|
-
"outputs": [
|
|
620
|
-
{
|
|
621
|
-
"internalType": "contract IAccounting",
|
|
622
|
-
"name": "",
|
|
623
|
-
"type": "address"
|
|
624
|
-
}
|
|
625
|
-
],
|
|
626
|
-
"stateMutability": "view",
|
|
627
|
-
"type": "function"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"inputs": [
|
|
631
|
-
{
|
|
632
|
-
"internalType": "uint256",
|
|
633
|
-
"name": "",
|
|
634
|
-
"type": "uint256"
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"name": "allValIndexes",
|
|
638
|
-
"outputs": [
|
|
639
|
-
{
|
|
640
|
-
"internalType": "uint64",
|
|
641
|
-
"name": "",
|
|
642
|
-
"type": "uint64"
|
|
643
|
-
}
|
|
644
|
-
],
|
|
645
|
-
"stateMutability": "view",
|
|
646
|
-
"type": "function"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"inputs": [],
|
|
650
|
-
"name": "authority",
|
|
651
|
-
"outputs": [
|
|
652
|
-
{
|
|
653
|
-
"internalType": "address",
|
|
654
|
-
"name": "",
|
|
655
|
-
"type": "address"
|
|
656
|
-
}
|
|
657
|
-
],
|
|
658
|
-
"stateMutability": "view",
|
|
659
|
-
"type": "function"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"inputs": [],
|
|
663
|
-
"name": "availableExitCount",
|
|
664
|
-
"outputs": [
|
|
665
|
-
{
|
|
666
|
-
"internalType": "uint64",
|
|
667
|
-
"name": "exitsAvailable",
|
|
668
|
-
"type": "uint64"
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"stateMutability": "view",
|
|
672
|
-
"type": "function"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"inputs": [],
|
|
676
|
-
"name": "availableFlowCounts",
|
|
677
|
-
"outputs": [
|
|
678
|
-
{
|
|
679
|
-
"internalType": "uint64",
|
|
680
|
-
"name": "topupsAvail",
|
|
681
|
-
"type": "uint64"
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"internalType": "uint64",
|
|
685
|
-
"name": "pexitsAvail",
|
|
686
|
-
"type": "uint64"
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"stateMutability": "view",
|
|
690
|
-
"type": "function"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"inputs": [
|
|
694
|
-
{
|
|
695
|
-
"internalType": "uint256",
|
|
696
|
-
"name": "nKeys",
|
|
697
|
-
"type": "uint256"
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"name": "batchDeposit",
|
|
701
|
-
"outputs": [],
|
|
702
|
-
"stateMutability": "payable",
|
|
703
|
-
"type": "function"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"inputs": [
|
|
707
|
-
{
|
|
708
|
-
"internalType": "uint256",
|
|
709
|
-
"name": "",
|
|
710
|
-
"type": "uint256"
|
|
711
|
-
}
|
|
712
|
-
],
|
|
713
|
-
"name": "bondCurve",
|
|
714
|
-
"outputs": [
|
|
715
|
-
{
|
|
716
|
-
"internalType": "uint256",
|
|
717
|
-
"name": "",
|
|
718
|
-
"type": "uint256"
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"stateMutability": "view",
|
|
722
|
-
"type": "function"
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"inputs": [
|
|
726
|
-
{
|
|
727
|
-
"internalType": "bytes",
|
|
728
|
-
"name": "pubkey",
|
|
729
|
-
"type": "bytes"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"internalType": "bytes32",
|
|
733
|
-
"name": "withdrawalCredentials",
|
|
734
|
-
"type": "bytes32"
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"internalType": "bytes",
|
|
738
|
-
"name": "signature",
|
|
739
|
-
"type": "bytes"
|
|
740
|
-
}
|
|
741
|
-
],
|
|
742
|
-
"name": "computeRootFor",
|
|
743
|
-
"outputs": [
|
|
744
|
-
{
|
|
745
|
-
"internalType": "bytes32",
|
|
746
|
-
"name": "",
|
|
747
|
-
"type": "bytes32"
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"stateMutability": "pure",
|
|
751
|
-
"type": "function"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"inputs": [
|
|
755
|
-
{
|
|
756
|
-
"internalType": "uint64",
|
|
757
|
-
"name": "topupCount",
|
|
758
|
-
"type": "uint64"
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"internalType": "uint64",
|
|
762
|
-
"name": "pexitCount",
|
|
763
|
-
"type": "uint64"
|
|
764
|
-
}
|
|
765
|
-
],
|
|
766
|
-
"name": "consumeByCounts",
|
|
767
|
-
"outputs": [
|
|
768
|
-
{
|
|
769
|
-
"internalType": "uint64",
|
|
770
|
-
"name": "topupsSumGwei",
|
|
771
|
-
"type": "uint64"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"internalType": "uint64",
|
|
775
|
-
"name": "pexitsSumGwei",
|
|
776
|
-
"type": "uint64"
|
|
777
|
-
}
|
|
778
|
-
],
|
|
779
|
-
"stateMutability": "nonpayable",
|
|
780
|
-
"type": "function"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"inputs": [
|
|
784
|
-
{
|
|
785
|
-
"internalType": "uint64",
|
|
786
|
-
"name": "exitCount",
|
|
787
|
-
"type": "uint64"
|
|
788
|
-
}
|
|
789
|
-
],
|
|
790
|
-
"name": "consumeExits",
|
|
791
|
-
"outputs": [],
|
|
792
|
-
"stateMutability": "nonpayable",
|
|
793
|
-
"type": "function"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"inputs": [],
|
|
797
|
-
"name": "depositCursor",
|
|
798
|
-
"outputs": [
|
|
799
|
-
{
|
|
800
|
-
"internalType": "uint256",
|
|
801
|
-
"name": "",
|
|
802
|
-
"type": "uint256"
|
|
803
|
-
}
|
|
804
|
-
],
|
|
805
|
-
"stateMutability": "view",
|
|
806
|
-
"type": "function"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"inputs": [],
|
|
810
|
-
"name": "depositManager",
|
|
811
|
-
"outputs": [
|
|
812
|
-
{
|
|
813
|
-
"internalType": "contract IDepositManager",
|
|
814
|
-
"name": "",
|
|
815
|
-
"type": "address"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"stateMutability": "view",
|
|
819
|
-
"type": "function"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"inputs": [
|
|
823
|
-
{
|
|
824
|
-
"internalType": "uint256",
|
|
825
|
-
"name": "",
|
|
826
|
-
"type": "uint256"
|
|
827
|
-
}
|
|
828
|
-
],
|
|
829
|
-
"name": "exitIndexes",
|
|
830
|
-
"outputs": [
|
|
831
|
-
{
|
|
832
|
-
"internalType": "uint64",
|
|
833
|
-
"name": "",
|
|
834
|
-
"type": "uint64"
|
|
835
|
-
}
|
|
836
|
-
],
|
|
837
|
-
"stateMutability": "view",
|
|
838
|
-
"type": "function"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"inputs": [],
|
|
842
|
-
"name": "exitsConsumed",
|
|
843
|
-
"outputs": [
|
|
844
|
-
{
|
|
845
|
-
"internalType": "uint256",
|
|
846
|
-
"name": "",
|
|
847
|
-
"type": "uint256"
|
|
848
|
-
}
|
|
849
|
-
],
|
|
850
|
-
"stateMutability": "view",
|
|
851
|
-
"type": "function"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"inputs": [],
|
|
855
|
-
"name": "exitsRecorded",
|
|
856
|
-
"outputs": [
|
|
857
|
-
{
|
|
858
|
-
"internalType": "uint256",
|
|
859
|
-
"name": "",
|
|
860
|
-
"type": "uint256"
|
|
861
|
-
}
|
|
862
|
-
],
|
|
863
|
-
"stateMutability": "view",
|
|
864
|
-
"type": "function"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"inputs": [
|
|
868
|
-
{
|
|
869
|
-
"internalType": "uint64",
|
|
870
|
-
"name": "valIndex",
|
|
871
|
-
"type": "uint64"
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
"name": "getActivationEpoch",
|
|
875
|
-
"outputs": [
|
|
876
|
-
{
|
|
877
|
-
"internalType": "uint64",
|
|
878
|
-
"name": "",
|
|
879
|
-
"type": "uint64"
|
|
880
|
-
}
|
|
881
|
-
],
|
|
882
|
-
"stateMutability": "view",
|
|
883
|
-
"type": "function"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"inputs": [
|
|
887
|
-
{
|
|
888
|
-
"internalType": "uint64",
|
|
889
|
-
"name": "ts",
|
|
890
|
-
"type": "uint64"
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"name": "getActiveSet",
|
|
894
|
-
"outputs": [
|
|
895
|
-
{
|
|
896
|
-
"internalType": "bytes32",
|
|
897
|
-
"name": "activeHash",
|
|
898
|
-
"type": "bytes32"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"internalType": "uint64",
|
|
902
|
-
"name": "activeCount",
|
|
903
|
-
"type": "uint64"
|
|
904
|
-
}
|
|
905
|
-
],
|
|
906
|
-
"stateMutability": "view",
|
|
907
|
-
"type": "function"
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"inputs": [],
|
|
911
|
-
"name": "getAllValIndexes",
|
|
912
|
-
"outputs": [
|
|
913
|
-
{
|
|
914
|
-
"internalType": "uint64[]",
|
|
915
|
-
"name": "",
|
|
916
|
-
"type": "uint64[]"
|
|
917
|
-
}
|
|
918
|
-
],
|
|
919
|
-
"stateMutability": "view",
|
|
920
|
-
"type": "function"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"inputs": [
|
|
924
|
-
{
|
|
925
|
-
"internalType": "uint256",
|
|
926
|
-
"name": "start",
|
|
927
|
-
"type": "uint256"
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
"internalType": "uint256",
|
|
931
|
-
"name": "count",
|
|
932
|
-
"type": "uint256"
|
|
933
|
-
}
|
|
934
|
-
],
|
|
935
|
-
"name": "getExitIndexes",
|
|
936
|
-
"outputs": [
|
|
937
|
-
{
|
|
938
|
-
"internalType": "uint64[]",
|
|
939
|
-
"name": "out",
|
|
940
|
-
"type": "uint64[]"
|
|
941
|
-
}
|
|
942
|
-
],
|
|
943
|
-
"stateMutability": "view",
|
|
944
|
-
"type": "function"
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"inputs": [
|
|
948
|
-
{
|
|
949
|
-
"internalType": "uint64",
|
|
950
|
-
"name": "valIndex",
|
|
951
|
-
"type": "uint64"
|
|
952
|
-
}
|
|
953
|
-
],
|
|
954
|
-
"name": "getKeyMetaByindex",
|
|
955
|
-
"outputs": [
|
|
956
|
-
{
|
|
957
|
-
"internalType": "bool",
|
|
958
|
-
"name": "exists",
|
|
959
|
-
"type": "bool"
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"internalType": "uint256",
|
|
963
|
-
"name": "id",
|
|
964
|
-
"type": "uint256"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"internalType": "address",
|
|
968
|
-
"name": "operator",
|
|
969
|
-
"type": "address"
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"internalType": "uint8",
|
|
973
|
-
"name": "status",
|
|
974
|
-
"type": "uint8"
|
|
975
|
-
}
|
|
976
|
-
],
|
|
977
|
-
"stateMutability": "view",
|
|
978
|
-
"type": "function"
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"inputs": [
|
|
982
|
-
{
|
|
983
|
-
"internalType": "bytes",
|
|
984
|
-
"name": "pubkey",
|
|
985
|
-
"type": "bytes"
|
|
986
|
-
}
|
|
987
|
-
],
|
|
988
|
-
"name": "getValIndexByPubkey",
|
|
989
|
-
"outputs": [
|
|
990
|
-
{
|
|
991
|
-
"internalType": "bool",
|
|
992
|
-
"name": "exists",
|
|
993
|
-
"type": "bool"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"internalType": "uint64",
|
|
997
|
-
"name": "valIndex",
|
|
998
|
-
"type": "uint64"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"internalType": "uint256",
|
|
1002
|
-
"name": "id",
|
|
1003
|
-
"type": "uint256"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"internalType": "address",
|
|
1007
|
-
"name": "operator",
|
|
1008
|
-
"type": "address"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"internalType": "uint8",
|
|
1012
|
-
"name": "status",
|
|
1013
|
-
"type": "uint8"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"internalType": "uint64",
|
|
1017
|
-
"name": "activationEpoch",
|
|
1018
|
-
"type": "uint64"
|
|
1019
|
-
}
|
|
1020
|
-
],
|
|
1021
|
-
"stateMutability": "view",
|
|
1022
|
-
"type": "function"
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"inputs": [
|
|
1026
|
-
{
|
|
1027
|
-
"internalType": "uint64",
|
|
1028
|
-
"name": "valIndex",
|
|
1029
|
-
"type": "uint64"
|
|
1030
|
-
}
|
|
1031
|
-
],
|
|
1032
|
-
"name": "getWithdrawableEpoch",
|
|
1033
|
-
"outputs": [
|
|
1034
|
-
{
|
|
1035
|
-
"internalType": "uint64",
|
|
1036
|
-
"name": "",
|
|
1037
|
-
"type": "uint64"
|
|
1038
|
-
}
|
|
1039
|
-
],
|
|
1040
|
-
"stateMutability": "view",
|
|
1041
|
-
"type": "function"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"inputs": [
|
|
1045
|
-
{
|
|
1046
|
-
"internalType": "address",
|
|
1047
|
-
"name": "manager",
|
|
1048
|
-
"type": "address"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"internalType": "bytes32",
|
|
1052
|
-
"name": "_withdrawalCreds",
|
|
1053
|
-
"type": "bytes32"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"internalType": "address",
|
|
1057
|
-
"name": "bdc",
|
|
1058
|
-
"type": "address"
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"internalType": "address",
|
|
1062
|
-
"name": "_acc",
|
|
1063
|
-
"type": "address"
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"internalType": "address",
|
|
1067
|
-
"name": "_depMan",
|
|
1068
|
-
"type": "address"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"internalType": "uint64",
|
|
1072
|
-
"name": "_genesis",
|
|
1073
|
-
"type": "uint64"
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"name": "initialize",
|
|
1077
|
-
"outputs": [],
|
|
1078
|
-
"stateMutability": "nonpayable",
|
|
1079
|
-
"type": "function"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"inputs": [],
|
|
1083
|
-
"name": "isConsumingScheduledOp",
|
|
1084
|
-
"outputs": [
|
|
1085
|
-
{
|
|
1086
|
-
"internalType": "bytes4",
|
|
1087
|
-
"name": "",
|
|
1088
|
-
"type": "bytes4"
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"stateMutability": "view",
|
|
1092
|
-
"type": "function"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"inputs": [
|
|
1096
|
-
{
|
|
1097
|
-
"internalType": "uint64",
|
|
1098
|
-
"name": "",
|
|
1099
|
-
"type": "uint64"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"name": "keyIdByValindex",
|
|
1103
|
-
"outputs": [
|
|
1104
|
-
{
|
|
1105
|
-
"internalType": "uint256",
|
|
1106
|
-
"name": "",
|
|
1107
|
-
"type": "uint256"
|
|
1108
|
-
}
|
|
1109
|
-
],
|
|
1110
|
-
"stateMutability": "view",
|
|
1111
|
-
"type": "function"
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"inputs": [
|
|
1115
|
-
{
|
|
1116
|
-
"internalType": "uint256",
|
|
1117
|
-
"name": "",
|
|
1118
|
-
"type": "uint256"
|
|
1119
|
-
}
|
|
1120
|
-
],
|
|
1121
|
-
"name": "keys",
|
|
1122
|
-
"outputs": [
|
|
1123
|
-
{
|
|
1124
|
-
"internalType": "bytes",
|
|
1125
|
-
"name": "pubkey",
|
|
1126
|
-
"type": "bytes"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"internalType": "bytes",
|
|
1130
|
-
"name": "signature",
|
|
1131
|
-
"type": "bytes"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"internalType": "bytes32",
|
|
1135
|
-
"name": "depositDataRoot",
|
|
1136
|
-
"type": "bytes32"
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"internalType": "address",
|
|
1140
|
-
"name": "operator",
|
|
1141
|
-
"type": "address"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"internalType": "enum StakingModule.VStatus",
|
|
1145
|
-
"name": "status",
|
|
1146
|
-
"type": "uint8"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"internalType": "uint64",
|
|
1150
|
-
"name": "valIndex",
|
|
1151
|
-
"type": "uint64"
|
|
1152
|
-
}
|
|
1153
|
-
],
|
|
1154
|
-
"stateMutability": "view",
|
|
1155
|
-
"type": "function"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"inputs": [
|
|
1159
|
-
{
|
|
1160
|
-
"internalType": "address",
|
|
1161
|
-
"name": "operator",
|
|
1162
|
-
"type": "address"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"internalType": "uint256",
|
|
1166
|
-
"name": "tokenAmt",
|
|
1167
|
-
"type": "uint256"
|
|
1168
|
-
}
|
|
1169
|
-
],
|
|
1170
|
-
"name": "lockBond",
|
|
1171
|
-
"outputs": [],
|
|
1172
|
-
"stateMutability": "nonpayable",
|
|
1173
|
-
"type": "function"
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"inputs": [
|
|
1177
|
-
{
|
|
1178
|
-
"internalType": "uint256",
|
|
1179
|
-
"name": "id",
|
|
1180
|
-
"type": "uint256"
|
|
1181
|
-
}
|
|
1182
|
-
],
|
|
1183
|
-
"name": "markWithdrawn",
|
|
1184
|
-
"outputs": [],
|
|
1185
|
-
"stateMutability": "nonpayable",
|
|
1186
|
-
"type": "function"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"inputs": [
|
|
1190
|
-
{
|
|
1191
|
-
"internalType": "uint64",
|
|
1192
|
-
"name": "",
|
|
1193
|
-
"type": "uint64"
|
|
1194
|
-
}
|
|
1195
|
-
],
|
|
1196
|
-
"name": "metaByIndex",
|
|
1197
|
-
"outputs": [
|
|
1198
|
-
{
|
|
1199
|
-
"internalType": "uint64",
|
|
1200
|
-
"name": "activationEpoch",
|
|
1201
|
-
"type": "uint64"
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"internalType": "uint64",
|
|
1205
|
-
"name": "withdrawableEpoch",
|
|
1206
|
-
"type": "uint64"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"internalType": "uint64",
|
|
1210
|
-
"name": "valIndex",
|
|
1211
|
-
"type": "uint64"
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
"internalType": "bytes32",
|
|
1215
|
-
"name": "pubkeyHash",
|
|
1216
|
-
"type": "bytes32"
|
|
1217
|
-
}
|
|
1218
|
-
],
|
|
1219
|
-
"stateMutability": "view",
|
|
1220
|
-
"type": "function"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"inputs": [],
|
|
1224
|
-
"name": "nextId",
|
|
1225
|
-
"outputs": [
|
|
1226
|
-
{
|
|
1227
|
-
"internalType": "uint256",
|
|
1228
|
-
"name": "",
|
|
1229
|
-
"type": "uint256"
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"stateMutability": "view",
|
|
1233
|
-
"type": "function"
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"inputs": [
|
|
1237
|
-
{
|
|
1238
|
-
"internalType": "address",
|
|
1239
|
-
"name": "",
|
|
1240
|
-
"type": "address"
|
|
1241
|
-
}
|
|
1242
|
-
],
|
|
1243
|
-
"name": "operators",
|
|
1244
|
-
"outputs": [
|
|
1245
|
-
{
|
|
1246
|
-
"internalType": "uint32",
|
|
1247
|
-
"name": "pendingKeys",
|
|
1248
|
-
"type": "uint32"
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"internalType": "uint32",
|
|
1252
|
-
"name": "activeKeys",
|
|
1253
|
-
"type": "uint32"
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"internalType": "uint64",
|
|
1257
|
-
"name": "lastDepositTs",
|
|
1258
|
-
"type": "uint64"
|
|
1259
|
-
}
|
|
1260
|
-
],
|
|
1261
|
-
"stateMutability": "view",
|
|
1262
|
-
"type": "function"
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"inputs": [],
|
|
1266
|
-
"name": "pause",
|
|
1267
|
-
"outputs": [],
|
|
1268
|
-
"stateMutability": "nonpayable",
|
|
1269
|
-
"type": "function"
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"inputs": [],
|
|
1273
|
-
"name": "paused",
|
|
1274
|
-
"outputs": [
|
|
1275
|
-
{
|
|
1276
|
-
"internalType": "bool",
|
|
1277
|
-
"name": "",
|
|
1278
|
-
"type": "bool"
|
|
1279
|
-
}
|
|
1280
|
-
],
|
|
1281
|
-
"stateMutability": "view",
|
|
1282
|
-
"type": "function"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"inputs": [],
|
|
1286
|
-
"name": "pendingCount",
|
|
1287
|
-
"outputs": [
|
|
1288
|
-
{
|
|
1289
|
-
"internalType": "uint32",
|
|
1290
|
-
"name": "",
|
|
1291
|
-
"type": "uint32"
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
|
-
"stateMutability": "view",
|
|
1295
|
-
"type": "function"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"inputs": [],
|
|
1299
|
-
"name": "pexitsConsumed",
|
|
1300
|
-
"outputs": [
|
|
1301
|
-
{
|
|
1302
|
-
"internalType": "uint256",
|
|
1303
|
-
"name": "",
|
|
1304
|
-
"type": "uint256"
|
|
1305
|
-
}
|
|
1306
|
-
],
|
|
1307
|
-
"stateMutability": "view",
|
|
1308
|
-
"type": "function"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"inputs": [
|
|
1312
|
-
{
|
|
1313
|
-
"internalType": "uint64",
|
|
1314
|
-
"name": "topupCount",
|
|
1315
|
-
"type": "uint64"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"internalType": "uint64",
|
|
1319
|
-
"name": "pexitCount",
|
|
1320
|
-
"type": "uint64"
|
|
1321
|
-
}
|
|
1322
|
-
],
|
|
1323
|
-
"name": "previewByCounts",
|
|
1324
|
-
"outputs": [
|
|
1325
|
-
{
|
|
1326
|
-
"internalType": "uint64",
|
|
1327
|
-
"name": "topupsSumGwei",
|
|
1328
|
-
"type": "uint64"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"internalType": "uint64",
|
|
1332
|
-
"name": "pexitsSumGwei",
|
|
1333
|
-
"type": "uint64"
|
|
1334
|
-
}
|
|
1335
|
-
],
|
|
1336
|
-
"stateMutability": "view",
|
|
1337
|
-
"type": "function"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"inputs": [],
|
|
1341
|
-
"name": "proxiableUUID",
|
|
1342
|
-
"outputs": [
|
|
1343
|
-
{
|
|
1344
|
-
"internalType": "bytes32",
|
|
1345
|
-
"name": "",
|
|
1346
|
-
"type": "bytes32"
|
|
1347
|
-
}
|
|
1348
|
-
],
|
|
1349
|
-
"stateMutability": "view",
|
|
1350
|
-
"type": "function"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"inputs": [
|
|
1354
|
-
{
|
|
1355
|
-
"internalType": "bytes32",
|
|
1356
|
-
"name": "",
|
|
1357
|
-
"type": "bytes32"
|
|
1358
|
-
}
|
|
1359
|
-
],
|
|
1360
|
-
"name": "pubkeyUsed",
|
|
1361
|
-
"outputs": [
|
|
1362
|
-
{
|
|
1363
|
-
"internalType": "bool",
|
|
1364
|
-
"name": "",
|
|
1365
|
-
"type": "bool"
|
|
1366
|
-
}
|
|
1367
|
-
],
|
|
1368
|
-
"stateMutability": "view",
|
|
1369
|
-
"type": "function"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"inputs": [
|
|
1373
|
-
{
|
|
1374
|
-
"internalType": "uint64",
|
|
1375
|
-
"name": "id",
|
|
1376
|
-
"type": "uint64"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"internalType": "bytes",
|
|
1380
|
-
"name": "pubkey",
|
|
1381
|
-
"type": "bytes"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"internalType": "uint64",
|
|
1385
|
-
"name": "ts",
|
|
1386
|
-
"type": "uint64"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"internalType": "bytes32[]",
|
|
1390
|
-
"name": "branchWitnesses",
|
|
1391
|
-
"type": "bytes32[]"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"internalType": "bytes32",
|
|
1395
|
-
"name": "actLeaf",
|
|
1396
|
-
"type": "bytes32"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"internalType": "bytes32[]",
|
|
1400
|
-
"name": "leafWitnesses",
|
|
1401
|
-
"type": "bytes32[]"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"internalType": "uint256",
|
|
1405
|
-
"name": "index",
|
|
1406
|
-
"type": "uint256"
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"internalType": "uint64",
|
|
1410
|
-
"name": "expectedActivationEpoch",
|
|
1411
|
-
"type": "uint64"
|
|
1412
|
-
}
|
|
1413
|
-
],
|
|
1414
|
-
"name": "recordActivationEpoch",
|
|
1415
|
-
"outputs": [],
|
|
1416
|
-
"stateMutability": "nonpayable",
|
|
1417
|
-
"type": "function"
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"inputs": [
|
|
1421
|
-
{
|
|
1422
|
-
"internalType": "uint64",
|
|
1423
|
-
"name": "valIndex",
|
|
1424
|
-
"type": "uint64"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"internalType": "uint64",
|
|
1428
|
-
"name": "gweiAmount",
|
|
1429
|
-
"type": "uint64"
|
|
1430
|
-
}
|
|
1431
|
-
],
|
|
1432
|
-
"name": "recordPartialExit",
|
|
1433
|
-
"outputs": [],
|
|
1434
|
-
"stateMutability": "nonpayable",
|
|
1435
|
-
"type": "function"
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"inputs": [
|
|
1439
|
-
{
|
|
1440
|
-
"internalType": "uint64",
|
|
1441
|
-
"name": "valIndex",
|
|
1442
|
-
"type": "uint64"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"internalType": "uint64",
|
|
1446
|
-
"name": "ts",
|
|
1447
|
-
"type": "uint64"
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"internalType": "bytes32[]",
|
|
1451
|
-
"name": "branchWitnesses",
|
|
1452
|
-
"type": "bytes32[]"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"internalType": "bytes32",
|
|
1456
|
-
"name": "leaf",
|
|
1457
|
-
"type": "bytes32"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"internalType": "bytes32[]",
|
|
1461
|
-
"name": "leafWitnesses",
|
|
1462
|
-
"type": "bytes32[]"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"internalType": "uint64",
|
|
1466
|
-
"name": "expectedWithdrawableEpoch",
|
|
1467
|
-
"type": "uint64"
|
|
1468
|
-
}
|
|
1469
|
-
],
|
|
1470
|
-
"name": "recordWithdrawableEpoch",
|
|
1471
|
-
"outputs": [],
|
|
1472
|
-
"stateMutability": "nonpayable",
|
|
1473
|
-
"type": "function"
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"inputs": [
|
|
1477
|
-
{
|
|
1478
|
-
"internalType": "uint256[]",
|
|
1479
|
-
"name": "ids",
|
|
1480
|
-
"type": "uint256[]"
|
|
1481
|
-
}
|
|
1482
|
-
],
|
|
1483
|
-
"name": "removeKeys",
|
|
1484
|
-
"outputs": [],
|
|
1485
|
-
"stateMutability": "nonpayable",
|
|
1486
|
-
"type": "function"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"inputs": [
|
|
1490
|
-
{
|
|
1491
|
-
"internalType": "uint256",
|
|
1492
|
-
"name": "id",
|
|
1493
|
-
"type": "uint256"
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"internalType": "bytes",
|
|
1497
|
-
"name": "pubkey",
|
|
1498
|
-
"type": "bytes"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"internalType": "bytes",
|
|
1502
|
-
"name": "signature",
|
|
1503
|
-
"type": "bytes"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"internalType": "bytes32",
|
|
1507
|
-
"name": "depositDataRoot",
|
|
1508
|
-
"type": "bytes32"
|
|
1509
|
-
}
|
|
1510
|
-
],
|
|
1511
|
-
"name": "replaceUploadedKeyData",
|
|
1512
|
-
"outputs": [],
|
|
1513
|
-
"stateMutability": "nonpayable",
|
|
1514
|
-
"type": "function"
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"inputs": [
|
|
1518
|
-
{
|
|
1519
|
-
"internalType": "address",
|
|
1520
|
-
"name": "newAuthority",
|
|
1521
|
-
"type": "address"
|
|
1522
|
-
}
|
|
1523
|
-
],
|
|
1524
|
-
"name": "setAuthority",
|
|
1525
|
-
"outputs": [],
|
|
1526
|
-
"stateMutability": "nonpayable",
|
|
1527
|
-
"type": "function"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"inputs": [
|
|
1531
|
-
{
|
|
1532
|
-
"internalType": "uint64",
|
|
1533
|
-
"name": "d",
|
|
1534
|
-
"type": "uint64"
|
|
1535
|
-
}
|
|
1536
|
-
],
|
|
1537
|
-
"name": "setUnlockDelay",
|
|
1538
|
-
"outputs": [],
|
|
1539
|
-
"stateMutability": "nonpayable",
|
|
1540
|
-
"type": "function"
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"inputs": [
|
|
1544
|
-
{
|
|
1545
|
-
"internalType": "bytes32",
|
|
1546
|
-
"name": "creds",
|
|
1547
|
-
"type": "bytes32"
|
|
1548
|
-
}
|
|
1549
|
-
],
|
|
1550
|
-
"name": "setWithdrawalCreds",
|
|
1551
|
-
"outputs": [],
|
|
1552
|
-
"stateMutability": "nonpayable",
|
|
1553
|
-
"type": "function"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"inputs": [
|
|
1557
|
-
{
|
|
1558
|
-
"internalType": "address",
|
|
1559
|
-
"name": "operator",
|
|
1560
|
-
"type": "address"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"internalType": "uint256",
|
|
1564
|
-
"name": "penalty",
|
|
1565
|
-
"type": "uint256"
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"internalType": "uint256",
|
|
1569
|
-
"name": "id",
|
|
1570
|
-
"type": "uint256"
|
|
1571
|
-
}
|
|
1572
|
-
],
|
|
1573
|
-
"name": "slash",
|
|
1574
|
-
"outputs": [],
|
|
1575
|
-
"stateMutability": "nonpayable",
|
|
1576
|
-
"type": "function"
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"inputs": [
|
|
1580
|
-
{
|
|
1581
|
-
"internalType": "address payable",
|
|
1582
|
-
"name": "to",
|
|
1583
|
-
"type": "address"
|
|
1584
|
-
}
|
|
1585
|
-
],
|
|
1586
|
-
"name": "sweep",
|
|
1587
|
-
"outputs": [],
|
|
1588
|
-
"stateMutability": "nonpayable",
|
|
1589
|
-
"type": "function"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"inputs": [
|
|
1593
|
-
{
|
|
1594
|
-
"internalType": "uint256",
|
|
1595
|
-
"name": "id",
|
|
1596
|
-
"type": "uint256"
|
|
1597
|
-
}
|
|
1598
|
-
],
|
|
1599
|
-
"name": "topUpValidator",
|
|
1600
|
-
"outputs": [],
|
|
1601
|
-
"stateMutability": "payable",
|
|
1602
|
-
"type": "function"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"inputs": [],
|
|
1606
|
-
"name": "topupsConsumed",
|
|
1607
|
-
"outputs": [
|
|
1608
|
-
{
|
|
1609
|
-
"internalType": "uint256",
|
|
1610
|
-
"name": "",
|
|
1611
|
-
"type": "uint256"
|
|
1612
|
-
}
|
|
1613
|
-
],
|
|
1614
|
-
"stateMutability": "view",
|
|
1615
|
-
"type": "function"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"inputs": [],
|
|
1619
|
-
"name": "unlockBond",
|
|
1620
|
-
"outputs": [],
|
|
1621
|
-
"stateMutability": "nonpayable",
|
|
1622
|
-
"type": "function"
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"inputs": [],
|
|
1626
|
-
"name": "unlockDelay",
|
|
1627
|
-
"outputs": [
|
|
1628
|
-
{
|
|
1629
|
-
"internalType": "uint64",
|
|
1630
|
-
"name": "",
|
|
1631
|
-
"type": "uint64"
|
|
1632
|
-
}
|
|
1633
|
-
],
|
|
1634
|
-
"stateMutability": "view",
|
|
1635
|
-
"type": "function"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"inputs": [],
|
|
1639
|
-
"name": "unpause",
|
|
1640
|
-
"outputs": [],
|
|
1641
|
-
"stateMutability": "nonpayable",
|
|
1642
|
-
"type": "function"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"inputs": [
|
|
1646
|
-
{
|
|
1647
|
-
"internalType": "address",
|
|
1648
|
-
"name": "newImplementation",
|
|
1649
|
-
"type": "address"
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"internalType": "bytes",
|
|
1653
|
-
"name": "data",
|
|
1654
|
-
"type": "bytes"
|
|
1655
|
-
}
|
|
1656
|
-
],
|
|
1657
|
-
"name": "upgradeToAndCall",
|
|
1658
|
-
"outputs": [],
|
|
1659
|
-
"stateMutability": "payable",
|
|
1660
|
-
"type": "function"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"inputs": [
|
|
1664
|
-
{
|
|
1665
|
-
"internalType": "bytes",
|
|
1666
|
-
"name": "pubkey",
|
|
1667
|
-
"type": "bytes"
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"internalType": "bytes",
|
|
1671
|
-
"name": "signature",
|
|
1672
|
-
"type": "bytes"
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"internalType": "bytes32",
|
|
1676
|
-
"name": "depositDataRoot",
|
|
1677
|
-
"type": "bytes32"
|
|
1678
|
-
}
|
|
1679
|
-
],
|
|
1680
|
-
"name": "uploadKey",
|
|
1681
|
-
"outputs": [],
|
|
1682
|
-
"stateMutability": "nonpayable",
|
|
1683
|
-
"type": "function"
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"inputs": [
|
|
1687
|
-
{
|
|
1688
|
-
"internalType": "bytes32",
|
|
1689
|
-
"name": "",
|
|
1690
|
-
"type": "bytes32"
|
|
1691
|
-
}
|
|
1692
|
-
],
|
|
1693
|
-
"name": "valIndexByPubkeyHash",
|
|
1694
|
-
"outputs": [
|
|
1695
|
-
{
|
|
1696
|
-
"internalType": "uint64",
|
|
1697
|
-
"name": "",
|
|
1698
|
-
"type": "uint64"
|
|
1699
|
-
}
|
|
1700
|
-
],
|
|
1701
|
-
"stateMutability": "view",
|
|
1702
|
-
"type": "function"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"inputs": [
|
|
1706
|
-
{
|
|
1707
|
-
"internalType": "bytes",
|
|
1708
|
-
"name": "pubkey",
|
|
1709
|
-
"type": "bytes"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"internalType": "bytes",
|
|
1713
|
-
"name": "signature",
|
|
1714
|
-
"type": "bytes"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"internalType": "bytes32",
|
|
1718
|
-
"name": "depositDataRoot",
|
|
1719
|
-
"type": "bytes32"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"internalType": "bytes32",
|
|
1723
|
-
"name": "withdrawalCredentials",
|
|
1724
|
-
"type": "bytes32"
|
|
1725
|
-
}
|
|
1726
|
-
],
|
|
1727
|
-
"name": "validateDepositKey",
|
|
1728
|
-
"outputs": [
|
|
1729
|
-
{
|
|
1730
|
-
"internalType": "bool",
|
|
1731
|
-
"name": "isValid",
|
|
1732
|
-
"type": "bool"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"internalType": "string",
|
|
1736
|
-
"name": "errorMessage",
|
|
1737
|
-
"type": "string"
|
|
1738
|
-
}
|
|
1739
|
-
],
|
|
1740
|
-
"stateMutability": "pure",
|
|
1741
|
-
"type": "function"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"inputs": [],
|
|
1745
|
-
"name": "withdrawalCreds",
|
|
1746
|
-
"outputs": [
|
|
1747
|
-
{
|
|
1748
|
-
"internalType": "bytes32",
|
|
1749
|
-
"name": "",
|
|
1750
|
-
"type": "bytes32"
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"stateMutability": "view",
|
|
1754
|
-
"type": "function"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"stateMutability": "payable",
|
|
1758
|
-
"type": "receive"
|
|
1759
|
-
}
|
|
1760
|
-
],
|
|
1761
|
-
"bytecode": "0x60a0806040523460295730608052615d74908161002f82396080518181816117140152615b4a0152f35b600080fdfe6080604052600436101561001b575b361561001957600080fd5b005b60003560e01c806258a4ae1461046a57806301681a62146104655780630519da321461046057806306b27f241461045b57806309b719841461045657806309f1328f146104515780630b4bc85b1461044c5780630cb6aaf114610447578063102fb7b61461044257806313e7c9d81461043d5780631b41993c146104385780631c8553a2146104335780631c9dceae1461042e5780631cf1a093146104295780632798c823146104245780632f50be0e1461041f578063304b90711461041a5780633f4ba83a1461041557806340ed9dc214610410578063443fb6901461040b5780634dc97dce146104065780634f1ef2861461040157806352d1902d146103fc57806354d23f85146103f75780635c8db746146103f25780635c975abb146103ed5780635cc4657c146103e857806361b8ce8c146103e35780636c7ac9d8146103de57806370f81f6c146103d9578063770a9d2f146103d45780637968d638146103cf5780637a9e5e4b146103ca5780638171c299146103c55780638246438b146103c05780638379d75b146103bb5780638456cb59146103b65780638663bcc4146103b15780638fb36037146103ac5780639156032e146103a7578063950bff9f146103a25780639624e83e1461039d5780639cbdac8714610398578063a0cc982414610393578063a4a2c79a1461038e578063ad3cb1cc14610389578063b674800e14610384578063bf7e214f1461037f578063c7764f731461037a578063c955e9fa14610375578063ca7a285f14610370578063d091b9051461036b578063d818610414610366578063d91cb43c14610361578063da30e2791461035c578063e013693114610357578063e42ca72c14610352578063e9b826391461034d578063ea70b4af14610348578063ec87621c14610343578063f00669c61461033e578063f013822214610339578063f1f05c9214610334578063f28824611461032f578063f4aa1dd51461032a578063f6c8c47f14610325578063f77ca8a914610320578063fb80e8121461031b5763fed1d0360361000e576130a7565b613085565b613063565b612e57565b612c5d565b612c36565b612bfd565b612b2b565b6129be565b612983565b61295f565b612876565b61284a565b61282c565b612811565b6127dc565b61279a565b61277c565b6125ff565b6125c5565b6125a7565b612571565b61250c565b6124c6565b612472565b612454565b6123e0565b6123b7565b61239b565b6121f9565b6121a6565b612116565b6120ad565b612084565b612046565b611fcf565b611f50565b611f05565b611ecb565b611d44565b611d1b565b611cfd565b611cdf565b611caf565b611b71565b61176c565b611701565b6115f5565b611553565b6114c0565b61145b565b611374565b611358565b6110db565b611080565b61103f565b610f46565b610f2a565b610eef565b610e8e565b610e52565b610dcc565b610a73565b610987565b610921565b6108bc565b610868565b610794565b61047f565b600091031261047a57565b600080fd5b3461047a5760008060031936011261078057610499614d70565b336000908152601260205260409020546104c263ffffffff808316159081610772575b50613272565b6104e36001600160401b03604092831c16801515908161073c575b506132dd565b600f54610500906001600160a01b03165b6001600160a01b031690565b81516305db4e8f60e51b8152336004820152909160208083602481875afa9283156106aa57859361071d575b5061053883151561332f565b815163a51fa5c760e01b81523360048201528181602481885afa9081156106aa5786916106f0575b506106e85760105461057a906001600160a01b03166104f4565b82516360830ebb60e01b815260048101859052908290829060249082905afa9182156106aa5786926106bb575b5050925b83808411156106b3576105be908461337d565b935b84610621575050610604907f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0092905b51938452602084015233929081906040820190565b0390a261061e6001600080516020615cff83398151915255565b80f35b908093503b156106af578151638bc3920760e01b815233600482018190526024820186905260448201529285908490606490829084905af19182156106aa577f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d009361060493610691575b506105ef565b8061069e6106a492610cc1565b8061046f565b3861068b565b613323565b8480fd5b5084936105c0565b6106da9250803d106106e1575b6106d28183610d0f565b810190613314565b38806105a7565b503d6106c8565b5083926105ab565b6107109150823d8411610716575b6107088183610d0f565b810190613365565b38610560565b503d6106fe565b816107359294503d85116106e1576106d28183610d0f565b913861052c565b610769915061075d906107576008546001600160401b031690565b906132c2565b6001600160401b031690565b421015386104dd565b90508260201c1615386104bc565b80fd5b6001600160a01b0381160361047a57565b3461047a57602036600319011261047a576004356107b181610783565b6107b9614d70565b6107c33633614e44565b4790816107e2575b6100196001600080516020615cff83398151915255565b814710610843576001600160a01b031690600080808084865af1610804614f56565b901561083e57506040519081527fc36b5179cb9c303b200074996eab2b3473eac370fdd7eba3bec636fe3510969690602090a238806107cb565b6159dd565b5060405163cf47918160e01b81524760048201526024810191909152604490fd5b0390fd5b3461047a57600036600319011261047a5760206001600160401b0360085416604051908152f35b9181601f8401121561047a578235916001600160401b03831161047a576020838186019501011161047a57565b3461047a57606036600319011261047a576001600160401b0360043581811161047a576108ed90369060040161088f565b919060443591821161047a5760209261090d61091993369060040161088f565b92909160243591615028565b604051908152f35b3461047a57600036600319011261047a576020600754604051908152f35b60005b8381106109525750506000910152565b8181015183820152602001610942565b9060209161097b8151809281855285808601910161093f565b601f01601f1916010190565b3461047a57608036600319011261047a576001600160401b0360043581811161047a576109b890369060040161088f565b9060243592831161047a576109d46109e293369060040161088f565b9060643593604435936134d7565b90610a0160405192839215158352604060208401526040830190610962565b0390f35b60a435906001600160401b038216820361047a57565b600435906001600160401b038216820361047a57565b602435906001600160401b038216820361047a57565b604435906001600160401b038216820361047a57565b60e435906001600160401b038216820361047a57565b3461047a5760c036600319011261047a57600435610a9081610783565b60443590610a9d82610783565b606435610aa981610783565b608435610ab581610783565b610abd610a05565b91600080516020615d1f83398151915254946001600160401b0360ff8760401c1615961680159081610bd3575b6001149081610bc9575b159081610bc0575b50610bae57600080516020615d1f833981519152805467ffffffffffffffff19166001179055610b359486610b89575b60243590615141565b610b3b57005b600080516020615d1f833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29080602081015b0390a1005b600080516020615d1f833981519152805460ff60401b1916600160401b179055610b2c565b60405163f92ee8a960e01b8152600490fd5b90501538610afc565b303b159150610af4565b879150610aea565b90600182811c92168015610c0b575b6020831014610bf557565b634e487b7160e01b600052602260045260246000fd5b91607f1691610bea565b805460009392610c2482610bdb565b91828252602093600191600181169081600014610c8c5750600114610c4b575b5050505050565b90939495506000929192528360002092846000945b838610610c7857505050500101903880808080610c44565b805485870183015294019385908201610c60565b60ff19168685015250505090151560051b010191503880808080610c44565b634e487b7160e01b600052604160045260246000fd5b6001600160401b038111610cd457604052565b610cab565b604081019081106001600160401b03821117610cd457604052565b602081019081106001600160401b03821117610cd457604052565b90601f801991011681019081106001600160401b03821117610cd457604052565b90610d4b610d449260405193848092610c15565b0383610d0f565b565b60071115610d5757565b634e487b7160e01b600052602160045260246000fd5b949296959391610d88610d969260c0885260c0880190610962565b908682036020880152610962565b60408501969096526001600160a01b031660608401526007811015610d575760a0916001600160401b0391608085015216910152565b3461047a57602036600319011261047a576004356000526011602052604060002060405190610dff82610d448184610c15565b610a01604051610e1d81610e168160018701610c15565b0382610d0f565b600360028401549301546040519485946001600160401b038360a81c169360ff8460a01c169360018060a01b03169287610d6d565b3461047a57602036600319011261047a57600435610e703633614e44565b610e896001600160f81b03198216600160f91b14613674565b600155005b3461047a57602036600319011261047a57600435610eab81610783565b60018060a01b0316600052601260205260606040600020546001600160401b0363ffffffff916040519280821684528160201c16602084015260401c166040820152f35b3461047a57602036600319011261047a5760206001600160401b0380610f13610a1b565b166000526009825260406000205416604051908152f35b3461047a57600036600319011261047a57602060405160648152f35b3461047a57602036600319011261047a5760806001600160401b0380610f6a610a1b565b1660005260096020526040600020906001825492015490604051928181168452818160401c166020850152841c1660408301526060820152f35b634e487b7160e01b600052603260045260246000fd5b90600354821015610ffa57600360005260188260021c7fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b019260031b1690565b610fa4565b90600254821015610ffa57600260005260188260021c7f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace019260031b1690565b3461047a57602036600319011261047a5760043560035481101561047a576001600160401b03611070602092610fba565b90549060031b1c16604051908152f35b3461047a57602036600319011261047a5761001961109c610a1b565b6110a63633614e44565b6136cd565b9181601f8401121561047a578235916001600160401b03831161047a576020808501948460051b01011161047a57565b3461047a5760c036600319011261047a576110f4610a1b565b6110fc610a31565b6001600160401b039060443582811161047a5761111d9036906004016110ab565b939060843584811161047a576111379036906004016110ab565b61113f610a05565b948685169361114f85151561373f565b61116c866001600160401b03166000526009602052604060002090565b9861118f8661118961075d8d546001600160401b039060801c1690565b14613778565b73__$d69645fbc90682499a7586bfd77d6f89d8$__91823b1561047a576111d58989600097604051998a9889978897639714762960e01b89526064359260048a016137e8565b03915af480156106aa57611345575b50845460401c6001600160401b0316848416948591160361120157005b7f76c78808e83445970c71fb3f2e08dbace90d6720a9d23e05b5f88c8e085aefc3611297846112666112b39660039961123e6112cf9a151561383a565b9067ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b61126f85613886565b61127d600160065401600655565b6040516001600160401b0390911681529081906020820190565b0390a26001600160401b03166000526014602052604060002090565b546112bf8115156138e3565b6000526011602052604060002090565b01805460a01c60ff166112e181610d4d565b6113066003821491828015611332575b801561131f575b61130190613925565b610d4d565b61130c57005b805460ff60a01b1916600160a21b179055005b5061132981610d4d565b600481146112f8565b5061133c81610d4d565b600681146112f1565b8061069e61135292610cc1565b386111e4565b3461047a57600036600319011261047a576020604051600c8152f35b3461047a57600036600319011261047a5761138f3633614e44565b600080516020615cdf833981519152805460ff8116156113db5760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b600a54811015610ffa57600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80190600090565b600b54811015610ffa57600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90190600090565b3461047a57602036600319011261047a57600435600a5481101561047a57600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80154604080516001600160401b03808416825292821c909216602083015290f35b3461047a5761010036600319011261047a576114da610a1b565b6001600160401b039060243582811161047a576114fb90369060040161088f565b91611504610a47565b60643585811161047a5761151c9036906004016110ab565b60a49391933596871161047a5761153a6100199736906004016110ab565b949093611545610a5d565b9760c4359760843595613bd8565b3461047a57602036600319011261047a576004356000526013602052602060ff604060002054166040519015158152f35b6040519060c082018281106001600160401b03821117610cd457604052565b6001600160401b038111610cd457601f01601f191660200190565b9291926115ca826115a3565b916115d86040519384610d0f565b82948184528183011161047a578281602093846000960137010152565b604036600319011261047a5760043561160d81610783565b6024356001600160401b03811161047a573660238201121561047a5761163d9036906024816004013591016115be565b90611646615b40565b6116503633614e44565b611658615b40565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa600093816116e0575b506116a757604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b90600080516020615cbf83398151915283036116c7576100199250615b9a565b604051632a87526960e21b815260048101849052602490fd5b6116fa91945060203d6020116106e1576106d28183610d0f565b9238611681565b3461047a57600036600319011261047a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361175a576020604051600080516020615cbf8339815191528152f35b60405163703e46dd60e11b8152600490fd5b60208060031936011261047a5760049060043590611788614d70565b611790615314565b61179a3633614e44565b81151580611b21575b6117ac90613ef9565b60186117d4836117cd6117c460185463ffffffff1690565b63ffffffff1690565b1015613f32565b6117e76117e084613f73565b3414613fad565b6000906001600160401b034216925b848310611814576100196001600080516020615cff83398151915255565b60175493600195601654965b15611843575b611831600096613fec565b9561183e88881115613ffb565b611820565b611867600361185c886000526011602052604060002090565b015460a01c60ff1690565b61187081610d4d565b611826579390955093909361188482601755565b611898826000526011602052604060002090565b9187600f6118af6104f4825460018060a01b031690565b60038601805460408051630308b70f60e61b81526001600160a01b0390921695820195865291979194919290918b9183918290819060200103915afa9081156106aa5761190d9163ffffffff91600091611af4575b50161515614055565b600e54611922906001600160a01b03166104f4565b906001549061194c8b61193e8751948592830160209181520190565b03601f198101845283610d0f565b600281015492803b1561047a576000926801bc16d674ec8000008f9361198a8951978896879586946304512a2360e31b8652600181019286016140b6565b03925af180156106aa57611a52926119cd8c8a61123e611a2e611a096119f46119da8f611a449b6104f49b611ae1575b50805460ff60a01b1916600160a11b1781555b546001600160a01b031690565b6001600160a01b0316600090815260126020526040902090565b93611a24611a0e611a09875463ffffffff1690565b6140f5565b865463ffffffff191663ffffffff909116178655565b5463ffffffff1690565b63ffffffff1663ffffffff196018541617601855565b94546001600160a01b031690565b843b1561047a579051632fbdb45f60e11b81526001600160a01b03909116818a01908152909360009185919082908490829060200103925af19283156106aa57611ac693611ace575b507f2a89b2e3d580398d6dc2db5e0f336b52602bbaa51afa9bb5cdf59239cf0d2bea600080a2613fec565b9193926117f6565b8061069e611adb92610cc1565b38611a9b565b8061069e611aee92610cc1565b386119ba565b611b1491508c8d3d10611b1a575b611b0c8183610d0f565b810190614039565b38611904565b503d611b02565b5060148211156117a3565b602090602060408183019282815285518094520193019160005b828110611b54575050505090565b83516001600160401b031685529381019392810192600101611b46565b3461047a57600036600319011261047a576040805160025480825291602082016002600052927f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace6000925b826003850110611c6a575093611bfa928492610a01965491818110611c50575b818110611c32575b818110611c14575b10611c06575b500382610d0f565b60405191829182611b2c565b60c01c815260200138611bf2565b608083901c6001600160401b03168452926001906020019301611bec565b604083901c6001600160401b03168452926001906020019301611be4565b6001600160401b0383168452926001906020019301611bdc565b81546001600160401b03808216885281831c81166020890152608082811c9091168389015260c09190911c606088015290950194600490930192600190910190611bbc565b3461047a57600036600319011261047a57602060ff600080516020615cdf83398151915254166040519015158152f35b3461047a57600036600319011261047a576020600454604051908152f35b3461047a57600036600319011261047a576020601654604051908152f35b3461047a57600036600319011261047a576010546040516001600160a01b039091168152602090f35b3461047a57606036600319011261047a57600435611d6181610783565b604435602435611d6f614d70565b611d77615314565b611d813633614e44565b6003611d97836000526011602052604060002090565b0190611de4825492611dd1600360ff60018060a01b0396611dbe888b168099831614614121565b60a01c16611dcb81610d4d565b14614165565b805460ff60a01b1916600360a11b179055565b600f54611df9906001600160a01b03166104f4565b90813b1561047a576040516314d7c3d960e31b81526001600160a01b03959095166004860152602485018190526000949185908390604490829084905af19081156106aa577f4ed05e9673c26d2ed44f7ef6a7f2942df0ee3b5e1e17db4b99f9dcd261a339cd92611e7a92611eb8575b506040519081529081906020820190565b0390a27f89b4ab334d9e219338cbac42810fd34b6022a3c92fe6d54ab5ea805acaf92a868280a261061e6001600080516020615cff83398151915255565b8061069e611ec592610cc1565b38611e69565b3461047a57602036600319011261047a576001600160401b03611eec610a1b565b1660005260146020526020604060002054604051908152f35b3461047a57602036600319011261047a57608060ff611f2a611f25610a1b565b61419e565b916040949394519415158552602085015260018060a01b03166040840152166060820152f35b3461047a57602036600319011261047a57600435611f6d81610783565b600080516020615c9f833981519152546001600160a01b03919082163303611fb857803b15611f9f576100199061533f565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461047a57602036600319011261047a576004356001600160401b0380821161047a578060ff61200e61200860c095369060040161088f565b90614210565b604080519615158752949098166020860152928401919091526001600160a01b031660608301529091166080820152911660a0820152f35b3461047a57602036600319011261047a5760206001600160401b038061206a610a1b565b166000526009825260406000205460401c16604051908152f35b3461047a57600036600319011261047a57600e546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a576120c83633614e44565b6120d0615314565b600080516020615cdf833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461047a57604036600319011261047a5761212f610a1b565b612137610a31565b906121423633614e44565b600454906121508183615398565b916001600160401b0380921681018091116121a15760045560055490612176848361543a565b931681018091116121a157600555604080516001600160401b03928316815292909116602083015290f35b6132ac565b3461047a57600036600319011261047a57600080516020615c9f8339815191525460a01c60ff16156121f0576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006121dd565b602036600319011261047a5761220d614d70565b612215615314565b61221f3633614e44565b61222a3415156142e5565b6001600160401b03633b9aca0061224381340615614328565b6122596004356000526011602052604060002090565b60038101916122816003612272855460ff9060a01c1690565b61227b81610d4d565b14614361565b61193e6122a961229084610d30565b61229861439e565b600154978895340416978892615489565b600e546122d6906122c2906001600160a01b03166104f4565b936040519384916020830160209181520190565b6122de61439e565b92803b1561047a5761230b93600093604051958694859384936304512a2360e31b85528a600486016143c8565b039134905af19384156106aa5761235b61236e94612360937fb0a1e9d4c331fe865c51739d6cef1dd1e0a4235b9e7540657a122a056122083297612388575b505460a81c6001600160401b031690565b6156f4565b6040519182913490836143f4565b0390a16100196001600080516020615cff83398151915255565b8061069e61239592610cc1565b3861234a565b3461047a57600036600319011261047a57602060405160148152f35b3461047a57600036600319011261047a57600f546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a5760065460075480821061241d5781039081116121a1576040516001600160401b03919091168152602090f35b60405162461bcd60e51b815260206004820152600f60248201526e457869747320756e646572666c6f7760881b6044820152606490fd5b3461047a57600036600319011261047a576020601754604051908152f35b3461047a57602036600319011261047a5760043560025481101561047a576001600160401b036124a3602092610fff565b9190546040519260031b1c168152f35b604051906124c082610cf4565b60008252565b3461047a57600036600319011261047a57610a016040516124e681610cd9565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610962565b3461047a57602036600319011261047a57600435600b5481101561047a57600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90154604080516001600160401b03808416825292821c909216602083015290f35b3461047a57600036600319011261047a57600080516020615c9f833981519152546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a576020600654604051908152f35b3461047a57602036600319011261047a5760406001600160401b036125f06125eb610a1b565b6144c9565b83519182529091166020820152f35b3461047a57604036600319011261047a5760043561261c81610783565b60243590612628615314565b6126323633614e44565b61263d82151561464d565b600f54612652906001600160a01b03166104f4565b90813b1561047a5760405163dd16713b60e01b81526001600160a01b038216600482015260248101849052916000908390604490829084905af19081156106aa577ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b60589261271992612769575b506001600160401b03806126f76126e78460018060a01b03166000526012602052604060002090565b5460401c6001600160401b031690565b161561271e575b506040519384526001600160a01b0316929081906020820190565b0390a2005b6001600160a01b038216600090815260126020526040902061276391421667ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b386126fe565b8061069e61277692610cc1565b386126be565b3461047a57600036600319011261047a576020600154604051908152f35b3461047a57602036600319011261047a576001600160401b036127bb610a1b565b6127c53633614e44565b166001600160401b03196008541617600855600080f35b3461047a57602036600319011261047a57600435600052601560205260206001600160401b0360406000205416604051908152f35b3461047a57600036600319011261047a576020604051818152f35b3461047a57600036600319011261047a576020600554604051908152f35b3461047a57602036600319011261047a57600435600281101561047a57602090600c0154604051908152f35b3461047a57604036600319011261047a5761288f610a1b565b612897610a31565b906128a23633614e44565b604051906128af82610cd9565b6001600160401b038091168252806020830193168352600b5492600160401b841015610cd4576001840180600b55841015610ffa576129328261001995600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90194511684906001600160401b03166001600160401b0319825416179055565b5182546fffffffffffffffff00000000000000001916911660401b67ffffffffffffffff60401b16179055565b3461047a57600036600319011261047a57602063ffffffff60185416604051908152f35b3461047a57600036600319011261047a5760206040517f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b088152f35b3461047a57608036600319011261047a576004356001600160401b0360243581811161047a576129f290369060040161088f565b909160443590811161047a57600292612a12612ab392369060040161088f565b91612a3060643597612a22615314565b6112bf60165482111561467d565b94612a6160ff6003880154612a4e3360018060a01b038316146146b6565b60a01c16612a5b81610d4d565b156146f5565b612a7a612a746001548a878786886134d7565b90614741565b612a853682846115be565b6020815191012091612a9687610d30565b6020815191012092838103612ab7575b5050505060018401614805565b0155005b612b0f81612af5612b05612b2297612af5612af0612aec612ae5612b1c996000526013602052604060002090565b5460ff1690565b1590565b61476d565b6000526013602052604060002090565b805460ff19169055565b805460ff19166001179055565b86614805565b38808080612aa6565b3461047a57600036600319011261047a57600a54600b549060045490818110612bc557600554808410612b8d57612b6b61075d612b719461075d9461337d565b9361337d565b604080516001600160401b039384168152919092166020820152f35b60405162461bcd60e51b815260206004820152601060248201526f70657869747320756e646572666c6f7760801b6044820152606490fd5b60405162461bcd60e51b815260206004820152601060248201526f746f7075707320756e646572666c6f7760801b6044820152606490fd5b3461047a57604036600319011261047a57612c16610a1b565b612b71612c2d612c24610a31565b92600454615398565b9160055461543a565b3461047a57600036600319011261047a5760206001600160401b0360005416604051908152f35b3461047a57602036600319011261047a576004356001600160401b03811161047a57612c8d9036906004016110ab565b612c95615314565b612ca260648211156148d3565b60009160005b828110612de0575033600090815260126020526040902063ffffffff841693612d1591612cfa90612ce687612ce1835463ffffffff1690565b61410b565b63ffffffff1663ffffffff19825416179055565b612d10611a2e86612ce160185463ffffffff1690565b613f91565b80612d4d575b6040517f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979080610b84868633846149a5565b600f54612d62906001600160a01b03166104f4565b93843b1561047a57604051636976798f60e11b8152336004820152602481019290925263ffffffff166044820152926000908490606490829084905af19283156106aa577f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979315612d1b578061069e612dda92610cc1565b38612d1b565b92612e50600191612e4b6003612e0b612dfa89898961490f565b356000526011602052604060002090565b01612e3860ff8254612e2533898060a01b0383161461491f565b60a01c16612e3281610d4d565b1561496b565b805460ff60a01b1916600160a01b179055565b613fec565b9301612ca8565b3461047a57606036600319011261047a576001600160401b0360043581811161047a57612e8890369060040161088f565b909160243590811161047a57612ea290369060040161088f565b929091604435612eb0615314565b612ec3612a7460015483888887896134d7565b612efd612b0f612ed43685876115be565b60208151910120612af5612ef8612aec612ae5846000526013602052604060002090565b6149c7565b33600090815260126020526040902054612f219063ffffffff16613bc3565b613bc3565b600f54909490612f39906001600160a01b03166104f4565b604051630308b70f60e61b81523360048201529190602090839060249082905afa9687156106aa57612f9d612fe096612f8d6130049a612fa696600091613044575b5063ffffffff808c1691161015614a01565b612f95611584565b9636916115be565b855236916115be565b6020830152604082015233606082015260006080820152600060a0820152612fdb612fd2601654613fec565b6112bf81601655565b614b15565b3360009081526012602052604090209063ffffffff1663ffffffff19825416179055565b613019611a2e612f1c60185463ffffffff1690565b336016547fcb2c934a3e9ec8b1063e85a3a228cad961b6af5aee38331ae08d7c76405e1262600080a3005b61305d915060203d602011611b1a57611b0c8183610d0f565b38612f7b565b3461047a57600036600319011261047a57602060405166470de4df8200008152f35b3461047a57604036600319011261047a57610a01611bfa602435600435614c81565b3461047a57602036600319011261047a5761316d6004356130c83633614e44565b60036130de826000526011602052604060002090565b0180546131069060a01c60ff166130f481610d4d565b6003811490811561325e575b50614361565b805460ff60a01b1916600560a01b178155805460a81c6001600160401b03169061314e83613147846001600160401b03166000526014602052604060002090565b5414614d24565b6000809481936001600160401b03166000526014602052604060002090565b5580546131bb90613186906001600160a01b03166119da565b805461319a9060201c63ffffffff166140f5565b67ffffffff0000000082549160201b169067ffffffff000000001916179055565b600f546131e2906131d4906001600160a01b03166104f4565b91546001600160a01b031690565b813b1561325a576040516369e7849960e01b81526001600160a01b0391909116600482015291908290602490829084905af180156106aa57613247575b507f430648de173157e069201c943adb2d4e340e7cf5b27b1b09c9cb852f03d63b568280a280f35b8061069e61325492610cc1565b3861321f565b8280fd5b6004915061326b81610d4d565b1438613100565b1561327957565b60405162461bcd60e51b815260206004820152600b60248201526a6b6579732061637469766560a81b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b03808094169116019182116121a157565b156132e457565b60405162461bcd60e51b815260206004820152600860248201526731b7b7b63237bbb760c11b6044820152606490fd5b9081602091031261047a575190565b6040513d6000823e3d90fd5b1561333657565b60405162461bcd60e51b8152602060048201526007602482015266139bc8189bdb9960ca1b6044820152606490fd5b9081602091031261047a5751801515810361047a5790565b919082039182116121a157565b6040519061339782610cd9565b6015825274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6020830152565b604051906133c882610cd9565b6018825277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6020830152565b604051906133fc82610cd9565b602082527f4465706f736974206461746120726f6f742063616e6e6f74206265207a65726f6020830152565b90821015610ffa570190565b6040519061344182610cd9565b60158252745075626b65792063616e6e6f74206265207a65726f60581b6020830152565b6040519061347282610cd9565b601882527f5369676e61747572652063616e6e6f74206265207a65726f00000000000000006020830152565b604051906134ab82610cd9565b601a82527f4465706f736974206461746120726f6f74206d69736d617463680000000000006020830152565b9195939290949560309660308703613646576060966060840361363257851561361e5760019860005b6001600160401b0381168281101561360e5761353161352361353e92868b613428565b356001600160f81b03191690565b6001600160f81b03191690565b613553576001016001600160401b0316613500565b505090919293949596975060005b6135fb5760019760005b6001600160401b038116828110156135ec5761353161352361358e928989613428565b6135a3576001016001600160401b031661356b565b5050909192939495965060005b6135db576135bd94615028565b036135d0576001906135cd6124b3565b90565b6000906135cd61349e565b5050505050506000906135cd613465565b505050909192939495966135b0565b50505050505090506000906135cd613434565b5050509091929394959697613561565b5050505050509150506000906135cd6133ef565b5050505050509150506000906135cd6133bb565b50505050509150506000906135cd61338a565b906001600160401b03166001600160401b0319825416179055565b1561367b57565b60405162461bcd60e51b815260206004820152601f60248201527f7769746864726177616c4372656473206d7573742073746172742030783032006044820152606490fd5b919082018092116121a157565b6001600160401b0316801561373c576006546007549182018092116121a15781116136f757600755565b60405162461bcd60e51b815260206004820152601b60248201527f45786974636f756e74203e20617661696c61626c6520657869747300000000006044820152606490fd5b50565b1561374657565b60405162461bcd60e51b815260206004820152600a602482015269076616c496e64657820360b41b6044820152606490fd5b1561377f57565b60405162461bcd60e51b815260206004820152601760248201527f556e6b6e6f776e2076616c696461746f7220696e6465780000000000000000006044820152606490fd5b81835290916001600160fb1b03831161047a5760209260051b809284830137010190565b969897939092949560a09661381a61382d946001600160401b0398898098168c5260c060208d015260c08c01916137c4565b9260408a015288830360608a01526137c4565b9616608085015216910152565b1561384157565b60405162461bcd60e51b815260206004820152601e60248201527f576974686472617761626c652065706f63682063616e6e6f74206265203000006044820152606490fd5b600354600160401b811015610cd4578060016138a59201600355610fba565b6001600160401b039291928084549260031b9316831b921b1916179055565b600254600160401b811015610cd4578060016138a59201600255610fff565b156138ea57565b60405162461bcd60e51b815260206004820152601360248201527209cde40d6caf240ccdee440ecc2d892dcc8caf606b1b6044820152606490fd5b1561392c57565b60405162461bcd60e51b815260206004820152600f60248201526e02130b21039ba30ba3ab9903337b91608d1b6044820152606490fd5b906007811015610d5757815460ff60a01b191660a09190911b60ff60a01b16179055565b1561398e57565b60405162461bcd60e51b81526020600482015260076024820152660696e64657820360cc1b6044820152606490fd5b156139c457565b60405162461bcd60e51b815260206004820152600660248201526510985908125960d21b6044820152606490fd5b156139f957565b60405162461bcd60e51b815260206004820152600d60248201526c0a0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b15613a3557565b60405162461bcd60e51b815260206004820152600860248201526715dc9bdb99c8125960c21b6044820152606490fd5b15613a6c57565b60405162461bcd60e51b815260206004820152600660248201526553746174757360d01b6044820152606490fd5b969897939194613aca60a0979296613add956001600160401b038099168b5260c060208c015260c08b01916137c4565b92604089015287830360608901526137c4565b95608085015216910152565b15613af057565b60405162461bcd60e51b815260206004820152602360248201527f496e64657820616c726561647920626f756e6420746f20746865206f74686572604482015262081a5960ea1b6064820152608490fd5b15613b4857565b60405162461bcd60e51b815260206004820152601060248201526f76616c496e646578206469666665727360801b6044820152606490fd5b15613b8757565b60405162461bcd60e51b81526020600482015260146024820152730e0eac4d6caf240d0c2e6d040dad2e6dac2e8c6d60631b6044820152606490fd5b90600163ffffffff809316019182116121a157565b97919894909996959295613bed861515613987565b6001600160401b0394858a169b8c151580613eed575b613c0c906139bd565b613c298b6001600160401b03166000526011602052604060002090565b9b808d54613c3690610bdb565b14613c40906139f2565b3690613c4b926115be565b805190602001209a613c5c81610d30565b805190602001208c14613c6e90613a2e565b600301805490989060a01c60ff16613c8581610d4d565b600214613c9190613a65565b73__$d69645fbc90682499a7586bfd77d6f89d8$__92833b1561047a578a89600097613cd4936040519a8b998a988998631529739960e11b8a5260048a01613a9a565b03915af49687156106aa5782613e3594613659937f5b268a4671164189b29d9f943102d3263e673da18f8aab03a5e9aac2623397f59a613eda575b501698898094613d32826001600160401b03166000526014602052604060002090565b548381613ec9575b5050875460a81c6001600160401b03161680613eb95750865467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16178655613d94846001600160401b03166000526014602052604060002090565b555b613e2586613dcd61075d613dbd876001600160401b03166000526009602052604060002090565b5460801c6001600160401b031690565b15613deb866001600160401b03166000526009602052604060002090565b9015613eaa57805467ffffffffffffffff60801b1916608087901b67ffffffffffffffff60801b16178155836001820155613659866138c4565b6000526015602052604060002090565b805460029060a01c60ff16613e4981610d4d565b14613e6e575b50604080516001600160401b03928316815292909116602083015290a2565b805460ff60a01b1916600360a01b178155613ea490613e90906119da906119cd565b805461319a9060201c63ffffffff16613bc3565b38613e4f565b61365984600183015414613b80565b613ec4925014613b41565b613d96565b613ed39114613ae9565b3883613d3a565b8061069e613ee792610cc1565b38613d0f565b506016548d1115613c03565b15613f0057565b60405162461bcd60e51b815260206004820152600a60248201526962617463682073697a6560b01b6044820152606490fd5b15613f3957565b60405162461bcd60e51b81526020600482015260126024820152716e6f7420656e6f7567682070656e64696e6760701b6044820152606490fd5b906801bc16d674ec800000918281029281840414901517156121a157565b9066470de4df820000918281029281840414901517156121a157565b15613fb457565b60405162461bcd60e51b815260206004820152601060248201526f0d2dce6eaccccd2c6d2cadce8408aa8960831b6044820152606490fd5b60001981146121a15760010190565b1561400257565b60405162461bcd60e51b815260206004820152600f60248201526e637572736f72206f766572666c6f7760881b6044820152606490fd5b9081602091031261047a575163ffffffff8116810361047a5790565b1561405c57565b60405162461bcd60e51b815260206004820152602c60248201527f434f4445204552524f523a20696e73756666696369656e7420626f6e6420666f60448201526b1c881ad95e481d5c1b1bd85960a21b6064820152608490fd5b9493926140e26060936140d46140f09460808a5260808a0190610c15565b9088820360208a0152610962565b908682036040880152610c15565b930152565b63ffffffff90811660001901919082116121a157565b63ffffffff91821690821603919082116121a157565b1561412857565b60405162461bcd60e51b815260206004820152601560248201527404964206973206e6f74206f776e6564206279206f7605c1b6044820152606490fd5b1561416c57565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b906001600160401b036000921682526014602052604082205491821561420657828152601160205260036040822001549160ff8360a01c169160078310156141f25750600193926001600160a01b03169190565b634e487b7160e01b81526021600452602490fd5b8092509180918190565b6000614221600092839436916115be565b60208151910120825260156020526001600160401b0392836040842054169283156142d557508293614266846001600160401b03166000526014602052604060002090565b549384614292575b61428b906001600160401b03166000526009602052604060002090565b5416600195565b9150915060036142ac846000526011602052604060002090565b01546001600160a01b038116929061428b9060a01c60ff166142cd81610d4d565b92905061426e565b9493505050508180918180918190565b156142ec57565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b1561432f57565b60405162461bcd60e51b815260206004820152600a60248201526910985908185b5bdd5b9d60b21b6044820152606490fd5b1561436857565b60405162461bcd60e51b815260206004820152600e60248201526d4b6579206e6f742061637469766560901b6044820152606490fd5b60405190608082018281106001600160401b03821117610cd4576040526060808352366020840137565b9493926143e66060936140d46140f09460808a5260808a0190610c15565b908682036040880152610962565b9291906140f0602091604086526040860190610c15565b6001600160401b038111610cd45760051b60200190565b9061442c8261440b565b6144396040519182610d0f565b828152809261444a601f199161440b565b0190602036910137565b8051821015610ffa5760209160051b010190565b9060001982019182136001166121a157565b818103929160001380158285131691841216176121a157565b805160208092019160005b8281106144ac575050505090565b83516001600160401b03168552938101939281019260010161449e565b6144d290615784565b906002546144df81614422565b90600093845b8281106145495750505082156145405780836001600160401b03925261451561450d85614468565b60008361581f565b6040516145388161452a602082018095614493565b03601f198101835282610d0f565b519020921690565b50600091508190565b8061456b614558600193610fff565b90546001600160401b039160031b1c1690565b6001600160401b03806145a1614594846001600160401b03166000526009602052604060002090565b546001600160401b031690565b168015159182614640575b50506145ba575b50016144e5565b6145d7816001600160401b03166000526014602052604060002090565b54806145e4575b506145b3565b61460061185c9160039283916000526011602052604060002090565b61460981610d4d565b14614615575b806145de565b61463a9061462c6146258a613fec565b9988614454565b906001600160401b03169052565b3861460f565b86161015905038806145ac565b1561465457565b60405162461bcd60e51b81526020600482015260016024820152600360fc1b6044820152606490fd5b1561468457565b60405162461bcd60e51b815260206004820152600a6024820152691a5b9d985b1a59081a5960b21b6044820152606490fd5b156146bd57565b60405162461bcd60e51b815260206004820152601060248201526f6e6f742073656e6465722773206b657960801b6044820152606490fd5b156146fc57565b60405162461bcd60e51b815260206004820152601860248201527f6b6579206e6f7420696e2070656e64696e6720737461746500000000000000006044820152606490fd5b156147495750565b60405162461bcd60e51b815260206004820152908190610864906024830190610962565b1561477457565b60405162461bcd60e51b81526020600482015260136024820152721c1d589ad95e48185b1c9958591e481d5cd959606a1b6044820152606490fd5b90601f81116147bd57505050565b6000916000526020600020906020601f850160051c830194106147fb575b601f0160051c01915b8281106147f057505050565b8181556001016147e4565b90925082906147db565b9092916001600160401b038111610cd45761482a816148248454610bdb565b846147af565b6000601f821160011461486b57819061485c939495600092614860575b50508160011b916000199060031b1c19161790565b9055565b013590503880614847565b601f1982169461488084600052602060002090565b91805b8781106148bb5750836001959697106148a1575b505050811b019055565b0135600019600384901b60f8161c19169055388080614897565b90926020600181928686013581550194019101614883565b156148da57565b60405162461bcd60e51b815260206004820152600d60248201526c18985d18da080f881b1a5b5a5d609a1b6044820152606490fd5b9190811015610ffa5760051b0190565b1561492657565b60405162461bcd60e51b815260206004820152601960248201527f43616e6e6f742072656d6f7665206f746865722773206b6579000000000000006044820152606490fd5b1561497257565b60405162461bcd60e51b815260206004820152600b60248201526a4e6f742070656e64696e6760a81b6044820152606490fd5b6001600160a01b0390911681526040602082018190526135cd939101916137c4565b156149ce57565b60405162461bcd60e51b815260206004820152600b60248201526a1c1d589ad95e481d5cd95960aa1b6044820152606490fd5b15614a0857565b606460405162461bcd60e51b815260206004820152602060248201527f696e73756666696369656e7420626f6e6420666f72206b65792075706c6f61646044820152fd5b91909182516001600160401b038111610cd457614a6d816148248454610bdb565b602080601f8311600114614aab5750819061485c939495600092614aa05750508160011b916000199060031b1c19161790565b015190503880614847565b90601f19831695614ac185600052602060002090565b926000905b888210614afd57505083600195969710614ae457505050811b019055565b015160001960f88460031b161c19169055388080614897565b80600185968294968601518155019501930190614ac6565b919080519283516001600160401b038111610cd457614b38816148248454610bdb565b602080601f8311600114614c065750614bde92614b768360a094600394610d4b999a600092614aa05750508160011b916000199060031b1c19161790565b81555b614b8a602086015160018301614a4c565b604085015160028201556060850151910180546001600160a01b0319166001600160a01b0390921691909117815592614bd06080820151614bca81610d4d565b85613963565b01516001600160401b031690565b815467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16179055565b90601f19831696614c1c85600052602060002090565b926000905b898210614c6957505083600393614bde969360019360a097610d4b9b9c10614c51575b505050811b018155614b79565b015160001983871b60f8161c19169055388080614c44565b80600185968294968601518155019501930190614c21565b919060035490818410801590614d1c575b614d00578301908184116121a157808211614cf8575b508281039081116121a157614cbc90614422565b9160005b8351811015614cf45780614cee614ce4614558614cdf600195876136c0565b610fba565b61462c8388614454565b01614cc0565b5050565b905038614ca8565b50509050604051614d1081610cf4565b60008152600036813790565b508015614c92565b15614d2b57565b60405162461bcd60e51b815260206004820152601b60248201527f434f4445204552524f523a20696e76616c6964206d617070696e6700000000006044820152606490fd5b600080516020615cff8339815191526002815414614d8e5760029055565b604051633ee5aeb560e01b8152600490fd5b60041161047a57600090600490565b9060201161047a5790602090565b9060401161047a5760200190602090565b9060601161047a5760400190602090565b6001600160e01b03199035818116939260048110614dfc57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b600080516020615c9f8339815191528054614e7d906001600160a01b0316614e74614e6e86614da0565b90614ddf565b9084309161594e565b9015614e8a575b50505050565b63ffffffff1615614f3657600080516020615c9f833981519152805460ff60a01b1916600160a01b179055614ec4906104f49081906119cd565b91823b1561047a57614ef09260009283604051809681958294634a63ebf760e11b845260048401614e0b565b03925af180156106aa57614f23575b50600080516020615c9f833981519152805460ff60a01b1916905538808080614e84565b8061069e614f3092610cc1565b38614eff565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b3d15614f81573d90614f67826115a3565b91614f756040519384610d0f565b82523d6000602084013e565b606090565b15614f8d57565b60405162461bcd60e51b8152602060048201526015602482015274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6044820152606490fd5b15614fd157565b60405162461bcd60e51b8152602060048201526018602482015277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6044820152606490fd5b906150246020928281519485920161093f565b0190565b93615051615057926150759661504060308314614f86565b61504c60608514614fca565b615a1b565b93615a87565b60409182519485916020958684019091604092825260208201520190565b0390615089601f1992838101875286610d0f565b83835195868061509c6000998a94615011565b039060025afa156106aa5783856150ea6150d36150df8351958851928391878301604091634059730760d81b825260208201520190565b03878101835282610d0f565b865191828092615011565b039060025afa156106aa5784926151286151329385519361511c84519586928a84019091604092825260208201520190565b03908101845283610d0f565b5191828092615011565b039060025afa156106aa575190565b6151989095949195615151615b11565b615159615b11565b615161615b11565b6001600080516020615cff8339815191525561517b615b11565b615183615b11565b61518b615b11565b615193615b11565b61533f565b6151a0615b11565b6151a8615b11565b6151c16001600160f81b03198616600160f91b14613674565b6001600160a01b039182169485151580615309575b806152fe575b156152ca57826152529461521661526e986151f961523495600155565b60018060a01b03166001600160601b0360a01b600e541617600e55565b1660018060a01b03166001600160601b0360a01b600f541617600f55565b1660018060a01b03166001600160601b0360a01b6010541617601055565b6001600160401b03166001600160401b03196000541617600055565b61528660016001600160401b03196008541617600855565b61529e60016001600160401b03196008541617600855565b6152af673782dace9d900000600c55565b6152c06729a2241af62c0000600d55565b610d4b6000601755565b60405162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b6044820152606490fd5b5082821615156151dc565b5082841615156151d6565b60ff600080516020615cdf833981519152541661532d57565b60405163d93c066560e01b8152600490fd5b600080516020615c9f83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b600092916001600160401b03168015615432578101908181116121a157600a54821161540557905b8082106153cb575050565b90926153fd6001916153f06153df876113ed565b505460401c6001600160401b031690565b016001600160401b031690565b9301906153c0565b60405162461bcd60e51b815260206004820152600560248201526472616e676560d81b6044820152606490fd5b506000925050565b600092916001600160401b03168015615432578101908181116121a157600b54821161540557905b80821061546d575050565b90926154816001916153f06153df87611424565b930190615462565b90926154986030835114614f86565b6154a56060845114614fca565b6020828101516040938401518451808401929092526fffffffffffffffffffffffffffffffff191681850152838152909485949192601f1992916154ea606086610d0f565b8551978895866154fd60009b8c93615011565b03600297885afa156106aa5787519167ffffffffffff00008160081b9160081c9165ff000000ff0064ff000000ff65ffffffffffff66ff000000ff0000861667ff000000ff00000085161760101c16941691161760101b16179287896155a0828401519361559560608c830151920151956155898d519384928884019091604092825260208201520190565b038a8101835282610d0f565b8a5191828092615011565b0390895afa156106aa5787896155d06155896155958351958c519283918783016040918152600060208201520190565b0390895afa156106aa5788615618899261560d8351916156018c519384928884019091604092825260208201520190565b03898101835282610d0f565b895191828092615011565b0390885afa156106aa578761566088926156558351956156498b519384928884019091604092825260208201520190565b03888101835282610d0f565b885191828092615011565b0390875afa156106aa57866156b687926156ab8351956150d38a51938267ffffffff0000000063ffffffff87958b1c16918a1b161760c01b8884019091604092825260208201520190565b875191828092615011565b0390865afa156106aa5785936151286156e79386519361511c84519586928b84019091604092825260208201520190565b03915afa156106aa575190565b6040519061570182610cd9565b6001600160401b038091168252806020830193168352600a5492600160401b841015610cd4576001840180600a55841015610ffa5761293282610d4b95600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80194511684906001600160401b03166001600160401b0319825416179055565b6001600160401b03908180600054169116818111156157af5703908082116121a15761018091160490565b60405162461bcd60e51b815260206004820152600660248201526562616420747360d01b6044820152606490fd5b919091600083820193841291129080158216911516176121a157565b6001600160ff1b0381146121a15760010190565b600160ff1b81146121a1576000190190565b9190808283821215610c445761586461075d61585761585161584b615844878a61447a565b6002900590565b866157dd565b88614454565b516001600160401b031690565b8184131561589d575080821261588c575b505081811261588357505050565b610d4b9261581f565b615896918561581f565b3880615875565b959192949390945b866158b661075d6158578489614454565b10156158ca576158c5906157f9565b6158a5565b95945b6158dd61075d6158578388614454565b8610156158f2576158ed9061580d565b6158cd565b909394959291958184136158645790926159426159489161593d615919615857888b614454565b615933615929615857858d614454565b61462c8a8d614454565b61462c838b614454565b6157f9565b9361580d565b90615864565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b03831184841017610cd457604093859385528380528360205251915afa6159cb5750565b9150915051906020518060201c150290565b8051156159ec57602081519101fd5b60405163d6bda27560e01b8152600490fd5b359060208110615a0c575090565b6000199060200360031b1b1690565b9060201161047a576000615a74602092604051615a638161452a878201946fffffffffffffffffffffffffffffffff1989820135169035869091604092825260208201520190565b60405192839283925192839161093f565b8101039060025afa156106aa5760005190565b90615ab991615057615a9f615aa5615a9f8585614daf565b906159fe565b93615ab3615a9f8286614dbd565b93614dce565b0390615acd601f1992838101875286610d0f565b838351958680615ae06000998a94615011565b039060025afa156106aa5783856150ea6150d36150df83519588519283918783016040918152600060208201520190565b60ff600080516020615d1f8339815191525460401c1615615b2e57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215615b7e575b505061175a57565b600080516020615cbf8339815191525416141590503880615b76565b90813b15615c1d57600080516020615cbf83398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115615c025761373c91615c3e565b505034615c0b57565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806135cd93602081519101845af4615c56614f56565b9190615c6257506159dd565b81511580615c95575b615c73575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15615c6b56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbccd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212206e84bbd4d409fb25cc3a9ad5247f45d7920386e3f6eaf2ee6188234acfdd030264736f6c63430008190033",
|
|
1762
|
-
"deployedBytecode": "0x6080604052600436101561001b575b361561001957600080fd5b005b60003560e01c806258a4ae1461046a57806301681a62146104655780630519da321461046057806306b27f241461045b57806309b719841461045657806309f1328f146104515780630b4bc85b1461044c5780630cb6aaf114610447578063102fb7b61461044257806313e7c9d81461043d5780631b41993c146104385780631c8553a2146104335780631c9dceae1461042e5780631cf1a093146104295780632798c823146104245780632f50be0e1461041f578063304b90711461041a5780633f4ba83a1461041557806340ed9dc214610410578063443fb6901461040b5780634dc97dce146104065780634f1ef2861461040157806352d1902d146103fc57806354d23f85146103f75780635c8db746146103f25780635c975abb146103ed5780635cc4657c146103e857806361b8ce8c146103e35780636c7ac9d8146103de57806370f81f6c146103d9578063770a9d2f146103d45780637968d638146103cf5780637a9e5e4b146103ca5780638171c299146103c55780638246438b146103c05780638379d75b146103bb5780638456cb59146103b65780638663bcc4146103b15780638fb36037146103ac5780639156032e146103a7578063950bff9f146103a25780639624e83e1461039d5780639cbdac8714610398578063a0cc982414610393578063a4a2c79a1461038e578063ad3cb1cc14610389578063b674800e14610384578063bf7e214f1461037f578063c7764f731461037a578063c955e9fa14610375578063ca7a285f14610370578063d091b9051461036b578063d818610414610366578063d91cb43c14610361578063da30e2791461035c578063e013693114610357578063e42ca72c14610352578063e9b826391461034d578063ea70b4af14610348578063ec87621c14610343578063f00669c61461033e578063f013822214610339578063f1f05c9214610334578063f28824611461032f578063f4aa1dd51461032a578063f6c8c47f14610325578063f77ca8a914610320578063fb80e8121461031b5763fed1d0360361000e576130a7565b613085565b613063565b612e57565b612c5d565b612c36565b612bfd565b612b2b565b6129be565b612983565b61295f565b612876565b61284a565b61282c565b612811565b6127dc565b61279a565b61277c565b6125ff565b6125c5565b6125a7565b612571565b61250c565b6124c6565b612472565b612454565b6123e0565b6123b7565b61239b565b6121f9565b6121a6565b612116565b6120ad565b612084565b612046565b611fcf565b611f50565b611f05565b611ecb565b611d44565b611d1b565b611cfd565b611cdf565b611caf565b611b71565b61176c565b611701565b6115f5565b611553565b6114c0565b61145b565b611374565b611358565b6110db565b611080565b61103f565b610f46565b610f2a565b610eef565b610e8e565b610e52565b610dcc565b610a73565b610987565b610921565b6108bc565b610868565b610794565b61047f565b600091031261047a57565b600080fd5b3461047a5760008060031936011261078057610499614d70565b336000908152601260205260409020546104c263ffffffff808316159081610772575b50613272565b6104e36001600160401b03604092831c16801515908161073c575b506132dd565b600f54610500906001600160a01b03165b6001600160a01b031690565b81516305db4e8f60e51b8152336004820152909160208083602481875afa9283156106aa57859361071d575b5061053883151561332f565b815163a51fa5c760e01b81523360048201528181602481885afa9081156106aa5786916106f0575b506106e85760105461057a906001600160a01b03166104f4565b82516360830ebb60e01b815260048101859052908290829060249082905afa9182156106aa5786926106bb575b5050925b83808411156106b3576105be908461337d565b935b84610621575050610604907f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0092905b51938452602084015233929081906040820190565b0390a261061e6001600080516020615cff83398151915255565b80f35b908093503b156106af578151638bc3920760e01b815233600482018190526024820186905260448201529285908490606490829084905af19182156106aa577f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d009361060493610691575b506105ef565b8061069e6106a492610cc1565b8061046f565b3861068b565b613323565b8480fd5b5084936105c0565b6106da9250803d106106e1575b6106d28183610d0f565b810190613314565b38806105a7565b503d6106c8565b5083926105ab565b6107109150823d8411610716575b6107088183610d0f565b810190613365565b38610560565b503d6106fe565b816107359294503d85116106e1576106d28183610d0f565b913861052c565b610769915061075d906107576008546001600160401b031690565b906132c2565b6001600160401b031690565b421015386104dd565b90508260201c1615386104bc565b80fd5b6001600160a01b0381160361047a57565b3461047a57602036600319011261047a576004356107b181610783565b6107b9614d70565b6107c33633614e44565b4790816107e2575b6100196001600080516020615cff83398151915255565b814710610843576001600160a01b031690600080808084865af1610804614f56565b901561083e57506040519081527fc36b5179cb9c303b200074996eab2b3473eac370fdd7eba3bec636fe3510969690602090a238806107cb565b6159dd565b5060405163cf47918160e01b81524760048201526024810191909152604490fd5b0390fd5b3461047a57600036600319011261047a5760206001600160401b0360085416604051908152f35b9181601f8401121561047a578235916001600160401b03831161047a576020838186019501011161047a57565b3461047a57606036600319011261047a576001600160401b0360043581811161047a576108ed90369060040161088f565b919060443591821161047a5760209261090d61091993369060040161088f565b92909160243591615028565b604051908152f35b3461047a57600036600319011261047a576020600754604051908152f35b60005b8381106109525750506000910152565b8181015183820152602001610942565b9060209161097b8151809281855285808601910161093f565b601f01601f1916010190565b3461047a57608036600319011261047a576001600160401b0360043581811161047a576109b890369060040161088f565b9060243592831161047a576109d46109e293369060040161088f565b9060643593604435936134d7565b90610a0160405192839215158352604060208401526040830190610962565b0390f35b60a435906001600160401b038216820361047a57565b600435906001600160401b038216820361047a57565b602435906001600160401b038216820361047a57565b604435906001600160401b038216820361047a57565b60e435906001600160401b038216820361047a57565b3461047a5760c036600319011261047a57600435610a9081610783565b60443590610a9d82610783565b606435610aa981610783565b608435610ab581610783565b610abd610a05565b91600080516020615d1f83398151915254946001600160401b0360ff8760401c1615961680159081610bd3575b6001149081610bc9575b159081610bc0575b50610bae57600080516020615d1f833981519152805467ffffffffffffffff19166001179055610b359486610b89575b60243590615141565b610b3b57005b600080516020615d1f833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29080602081015b0390a1005b600080516020615d1f833981519152805460ff60401b1916600160401b179055610b2c565b60405163f92ee8a960e01b8152600490fd5b90501538610afc565b303b159150610af4565b879150610aea565b90600182811c92168015610c0b575b6020831014610bf557565b634e487b7160e01b600052602260045260246000fd5b91607f1691610bea565b805460009392610c2482610bdb565b91828252602093600191600181169081600014610c8c5750600114610c4b575b5050505050565b90939495506000929192528360002092846000945b838610610c7857505050500101903880808080610c44565b805485870183015294019385908201610c60565b60ff19168685015250505090151560051b010191503880808080610c44565b634e487b7160e01b600052604160045260246000fd5b6001600160401b038111610cd457604052565b610cab565b604081019081106001600160401b03821117610cd457604052565b602081019081106001600160401b03821117610cd457604052565b90601f801991011681019081106001600160401b03821117610cd457604052565b90610d4b610d449260405193848092610c15565b0383610d0f565b565b60071115610d5757565b634e487b7160e01b600052602160045260246000fd5b949296959391610d88610d969260c0885260c0880190610962565b908682036020880152610962565b60408501969096526001600160a01b031660608401526007811015610d575760a0916001600160401b0391608085015216910152565b3461047a57602036600319011261047a576004356000526011602052604060002060405190610dff82610d448184610c15565b610a01604051610e1d81610e168160018701610c15565b0382610d0f565b600360028401549301546040519485946001600160401b038360a81c169360ff8460a01c169360018060a01b03169287610d6d565b3461047a57602036600319011261047a57600435610e703633614e44565b610e896001600160f81b03198216600160f91b14613674565b600155005b3461047a57602036600319011261047a57600435610eab81610783565b60018060a01b0316600052601260205260606040600020546001600160401b0363ffffffff916040519280821684528160201c16602084015260401c166040820152f35b3461047a57602036600319011261047a5760206001600160401b0380610f13610a1b565b166000526009825260406000205416604051908152f35b3461047a57600036600319011261047a57602060405160648152f35b3461047a57602036600319011261047a5760806001600160401b0380610f6a610a1b565b1660005260096020526040600020906001825492015490604051928181168452818160401c166020850152841c1660408301526060820152f35b634e487b7160e01b600052603260045260246000fd5b90600354821015610ffa57600360005260188260021c7fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b019260031b1690565b610fa4565b90600254821015610ffa57600260005260188260021c7f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace019260031b1690565b3461047a57602036600319011261047a5760043560035481101561047a576001600160401b03611070602092610fba565b90549060031b1c16604051908152f35b3461047a57602036600319011261047a5761001961109c610a1b565b6110a63633614e44565b6136cd565b9181601f8401121561047a578235916001600160401b03831161047a576020808501948460051b01011161047a57565b3461047a5760c036600319011261047a576110f4610a1b565b6110fc610a31565b6001600160401b039060443582811161047a5761111d9036906004016110ab565b939060843584811161047a576111379036906004016110ab565b61113f610a05565b948685169361114f85151561373f565b61116c866001600160401b03166000526009602052604060002090565b9861118f8661118961075d8d546001600160401b039060801c1690565b14613778565b73__$d69645fbc90682499a7586bfd77d6f89d8$__91823b1561047a576111d58989600097604051998a9889978897639714762960e01b89526064359260048a016137e8565b03915af480156106aa57611345575b50845460401c6001600160401b0316848416948591160361120157005b7f76c78808e83445970c71fb3f2e08dbace90d6720a9d23e05b5f88c8e085aefc3611297846112666112b39660039961123e6112cf9a151561383a565b9067ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b61126f85613886565b61127d600160065401600655565b6040516001600160401b0390911681529081906020820190565b0390a26001600160401b03166000526014602052604060002090565b546112bf8115156138e3565b6000526011602052604060002090565b01805460a01c60ff166112e181610d4d565b6113066003821491828015611332575b801561131f575b61130190613925565b610d4d565b61130c57005b805460ff60a01b1916600160a21b179055005b5061132981610d4d565b600481146112f8565b5061133c81610d4d565b600681146112f1565b8061069e61135292610cc1565b386111e4565b3461047a57600036600319011261047a576020604051600c8152f35b3461047a57600036600319011261047a5761138f3633614e44565b600080516020615cdf833981519152805460ff8116156113db5760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b600a54811015610ffa57600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80190600090565b600b54811015610ffa57600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90190600090565b3461047a57602036600319011261047a57600435600a5481101561047a57600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80154604080516001600160401b03808416825292821c909216602083015290f35b3461047a5761010036600319011261047a576114da610a1b565b6001600160401b039060243582811161047a576114fb90369060040161088f565b91611504610a47565b60643585811161047a5761151c9036906004016110ab565b60a49391933596871161047a5761153a6100199736906004016110ab565b949093611545610a5d565b9760c4359760843595613bd8565b3461047a57602036600319011261047a576004356000526013602052602060ff604060002054166040519015158152f35b6040519060c082018281106001600160401b03821117610cd457604052565b6001600160401b038111610cd457601f01601f191660200190565b9291926115ca826115a3565b916115d86040519384610d0f565b82948184528183011161047a578281602093846000960137010152565b604036600319011261047a5760043561160d81610783565b6024356001600160401b03811161047a573660238201121561047a5761163d9036906024816004013591016115be565b90611646615b40565b6116503633614e44565b611658615b40565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa600093816116e0575b506116a757604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b90600080516020615cbf83398151915283036116c7576100199250615b9a565b604051632a87526960e21b815260048101849052602490fd5b6116fa91945060203d6020116106e1576106d28183610d0f565b9238611681565b3461047a57600036600319011261047a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361175a576020604051600080516020615cbf8339815191528152f35b60405163703e46dd60e11b8152600490fd5b60208060031936011261047a5760049060043590611788614d70565b611790615314565b61179a3633614e44565b81151580611b21575b6117ac90613ef9565b60186117d4836117cd6117c460185463ffffffff1690565b63ffffffff1690565b1015613f32565b6117e76117e084613f73565b3414613fad565b6000906001600160401b034216925b848310611814576100196001600080516020615cff83398151915255565b60175493600195601654965b15611843575b611831600096613fec565b9561183e88881115613ffb565b611820565b611867600361185c886000526011602052604060002090565b015460a01c60ff1690565b61187081610d4d565b611826579390955093909361188482601755565b611898826000526011602052604060002090565b9187600f6118af6104f4825460018060a01b031690565b60038601805460408051630308b70f60e61b81526001600160a01b0390921695820195865291979194919290918b9183918290819060200103915afa9081156106aa5761190d9163ffffffff91600091611af4575b50161515614055565b600e54611922906001600160a01b03166104f4565b906001549061194c8b61193e8751948592830160209181520190565b03601f198101845283610d0f565b600281015492803b1561047a576000926801bc16d674ec8000008f9361198a8951978896879586946304512a2360e31b8652600181019286016140b6565b03925af180156106aa57611a52926119cd8c8a61123e611a2e611a096119f46119da8f611a449b6104f49b611ae1575b50805460ff60a01b1916600160a11b1781555b546001600160a01b031690565b6001600160a01b0316600090815260126020526040902090565b93611a24611a0e611a09875463ffffffff1690565b6140f5565b865463ffffffff191663ffffffff909116178655565b5463ffffffff1690565b63ffffffff1663ffffffff196018541617601855565b94546001600160a01b031690565b843b1561047a579051632fbdb45f60e11b81526001600160a01b03909116818a01908152909360009185919082908490829060200103925af19283156106aa57611ac693611ace575b507f2a89b2e3d580398d6dc2db5e0f336b52602bbaa51afa9bb5cdf59239cf0d2bea600080a2613fec565b9193926117f6565b8061069e611adb92610cc1565b38611a9b565b8061069e611aee92610cc1565b386119ba565b611b1491508c8d3d10611b1a575b611b0c8183610d0f565b810190614039565b38611904565b503d611b02565b5060148211156117a3565b602090602060408183019282815285518094520193019160005b828110611b54575050505090565b83516001600160401b031685529381019392810192600101611b46565b3461047a57600036600319011261047a576040805160025480825291602082016002600052927f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace6000925b826003850110611c6a575093611bfa928492610a01965491818110611c50575b818110611c32575b818110611c14575b10611c06575b500382610d0f565b60405191829182611b2c565b60c01c815260200138611bf2565b608083901c6001600160401b03168452926001906020019301611bec565b604083901c6001600160401b03168452926001906020019301611be4565b6001600160401b0383168452926001906020019301611bdc565b81546001600160401b03808216885281831c81166020890152608082811c9091168389015260c09190911c606088015290950194600490930192600190910190611bbc565b3461047a57600036600319011261047a57602060ff600080516020615cdf83398151915254166040519015158152f35b3461047a57600036600319011261047a576020600454604051908152f35b3461047a57600036600319011261047a576020601654604051908152f35b3461047a57600036600319011261047a576010546040516001600160a01b039091168152602090f35b3461047a57606036600319011261047a57600435611d6181610783565b604435602435611d6f614d70565b611d77615314565b611d813633614e44565b6003611d97836000526011602052604060002090565b0190611de4825492611dd1600360ff60018060a01b0396611dbe888b168099831614614121565b60a01c16611dcb81610d4d565b14614165565b805460ff60a01b1916600360a11b179055565b600f54611df9906001600160a01b03166104f4565b90813b1561047a576040516314d7c3d960e31b81526001600160a01b03959095166004860152602485018190526000949185908390604490829084905af19081156106aa577f4ed05e9673c26d2ed44f7ef6a7f2942df0ee3b5e1e17db4b99f9dcd261a339cd92611e7a92611eb8575b506040519081529081906020820190565b0390a27f89b4ab334d9e219338cbac42810fd34b6022a3c92fe6d54ab5ea805acaf92a868280a261061e6001600080516020615cff83398151915255565b8061069e611ec592610cc1565b38611e69565b3461047a57602036600319011261047a576001600160401b03611eec610a1b565b1660005260146020526020604060002054604051908152f35b3461047a57602036600319011261047a57608060ff611f2a611f25610a1b565b61419e565b916040949394519415158552602085015260018060a01b03166040840152166060820152f35b3461047a57602036600319011261047a57600435611f6d81610783565b600080516020615c9f833981519152546001600160a01b03919082163303611fb857803b15611f9f576100199061533f565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461047a57602036600319011261047a576004356001600160401b0380821161047a578060ff61200e61200860c095369060040161088f565b90614210565b604080519615158752949098166020860152928401919091526001600160a01b031660608301529091166080820152911660a0820152f35b3461047a57602036600319011261047a5760206001600160401b038061206a610a1b565b166000526009825260406000205460401c16604051908152f35b3461047a57600036600319011261047a57600e546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a576120c83633614e44565b6120d0615314565b600080516020615cdf833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461047a57604036600319011261047a5761212f610a1b565b612137610a31565b906121423633614e44565b600454906121508183615398565b916001600160401b0380921681018091116121a15760045560055490612176848361543a565b931681018091116121a157600555604080516001600160401b03928316815292909116602083015290f35b6132ac565b3461047a57600036600319011261047a57600080516020615c9f8339815191525460a01c60ff16156121f0576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006121dd565b602036600319011261047a5761220d614d70565b612215615314565b61221f3633614e44565b61222a3415156142e5565b6001600160401b03633b9aca0061224381340615614328565b6122596004356000526011602052604060002090565b60038101916122816003612272855460ff9060a01c1690565b61227b81610d4d565b14614361565b61193e6122a961229084610d30565b61229861439e565b600154978895340416978892615489565b600e546122d6906122c2906001600160a01b03166104f4565b936040519384916020830160209181520190565b6122de61439e565b92803b1561047a5761230b93600093604051958694859384936304512a2360e31b85528a600486016143c8565b039134905af19384156106aa5761235b61236e94612360937fb0a1e9d4c331fe865c51739d6cef1dd1e0a4235b9e7540657a122a056122083297612388575b505460a81c6001600160401b031690565b6156f4565b6040519182913490836143f4565b0390a16100196001600080516020615cff83398151915255565b8061069e61239592610cc1565b3861234a565b3461047a57600036600319011261047a57602060405160148152f35b3461047a57600036600319011261047a57600f546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a5760065460075480821061241d5781039081116121a1576040516001600160401b03919091168152602090f35b60405162461bcd60e51b815260206004820152600f60248201526e457869747320756e646572666c6f7760881b6044820152606490fd5b3461047a57600036600319011261047a576020601754604051908152f35b3461047a57602036600319011261047a5760043560025481101561047a576001600160401b036124a3602092610fff565b9190546040519260031b1c168152f35b604051906124c082610cf4565b60008252565b3461047a57600036600319011261047a57610a016040516124e681610cd9565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610962565b3461047a57602036600319011261047a57600435600b5481101561047a57600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90154604080516001600160401b03808416825292821c909216602083015290f35b3461047a57600036600319011261047a57600080516020615c9f833981519152546040516001600160a01b039091168152602090f35b3461047a57600036600319011261047a576020600654604051908152f35b3461047a57602036600319011261047a5760406001600160401b036125f06125eb610a1b565b6144c9565b83519182529091166020820152f35b3461047a57604036600319011261047a5760043561261c81610783565b60243590612628615314565b6126323633614e44565b61263d82151561464d565b600f54612652906001600160a01b03166104f4565b90813b1561047a5760405163dd16713b60e01b81526001600160a01b038216600482015260248101849052916000908390604490829084905af19081156106aa577ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b60589261271992612769575b506001600160401b03806126f76126e78460018060a01b03166000526012602052604060002090565b5460401c6001600160401b031690565b161561271e575b506040519384526001600160a01b0316929081906020820190565b0390a2005b6001600160a01b038216600090815260126020526040902061276391421667ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b386126fe565b8061069e61277692610cc1565b386126be565b3461047a57600036600319011261047a576020600154604051908152f35b3461047a57602036600319011261047a576001600160401b036127bb610a1b565b6127c53633614e44565b166001600160401b03196008541617600855600080f35b3461047a57602036600319011261047a57600435600052601560205260206001600160401b0360406000205416604051908152f35b3461047a57600036600319011261047a576020604051818152f35b3461047a57600036600319011261047a576020600554604051908152f35b3461047a57602036600319011261047a57600435600281101561047a57602090600c0154604051908152f35b3461047a57604036600319011261047a5761288f610a1b565b612897610a31565b906128a23633614e44565b604051906128af82610cd9565b6001600160401b038091168252806020830193168352600b5492600160401b841015610cd4576001840180600b55841015610ffa576129328261001995600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db90194511684906001600160401b03166001600160401b0319825416179055565b5182546fffffffffffffffff00000000000000001916911660401b67ffffffffffffffff60401b16179055565b3461047a57600036600319011261047a57602063ffffffff60185416604051908152f35b3461047a57600036600319011261047a5760206040517f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b088152f35b3461047a57608036600319011261047a576004356001600160401b0360243581811161047a576129f290369060040161088f565b909160443590811161047a57600292612a12612ab392369060040161088f565b91612a3060643597612a22615314565b6112bf60165482111561467d565b94612a6160ff6003880154612a4e3360018060a01b038316146146b6565b60a01c16612a5b81610d4d565b156146f5565b612a7a612a746001548a878786886134d7565b90614741565b612a853682846115be565b6020815191012091612a9687610d30565b6020815191012092838103612ab7575b5050505060018401614805565b0155005b612b0f81612af5612b05612b2297612af5612af0612aec612ae5612b1c996000526013602052604060002090565b5460ff1690565b1590565b61476d565b6000526013602052604060002090565b805460ff19169055565b805460ff19166001179055565b86614805565b38808080612aa6565b3461047a57600036600319011261047a57600a54600b549060045490818110612bc557600554808410612b8d57612b6b61075d612b719461075d9461337d565b9361337d565b604080516001600160401b039384168152919092166020820152f35b60405162461bcd60e51b815260206004820152601060248201526f70657869747320756e646572666c6f7760801b6044820152606490fd5b60405162461bcd60e51b815260206004820152601060248201526f746f7075707320756e646572666c6f7760801b6044820152606490fd5b3461047a57604036600319011261047a57612c16610a1b565b612b71612c2d612c24610a31565b92600454615398565b9160055461543a565b3461047a57600036600319011261047a5760206001600160401b0360005416604051908152f35b3461047a57602036600319011261047a576004356001600160401b03811161047a57612c8d9036906004016110ab565b612c95615314565b612ca260648211156148d3565b60009160005b828110612de0575033600090815260126020526040902063ffffffff841693612d1591612cfa90612ce687612ce1835463ffffffff1690565b61410b565b63ffffffff1663ffffffff19825416179055565b612d10611a2e86612ce160185463ffffffff1690565b613f91565b80612d4d575b6040517f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979080610b84868633846149a5565b600f54612d62906001600160a01b03166104f4565b93843b1561047a57604051636976798f60e11b8152336004820152602481019290925263ffffffff166044820152926000908490606490829084905af19283156106aa577f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979315612d1b578061069e612dda92610cc1565b38612d1b565b92612e50600191612e4b6003612e0b612dfa89898961490f565b356000526011602052604060002090565b01612e3860ff8254612e2533898060a01b0383161461491f565b60a01c16612e3281610d4d565b1561496b565b805460ff60a01b1916600160a01b179055565b613fec565b9301612ca8565b3461047a57606036600319011261047a576001600160401b0360043581811161047a57612e8890369060040161088f565b909160243590811161047a57612ea290369060040161088f565b929091604435612eb0615314565b612ec3612a7460015483888887896134d7565b612efd612b0f612ed43685876115be565b60208151910120612af5612ef8612aec612ae5846000526013602052604060002090565b6149c7565b33600090815260126020526040902054612f219063ffffffff16613bc3565b613bc3565b600f54909490612f39906001600160a01b03166104f4565b604051630308b70f60e61b81523360048201529190602090839060249082905afa9687156106aa57612f9d612fe096612f8d6130049a612fa696600091613044575b5063ffffffff808c1691161015614a01565b612f95611584565b9636916115be565b855236916115be565b6020830152604082015233606082015260006080820152600060a0820152612fdb612fd2601654613fec565b6112bf81601655565b614b15565b3360009081526012602052604090209063ffffffff1663ffffffff19825416179055565b613019611a2e612f1c60185463ffffffff1690565b336016547fcb2c934a3e9ec8b1063e85a3a228cad961b6af5aee38331ae08d7c76405e1262600080a3005b61305d915060203d602011611b1a57611b0c8183610d0f565b38612f7b565b3461047a57600036600319011261047a57602060405166470de4df8200008152f35b3461047a57604036600319011261047a57610a01611bfa602435600435614c81565b3461047a57602036600319011261047a5761316d6004356130c83633614e44565b60036130de826000526011602052604060002090565b0180546131069060a01c60ff166130f481610d4d565b6003811490811561325e575b50614361565b805460ff60a01b1916600560a01b178155805460a81c6001600160401b03169061314e83613147846001600160401b03166000526014602052604060002090565b5414614d24565b6000809481936001600160401b03166000526014602052604060002090565b5580546131bb90613186906001600160a01b03166119da565b805461319a9060201c63ffffffff166140f5565b67ffffffff0000000082549160201b169067ffffffff000000001916179055565b600f546131e2906131d4906001600160a01b03166104f4565b91546001600160a01b031690565b813b1561325a576040516369e7849960e01b81526001600160a01b0391909116600482015291908290602490829084905af180156106aa57613247575b507f430648de173157e069201c943adb2d4e340e7cf5b27b1b09c9cb852f03d63b568280a280f35b8061069e61325492610cc1565b3861321f565b8280fd5b6004915061326b81610d4d565b1438613100565b1561327957565b60405162461bcd60e51b815260206004820152600b60248201526a6b6579732061637469766560a81b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b03808094169116019182116121a157565b156132e457565b60405162461bcd60e51b815260206004820152600860248201526731b7b7b63237bbb760c11b6044820152606490fd5b9081602091031261047a575190565b6040513d6000823e3d90fd5b1561333657565b60405162461bcd60e51b8152602060048201526007602482015266139bc8189bdb9960ca1b6044820152606490fd5b9081602091031261047a5751801515810361047a5790565b919082039182116121a157565b6040519061339782610cd9565b6015825274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6020830152565b604051906133c882610cd9565b6018825277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6020830152565b604051906133fc82610cd9565b602082527f4465706f736974206461746120726f6f742063616e6e6f74206265207a65726f6020830152565b90821015610ffa570190565b6040519061344182610cd9565b60158252745075626b65792063616e6e6f74206265207a65726f60581b6020830152565b6040519061347282610cd9565b601882527f5369676e61747572652063616e6e6f74206265207a65726f00000000000000006020830152565b604051906134ab82610cd9565b601a82527f4465706f736974206461746120726f6f74206d69736d617463680000000000006020830152565b9195939290949560309660308703613646576060966060840361363257851561361e5760019860005b6001600160401b0381168281101561360e5761353161352361353e92868b613428565b356001600160f81b03191690565b6001600160f81b03191690565b613553576001016001600160401b0316613500565b505090919293949596975060005b6135fb5760019760005b6001600160401b038116828110156135ec5761353161352361358e928989613428565b6135a3576001016001600160401b031661356b565b5050909192939495965060005b6135db576135bd94615028565b036135d0576001906135cd6124b3565b90565b6000906135cd61349e565b5050505050506000906135cd613465565b505050909192939495966135b0565b50505050505090506000906135cd613434565b5050509091929394959697613561565b5050505050509150506000906135cd6133ef565b5050505050509150506000906135cd6133bb565b50505050509150506000906135cd61338a565b906001600160401b03166001600160401b0319825416179055565b1561367b57565b60405162461bcd60e51b815260206004820152601f60248201527f7769746864726177616c4372656473206d7573742073746172742030783032006044820152606490fd5b919082018092116121a157565b6001600160401b0316801561373c576006546007549182018092116121a15781116136f757600755565b60405162461bcd60e51b815260206004820152601b60248201527f45786974636f756e74203e20617661696c61626c6520657869747300000000006044820152606490fd5b50565b1561374657565b60405162461bcd60e51b815260206004820152600a602482015269076616c496e64657820360b41b6044820152606490fd5b1561377f57565b60405162461bcd60e51b815260206004820152601760248201527f556e6b6e6f776e2076616c696461746f7220696e6465780000000000000000006044820152606490fd5b81835290916001600160fb1b03831161047a5760209260051b809284830137010190565b969897939092949560a09661381a61382d946001600160401b0398898098168c5260c060208d015260c08c01916137c4565b9260408a015288830360608a01526137c4565b9616608085015216910152565b1561384157565b60405162461bcd60e51b815260206004820152601e60248201527f576974686472617761626c652065706f63682063616e6e6f74206265203000006044820152606490fd5b600354600160401b811015610cd4578060016138a59201600355610fba565b6001600160401b039291928084549260031b9316831b921b1916179055565b600254600160401b811015610cd4578060016138a59201600255610fff565b156138ea57565b60405162461bcd60e51b815260206004820152601360248201527209cde40d6caf240ccdee440ecc2d892dcc8caf606b1b6044820152606490fd5b1561392c57565b60405162461bcd60e51b815260206004820152600f60248201526e02130b21039ba30ba3ab9903337b91608d1b6044820152606490fd5b906007811015610d5757815460ff60a01b191660a09190911b60ff60a01b16179055565b1561398e57565b60405162461bcd60e51b81526020600482015260076024820152660696e64657820360cc1b6044820152606490fd5b156139c457565b60405162461bcd60e51b815260206004820152600660248201526510985908125960d21b6044820152606490fd5b156139f957565b60405162461bcd60e51b815260206004820152600d60248201526c0a0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b15613a3557565b60405162461bcd60e51b815260206004820152600860248201526715dc9bdb99c8125960c21b6044820152606490fd5b15613a6c57565b60405162461bcd60e51b815260206004820152600660248201526553746174757360d01b6044820152606490fd5b969897939194613aca60a0979296613add956001600160401b038099168b5260c060208c015260c08b01916137c4565b92604089015287830360608901526137c4565b95608085015216910152565b15613af057565b60405162461bcd60e51b815260206004820152602360248201527f496e64657820616c726561647920626f756e6420746f20746865206f74686572604482015262081a5960ea1b6064820152608490fd5b15613b4857565b60405162461bcd60e51b815260206004820152601060248201526f76616c496e646578206469666665727360801b6044820152606490fd5b15613b8757565b60405162461bcd60e51b81526020600482015260146024820152730e0eac4d6caf240d0c2e6d040dad2e6dac2e8c6d60631b6044820152606490fd5b90600163ffffffff809316019182116121a157565b97919894909996959295613bed861515613987565b6001600160401b0394858a169b8c151580613eed575b613c0c906139bd565b613c298b6001600160401b03166000526011602052604060002090565b9b808d54613c3690610bdb565b14613c40906139f2565b3690613c4b926115be565b805190602001209a613c5c81610d30565b805190602001208c14613c6e90613a2e565b600301805490989060a01c60ff16613c8581610d4d565b600214613c9190613a65565b73__$d69645fbc90682499a7586bfd77d6f89d8$__92833b1561047a578a89600097613cd4936040519a8b998a988998631529739960e11b8a5260048a01613a9a565b03915af49687156106aa5782613e3594613659937f5b268a4671164189b29d9f943102d3263e673da18f8aab03a5e9aac2623397f59a613eda575b501698898094613d32826001600160401b03166000526014602052604060002090565b548381613ec9575b5050875460a81c6001600160401b03161680613eb95750865467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16178655613d94846001600160401b03166000526014602052604060002090565b555b613e2586613dcd61075d613dbd876001600160401b03166000526009602052604060002090565b5460801c6001600160401b031690565b15613deb866001600160401b03166000526009602052604060002090565b9015613eaa57805467ffffffffffffffff60801b1916608087901b67ffffffffffffffff60801b16178155836001820155613659866138c4565b6000526015602052604060002090565b805460029060a01c60ff16613e4981610d4d565b14613e6e575b50604080516001600160401b03928316815292909116602083015290a2565b805460ff60a01b1916600360a01b178155613ea490613e90906119da906119cd565b805461319a9060201c63ffffffff16613bc3565b38613e4f565b61365984600183015414613b80565b613ec4925014613b41565b613d96565b613ed39114613ae9565b3883613d3a565b8061069e613ee792610cc1565b38613d0f565b506016548d1115613c03565b15613f0057565b60405162461bcd60e51b815260206004820152600a60248201526962617463682073697a6560b01b6044820152606490fd5b15613f3957565b60405162461bcd60e51b81526020600482015260126024820152716e6f7420656e6f7567682070656e64696e6760701b6044820152606490fd5b906801bc16d674ec800000918281029281840414901517156121a157565b9066470de4df820000918281029281840414901517156121a157565b15613fb457565b60405162461bcd60e51b815260206004820152601060248201526f0d2dce6eaccccd2c6d2cadce8408aa8960831b6044820152606490fd5b60001981146121a15760010190565b1561400257565b60405162461bcd60e51b815260206004820152600f60248201526e637572736f72206f766572666c6f7760881b6044820152606490fd5b9081602091031261047a575163ffffffff8116810361047a5790565b1561405c57565b60405162461bcd60e51b815260206004820152602c60248201527f434f4445204552524f523a20696e73756666696369656e7420626f6e6420666f60448201526b1c881ad95e481d5c1b1bd85960a21b6064820152608490fd5b9493926140e26060936140d46140f09460808a5260808a0190610c15565b9088820360208a0152610962565b908682036040880152610c15565b930152565b63ffffffff90811660001901919082116121a157565b63ffffffff91821690821603919082116121a157565b1561412857565b60405162461bcd60e51b815260206004820152601560248201527404964206973206e6f74206f776e6564206279206f7605c1b6044820152606490fd5b1561416c57565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b906001600160401b036000921682526014602052604082205491821561420657828152601160205260036040822001549160ff8360a01c169160078310156141f25750600193926001600160a01b03169190565b634e487b7160e01b81526021600452602490fd5b8092509180918190565b6000614221600092839436916115be565b60208151910120825260156020526001600160401b0392836040842054169283156142d557508293614266846001600160401b03166000526014602052604060002090565b549384614292575b61428b906001600160401b03166000526009602052604060002090565b5416600195565b9150915060036142ac846000526011602052604060002090565b01546001600160a01b038116929061428b9060a01c60ff166142cd81610d4d565b92905061426e565b9493505050508180918180918190565b156142ec57565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b1561432f57565b60405162461bcd60e51b815260206004820152600a60248201526910985908185b5bdd5b9d60b21b6044820152606490fd5b1561436857565b60405162461bcd60e51b815260206004820152600e60248201526d4b6579206e6f742061637469766560901b6044820152606490fd5b60405190608082018281106001600160401b03821117610cd4576040526060808352366020840137565b9493926143e66060936140d46140f09460808a5260808a0190610c15565b908682036040880152610962565b9291906140f0602091604086526040860190610c15565b6001600160401b038111610cd45760051b60200190565b9061442c8261440b565b6144396040519182610d0f565b828152809261444a601f199161440b565b0190602036910137565b8051821015610ffa5760209160051b010190565b9060001982019182136001166121a157565b818103929160001380158285131691841216176121a157565b805160208092019160005b8281106144ac575050505090565b83516001600160401b03168552938101939281019260010161449e565b6144d290615784565b906002546144df81614422565b90600093845b8281106145495750505082156145405780836001600160401b03925261451561450d85614468565b60008361581f565b6040516145388161452a602082018095614493565b03601f198101835282610d0f565b519020921690565b50600091508190565b8061456b614558600193610fff565b90546001600160401b039160031b1c1690565b6001600160401b03806145a1614594846001600160401b03166000526009602052604060002090565b546001600160401b031690565b168015159182614640575b50506145ba575b50016144e5565b6145d7816001600160401b03166000526014602052604060002090565b54806145e4575b506145b3565b61460061185c9160039283916000526011602052604060002090565b61460981610d4d565b14614615575b806145de565b61463a9061462c6146258a613fec565b9988614454565b906001600160401b03169052565b3861460f565b86161015905038806145ac565b1561465457565b60405162461bcd60e51b81526020600482015260016024820152600360fc1b6044820152606490fd5b1561468457565b60405162461bcd60e51b815260206004820152600a6024820152691a5b9d985b1a59081a5960b21b6044820152606490fd5b156146bd57565b60405162461bcd60e51b815260206004820152601060248201526f6e6f742073656e6465722773206b657960801b6044820152606490fd5b156146fc57565b60405162461bcd60e51b815260206004820152601860248201527f6b6579206e6f7420696e2070656e64696e6720737461746500000000000000006044820152606490fd5b156147495750565b60405162461bcd60e51b815260206004820152908190610864906024830190610962565b1561477457565b60405162461bcd60e51b81526020600482015260136024820152721c1d589ad95e48185b1c9958591e481d5cd959606a1b6044820152606490fd5b90601f81116147bd57505050565b6000916000526020600020906020601f850160051c830194106147fb575b601f0160051c01915b8281106147f057505050565b8181556001016147e4565b90925082906147db565b9092916001600160401b038111610cd45761482a816148248454610bdb565b846147af565b6000601f821160011461486b57819061485c939495600092614860575b50508160011b916000199060031b1c19161790565b9055565b013590503880614847565b601f1982169461488084600052602060002090565b91805b8781106148bb5750836001959697106148a1575b505050811b019055565b0135600019600384901b60f8161c19169055388080614897565b90926020600181928686013581550194019101614883565b156148da57565b60405162461bcd60e51b815260206004820152600d60248201526c18985d18da080f881b1a5b5a5d609a1b6044820152606490fd5b9190811015610ffa5760051b0190565b1561492657565b60405162461bcd60e51b815260206004820152601960248201527f43616e6e6f742072656d6f7665206f746865722773206b6579000000000000006044820152606490fd5b1561497257565b60405162461bcd60e51b815260206004820152600b60248201526a4e6f742070656e64696e6760a81b6044820152606490fd5b6001600160a01b0390911681526040602082018190526135cd939101916137c4565b156149ce57565b60405162461bcd60e51b815260206004820152600b60248201526a1c1d589ad95e481d5cd95960aa1b6044820152606490fd5b15614a0857565b606460405162461bcd60e51b815260206004820152602060248201527f696e73756666696369656e7420626f6e6420666f72206b65792075706c6f61646044820152fd5b91909182516001600160401b038111610cd457614a6d816148248454610bdb565b602080601f8311600114614aab5750819061485c939495600092614aa05750508160011b916000199060031b1c19161790565b015190503880614847565b90601f19831695614ac185600052602060002090565b926000905b888210614afd57505083600195969710614ae457505050811b019055565b015160001960f88460031b161c19169055388080614897565b80600185968294968601518155019501930190614ac6565b919080519283516001600160401b038111610cd457614b38816148248454610bdb565b602080601f8311600114614c065750614bde92614b768360a094600394610d4b999a600092614aa05750508160011b916000199060031b1c19161790565b81555b614b8a602086015160018301614a4c565b604085015160028201556060850151910180546001600160a01b0319166001600160a01b0390921691909117815592614bd06080820151614bca81610d4d565b85613963565b01516001600160401b031690565b815467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16179055565b90601f19831696614c1c85600052602060002090565b926000905b898210614c6957505083600393614bde969360019360a097610d4b9b9c10614c51575b505050811b018155614b79565b015160001983871b60f8161c19169055388080614c44565b80600185968294968601518155019501930190614c21565b919060035490818410801590614d1c575b614d00578301908184116121a157808211614cf8575b508281039081116121a157614cbc90614422565b9160005b8351811015614cf45780614cee614ce4614558614cdf600195876136c0565b610fba565b61462c8388614454565b01614cc0565b5050565b905038614ca8565b50509050604051614d1081610cf4565b60008152600036813790565b508015614c92565b15614d2b57565b60405162461bcd60e51b815260206004820152601b60248201527f434f4445204552524f523a20696e76616c6964206d617070696e6700000000006044820152606490fd5b600080516020615cff8339815191526002815414614d8e5760029055565b604051633ee5aeb560e01b8152600490fd5b60041161047a57600090600490565b9060201161047a5790602090565b9060401161047a5760200190602090565b9060601161047a5760400190602090565b6001600160e01b03199035818116939260048110614dfc57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b600080516020615c9f8339815191528054614e7d906001600160a01b0316614e74614e6e86614da0565b90614ddf565b9084309161594e565b9015614e8a575b50505050565b63ffffffff1615614f3657600080516020615c9f833981519152805460ff60a01b1916600160a01b179055614ec4906104f49081906119cd565b91823b1561047a57614ef09260009283604051809681958294634a63ebf760e11b845260048401614e0b565b03925af180156106aa57614f23575b50600080516020615c9f833981519152805460ff60a01b1916905538808080614e84565b8061069e614f3092610cc1565b38614eff565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b3d15614f81573d90614f67826115a3565b91614f756040519384610d0f565b82523d6000602084013e565b606090565b15614f8d57565b60405162461bcd60e51b8152602060048201526015602482015274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6044820152606490fd5b15614fd157565b60405162461bcd60e51b8152602060048201526018602482015277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6044820152606490fd5b906150246020928281519485920161093f565b0190565b93615051615057926150759661504060308314614f86565b61504c60608514614fca565b615a1b565b93615a87565b60409182519485916020958684019091604092825260208201520190565b0390615089601f1992838101875286610d0f565b83835195868061509c6000998a94615011565b039060025afa156106aa5783856150ea6150d36150df8351958851928391878301604091634059730760d81b825260208201520190565b03878101835282610d0f565b865191828092615011565b039060025afa156106aa5784926151286151329385519361511c84519586928a84019091604092825260208201520190565b03908101845283610d0f565b5191828092615011565b039060025afa156106aa575190565b6151989095949195615151615b11565b615159615b11565b615161615b11565b6001600080516020615cff8339815191525561517b615b11565b615183615b11565b61518b615b11565b615193615b11565b61533f565b6151a0615b11565b6151a8615b11565b6151c16001600160f81b03198616600160f91b14613674565b6001600160a01b039182169485151580615309575b806152fe575b156152ca57826152529461521661526e986151f961523495600155565b60018060a01b03166001600160601b0360a01b600e541617600e55565b1660018060a01b03166001600160601b0360a01b600f541617600f55565b1660018060a01b03166001600160601b0360a01b6010541617601055565b6001600160401b03166001600160401b03196000541617600055565b61528660016001600160401b03196008541617600855565b61529e60016001600160401b03196008541617600855565b6152af673782dace9d900000600c55565b6152c06729a2241af62c0000600d55565b610d4b6000601755565b60405162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b6044820152606490fd5b5082821615156151dc565b5082841615156151d6565b60ff600080516020615cdf833981519152541661532d57565b60405163d93c066560e01b8152600490fd5b600080516020615c9f83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b600092916001600160401b03168015615432578101908181116121a157600a54821161540557905b8082106153cb575050565b90926153fd6001916153f06153df876113ed565b505460401c6001600160401b031690565b016001600160401b031690565b9301906153c0565b60405162461bcd60e51b815260206004820152600560248201526472616e676560d81b6044820152606490fd5b506000925050565b600092916001600160401b03168015615432578101908181116121a157600b54821161540557905b80821061546d575050565b90926154816001916153f06153df87611424565b930190615462565b90926154986030835114614f86565b6154a56060845114614fca565b6020828101516040938401518451808401929092526fffffffffffffffffffffffffffffffff191681850152838152909485949192601f1992916154ea606086610d0f565b8551978895866154fd60009b8c93615011565b03600297885afa156106aa5787519167ffffffffffff00008160081b9160081c9165ff000000ff0064ff000000ff65ffffffffffff66ff000000ff0000861667ff000000ff00000085161760101c16941691161760101b16179287896155a0828401519361559560608c830151920151956155898d519384928884019091604092825260208201520190565b038a8101835282610d0f565b8a5191828092615011565b0390895afa156106aa5787896155d06155896155958351958c519283918783016040918152600060208201520190565b0390895afa156106aa5788615618899261560d8351916156018c519384928884019091604092825260208201520190565b03898101835282610d0f565b895191828092615011565b0390885afa156106aa578761566088926156558351956156498b519384928884019091604092825260208201520190565b03888101835282610d0f565b885191828092615011565b0390875afa156106aa57866156b687926156ab8351956150d38a51938267ffffffff0000000063ffffffff87958b1c16918a1b161760c01b8884019091604092825260208201520190565b875191828092615011565b0390865afa156106aa5785936151286156e79386519361511c84519586928b84019091604092825260208201520190565b03915afa156106aa575190565b6040519061570182610cd9565b6001600160401b038091168252806020830193168352600a5492600160401b841015610cd4576001840180600a55841015610ffa5761293282610d4b95600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80194511684906001600160401b03166001600160401b0319825416179055565b6001600160401b03908180600054169116818111156157af5703908082116121a15761018091160490565b60405162461bcd60e51b815260206004820152600660248201526562616420747360d01b6044820152606490fd5b919091600083820193841291129080158216911516176121a157565b6001600160ff1b0381146121a15760010190565b600160ff1b81146121a1576000190190565b9190808283821215610c445761586461075d61585761585161584b615844878a61447a565b6002900590565b866157dd565b88614454565b516001600160401b031690565b8184131561589d575080821261588c575b505081811261588357505050565b610d4b9261581f565b615896918561581f565b3880615875565b959192949390945b866158b661075d6158578489614454565b10156158ca576158c5906157f9565b6158a5565b95945b6158dd61075d6158578388614454565b8610156158f2576158ed9061580d565b6158cd565b909394959291958184136158645790926159426159489161593d615919615857888b614454565b615933615929615857858d614454565b61462c8a8d614454565b61462c838b614454565b6157f9565b9361580d565b90615864565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b03831184841017610cd457604093859385528380528360205251915afa6159cb5750565b9150915051906020518060201c150290565b8051156159ec57602081519101fd5b60405163d6bda27560e01b8152600490fd5b359060208110615a0c575090565b6000199060200360031b1b1690565b9060201161047a576000615a74602092604051615a638161452a878201946fffffffffffffffffffffffffffffffff1989820135169035869091604092825260208201520190565b60405192839283925192839161093f565b8101039060025afa156106aa5760005190565b90615ab991615057615a9f615aa5615a9f8585614daf565b906159fe565b93615ab3615a9f8286614dbd565b93614dce565b0390615acd601f1992838101875286610d0f565b838351958680615ae06000998a94615011565b039060025afa156106aa5783856150ea6150d36150df83519588519283918783016040918152600060208201520190565b60ff600080516020615d1f8339815191525460401c1615615b2e57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215615b7e575b505061175a57565b600080516020615cbf8339815191525416141590503880615b76565b90813b15615c1d57600080516020615cbf83398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115615c025761373c91615c3e565b505034615c0b57565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806135cd93602081519101845af4615c56614f56565b9190615c6257506159dd565b81511580615c95575b615c73575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15615c6b56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbccd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212206e84bbd4d409fb25cc3a9ad5247f45d7920386e3f6eaf2ee6188234acfdd030264736f6c63430008190033",
|
|
1763
|
-
"linkReferences": {
|
|
1764
|
-
"contracts/liqEth/BeaconState.sol": {
|
|
1765
|
-
"BeaconState": [
|
|
1766
|
-
{
|
|
1767
|
-
"length": 20,
|
|
1768
|
-
"start": 4544
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"length": 20,
|
|
1772
|
-
"start": 15554
|
|
1773
|
-
}
|
|
1774
|
-
]
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
"deployedLinkReferences": {
|
|
1778
|
-
"contracts/liqEth/BeaconState.sol": {
|
|
1779
|
-
"BeaconState": [
|
|
1780
|
-
{
|
|
1781
|
-
"length": 20,
|
|
1782
|
-
"start": 4497
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"length": 20,
|
|
1786
|
-
"start": 15507
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
}
|