@wireio/stake 0.2.4 → 0.2.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 +59679 -12796
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +16805 -3254
- package/lib/stake.js +60211 -13152
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +59679 -12796
- package/lib/stake.m.js.map +1 -1
- package/package.json +6 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +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 +37 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.json → hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/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/IPretoken.sol/IPretoken.json +29 -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/{ABI/liqEth/RewardsERC20.sol/RewardsERC20.json → mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +159 -34
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -81
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.json +948 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/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/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +2 -2
- 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/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{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/convert.client.ts +221 -0
- package/src/networks/ethereum/clients/opp.client.ts +389 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +165 -0
- package/src/networks/ethereum/clients/receipt.client.ts +199 -0
- package/src/networks/ethereum/clients/stake.client.ts +110 -122
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -165
- package/src/networks/ethereum/ethereum.ts +505 -172
- package/src/networks/ethereum/types.ts +71 -30
- package/src/networks/ethereum/utils.ts +340 -0
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +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 -107
- package/src/networks/solana/constants.ts +88 -216
- package/src/networks/solana/program.ts +432 -28
- package/src/networks/solana/solana.ts +1070 -399
- package/src/networks/solana/types.ts +688 -75
- package/src/networks/solana/utils.ts +160 -359
- package/src/staker.ts +25 -4
- package/src/types.ts +261 -40
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -1114
- 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/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -118
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -225
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +0 -813
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -573
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1087
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1183
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -927
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -447
- package/src/assets/ethereum/ABI/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 -1753
- 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/OPP.sol/OPP.json +0 -930
- 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/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2020
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
- 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/deposit.client.ts +0 -82
- package/src/networks/solana/clients/deposit.client.ts +0 -127
- /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}/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/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/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/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,1183 +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": "bytes32",
|
|
10
|
-
"name": "_withdrawalCreds",
|
|
11
|
-
"type": "bytes32"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "address",
|
|
15
|
-
"name": "admin",
|
|
16
|
-
"type": "address"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "address",
|
|
20
|
-
"name": "bdc",
|
|
21
|
-
"type": "address"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"internalType": "address",
|
|
25
|
-
"name": "_acc",
|
|
26
|
-
"type": "address"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"internalType": "address",
|
|
30
|
-
"name": "_depMan",
|
|
31
|
-
"type": "address"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"stateMutability": "nonpayable",
|
|
35
|
-
"type": "constructor"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"inputs": [],
|
|
39
|
-
"name": "AccessControlBadConfirmation",
|
|
40
|
-
"type": "error"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"inputs": [
|
|
44
|
-
{
|
|
45
|
-
"internalType": "address",
|
|
46
|
-
"name": "account",
|
|
47
|
-
"type": "address"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"internalType": "bytes32",
|
|
51
|
-
"name": "neededRole",
|
|
52
|
-
"type": "bytes32"
|
|
53
|
-
}
|
|
54
|
-
],
|
|
55
|
-
"name": "AccessControlUnauthorizedAccount",
|
|
56
|
-
"type": "error"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"inputs": [],
|
|
60
|
-
"name": "EnforcedPause",
|
|
61
|
-
"type": "error"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"inputs": [],
|
|
65
|
-
"name": "ExpectedPause",
|
|
66
|
-
"type": "error"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"inputs": [],
|
|
70
|
-
"name": "FailedCall",
|
|
71
|
-
"type": "error"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"inputs": [
|
|
75
|
-
{
|
|
76
|
-
"internalType": "uint256",
|
|
77
|
-
"name": "balance",
|
|
78
|
-
"type": "uint256"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"internalType": "uint256",
|
|
82
|
-
"name": "needed",
|
|
83
|
-
"type": "uint256"
|
|
84
|
-
}
|
|
85
|
-
],
|
|
86
|
-
"name": "InsufficientBalance",
|
|
87
|
-
"type": "error"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"inputs": [],
|
|
91
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
92
|
-
"type": "error"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"anonymous": false,
|
|
96
|
-
"inputs": [
|
|
97
|
-
{
|
|
98
|
-
"indexed": true,
|
|
99
|
-
"internalType": "address",
|
|
100
|
-
"name": "operator",
|
|
101
|
-
"type": "address"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"indexed": false,
|
|
105
|
-
"internalType": "uint256",
|
|
106
|
-
"name": "amount",
|
|
107
|
-
"type": "uint256"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"name": "BondLocked",
|
|
111
|
-
"type": "event"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"anonymous": false,
|
|
115
|
-
"inputs": [
|
|
116
|
-
{
|
|
117
|
-
"indexed": true,
|
|
118
|
-
"internalType": "address",
|
|
119
|
-
"name": "operator",
|
|
120
|
-
"type": "address"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"indexed": false,
|
|
124
|
-
"internalType": "uint256",
|
|
125
|
-
"name": "amount",
|
|
126
|
-
"type": "uint256"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"indexed": false,
|
|
130
|
-
"internalType": "uint256",
|
|
131
|
-
"name": "fee",
|
|
132
|
-
"type": "uint256"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"name": "BondUnlocked",
|
|
136
|
-
"type": "event"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"anonymous": false,
|
|
140
|
-
"inputs": [
|
|
141
|
-
{
|
|
142
|
-
"indexed": true,
|
|
143
|
-
"internalType": "uint256",
|
|
144
|
-
"name": "id",
|
|
145
|
-
"type": "uint256"
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
"name": "Deposited",
|
|
149
|
-
"type": "event"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"anonymous": false,
|
|
153
|
-
"inputs": [
|
|
154
|
-
{
|
|
155
|
-
"indexed": true,
|
|
156
|
-
"internalType": "uint256",
|
|
157
|
-
"name": "id",
|
|
158
|
-
"type": "uint256"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"indexed": true,
|
|
162
|
-
"internalType": "address",
|
|
163
|
-
"name": "operator",
|
|
164
|
-
"type": "address"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"name": "KeyUploaded",
|
|
168
|
-
"type": "event"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"anonymous": false,
|
|
172
|
-
"inputs": [
|
|
173
|
-
{
|
|
174
|
-
"indexed": false,
|
|
175
|
-
"internalType": "address",
|
|
176
|
-
"name": "op",
|
|
177
|
-
"type": "address"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"indexed": false,
|
|
181
|
-
"internalType": "uint256[]",
|
|
182
|
-
"name": "ids",
|
|
183
|
-
"type": "uint256[]"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"name": "KeysRemoved",
|
|
187
|
-
"type": "event"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"anonymous": false,
|
|
191
|
-
"inputs": [
|
|
192
|
-
{
|
|
193
|
-
"indexed": false,
|
|
194
|
-
"internalType": "address",
|
|
195
|
-
"name": "account",
|
|
196
|
-
"type": "address"
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"name": "Paused",
|
|
200
|
-
"type": "event"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"anonymous": false,
|
|
204
|
-
"inputs": [
|
|
205
|
-
{
|
|
206
|
-
"indexed": true,
|
|
207
|
-
"internalType": "bytes32",
|
|
208
|
-
"name": "role",
|
|
209
|
-
"type": "bytes32"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"indexed": true,
|
|
213
|
-
"internalType": "bytes32",
|
|
214
|
-
"name": "previousAdminRole",
|
|
215
|
-
"type": "bytes32"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"indexed": true,
|
|
219
|
-
"internalType": "bytes32",
|
|
220
|
-
"name": "newAdminRole",
|
|
221
|
-
"type": "bytes32"
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"name": "RoleAdminChanged",
|
|
225
|
-
"type": "event"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"anonymous": false,
|
|
229
|
-
"inputs": [
|
|
230
|
-
{
|
|
231
|
-
"indexed": true,
|
|
232
|
-
"internalType": "bytes32",
|
|
233
|
-
"name": "role",
|
|
234
|
-
"type": "bytes32"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"indexed": true,
|
|
238
|
-
"internalType": "address",
|
|
239
|
-
"name": "account",
|
|
240
|
-
"type": "address"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"indexed": true,
|
|
244
|
-
"internalType": "address",
|
|
245
|
-
"name": "sender",
|
|
246
|
-
"type": "address"
|
|
247
|
-
}
|
|
248
|
-
],
|
|
249
|
-
"name": "RoleGranted",
|
|
250
|
-
"type": "event"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"anonymous": false,
|
|
254
|
-
"inputs": [
|
|
255
|
-
{
|
|
256
|
-
"indexed": true,
|
|
257
|
-
"internalType": "bytes32",
|
|
258
|
-
"name": "role",
|
|
259
|
-
"type": "bytes32"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"indexed": true,
|
|
263
|
-
"internalType": "address",
|
|
264
|
-
"name": "account",
|
|
265
|
-
"type": "address"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"indexed": true,
|
|
269
|
-
"internalType": "address",
|
|
270
|
-
"name": "sender",
|
|
271
|
-
"type": "address"
|
|
272
|
-
}
|
|
273
|
-
],
|
|
274
|
-
"name": "RoleRevoked",
|
|
275
|
-
"type": "event"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"anonymous": false,
|
|
279
|
-
"inputs": [
|
|
280
|
-
{
|
|
281
|
-
"indexed": true,
|
|
282
|
-
"internalType": "address",
|
|
283
|
-
"name": "operator",
|
|
284
|
-
"type": "address"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"indexed": false,
|
|
288
|
-
"internalType": "uint256",
|
|
289
|
-
"name": "penalty",
|
|
290
|
-
"type": "uint256"
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"name": "Slashed",
|
|
294
|
-
"type": "event"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"anonymous": false,
|
|
298
|
-
"inputs": [
|
|
299
|
-
{
|
|
300
|
-
"indexed": true,
|
|
301
|
-
"internalType": "address",
|
|
302
|
-
"name": "to",
|
|
303
|
-
"type": "address"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"indexed": false,
|
|
307
|
-
"internalType": "uint256",
|
|
308
|
-
"name": "amount",
|
|
309
|
-
"type": "uint256"
|
|
310
|
-
}
|
|
311
|
-
],
|
|
312
|
-
"name": "Swept",
|
|
313
|
-
"type": "event"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"anonymous": false,
|
|
317
|
-
"inputs": [
|
|
318
|
-
{
|
|
319
|
-
"indexed": false,
|
|
320
|
-
"internalType": "bytes",
|
|
321
|
-
"name": "pubkey",
|
|
322
|
-
"type": "bytes"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"indexed": false,
|
|
326
|
-
"internalType": "uint256",
|
|
327
|
-
"name": "ethAmount",
|
|
328
|
-
"type": "uint256"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"name": "TopUpValidator",
|
|
332
|
-
"type": "event"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"anonymous": false,
|
|
336
|
-
"inputs": [
|
|
337
|
-
{
|
|
338
|
-
"indexed": false,
|
|
339
|
-
"internalType": "address",
|
|
340
|
-
"name": "account",
|
|
341
|
-
"type": "address"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"name": "Unpaused",
|
|
345
|
-
"type": "event"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"anonymous": false,
|
|
349
|
-
"inputs": [
|
|
350
|
-
{
|
|
351
|
-
"indexed": true,
|
|
352
|
-
"internalType": "uint256",
|
|
353
|
-
"name": "id",
|
|
354
|
-
"type": "uint256"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"name": "ValidatorForcedExit",
|
|
358
|
-
"type": "event"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"anonymous": false,
|
|
362
|
-
"inputs": [
|
|
363
|
-
{
|
|
364
|
-
"indexed": true,
|
|
365
|
-
"internalType": "uint256",
|
|
366
|
-
"name": "id",
|
|
367
|
-
"type": "uint256"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"indexed": false,
|
|
371
|
-
"internalType": "uint64",
|
|
372
|
-
"name": "oldIndex",
|
|
373
|
-
"type": "uint64"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"indexed": false,
|
|
377
|
-
"internalType": "uint64",
|
|
378
|
-
"name": "newIndex",
|
|
379
|
-
"type": "uint64"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"indexed": true,
|
|
383
|
-
"internalType": "address",
|
|
384
|
-
"name": "operator",
|
|
385
|
-
"type": "address"
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"name": "ValidatorIndexUpdated",
|
|
389
|
-
"type": "event"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"anonymous": false,
|
|
393
|
-
"inputs": [
|
|
394
|
-
{
|
|
395
|
-
"indexed": true,
|
|
396
|
-
"internalType": "uint256",
|
|
397
|
-
"name": "id",
|
|
398
|
-
"type": "uint256"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"name": "Withdrawn",
|
|
402
|
-
"type": "event"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"inputs": [],
|
|
406
|
-
"name": "BDC",
|
|
407
|
-
"outputs": [
|
|
408
|
-
{
|
|
409
|
-
"internalType": "contract IDepositContract",
|
|
410
|
-
"name": "",
|
|
411
|
-
"type": "address"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"stateMutability": "view",
|
|
415
|
-
"type": "function"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"inputs": [],
|
|
419
|
-
"name": "DEFAULT_ADMIN_ROLE",
|
|
420
|
-
"outputs": [
|
|
421
|
-
{
|
|
422
|
-
"internalType": "bytes32",
|
|
423
|
-
"name": "",
|
|
424
|
-
"type": "bytes32"
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"stateMutability": "view",
|
|
428
|
-
"type": "function"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"inputs": [],
|
|
432
|
-
"name": "KEY_REMOVAL_CHARGE",
|
|
433
|
-
"outputs": [
|
|
434
|
-
{
|
|
435
|
-
"internalType": "uint256",
|
|
436
|
-
"name": "",
|
|
437
|
-
"type": "uint256"
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"stateMutability": "view",
|
|
441
|
-
"type": "function"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"inputs": [],
|
|
445
|
-
"name": "MANAGER_ROLE",
|
|
446
|
-
"outputs": [
|
|
447
|
-
{
|
|
448
|
-
"internalType": "bytes32",
|
|
449
|
-
"name": "",
|
|
450
|
-
"type": "bytes32"
|
|
451
|
-
}
|
|
452
|
-
],
|
|
453
|
-
"stateMutability": "view",
|
|
454
|
-
"type": "function"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"inputs": [],
|
|
458
|
-
"name": "MAX_BATCH",
|
|
459
|
-
"outputs": [
|
|
460
|
-
{
|
|
461
|
-
"internalType": "uint256",
|
|
462
|
-
"name": "",
|
|
463
|
-
"type": "uint256"
|
|
464
|
-
}
|
|
465
|
-
],
|
|
466
|
-
"stateMutability": "view",
|
|
467
|
-
"type": "function"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"inputs": [],
|
|
471
|
-
"name": "MAX_REMOVE_BATCH",
|
|
472
|
-
"outputs": [
|
|
473
|
-
{
|
|
474
|
-
"internalType": "uint256",
|
|
475
|
-
"name": "",
|
|
476
|
-
"type": "uint256"
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
"stateMutability": "view",
|
|
480
|
-
"type": "function"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"inputs": [],
|
|
484
|
-
"name": "accounting",
|
|
485
|
-
"outputs": [
|
|
486
|
-
{
|
|
487
|
-
"internalType": "contract IAccounting",
|
|
488
|
-
"name": "",
|
|
489
|
-
"type": "address"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"stateMutability": "view",
|
|
493
|
-
"type": "function"
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"inputs": [
|
|
497
|
-
{
|
|
498
|
-
"internalType": "uint256",
|
|
499
|
-
"name": "nKeys",
|
|
500
|
-
"type": "uint256"
|
|
501
|
-
}
|
|
502
|
-
],
|
|
503
|
-
"name": "batchDeposit",
|
|
504
|
-
"outputs": [],
|
|
505
|
-
"stateMutability": "payable",
|
|
506
|
-
"type": "function"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"inputs": [
|
|
510
|
-
{
|
|
511
|
-
"internalType": "uint256",
|
|
512
|
-
"name": "",
|
|
513
|
-
"type": "uint256"
|
|
514
|
-
}
|
|
515
|
-
],
|
|
516
|
-
"name": "bondCurve",
|
|
517
|
-
"outputs": [
|
|
518
|
-
{
|
|
519
|
-
"internalType": "uint256",
|
|
520
|
-
"name": "",
|
|
521
|
-
"type": "uint256"
|
|
522
|
-
}
|
|
523
|
-
],
|
|
524
|
-
"stateMutability": "view",
|
|
525
|
-
"type": "function"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"inputs": [
|
|
529
|
-
{
|
|
530
|
-
"internalType": "bytes",
|
|
531
|
-
"name": "pubkey",
|
|
532
|
-
"type": "bytes"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"internalType": "bytes32",
|
|
536
|
-
"name": "withdrawalCredentials",
|
|
537
|
-
"type": "bytes32"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"internalType": "bytes",
|
|
541
|
-
"name": "signature",
|
|
542
|
-
"type": "bytes"
|
|
543
|
-
}
|
|
544
|
-
],
|
|
545
|
-
"name": "computeRootFor",
|
|
546
|
-
"outputs": [
|
|
547
|
-
{
|
|
548
|
-
"internalType": "bytes32",
|
|
549
|
-
"name": "",
|
|
550
|
-
"type": "bytes32"
|
|
551
|
-
}
|
|
552
|
-
],
|
|
553
|
-
"stateMutability": "pure",
|
|
554
|
-
"type": "function"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"inputs": [
|
|
558
|
-
{
|
|
559
|
-
"internalType": "uint64",
|
|
560
|
-
"name": "id",
|
|
561
|
-
"type": "uint64"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"internalType": "uint64",
|
|
565
|
-
"name": "valIndex",
|
|
566
|
-
"type": "uint64"
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"name": "confirmLive",
|
|
570
|
-
"outputs": [],
|
|
571
|
-
"stateMutability": "nonpayable",
|
|
572
|
-
"type": "function"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"inputs": [],
|
|
576
|
-
"name": "depositCursor",
|
|
577
|
-
"outputs": [
|
|
578
|
-
{
|
|
579
|
-
"internalType": "uint256",
|
|
580
|
-
"name": "",
|
|
581
|
-
"type": "uint256"
|
|
582
|
-
}
|
|
583
|
-
],
|
|
584
|
-
"stateMutability": "view",
|
|
585
|
-
"type": "function"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"inputs": [],
|
|
589
|
-
"name": "depositManager",
|
|
590
|
-
"outputs": [
|
|
591
|
-
{
|
|
592
|
-
"internalType": "contract IDepositManager",
|
|
593
|
-
"name": "",
|
|
594
|
-
"type": "address"
|
|
595
|
-
}
|
|
596
|
-
],
|
|
597
|
-
"stateMutability": "view",
|
|
598
|
-
"type": "function"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"inputs": [
|
|
602
|
-
{
|
|
603
|
-
"internalType": "uint64",
|
|
604
|
-
"name": "valIndex",
|
|
605
|
-
"type": "uint64"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"name": "getKeyMetaByindex",
|
|
609
|
-
"outputs": [
|
|
610
|
-
{
|
|
611
|
-
"internalType": "bool",
|
|
612
|
-
"name": "exists",
|
|
613
|
-
"type": "bool"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"internalType": "uint256",
|
|
617
|
-
"name": "id",
|
|
618
|
-
"type": "uint256"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"internalType": "address",
|
|
622
|
-
"name": "operator",
|
|
623
|
-
"type": "address"
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"internalType": "uint8",
|
|
627
|
-
"name": "status",
|
|
628
|
-
"type": "uint8"
|
|
629
|
-
}
|
|
630
|
-
],
|
|
631
|
-
"stateMutability": "view",
|
|
632
|
-
"type": "function"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"inputs": [
|
|
636
|
-
{
|
|
637
|
-
"internalType": "bytes32",
|
|
638
|
-
"name": "role",
|
|
639
|
-
"type": "bytes32"
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"name": "getRoleAdmin",
|
|
643
|
-
"outputs": [
|
|
644
|
-
{
|
|
645
|
-
"internalType": "bytes32",
|
|
646
|
-
"name": "",
|
|
647
|
-
"type": "bytes32"
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"stateMutability": "view",
|
|
651
|
-
"type": "function"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"inputs": [
|
|
655
|
-
{
|
|
656
|
-
"internalType": "bytes32",
|
|
657
|
-
"name": "role",
|
|
658
|
-
"type": "bytes32"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"internalType": "address",
|
|
662
|
-
"name": "account",
|
|
663
|
-
"type": "address"
|
|
664
|
-
}
|
|
665
|
-
],
|
|
666
|
-
"name": "grantRole",
|
|
667
|
-
"outputs": [],
|
|
668
|
-
"stateMutability": "nonpayable",
|
|
669
|
-
"type": "function"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"inputs": [
|
|
673
|
-
{
|
|
674
|
-
"internalType": "bytes32",
|
|
675
|
-
"name": "role",
|
|
676
|
-
"type": "bytes32"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"internalType": "address",
|
|
680
|
-
"name": "account",
|
|
681
|
-
"type": "address"
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
|
-
"name": "hasRole",
|
|
685
|
-
"outputs": [
|
|
686
|
-
{
|
|
687
|
-
"internalType": "bool",
|
|
688
|
-
"name": "",
|
|
689
|
-
"type": "bool"
|
|
690
|
-
}
|
|
691
|
-
],
|
|
692
|
-
"stateMutability": "view",
|
|
693
|
-
"type": "function"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"inputs": [
|
|
697
|
-
{
|
|
698
|
-
"internalType": "uint64",
|
|
699
|
-
"name": "",
|
|
700
|
-
"type": "uint64"
|
|
701
|
-
}
|
|
702
|
-
],
|
|
703
|
-
"name": "keyIdByValindex",
|
|
704
|
-
"outputs": [
|
|
705
|
-
{
|
|
706
|
-
"internalType": "uint256",
|
|
707
|
-
"name": "",
|
|
708
|
-
"type": "uint256"
|
|
709
|
-
}
|
|
710
|
-
],
|
|
711
|
-
"stateMutability": "view",
|
|
712
|
-
"type": "function"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"inputs": [
|
|
716
|
-
{
|
|
717
|
-
"internalType": "uint256",
|
|
718
|
-
"name": "",
|
|
719
|
-
"type": "uint256"
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"name": "keys",
|
|
723
|
-
"outputs": [
|
|
724
|
-
{
|
|
725
|
-
"internalType": "bytes",
|
|
726
|
-
"name": "pubkey",
|
|
727
|
-
"type": "bytes"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"internalType": "bytes",
|
|
731
|
-
"name": "signature",
|
|
732
|
-
"type": "bytes"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"internalType": "bytes32",
|
|
736
|
-
"name": "depositDataRoot",
|
|
737
|
-
"type": "bytes32"
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"internalType": "address",
|
|
741
|
-
"name": "operator",
|
|
742
|
-
"type": "address"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"internalType": "enum StakingModule.VStatus",
|
|
746
|
-
"name": "status",
|
|
747
|
-
"type": "uint8"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"internalType": "uint64",
|
|
751
|
-
"name": "valIndex",
|
|
752
|
-
"type": "uint64"
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"stateMutability": "view",
|
|
756
|
-
"type": "function"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"inputs": [
|
|
760
|
-
{
|
|
761
|
-
"internalType": "address",
|
|
762
|
-
"name": "operator",
|
|
763
|
-
"type": "address"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"internalType": "uint256",
|
|
767
|
-
"name": "tokenAmt",
|
|
768
|
-
"type": "uint256"
|
|
769
|
-
}
|
|
770
|
-
],
|
|
771
|
-
"name": "lockBond",
|
|
772
|
-
"outputs": [],
|
|
773
|
-
"stateMutability": "nonpayable",
|
|
774
|
-
"type": "function"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"inputs": [
|
|
778
|
-
{
|
|
779
|
-
"internalType": "uint256",
|
|
780
|
-
"name": "id",
|
|
781
|
-
"type": "uint256"
|
|
782
|
-
}
|
|
783
|
-
],
|
|
784
|
-
"name": "markWithdrawn",
|
|
785
|
-
"outputs": [],
|
|
786
|
-
"stateMutability": "nonpayable",
|
|
787
|
-
"type": "function"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"inputs": [],
|
|
791
|
-
"name": "nextId",
|
|
792
|
-
"outputs": [
|
|
793
|
-
{
|
|
794
|
-
"internalType": "uint256",
|
|
795
|
-
"name": "",
|
|
796
|
-
"type": "uint256"
|
|
797
|
-
}
|
|
798
|
-
],
|
|
799
|
-
"stateMutability": "view",
|
|
800
|
-
"type": "function"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"inputs": [
|
|
804
|
-
{
|
|
805
|
-
"internalType": "address",
|
|
806
|
-
"name": "",
|
|
807
|
-
"type": "address"
|
|
808
|
-
}
|
|
809
|
-
],
|
|
810
|
-
"name": "operators",
|
|
811
|
-
"outputs": [
|
|
812
|
-
{
|
|
813
|
-
"internalType": "uint32",
|
|
814
|
-
"name": "pendingKeys",
|
|
815
|
-
"type": "uint32"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"internalType": "uint32",
|
|
819
|
-
"name": "activeKeys",
|
|
820
|
-
"type": "uint32"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"internalType": "uint64",
|
|
824
|
-
"name": "lastDepositTs",
|
|
825
|
-
"type": "uint64"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"stateMutability": "view",
|
|
829
|
-
"type": "function"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"inputs": [],
|
|
833
|
-
"name": "pause",
|
|
834
|
-
"outputs": [],
|
|
835
|
-
"stateMutability": "nonpayable",
|
|
836
|
-
"type": "function"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"inputs": [],
|
|
840
|
-
"name": "paused",
|
|
841
|
-
"outputs": [
|
|
842
|
-
{
|
|
843
|
-
"internalType": "bool",
|
|
844
|
-
"name": "",
|
|
845
|
-
"type": "bool"
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
|
-
"stateMutability": "view",
|
|
849
|
-
"type": "function"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"inputs": [],
|
|
853
|
-
"name": "pendingCount",
|
|
854
|
-
"outputs": [
|
|
855
|
-
{
|
|
856
|
-
"internalType": "uint32",
|
|
857
|
-
"name": "",
|
|
858
|
-
"type": "uint32"
|
|
859
|
-
}
|
|
860
|
-
],
|
|
861
|
-
"stateMutability": "view",
|
|
862
|
-
"type": "function"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"inputs": [
|
|
866
|
-
{
|
|
867
|
-
"internalType": "bytes32",
|
|
868
|
-
"name": "",
|
|
869
|
-
"type": "bytes32"
|
|
870
|
-
}
|
|
871
|
-
],
|
|
872
|
-
"name": "pubkeyUsed",
|
|
873
|
-
"outputs": [
|
|
874
|
-
{
|
|
875
|
-
"internalType": "bool",
|
|
876
|
-
"name": "",
|
|
877
|
-
"type": "bool"
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"stateMutability": "view",
|
|
881
|
-
"type": "function"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"inputs": [
|
|
885
|
-
{
|
|
886
|
-
"internalType": "uint256[]",
|
|
887
|
-
"name": "ids",
|
|
888
|
-
"type": "uint256[]"
|
|
889
|
-
}
|
|
890
|
-
],
|
|
891
|
-
"name": "removeKeys",
|
|
892
|
-
"outputs": [],
|
|
893
|
-
"stateMutability": "nonpayable",
|
|
894
|
-
"type": "function"
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"inputs": [
|
|
898
|
-
{
|
|
899
|
-
"internalType": "bytes32",
|
|
900
|
-
"name": "role",
|
|
901
|
-
"type": "bytes32"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"internalType": "address",
|
|
905
|
-
"name": "callerConfirmation",
|
|
906
|
-
"type": "address"
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"name": "renounceRole",
|
|
910
|
-
"outputs": [],
|
|
911
|
-
"stateMutability": "nonpayable",
|
|
912
|
-
"type": "function"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"inputs": [
|
|
916
|
-
{
|
|
917
|
-
"internalType": "uint256",
|
|
918
|
-
"name": "id",
|
|
919
|
-
"type": "uint256"
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"internalType": "bytes",
|
|
923
|
-
"name": "pubkey",
|
|
924
|
-
"type": "bytes"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"internalType": "bytes",
|
|
928
|
-
"name": "signature",
|
|
929
|
-
"type": "bytes"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"internalType": "bytes32",
|
|
933
|
-
"name": "depositDataRoot",
|
|
934
|
-
"type": "bytes32"
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"name": "replaceUploadedKeyData",
|
|
938
|
-
"outputs": [],
|
|
939
|
-
"stateMutability": "nonpayable",
|
|
940
|
-
"type": "function"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"inputs": [
|
|
944
|
-
{
|
|
945
|
-
"internalType": "bytes32",
|
|
946
|
-
"name": "role",
|
|
947
|
-
"type": "bytes32"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"internalType": "address",
|
|
951
|
-
"name": "account",
|
|
952
|
-
"type": "address"
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"name": "revokeRole",
|
|
956
|
-
"outputs": [],
|
|
957
|
-
"stateMutability": "nonpayable",
|
|
958
|
-
"type": "function"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"inputs": [
|
|
962
|
-
{
|
|
963
|
-
"internalType": "uint64",
|
|
964
|
-
"name": "id",
|
|
965
|
-
"type": "uint64"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"internalType": "uint64",
|
|
969
|
-
"name": "newValIndex",
|
|
970
|
-
"type": "uint64"
|
|
971
|
-
}
|
|
972
|
-
],
|
|
973
|
-
"name": "setIndex",
|
|
974
|
-
"outputs": [],
|
|
975
|
-
"stateMutability": "nonpayable",
|
|
976
|
-
"type": "function"
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"inputs": [
|
|
980
|
-
{
|
|
981
|
-
"internalType": "uint64",
|
|
982
|
-
"name": "d",
|
|
983
|
-
"type": "uint64"
|
|
984
|
-
}
|
|
985
|
-
],
|
|
986
|
-
"name": "setUnlockDelay",
|
|
987
|
-
"outputs": [],
|
|
988
|
-
"stateMutability": "nonpayable",
|
|
989
|
-
"type": "function"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"inputs": [
|
|
993
|
-
{
|
|
994
|
-
"internalType": "bytes32",
|
|
995
|
-
"name": "creds",
|
|
996
|
-
"type": "bytes32"
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"name": "setWithdrawalCreds",
|
|
1000
|
-
"outputs": [],
|
|
1001
|
-
"stateMutability": "nonpayable",
|
|
1002
|
-
"type": "function"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"inputs": [
|
|
1006
|
-
{
|
|
1007
|
-
"internalType": "address",
|
|
1008
|
-
"name": "operator",
|
|
1009
|
-
"type": "address"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"internalType": "uint256",
|
|
1013
|
-
"name": "penalty",
|
|
1014
|
-
"type": "uint256"
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"internalType": "uint256",
|
|
1018
|
-
"name": "id",
|
|
1019
|
-
"type": "uint256"
|
|
1020
|
-
}
|
|
1021
|
-
],
|
|
1022
|
-
"name": "slash",
|
|
1023
|
-
"outputs": [],
|
|
1024
|
-
"stateMutability": "nonpayable",
|
|
1025
|
-
"type": "function"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"inputs": [
|
|
1029
|
-
{
|
|
1030
|
-
"internalType": "bytes4",
|
|
1031
|
-
"name": "interfaceId",
|
|
1032
|
-
"type": "bytes4"
|
|
1033
|
-
}
|
|
1034
|
-
],
|
|
1035
|
-
"name": "supportsInterface",
|
|
1036
|
-
"outputs": [
|
|
1037
|
-
{
|
|
1038
|
-
"internalType": "bool",
|
|
1039
|
-
"name": "",
|
|
1040
|
-
"type": "bool"
|
|
1041
|
-
}
|
|
1042
|
-
],
|
|
1043
|
-
"stateMutability": "view",
|
|
1044
|
-
"type": "function"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"inputs": [
|
|
1048
|
-
{
|
|
1049
|
-
"internalType": "address payable",
|
|
1050
|
-
"name": "to",
|
|
1051
|
-
"type": "address"
|
|
1052
|
-
}
|
|
1053
|
-
],
|
|
1054
|
-
"name": "sweep",
|
|
1055
|
-
"outputs": [],
|
|
1056
|
-
"stateMutability": "nonpayable",
|
|
1057
|
-
"type": "function"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"inputs": [
|
|
1061
|
-
{
|
|
1062
|
-
"internalType": "uint256",
|
|
1063
|
-
"name": "id",
|
|
1064
|
-
"type": "uint256"
|
|
1065
|
-
}
|
|
1066
|
-
],
|
|
1067
|
-
"name": "topUpValidator",
|
|
1068
|
-
"outputs": [],
|
|
1069
|
-
"stateMutability": "payable",
|
|
1070
|
-
"type": "function"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"inputs": [],
|
|
1074
|
-
"name": "unlockBond",
|
|
1075
|
-
"outputs": [],
|
|
1076
|
-
"stateMutability": "nonpayable",
|
|
1077
|
-
"type": "function"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"inputs": [],
|
|
1081
|
-
"name": "unlockDelay",
|
|
1082
|
-
"outputs": [
|
|
1083
|
-
{
|
|
1084
|
-
"internalType": "uint64",
|
|
1085
|
-
"name": "",
|
|
1086
|
-
"type": "uint64"
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"stateMutability": "view",
|
|
1090
|
-
"type": "function"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"inputs": [],
|
|
1094
|
-
"name": "unpause",
|
|
1095
|
-
"outputs": [],
|
|
1096
|
-
"stateMutability": "nonpayable",
|
|
1097
|
-
"type": "function"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"inputs": [
|
|
1101
|
-
{
|
|
1102
|
-
"internalType": "bytes",
|
|
1103
|
-
"name": "pubkey",
|
|
1104
|
-
"type": "bytes"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"internalType": "bytes",
|
|
1108
|
-
"name": "signature",
|
|
1109
|
-
"type": "bytes"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"internalType": "bytes32",
|
|
1113
|
-
"name": "depositDataRoot",
|
|
1114
|
-
"type": "bytes32"
|
|
1115
|
-
}
|
|
1116
|
-
],
|
|
1117
|
-
"name": "uploadKey",
|
|
1118
|
-
"outputs": [],
|
|
1119
|
-
"stateMutability": "nonpayable",
|
|
1120
|
-
"type": "function"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"inputs": [
|
|
1124
|
-
{
|
|
1125
|
-
"internalType": "bytes",
|
|
1126
|
-
"name": "pubkey",
|
|
1127
|
-
"type": "bytes"
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"internalType": "bytes",
|
|
1131
|
-
"name": "signature",
|
|
1132
|
-
"type": "bytes"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"internalType": "bytes32",
|
|
1136
|
-
"name": "depositDataRoot",
|
|
1137
|
-
"type": "bytes32"
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"internalType": "bytes32",
|
|
1141
|
-
"name": "withdrawalCredentials",
|
|
1142
|
-
"type": "bytes32"
|
|
1143
|
-
}
|
|
1144
|
-
],
|
|
1145
|
-
"name": "validateDepositKey",
|
|
1146
|
-
"outputs": [
|
|
1147
|
-
{
|
|
1148
|
-
"internalType": "bool",
|
|
1149
|
-
"name": "isValid",
|
|
1150
|
-
"type": "bool"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"internalType": "string",
|
|
1154
|
-
"name": "errorMessage",
|
|
1155
|
-
"type": "string"
|
|
1156
|
-
}
|
|
1157
|
-
],
|
|
1158
|
-
"stateMutability": "pure",
|
|
1159
|
-
"type": "function"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"inputs": [],
|
|
1163
|
-
"name": "withdrawalCreds",
|
|
1164
|
-
"outputs": [
|
|
1165
|
-
{
|
|
1166
|
-
"internalType": "bytes32",
|
|
1167
|
-
"name": "",
|
|
1168
|
-
"type": "bytes32"
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
|
-
"stateMutability": "view",
|
|
1172
|
-
"type": "function"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"stateMutability": "payable",
|
|
1176
|
-
"type": "receive"
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"bytecode": "0x60c03461027957601f61410338819003918201601f1916830192916001600160401b039182851184861017610263578160a09285926040978852833981010312610279578151916020906100556020820161027e565b9361006186830161027e565b9361007a60806100736060860161027e565b940161027e565b936001916001805560029161010080600160481b0319600254161760025589518a810181811084821117610263578b52673782dace9d90000081526729a2241af62c000060208201529160005b84811061024f575050607f60f91b7fff00000000000000000000000000000000000000000000000000000000000000861601935061020b92505050576001600160a01b039384169081151580610200575b806101f5575b156101c257600655608052821660a052600580546001600160a01b03191691831691909117905581166101b9575061015533610292565b506000600c5551613de090816103238239608051818181610e70015281816114380152611579015260a05181818161036f01528181610e4d015281816112b9015281816116de0152818161178d01528181611c7e01528181611e8a01526122410152f35b61015590610292565b865162461bcd60e51b815260206004820152600c60248201526b7a65726f206164647265737360a01b6044820152606490fd5b50848416151561011e565b508483161515610118565b855162461bcd60e51b815260206004820152601f60248201527f7769746864726177616c4372656473206d7573742073746172742030783032006044820152606490fd5b8351821660038201559282019285016100c7565b634e487b7160e01b600052604160045260246000fd5b600080fd5b51906001600160a01b038216820361027957565b6001600160a01b031660008181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205490919060ff1661031e57818052816020526040822081835260205260408220600160ff1982541617905533917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8180a4600190565b509056fe6080604052600436101561001b575b361561001957600080fd5b005b60003560e01c806258a4ae146102da57806301681a62146102d557806301ffc9a7146102d05780630519da32146102cb57806306b27f24146102c657806309f1328f146102c15780630cb6aaf1146102bc578063102fb7b6146102b757806313e7c9d8146102b25780631c8553a2146102ad578063248a9ca3146102a85780632f2ff15d146102a357806336568abe1461029e5780633f4ba83a1461029957806343e80faf146102945780634dc97dce1461028f57806354d23f851461028a5780635c975abb1461028557806361b8ce8c146102805780636c7ac9d81461027b57806370f81f6c14610276578063770a9d2f146102715780637968d6381461026c5780638379d75b146102675780638456cb59146102625780639156032e1461025d57806391d1485414610258578063950bff9f146102535780639624e83e1461024e578063a0cc982414610249578063a217fddf14610244578063ca7a285f1461023f578063d091b9051461023a578063d547741f14610235578063d818610414610230578063e42ca72c1461022b578063ea70b4af14610226578063ec87621c14610221578063f00669c61461021c578063f4aa1dd514610217578063f6c8c47f14610212578063f77ca8a91461020d578063fc56ea3f146102085763fed1d0360361000e57612158565b611fd7565b611fb5565b611d9b565b611b69565b6119ec565b6119b1565b61198d565b611961565b611902565b6118c0565b6118a2565b611747565b61172b565b61170d565b6116c8565b6116ac565b611656565b6114c1565b611467565b611422565b6113d7565b61139d565b611218565b6111ef565b6111d1565b6111ae565b610dc6565b610d95565b610d63565b610ccd565b610c82565b610c40565b610c11565b610bf5565b610b94565b610b19565b610a93565b61083f565b610792565b61073b565b6106e5565b6105f7565b6102ef565b60009103126102ea57565b600080fd5b346102ea576000806003193601126105e3576103096135a9565b3360009081526008602052604090205461033263ffffffff8083161590816105d5575b506122e0565b6103536001600160401b03604092831c1680151590816105a1575b50612350565b80516305db4e8f60e51b81523360048201526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169160208083602481875afa92831561050f578593610582575b506103b48315156123a2565b815163a51fa5c760e01b81523360048201528181602481885afa90811561050f578691610555575b5061054d576005546001600160a01b031682516360830ebb60e01b815260048101859052908290829060249082905afa91821561050f578692610520575b5050925b83808411156105185761043190846123f0565b935b84610486575050610477907f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0092905b51938452602084015233929081906040820190565b0390a261048360018055565b80f35b908093503b15610514578151638bc3920760e01b815233600482018190526024820186905260448201529285908490606490829084905af191821561050f577f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0093610477936104f6575b50610462565b80610503610509926109a3565b806102df565b386104f0565b612396565b8480fd5b508493610433565b61053f9250803d10610546575b61053781836109d6565b810190612387565b388061041a565b503d61052d565b50839261041e565b6105759150823d841161057b575b61056d81836109d6565b8101906123d8565b386103dc565b503d610563565b8161059a9294503d85116105465761053781836109d6565b91386103a8565b6002546105cc92506105c0919060081c6001600160401b031690612330565b6001600160401b031690565b4210153861034d565b90508260201c16153861032c565b80fd5b6001600160a01b038116036102ea57565b346102ea5760203660031901126102ea57600435610614816105e6565b61061c6135a9565b6106246135cc565b479081610635575b61001960018055565b8147106106c0576001600160a01b03169060008080808085875af13d156106b7573d6106608161241c565b9061066e60405192836109d6565b8152809260203d92013e5b156106b257506040519081527fc36b5179cb9c303b200074996eab2b3473eac370fdd7eba3bec636fe3510969690602090a2388061062c565b613c46565b60609150610679565b5060405163cf47918160e01b81524760048201526024810191909152604490fd5b0390fd5b346102ea5760203660031901126102ea5760043563ffffffff60e01b81168091036102ea57602090637965db0b60e01b811490811561072a575b506040519015158152f35b6301ffc9a760e01b1490503861071f565b346102ea5760003660031901126102ea5760206001600160401b0360025460081c16604051908152f35b9181601f840112156102ea578235916001600160401b0383116102ea57602083818601950101116102ea57565b346102ea5760603660031901126102ea576001600160401b036004358181116102ea576107c3903690600401610765565b91906044359182116102ea576020926107e36107ef933690600401610765565b92909160243591613761565b604051908152f35b60005b83811061080a5750506000910152565b81810151838201526020016107fa565b90602091610833815180928185528580860191016107f7565b601f01601f1916010190565b346102ea5760803660031901126102ea576001600160401b036004358181116102ea57610870903690600401610765565b906024359283116102ea5761088c61089a933690600401610765565b9060643593604435936125ac565b906108b96040519283921515835260406020840152604083019061081a565b0390f35b90600182811c921680156108ed575b60208310146108d757565b634e487b7160e01b600052602260045260246000fd5b91607f16916108cc565b805460009392610906826108bd565b9182825260209360019160018116908160001461096e575060011461092d575b5050505050565b90939495506000929192528360002092846000945b83861061095a57505050500101903880808080610926565b805485870183015294019385908201610942565b60ff19168685015250505090151560051b010191503880808080610926565b634e487b7160e01b600052604160045260246000fd5b6001600160401b0381116109b657604052565b61098d565b604081019081106001600160401b038211176109b657604052565b90601f801991011681019081106001600160401b038211176109b657604052565b90610a12610a0b92604051938480926108f7565b03836109d6565b565b60071115610a1e57565b634e487b7160e01b600052602160045260246000fd5b949296959391610a4f610a5d9260c0885260c088019061081a565b90868203602088015261081a565b60408501969096526001600160a01b031660608401526007811015610a1e5760a0916001600160401b0391608085015216910152565b346102ea5760203660031901126102ea576004356000526007602052604060002060405190610ac682610a0b81846108f7565b6108b9604051610ae481610add81600187016108f7565b03826109d6565b600360028401549301546040519485946001600160401b038360a81c169360ff8460a01c169360018060a01b03169287610a34565b346102ea5760203660031901126102ea57600435610b35613648565b607f60f91b6001600160f81b0319821601610b4f57600655005b60405162461bcd60e51b815260206004820152601f60248201527f7769746864726177616c4372656473206d7573742073746172742030783032006044820152606490fd5b346102ea5760203660031901126102ea57600435610bb1816105e6565b60018060a01b0316600052600860205260606040600020546001600160401b0363ffffffff916040519280821684528160201c16602084015260401c166040820152f35b346102ea5760003660031901126102ea57602060405160648152f35b346102ea5760203660031901126102ea5760043560005260006020526020600160406000200154604051908152f35b346102ea5760403660031901126102ea57610019602435600435610c63826105e6565b806000526000602052610c7d6001604060002001546136a0565b61387a565b346102ea5760403660031901126102ea57602435610c9f816105e6565b336001600160a01b03821603610cbb576100199060043561390b565b60405163334bd91960e11b8152600490fd5b346102ea5760003660031901126102ea57610ce6613648565b60025460ff811615610d255760ff19166002557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b600435906001600160401b03821682036102ea57565b602435906001600160401b03821682036102ea57565b346102ea5760403660031901126102ea57610019610d7f610d37565b610d87610d4d565b90610d90613648565b612852565b346102ea5760203660031901126102ea576004356000526009602052602060ff604060002054166040519015158152f35b6020806003193601126102ea5760049060043590610de26135a9565b610dea6139bd565b610df26135cc565b811515806111a3575b610e04906129f9565b600d90610e2d83610e26610e1d600d5463ffffffff1690565b63ffffffff1690565b1015612a32565b610e40610e3984612a73565b3414612aad565b60009060018060a01b03807f000000000000000000000000000000000000000000000000000000000000000016907f0000000000000000000000000000000000000000000000000000000000000000166001600160401b034216925b868510610eac5761001960018055565b600c5495600197600b54985b15610edb575b610ec9600098612aec565b97610ed68a8a1115612afb565b610eb8565b89610f006003610ef58b6000526007602052604060002090565b015460a01c60ff1690565b610f0981610a14565b15610f145750610ebe565b92979096919850610f2481600c55565b610f38816000526007602052604060002090565b60038101805460408051630308b70f60e61b81526001600160a01b03909216968201968752958b908290819060200103818b5afa90811561050f57610f8e9163ffffffff91600091611176575b50161515612b55565b600654610fb68b610fa88851938492830160209181520190565b03601f1981018352826109d6565b600283015490873b156102ea578d93610fe8600093895196879485946304512a2360e31b865260018101928601612bb6565b03816801bc16d674ec8000008a5af191821561050f576110d992611163575b50805460ff60a01b1916600160a11b1781556110cc888c6110a461108e61106961105461103a885460018060a01b031690565b6001600160a01b0316600090815260086020526040902090565b9361108461106e611069875463ffffffff1690565b612c19565b865463ffffffff191663ffffffff909116178655565b5463ffffffff1690565b63ffffffff1663ffffffff19600d541617600d55565b9067ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b546001600160a01b031690565b92853b156102ea5751632fbdb45f60e11b81526001600160a01b03909316838b0190815260009084908190602001038183895af192831561050f5761114893611150575b507f2a89b2e3d580398d6dc2db5e0f336b52602bbaa51afa9bb5cdf59239cf0d2bea600080a2612aec565b939594610e9c565b8061050361115d926109a3565b3861111d565b80610503611170926109a3565b38611007565b61119691508d803d1061119c575b61118e81836109d6565b810190612b39565b38610f85565b503d611184565b506014821115610dfb565b346102ea5760003660031901126102ea57602060ff600254166040519015158152f35b346102ea5760003660031901126102ea576020600b54604051908152f35b346102ea5760003660031901126102ea576005546040516001600160a01b039091168152602090f35b346102ea5760603660031901126102ea57600435611235816105e6565b6044356024356112436135a9565b61124b6139bd565b6112536135cc565b6003611269836000526007602052604060002090565b01908154916112b760018060a01b03916112a4600360ff858a16976112918988831614612c45565b60a01c1661129e81610a14565b14612c89565b805460ff60a01b1916600360a11b179055565b7f00000000000000000000000000000000000000000000000000000000000000001690813b156102ea576040516314d7c3d960e31b81526001600160a01b03959095166004860152602485018190526000949185908390604490829084905af190811561050f577f4ed05e9673c26d2ed44f7ef6a7f2942df0ee3b5e1e17db4b99f9dcd261a339cd9261135a9261138a575b506040519081529081906020820190565b0390a27f89b4ab334d9e219338cbac42810fd34b6022a3c92fe6d54ab5ea805acaf92a868280a261048360018055565b80610503611397926109a3565b38611349565b346102ea5760203660031901126102ea576001600160401b036113be610d37565b16600052600a6020526020604060002054604051908152f35b346102ea5760203660031901126102ea57608060ff6113fc6113f7610d37565b612cc2565b916040949394519415158552602085015260018060a01b03166040840152166060820152f35b346102ea5760003660031901126102ea576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346102ea5760003660031901126102ea57611480613648565b6114886139bd565b600160ff1960025416176002557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b60203660031901126102ea576114d56135a9565b6114dd6139bd565b6114e56135cc565b6114f0341515612d34565b6001600160401b03633b9aca0061150981340615612d77565b6115ad61156d6115256004356000526007602052604060002090565b9261154b600361153c8187015460ff9060a01c1690565b61154581610a14565b14612db0565b611554846109f7565b9061155d612ded565b90600654968791340416926139db565b6115bb60018060a01b037f000000000000000000000000000000000000000000000000000000000000000016946040519384916020830160209181520190565b03601f1981018452836109d6565b6115c3612ded565b93803b156102ea576115f094600093604051968794859384936304512a2360e31b85528960048601612e17565b039134905af190811561050f577fb0a1e9d4c331fe865c51739d6cef1dd1e0a4235b9e7540657a122a05612208329261163792611643575b50604051918291349083612e43565b0390a161001960018055565b80610503611650926109a3565b38611628565b346102ea5760403660031901126102ea57602060ff6116a060243561167a816105e6565b6004356000526000845260406000209060018060a01b0316600052602052604060002090565b54166040519015158152f35b346102ea5760003660031901126102ea57602060405160148152f35b346102ea5760003660031901126102ea576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346102ea5760003660031901126102ea576020600c54604051908152f35b346102ea5760003660031901126102ea57602060405160008152f35b346102ea5760403660031901126102ea57600435611764816105e6565b602435906117706139bd565b6117786135cc565b611783821515612e5a565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811691823b156102ea5760405163dd16713b60e01b81526001600160a01b038216600482015260248101859052926000908490604490829084905af192831561050f577ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b60589361188f575b506001600160401b038061184f61183f8460018060a01b03166000526008602052604060002090565b5460401c6001600160401b031690565b1615611865575b506040519384521691602090a2005b6001600160a01b0382166000908152600860205260409020611889914216906110a4565b38611856565b8061050361189c926109a3565b38611816565b346102ea5760003660031901126102ea576020600654604051908152f35b346102ea5760403660031901126102ea576100196024356004356118e3826105e6565b8060005260006020526118fd6001604060002001546136a0565b61390b565b346102ea5760203660031901126102ea5761191b610d37565b611923613648565b68ffffffffffffffff006002549160081b169068ffffffffffffffff00191617600255600080f35b634e487b7160e01b600052603260045260246000fd5b346102ea5760203660031901126102ea5760043560028110156102ea5760209060030154604051908152f35b346102ea5760003660031901126102ea57602063ffffffff600d5416604051908152f35b346102ea5760003660031901126102ea5760206040517f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b088152f35b346102ea5760803660031901126102ea576004356001600160401b036024358181116102ea57611a20903690600401610765565b90916044359081116102ea57600292611a40611af1923690600401610765565b91611a6e60643597611a506139bd565b611a5e600b54821115612e8a565b6000526007602052604060002090565b94611a9f60ff6003880154611a8c3360018060a01b03831614612ec3565b60a01c16611a9981610a14565b15612f02565b611ab8611ab26006548a878786886125ac565b90612f4e565b611ac3368284612f7a565b6020815191012091611ad4876109f7565b6020815191012092838103611af5575b5050505060018401613049565b0155005b611b4d81611b33611b43611b6097611b33611b2e611b2a611b23611b5a996000526009602052604060002090565b5460ff1690565b1590565b612fb1565b6000526009602052604060002090565b805460ff19169055565b805460ff19166001179055565b86613049565b38808080611ae4565b346102ea5760203660031901126102ea576004356001600160401b038082116102ea57366023830112156102ea5781600401359081116102ea576024820191602436918360051b0101116102ea57611bbf6139bd565b611bcc6064821115613117565b60009160005b828110611d24575033600090815260086020526040902063ffffffff841693611c3f91611c2490611c1087611c0b835463ffffffff1690565b612c2f565b63ffffffff1663ffffffff19825416179055565b611c3a61108e86611c0b600d5463ffffffff1690565b612a91565b80611c7c575b6040517f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979080611c77868633846131e9565b0390a1005b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031693843b156102ea57604051636976798f60e11b8152336004820152602481019290925263ffffffff166044820152926000908490606490829084905af192831561050f577f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979315611c455780610503611d1e926109a3565b38611c45565b92611d94600191611d8f6003611d4f611d3e898989613153565b356000526007602052604060002090565b01611d7c60ff8254611d6933898060a01b03831614613163565b60a01c16611d7681610a14565b156131af565b805460ff60a01b1916600160a01b179055565b612aec565b9301611bd2565b346102ea5760603660031901126102ea576001600160401b036004358181116102ea57611dcc903690600401610765565b90916024359081116102ea57611de6903690600401610765565b929091604435611df46139bd565b611e07611ab260065483888887896125ac565b611e41611b4d611e18368587612f7a565b60208151910120611b33611e3c611b2a611b23846000526009602052604060002090565b613223565b33600090815260086020526040902054611e659063ffffffff1661325d565b61325d565b604051630308b70f60e61b815233600482015290946020826024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa96871561050f57611eef611f3296611edf611f569a611ef896600091611f96575b5063ffffffff808c1691161015613272565b611ee76123fd565b963691612f7a565b85523691612f7a565b6020830152604082015233606082015260006080820152600060a0820152611f2d611f24600b54612aec565b611a5e81600b55565b613386565b3360009081526008602052604090209063ffffffff1663ffffffff19825416179055565b611f6b61108e611e60600d5463ffffffff1690565b33600b547fcb2c934a3e9ec8b1063e85a3a228cad961b6af5aee38331ae08d7c76405e1262600080a3005b611faf915060203d60201161119c5761118e81836109d6565b38611ecd565b346102ea5760003660031901126102ea57602060405166470de4df8200008152f35b346102ea5760403660031901126102ea57611ff0610d37565b611ff8610d4d565b612000613648565b6001600160401b038082161561212657826120f1926120e361103a93600361203e610019986001600160401b03166000526007602052604060002090565b019361206b828654612061600260ff8360a01c1661205b81610a14565b146134f2565b60a81c161561352e565b61209261208b856001600160401b0316600052600a602052604060002090565b541561356a565b845460ff60a01b1916600360a01b178555845467ffffffffffffffff60a81b191660a885901b67ffffffffffffffff60a81b1617855516916001600160401b0316600052600a602052604060002090565b55546001600160a01b031690565b80546121059060201c63ffffffff1661325d565b67ffffffff0000000082549160201b169067ffffffff000000001916179055565b60405162461bcd60e51b815260206004820152600a602482015269696e646578207a65726f60b01b6044820152606490fd5b346102ea5760203660031901126102ea57612209600435612177613648565b600361218d826000526007602052604060002090565b016121a2600361153c835460ff9060a01c1690565b805460ff60a01b1916600560a01b178155805460a81c6001600160401b0316906121ea836121e3846001600160401b0316600052600a602052604060002090565b5414612806565b6000809481936001600160401b0316600052600a602052604060002090565b55805461223690612222906001600160a01b031661103a565b80546121059060201c63ffffffff16612c19565b546001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169116813b156122dc576040516369e7849960e01b81526001600160a01b0391909116600482015291908290602490829084905af1801561050f576122c9575b507f430648de173157e069201c943adb2d4e340e7cf5b27b1b09c9cb852f03d63b568280a280f35b806105036122d6926109a3565b386122a1565b8280fd5b156122e757565b60405162461bcd60e51b815260206004820152600b60248201526a6b6579732061637469766560a81b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b038080941691160191821161234b57565b61231a565b1561235757565b60405162461bcd60e51b815260206004820152600860248201526731b7b7b63237bbb760c11b6044820152606490fd5b908160209103126102ea575190565b6040513d6000823e3d90fd5b156123a957565b60405162461bcd60e51b8152602060048201526007602482015266139bc8189bdb9960ca1b6044820152606490fd5b908160209103126102ea575180151581036102ea5790565b9190820391821161234b57565b6040519060c082018281106001600160401b038211176109b657604052565b6001600160401b0381116109b657601f01601f191660200190565b60405190602082018281106001600160401b038211176109b65760405260008252565b60405190612467826109bb565b6015825274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6020830152565b60405190612498826109bb565b6018825277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6020830152565b604051906124cc826109bb565b602082527f4465706f736974206461746120726f6f742063616e6e6f74206265207a65726f6020830152565b90821015612504570190565b61194b565b60405190612516826109bb565b60158252745075626b65792063616e6e6f74206265207a65726f60581b6020830152565b60405190612547826109bb565b601882527f5369676e61747572652063616e6e6f74206265207a65726f00000000000000006020830152565b60405190612580826109bb565b601a82527f4465706f736974206461746120726f6f74206d69736d617463680000000000006020830152565b919593929094956030966030870361271b57606096606084036127075785156126f35760019860005b6001600160401b038116828110156126e3576126066125f861261392868b6124f8565b356001600160f81b03191690565b6001600160f81b03191690565b612628576001016001600160401b03166125d5565b505090919293949596975060005b6126d05760019760005b6001600160401b038116828110156126c1576126066125f86126639289896124f8565b612678576001016001600160401b0316612640565b5050909192939495965060005b6126b05761269294613761565b036126a5576001906126a2612437565b90565b6000906126a2612573565b5050505050506000906126a261253a565b50505090919293949596612685565b50505050505090506000906126a2612509565b5050509091929394959697612636565b5050505050509150506000906126a26124bf565b5050505050509150506000906126a261248b565b50505050509150506000906126a261245a565b1561273557565b60405162461bcd60e51b815260206004820152601060248201526f576173206e657665722061637469766560801b6044820152606490fd5b1561277457565b60405162461bcd60e51b815260206004820152602960248201527f43616e6e6f7420736574206163746976652076616c696461746f7220696e64656044820152687820746f207a65726f60b81b6064820152608490fd5b156127d257565b60405162461bcd60e51b815260206004820152600c60248201526b696e64657820696e2075736560a01b6044820152606490fd5b1561280d57565b60405162461bcd60e51b815260206004820152601b60248201527f434f4445204552524f523a20696e76616c6964206d617070696e6700000000006044820152606490fd5b6003612871826001600160401b03166000526007602052604060002090565b01805460ff8160a01c169361288585610a14565b6003851480156129e5575b6128999061272e565b6001600160401b0380926128bb828416978815908115916129d5575b5061276d565b60a81c169485146109265761298d817f3b8a71097e7e93df885e070edf2c6e29adb0bb1af910cc2d0dcb9ce943d87e57946129426129d09561291a612913856001600160401b0316600052600a602052604060002090565b54156127cb565b6129378a6001600160401b0316600052600a602052604060002090565b549816809814612806565b6000612961896001600160401b0316600052600a602052604060002090565b55805467ffffffffffffffff60a81b191660a89290921b67ffffffffffffffff60a81b16919091179055565b836129ab826001600160401b0316600052600a602052604060002090565b55604080516001600160401b0396871681529590911660208601523394918291820190565b0390a3565b6129df9150613994565b386128b5565b506128996129f286613994565b9050612890565b15612a0057565b60405162461bcd60e51b815260206004820152600a60248201526962617463682073697a6560b01b6044820152606490fd5b15612a3957565b60405162461bcd60e51b81526020600482015260126024820152716e6f7420656e6f7567682070656e64696e6760701b6044820152606490fd5b906801bc16d674ec8000009182810292818404149015171561234b57565b9066470de4df8200009182810292818404149015171561234b57565b15612ab457565b60405162461bcd60e51b815260206004820152601060248201526f0d2dce6eaccccd2c6d2cadce8408aa8960831b6044820152606490fd5b600019811461234b5760010190565b15612b0257565b60405162461bcd60e51b815260206004820152600f60248201526e637572736f72206f766572666c6f7760881b6044820152606490fd5b908160209103126102ea575163ffffffff811681036102ea5790565b15612b5c57565b60405162461bcd60e51b815260206004820152602c60248201527f434f4445204552524f523a20696e73756666696369656e7420626f6e6420666f60448201526b1c881ad95e481d5c1b1bd85960a21b6064820152608490fd5b949392612be2606093612bd4612bf09460808a5260808a01906108f7565b9088820360208a015261081a565b9086820360408801526108f7565b930152565b906007811015610a1e57815460ff60a01b191660a09190911b60ff60a01b16179055565b63ffffffff908116600019019190821161234b57565b63ffffffff918216908216039190821161234b57565b15612c4c57565b60405162461bcd60e51b815260206004820152601560248201527404964206973206e6f74206f776e6564206279206f7605c1b6044820152606490fd5b15612c9057565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b906001600160401b03600092168252600a6020526040822054918215612d2a57828152600760205260036040822001549160ff8360a01c16916007831015612d165750600193926001600160a01b03169190565b634e487b7160e01b81526021600452602490fd5b8092509180918190565b15612d3b57565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b15612d7e57565b60405162461bcd60e51b815260206004820152600a60248201526910985908185b5bdd5b9d60b21b6044820152606490fd5b15612db757565b60405162461bcd60e51b815260206004820152600e60248201526d4b6579206e6f742061637469766560901b6044820152606490fd5b60405190608082018281106001600160401b038211176109b6576040526060808352366020840137565b949392612e35606093612bd4612bf09460808a5260808a01906108f7565b90868203604088015261081a565b929190612bf06020916040865260408601906108f7565b15612e6157565b60405162461bcd60e51b81526020600482015260016024820152600360fc1b6044820152606490fd5b15612e9157565b60405162461bcd60e51b815260206004820152600a6024820152691a5b9d985b1a59081a5960b21b6044820152606490fd5b15612eca57565b60405162461bcd60e51b815260206004820152601060248201526f6e6f742073656e6465722773206b657960801b6044820152606490fd5b15612f0957565b60405162461bcd60e51b815260206004820152601860248201527f6b6579206e6f7420696e2070656e64696e6720737461746500000000000000006044820152606490fd5b15612f565750565b60405162461bcd60e51b8152602060048201529081906106e190602483019061081a565b929192612f868261241c565b91612f9460405193846109d6565b8294818452818301116102ea578281602093846000960137010152565b15612fb857565b60405162461bcd60e51b81526020600482015260136024820152721c1d589ad95e48185b1c9958591e481d5cd959606a1b6044820152606490fd5b90601f811161300157505050565b6000916000526020600020906020601f850160051c8301941061303f575b601f0160051c01915b82811061303457505050565b818155600101613028565b909250829061301f565b9092916001600160401b0381116109b65761306e8161306884546108bd565b84612ff3565b6000601f82116001146130af5781906130a09394956000926130a4575b50508160011b916000199060031b1c19161790565b9055565b01359050388061308b565b601f198216946130c484600052602060002090565b91805b8781106130ff5750836001959697106130e5575b505050811b019055565b0135600019600384901b60f8161c191690553880806130db565b909260206001819286860135815501940191016130c7565b1561311e57565b60405162461bcd60e51b815260206004820152600d60248201526c18985d18da080f881b1a5b5a5d609a1b6044820152606490fd5b91908110156125045760051b0190565b1561316a57565b60405162461bcd60e51b815260206004820152601960248201527f43616e6e6f742072656d6f7665206f746865722773206b6579000000000000006044820152606490fd5b156131b657565b60405162461bcd60e51b815260206004820152600b60248201526a4e6f742070656e64696e6760a81b6044820152606490fd5b6001600160a01b03909116815260406020820181905281018390526001600160fb1b0383116102ea5760609260051b809284830137010190565b1561322a57565b60405162461bcd60e51b815260206004820152600b60248201526a1c1d589ad95e481d5cd95960aa1b6044820152606490fd5b90600163ffffffff8093160191821161234b57565b1561327957565b606460405162461bcd60e51b815260206004820152602060248201527f696e73756666696369656e7420626f6e6420666f72206b65792075706c6f61646044820152fd5b91909182516001600160401b0381116109b6576132de8161306884546108bd565b602080601f831160011461331c575081906130a09394956000926133115750508160011b916000199060031b1c19161790565b01519050388061308b565b90601f1983169561333285600052602060002090565b926000905b88821061336e5750508360019596971061335557505050811b019055565b015160001960f88460031b161c191690553880806130db565b80600185968294968601518155019501930190613337565b919080519283516001600160401b0381116109b6576133a98161306884546108bd565b602080601f8311600114613477575061344f926133e78360a094600394610a12999a6000926133115750508160011b916000199060031b1c19161790565b81555b6133fb6020860151600183016132bd565b604085015160028201556060850151910180546001600160a01b0319166001600160a01b0390921691909117815592613441608082015161343b81610a14565b85612bf5565b01516001600160401b031690565b815467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16179055565b90601f1983169661348d85600052602060002090565b926000905b8982106134da5750508360039361344f969360019360a097610a129b9c106134c2575b505050811b0181556133ea565b015160001983871b60f8161c191690553880806134b5565b80600185968294968601518155019501930190613492565b156134f957565b60405162461bcd60e51b815260206004820152600d60248201526c139bdd0819195c1bdcda5d1959609a1b6044820152606490fd5b1561353557565b60405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481859191959609a1b6044820152606490fd5b1561357157565b60405162461bcd60e51b815260206004820152601060248201526f56616c20696e64657820696e2075736560801b6044820152606490fd5b6002600154146135ba576002600155565b604051633ee5aeb560e01b8152600490fd5b3360009081527fe84508f2c7fa9c351146748b3025cb78b45df37d868e48c6a75102fecdeee645602052604090207f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b089060ff905b54161561362a5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604090205460ff161561368157565b60405163e2517d3f60e01b815233600482015260006024820152604490fd5b600081815260208181526040808320338452909152902060ff90613620565b156136c657565b60405162461bcd60e51b8152602060048201526015602482015274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6044820152606490fd5b1561370a57565b60405162461bcd60e51b8152602060048201526018602482015277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6044820152606490fd5b9061375d602092828151948592016107f7565b0190565b9361378a613790926137ae96613779603083146136bf565b61378560608514613703565b613cb4565b93613d20565b60409182519485916020958684019091604092825260208201520190565b03906137c2601f19928381018752866109d6565b8383519586806137d56000998a9461374a565b039060025afa1561050f57838561382361380c6138188351958851928391878301604091634059730760d81b825260208201520190565b038781018352826109d6565b86519182809261374a565b039060025afa1561050f57849261386161386b9385519361385584519586928a84019091604092825260208201520190565b039081018452836109d6565b519182809261374a565b039060025afa1561050f575190565b6000818152602081815260408083206001600160a01b038616845290915281205490919060ff1661390557808252602082815260408084206001600160a01b038616600090815292529020805460ff1916600117905533926001600160a01b0316917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9080a4600190565b50905090565b6000818152602081815260408083206001600160a01b038616845290915281205490919060ff161561390557808252602082815260408084206001600160a01b038616600090815292529020805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4600190565b6007811015610a1e57600581149081156139ac575090565b600691506139b981610a14565b1490565b60ff600254166139c957565b60405163d93c066560e01b8152600490fd5b90926139ea60308351146136bf565b6139f76060845114613703565b6020828101516040938401518451808401929092526fffffffffffffffffffffffffffffffff191681850152838152909485949192601f199291613a3c6060866109d6565b855197889586613a4f60009b8c9361374a565b03600297885afa1561050f5787519167ffffffffffff00008160081b9160081c9165ff000000ff0064ff000000ff65ffffffffffff66ff000000ff0000861667ff000000ff00000085161760101c16941691161760101b1617928789613af28284015193613ae760608c83015192015195613adb8d519384928884019091604092825260208201520190565b038a81018352826109d6565b8a519182809261374a565b0390895afa1561050f578789613b22613adb613ae78351958c519283918783016040918152600060208201520190565b0390895afa1561050f5788613b6a8992613b5f835191613b538c519384928884019091604092825260208201520190565b038981018352826109d6565b89519182809261374a565b0390885afa1561050f5787613bb28892613ba7835195613b9b8b519384928884019091604092825260208201520190565b038881018352826109d6565b88519182809261374a565b0390875afa1561050f5786613c088792613bfd83519561380c8a51938267ffffffff0000000063ffffffff87958b1c16918a1b161760c01b8884019091604092825260208201520190565b87519182809261374a565b0390865afa1561050f578593613861613c399386519361385584519586928b84019091604092825260208201520190565b03915afa1561050f575190565b805115613c5557602081519101fd5b60405163d6bda27560e01b8152600490fd5b906020116102ea5790602090565b906040116102ea5760200190602090565b906060116102ea5760400190602090565b359060208110613ca5575090565b6000199060200360031b1b1690565b906020116102ea576000613d0d602092604051613cfc81610fa8878201946fffffffffffffffffffffffffffffffff1989820135169035869091604092825260208201520190565b6040519283928392519283916107f7565b8101039060025afa1561050f5760005190565b90613d5291613790613d38613d3e613d388585613c67565b90613c97565b93613d4c613d388286613c75565b93613c86565b0390613d66601f19928381018752866109d6565b838351958680613d796000998a9461374a565b039060025afa1561050f57838561382361380c6138188351958851928391878301604091815260006020820152019056fea2646970667358221220bb75e4b3d6bf4a0118613b65a4dc3cf8aeb5aa9c906064d0b6b8302666098f8164736f6c63430008190033",
|
|
1180
|
-
"deployedBytecode": "0x6080604052600436101561001b575b361561001957600080fd5b005b60003560e01c806258a4ae146102da57806301681a62146102d557806301ffc9a7146102d05780630519da32146102cb57806306b27f24146102c657806309f1328f146102c15780630cb6aaf1146102bc578063102fb7b6146102b757806313e7c9d8146102b25780631c8553a2146102ad578063248a9ca3146102a85780632f2ff15d146102a357806336568abe1461029e5780633f4ba83a1461029957806343e80faf146102945780634dc97dce1461028f57806354d23f851461028a5780635c975abb1461028557806361b8ce8c146102805780636c7ac9d81461027b57806370f81f6c14610276578063770a9d2f146102715780637968d6381461026c5780638379d75b146102675780638456cb59146102625780639156032e1461025d57806391d1485414610258578063950bff9f146102535780639624e83e1461024e578063a0cc982414610249578063a217fddf14610244578063ca7a285f1461023f578063d091b9051461023a578063d547741f14610235578063d818610414610230578063e42ca72c1461022b578063ea70b4af14610226578063ec87621c14610221578063f00669c61461021c578063f4aa1dd514610217578063f6c8c47f14610212578063f77ca8a91461020d578063fc56ea3f146102085763fed1d0360361000e57612158565b611fd7565b611fb5565b611d9b565b611b69565b6119ec565b6119b1565b61198d565b611961565b611902565b6118c0565b6118a2565b611747565b61172b565b61170d565b6116c8565b6116ac565b611656565b6114c1565b611467565b611422565b6113d7565b61139d565b611218565b6111ef565b6111d1565b6111ae565b610dc6565b610d95565b610d63565b610ccd565b610c82565b610c40565b610c11565b610bf5565b610b94565b610b19565b610a93565b61083f565b610792565b61073b565b6106e5565b6105f7565b6102ef565b60009103126102ea57565b600080fd5b346102ea576000806003193601126105e3576103096135a9565b3360009081526008602052604090205461033263ffffffff8083161590816105d5575b506122e0565b6103536001600160401b03604092831c1680151590816105a1575b50612350565b80516305db4e8f60e51b81523360048201526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169160208083602481875afa92831561050f578593610582575b506103b48315156123a2565b815163a51fa5c760e01b81523360048201528181602481885afa90811561050f578691610555575b5061054d576005546001600160a01b031682516360830ebb60e01b815260048101859052908290829060249082905afa91821561050f578692610520575b5050925b83808411156105185761043190846123f0565b935b84610486575050610477907f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0092905b51938452602084015233929081906040820190565b0390a261048360018055565b80f35b908093503b15610514578151638bc3920760e01b815233600482018190526024820186905260448201529285908490606490829084905af191821561050f577f65c5c39ca61064b9545af9a922e6de8b7c97d48529bf44052f6748650b7d5d0093610477936104f6575b50610462565b80610503610509926109a3565b806102df565b386104f0565b612396565b8480fd5b508493610433565b61053f9250803d10610546575b61053781836109d6565b810190612387565b388061041a565b503d61052d565b50839261041e565b6105759150823d841161057b575b61056d81836109d6565b8101906123d8565b386103dc565b503d610563565b8161059a9294503d85116105465761053781836109d6565b91386103a8565b6002546105cc92506105c0919060081c6001600160401b031690612330565b6001600160401b031690565b4210153861034d565b90508260201c16153861032c565b80fd5b6001600160a01b038116036102ea57565b346102ea5760203660031901126102ea57600435610614816105e6565b61061c6135a9565b6106246135cc565b479081610635575b61001960018055565b8147106106c0576001600160a01b03169060008080808085875af13d156106b7573d6106608161241c565b9061066e60405192836109d6565b8152809260203d92013e5b156106b257506040519081527fc36b5179cb9c303b200074996eab2b3473eac370fdd7eba3bec636fe3510969690602090a2388061062c565b613c46565b60609150610679565b5060405163cf47918160e01b81524760048201526024810191909152604490fd5b0390fd5b346102ea5760203660031901126102ea5760043563ffffffff60e01b81168091036102ea57602090637965db0b60e01b811490811561072a575b506040519015158152f35b6301ffc9a760e01b1490503861071f565b346102ea5760003660031901126102ea5760206001600160401b0360025460081c16604051908152f35b9181601f840112156102ea578235916001600160401b0383116102ea57602083818601950101116102ea57565b346102ea5760603660031901126102ea576001600160401b036004358181116102ea576107c3903690600401610765565b91906044359182116102ea576020926107e36107ef933690600401610765565b92909160243591613761565b604051908152f35b60005b83811061080a5750506000910152565b81810151838201526020016107fa565b90602091610833815180928185528580860191016107f7565b601f01601f1916010190565b346102ea5760803660031901126102ea576001600160401b036004358181116102ea57610870903690600401610765565b906024359283116102ea5761088c61089a933690600401610765565b9060643593604435936125ac565b906108b96040519283921515835260406020840152604083019061081a565b0390f35b90600182811c921680156108ed575b60208310146108d757565b634e487b7160e01b600052602260045260246000fd5b91607f16916108cc565b805460009392610906826108bd565b9182825260209360019160018116908160001461096e575060011461092d575b5050505050565b90939495506000929192528360002092846000945b83861061095a57505050500101903880808080610926565b805485870183015294019385908201610942565b60ff19168685015250505090151560051b010191503880808080610926565b634e487b7160e01b600052604160045260246000fd5b6001600160401b0381116109b657604052565b61098d565b604081019081106001600160401b038211176109b657604052565b90601f801991011681019081106001600160401b038211176109b657604052565b90610a12610a0b92604051938480926108f7565b03836109d6565b565b60071115610a1e57565b634e487b7160e01b600052602160045260246000fd5b949296959391610a4f610a5d9260c0885260c088019061081a565b90868203602088015261081a565b60408501969096526001600160a01b031660608401526007811015610a1e5760a0916001600160401b0391608085015216910152565b346102ea5760203660031901126102ea576004356000526007602052604060002060405190610ac682610a0b81846108f7565b6108b9604051610ae481610add81600187016108f7565b03826109d6565b600360028401549301546040519485946001600160401b038360a81c169360ff8460a01c169360018060a01b03169287610a34565b346102ea5760203660031901126102ea57600435610b35613648565b607f60f91b6001600160f81b0319821601610b4f57600655005b60405162461bcd60e51b815260206004820152601f60248201527f7769746864726177616c4372656473206d7573742073746172742030783032006044820152606490fd5b346102ea5760203660031901126102ea57600435610bb1816105e6565b60018060a01b0316600052600860205260606040600020546001600160401b0363ffffffff916040519280821684528160201c16602084015260401c166040820152f35b346102ea5760003660031901126102ea57602060405160648152f35b346102ea5760203660031901126102ea5760043560005260006020526020600160406000200154604051908152f35b346102ea5760403660031901126102ea57610019602435600435610c63826105e6565b806000526000602052610c7d6001604060002001546136a0565b61387a565b346102ea5760403660031901126102ea57602435610c9f816105e6565b336001600160a01b03821603610cbb576100199060043561390b565b60405163334bd91960e11b8152600490fd5b346102ea5760003660031901126102ea57610ce6613648565b60025460ff811615610d255760ff19166002557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b600435906001600160401b03821682036102ea57565b602435906001600160401b03821682036102ea57565b346102ea5760403660031901126102ea57610019610d7f610d37565b610d87610d4d565b90610d90613648565b612852565b346102ea5760203660031901126102ea576004356000526009602052602060ff604060002054166040519015158152f35b6020806003193601126102ea5760049060043590610de26135a9565b610dea6139bd565b610df26135cc565b811515806111a3575b610e04906129f9565b600d90610e2d83610e26610e1d600d5463ffffffff1690565b63ffffffff1690565b1015612a32565b610e40610e3984612a73565b3414612aad565b60009060018060a01b03807f000000000000000000000000000000000000000000000000000000000000000016907f0000000000000000000000000000000000000000000000000000000000000000166001600160401b034216925b868510610eac5761001960018055565b600c5495600197600b54985b15610edb575b610ec9600098612aec565b97610ed68a8a1115612afb565b610eb8565b89610f006003610ef58b6000526007602052604060002090565b015460a01c60ff1690565b610f0981610a14565b15610f145750610ebe565b92979096919850610f2481600c55565b610f38816000526007602052604060002090565b60038101805460408051630308b70f60e61b81526001600160a01b03909216968201968752958b908290819060200103818b5afa90811561050f57610f8e9163ffffffff91600091611176575b50161515612b55565b600654610fb68b610fa88851938492830160209181520190565b03601f1981018352826109d6565b600283015490873b156102ea578d93610fe8600093895196879485946304512a2360e31b865260018101928601612bb6565b03816801bc16d674ec8000008a5af191821561050f576110d992611163575b50805460ff60a01b1916600160a11b1781556110cc888c6110a461108e61106961105461103a885460018060a01b031690565b6001600160a01b0316600090815260086020526040902090565b9361108461106e611069875463ffffffff1690565b612c19565b865463ffffffff191663ffffffff909116178655565b5463ffffffff1690565b63ffffffff1663ffffffff19600d541617600d55565b9067ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b546001600160a01b031690565b92853b156102ea5751632fbdb45f60e11b81526001600160a01b03909316838b0190815260009084908190602001038183895af192831561050f5761114893611150575b507f2a89b2e3d580398d6dc2db5e0f336b52602bbaa51afa9bb5cdf59239cf0d2bea600080a2612aec565b939594610e9c565b8061050361115d926109a3565b3861111d565b80610503611170926109a3565b38611007565b61119691508d803d1061119c575b61118e81836109d6565b810190612b39565b38610f85565b503d611184565b506014821115610dfb565b346102ea5760003660031901126102ea57602060ff600254166040519015158152f35b346102ea5760003660031901126102ea576020600b54604051908152f35b346102ea5760003660031901126102ea576005546040516001600160a01b039091168152602090f35b346102ea5760603660031901126102ea57600435611235816105e6565b6044356024356112436135a9565b61124b6139bd565b6112536135cc565b6003611269836000526007602052604060002090565b01908154916112b760018060a01b03916112a4600360ff858a16976112918988831614612c45565b60a01c1661129e81610a14565b14612c89565b805460ff60a01b1916600360a11b179055565b7f00000000000000000000000000000000000000000000000000000000000000001690813b156102ea576040516314d7c3d960e31b81526001600160a01b03959095166004860152602485018190526000949185908390604490829084905af190811561050f577f4ed05e9673c26d2ed44f7ef6a7f2942df0ee3b5e1e17db4b99f9dcd261a339cd9261135a9261138a575b506040519081529081906020820190565b0390a27f89b4ab334d9e219338cbac42810fd34b6022a3c92fe6d54ab5ea805acaf92a868280a261048360018055565b80610503611397926109a3565b38611349565b346102ea5760203660031901126102ea576001600160401b036113be610d37565b16600052600a6020526020604060002054604051908152f35b346102ea5760203660031901126102ea57608060ff6113fc6113f7610d37565b612cc2565b916040949394519415158552602085015260018060a01b03166040840152166060820152f35b346102ea5760003660031901126102ea576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346102ea5760003660031901126102ea57611480613648565b6114886139bd565b600160ff1960025416176002557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b60203660031901126102ea576114d56135a9565b6114dd6139bd565b6114e56135cc565b6114f0341515612d34565b6001600160401b03633b9aca0061150981340615612d77565b6115ad61156d6115256004356000526007602052604060002090565b9261154b600361153c8187015460ff9060a01c1690565b61154581610a14565b14612db0565b611554846109f7565b9061155d612ded565b90600654968791340416926139db565b6115bb60018060a01b037f000000000000000000000000000000000000000000000000000000000000000016946040519384916020830160209181520190565b03601f1981018452836109d6565b6115c3612ded565b93803b156102ea576115f094600093604051968794859384936304512a2360e31b85528960048601612e17565b039134905af190811561050f577fb0a1e9d4c331fe865c51739d6cef1dd1e0a4235b9e7540657a122a05612208329261163792611643575b50604051918291349083612e43565b0390a161001960018055565b80610503611650926109a3565b38611628565b346102ea5760403660031901126102ea57602060ff6116a060243561167a816105e6565b6004356000526000845260406000209060018060a01b0316600052602052604060002090565b54166040519015158152f35b346102ea5760003660031901126102ea57602060405160148152f35b346102ea5760003660031901126102ea576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b346102ea5760003660031901126102ea576020600c54604051908152f35b346102ea5760003660031901126102ea57602060405160008152f35b346102ea5760403660031901126102ea57600435611764816105e6565b602435906117706139bd565b6117786135cc565b611783821515612e5a565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811691823b156102ea5760405163dd16713b60e01b81526001600160a01b038216600482015260248101859052926000908490604490829084905af192831561050f577ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b60589361188f575b506001600160401b038061184f61183f8460018060a01b03166000526008602052604060002090565b5460401c6001600160401b031690565b1615611865575b506040519384521691602090a2005b6001600160a01b0382166000908152600860205260409020611889914216906110a4565b38611856565b8061050361189c926109a3565b38611816565b346102ea5760003660031901126102ea576020600654604051908152f35b346102ea5760403660031901126102ea576100196024356004356118e3826105e6565b8060005260006020526118fd6001604060002001546136a0565b61390b565b346102ea5760203660031901126102ea5761191b610d37565b611923613648565b68ffffffffffffffff006002549160081b169068ffffffffffffffff00191617600255600080f35b634e487b7160e01b600052603260045260246000fd5b346102ea5760203660031901126102ea5760043560028110156102ea5760209060030154604051908152f35b346102ea5760003660031901126102ea57602063ffffffff600d5416604051908152f35b346102ea5760003660031901126102ea5760206040517f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b088152f35b346102ea5760803660031901126102ea576004356001600160401b036024358181116102ea57611a20903690600401610765565b90916044359081116102ea57600292611a40611af1923690600401610765565b91611a6e60643597611a506139bd565b611a5e600b54821115612e8a565b6000526007602052604060002090565b94611a9f60ff6003880154611a8c3360018060a01b03831614612ec3565b60a01c16611a9981610a14565b15612f02565b611ab8611ab26006548a878786886125ac565b90612f4e565b611ac3368284612f7a565b6020815191012091611ad4876109f7565b6020815191012092838103611af5575b5050505060018401613049565b0155005b611b4d81611b33611b43611b6097611b33611b2e611b2a611b23611b5a996000526009602052604060002090565b5460ff1690565b1590565b612fb1565b6000526009602052604060002090565b805460ff19169055565b805460ff19166001179055565b86613049565b38808080611ae4565b346102ea5760203660031901126102ea576004356001600160401b038082116102ea57366023830112156102ea5781600401359081116102ea576024820191602436918360051b0101116102ea57611bbf6139bd565b611bcc6064821115613117565b60009160005b828110611d24575033600090815260086020526040902063ffffffff841693611c3f91611c2490611c1087611c0b835463ffffffff1690565b612c2f565b63ffffffff1663ffffffff19825416179055565b611c3a61108e86611c0b600d5463ffffffff1690565b612a91565b80611c7c575b6040517f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979080611c77868633846131e9565b0390a1005b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031693843b156102ea57604051636976798f60e11b8152336004820152602481019290925263ffffffff166044820152926000908490606490829084905af192831561050f577f9946eba4018b5d38e97bb6f7e2d2b353a0160c45902a6055479df936934a59979315611c455780610503611d1e926109a3565b38611c45565b92611d94600191611d8f6003611d4f611d3e898989613153565b356000526007602052604060002090565b01611d7c60ff8254611d6933898060a01b03831614613163565b60a01c16611d7681610a14565b156131af565b805460ff60a01b1916600160a01b179055565b612aec565b9301611bd2565b346102ea5760603660031901126102ea576001600160401b036004358181116102ea57611dcc903690600401610765565b90916024359081116102ea57611de6903690600401610765565b929091604435611df46139bd565b611e07611ab260065483888887896125ac565b611e41611b4d611e18368587612f7a565b60208151910120611b33611e3c611b2a611b23846000526009602052604060002090565b613223565b33600090815260086020526040902054611e659063ffffffff1661325d565b61325d565b604051630308b70f60e61b815233600482015290946020826024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa96871561050f57611eef611f3296611edf611f569a611ef896600091611f96575b5063ffffffff808c1691161015613272565b611ee76123fd565b963691612f7a565b85523691612f7a565b6020830152604082015233606082015260006080820152600060a0820152611f2d611f24600b54612aec565b611a5e81600b55565b613386565b3360009081526008602052604090209063ffffffff1663ffffffff19825416179055565b611f6b61108e611e60600d5463ffffffff1690565b33600b547fcb2c934a3e9ec8b1063e85a3a228cad961b6af5aee38331ae08d7c76405e1262600080a3005b611faf915060203d60201161119c5761118e81836109d6565b38611ecd565b346102ea5760003660031901126102ea57602060405166470de4df8200008152f35b346102ea5760403660031901126102ea57611ff0610d37565b611ff8610d4d565b612000613648565b6001600160401b038082161561212657826120f1926120e361103a93600361203e610019986001600160401b03166000526007602052604060002090565b019361206b828654612061600260ff8360a01c1661205b81610a14565b146134f2565b60a81c161561352e565b61209261208b856001600160401b0316600052600a602052604060002090565b541561356a565b845460ff60a01b1916600360a01b178555845467ffffffffffffffff60a81b191660a885901b67ffffffffffffffff60a81b1617855516916001600160401b0316600052600a602052604060002090565b55546001600160a01b031690565b80546121059060201c63ffffffff1661325d565b67ffffffff0000000082549160201b169067ffffffff000000001916179055565b60405162461bcd60e51b815260206004820152600a602482015269696e646578207a65726f60b01b6044820152606490fd5b346102ea5760203660031901126102ea57612209600435612177613648565b600361218d826000526007602052604060002090565b016121a2600361153c835460ff9060a01c1690565b805460ff60a01b1916600560a01b178155805460a81c6001600160401b0316906121ea836121e3846001600160401b0316600052600a602052604060002090565b5414612806565b6000809481936001600160401b0316600052600a602052604060002090565b55805461223690612222906001600160a01b031661103a565b80546121059060201c63ffffffff16612c19565b546001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169116813b156122dc576040516369e7849960e01b81526001600160a01b0391909116600482015291908290602490829084905af1801561050f576122c9575b507f430648de173157e069201c943adb2d4e340e7cf5b27b1b09c9cb852f03d63b568280a280f35b806105036122d6926109a3565b386122a1565b8280fd5b156122e757565b60405162461bcd60e51b815260206004820152600b60248201526a6b6579732061637469766560a81b6044820152606490fd5b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b038080941691160191821161234b57565b61231a565b1561235757565b60405162461bcd60e51b815260206004820152600860248201526731b7b7b63237bbb760c11b6044820152606490fd5b908160209103126102ea575190565b6040513d6000823e3d90fd5b156123a957565b60405162461bcd60e51b8152602060048201526007602482015266139bc8189bdb9960ca1b6044820152606490fd5b908160209103126102ea575180151581036102ea5790565b9190820391821161234b57565b6040519060c082018281106001600160401b038211176109b657604052565b6001600160401b0381116109b657601f01601f191660200190565b60405190602082018281106001600160401b038211176109b65760405260008252565b60405190612467826109bb565b6015825274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6020830152565b60405190612498826109bb565b6018825277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6020830152565b604051906124cc826109bb565b602082527f4465706f736974206461746120726f6f742063616e6e6f74206265207a65726f6020830152565b90821015612504570190565b61194b565b60405190612516826109bb565b60158252745075626b65792063616e6e6f74206265207a65726f60581b6020830152565b60405190612547826109bb565b601882527f5369676e61747572652063616e6e6f74206265207a65726f00000000000000006020830152565b60405190612580826109bb565b601a82527f4465706f736974206461746120726f6f74206d69736d617463680000000000006020830152565b919593929094956030966030870361271b57606096606084036127075785156126f35760019860005b6001600160401b038116828110156126e3576126066125f861261392868b6124f8565b356001600160f81b03191690565b6001600160f81b03191690565b612628576001016001600160401b03166125d5565b505090919293949596975060005b6126d05760019760005b6001600160401b038116828110156126c1576126066125f86126639289896124f8565b612678576001016001600160401b0316612640565b5050909192939495965060005b6126b05761269294613761565b036126a5576001906126a2612437565b90565b6000906126a2612573565b5050505050506000906126a261253a565b50505090919293949596612685565b50505050505090506000906126a2612509565b5050509091929394959697612636565b5050505050509150506000906126a26124bf565b5050505050509150506000906126a261248b565b50505050509150506000906126a261245a565b1561273557565b60405162461bcd60e51b815260206004820152601060248201526f576173206e657665722061637469766560801b6044820152606490fd5b1561277457565b60405162461bcd60e51b815260206004820152602960248201527f43616e6e6f7420736574206163746976652076616c696461746f7220696e64656044820152687820746f207a65726f60b81b6064820152608490fd5b156127d257565b60405162461bcd60e51b815260206004820152600c60248201526b696e64657820696e2075736560a01b6044820152606490fd5b1561280d57565b60405162461bcd60e51b815260206004820152601b60248201527f434f4445204552524f523a20696e76616c6964206d617070696e6700000000006044820152606490fd5b6003612871826001600160401b03166000526007602052604060002090565b01805460ff8160a01c169361288585610a14565b6003851480156129e5575b6128999061272e565b6001600160401b0380926128bb828416978815908115916129d5575b5061276d565b60a81c169485146109265761298d817f3b8a71097e7e93df885e070edf2c6e29adb0bb1af910cc2d0dcb9ce943d87e57946129426129d09561291a612913856001600160401b0316600052600a602052604060002090565b54156127cb565b6129378a6001600160401b0316600052600a602052604060002090565b549816809814612806565b6000612961896001600160401b0316600052600a602052604060002090565b55805467ffffffffffffffff60a81b191660a89290921b67ffffffffffffffff60a81b16919091179055565b836129ab826001600160401b0316600052600a602052604060002090565b55604080516001600160401b0396871681529590911660208601523394918291820190565b0390a3565b6129df9150613994565b386128b5565b506128996129f286613994565b9050612890565b15612a0057565b60405162461bcd60e51b815260206004820152600a60248201526962617463682073697a6560b01b6044820152606490fd5b15612a3957565b60405162461bcd60e51b81526020600482015260126024820152716e6f7420656e6f7567682070656e64696e6760701b6044820152606490fd5b906801bc16d674ec8000009182810292818404149015171561234b57565b9066470de4df8200009182810292818404149015171561234b57565b15612ab457565b60405162461bcd60e51b815260206004820152601060248201526f0d2dce6eaccccd2c6d2cadce8408aa8960831b6044820152606490fd5b600019811461234b5760010190565b15612b0257565b60405162461bcd60e51b815260206004820152600f60248201526e637572736f72206f766572666c6f7760881b6044820152606490fd5b908160209103126102ea575163ffffffff811681036102ea5790565b15612b5c57565b60405162461bcd60e51b815260206004820152602c60248201527f434f4445204552524f523a20696e73756666696369656e7420626f6e6420666f60448201526b1c881ad95e481d5c1b1bd85960a21b6064820152608490fd5b949392612be2606093612bd4612bf09460808a5260808a01906108f7565b9088820360208a015261081a565b9086820360408801526108f7565b930152565b906007811015610a1e57815460ff60a01b191660a09190911b60ff60a01b16179055565b63ffffffff908116600019019190821161234b57565b63ffffffff918216908216039190821161234b57565b15612c4c57565b60405162461bcd60e51b815260206004820152601560248201527404964206973206e6f74206f776e6564206279206f7605c1b6044820152606490fd5b15612c9057565b60405162461bcd60e51b815260206004820152600a6024820152694e6f742061637469766560b01b6044820152606490fd5b906001600160401b03600092168252600a6020526040822054918215612d2a57828152600760205260036040822001549160ff8360a01c16916007831015612d165750600193926001600160a01b03169190565b634e487b7160e01b81526021600452602490fd5b8092509180918190565b15612d3b57565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b15612d7e57565b60405162461bcd60e51b815260206004820152600a60248201526910985908185b5bdd5b9d60b21b6044820152606490fd5b15612db757565b60405162461bcd60e51b815260206004820152600e60248201526d4b6579206e6f742061637469766560901b6044820152606490fd5b60405190608082018281106001600160401b038211176109b6576040526060808352366020840137565b949392612e35606093612bd4612bf09460808a5260808a01906108f7565b90868203604088015261081a565b929190612bf06020916040865260408601906108f7565b15612e6157565b60405162461bcd60e51b81526020600482015260016024820152600360fc1b6044820152606490fd5b15612e9157565b60405162461bcd60e51b815260206004820152600a6024820152691a5b9d985b1a59081a5960b21b6044820152606490fd5b15612eca57565b60405162461bcd60e51b815260206004820152601060248201526f6e6f742073656e6465722773206b657960801b6044820152606490fd5b15612f0957565b60405162461bcd60e51b815260206004820152601860248201527f6b6579206e6f7420696e2070656e64696e6720737461746500000000000000006044820152606490fd5b15612f565750565b60405162461bcd60e51b8152602060048201529081906106e190602483019061081a565b929192612f868261241c565b91612f9460405193846109d6565b8294818452818301116102ea578281602093846000960137010152565b15612fb857565b60405162461bcd60e51b81526020600482015260136024820152721c1d589ad95e48185b1c9958591e481d5cd959606a1b6044820152606490fd5b90601f811161300157505050565b6000916000526020600020906020601f850160051c8301941061303f575b601f0160051c01915b82811061303457505050565b818155600101613028565b909250829061301f565b9092916001600160401b0381116109b65761306e8161306884546108bd565b84612ff3565b6000601f82116001146130af5781906130a09394956000926130a4575b50508160011b916000199060031b1c19161790565b9055565b01359050388061308b565b601f198216946130c484600052602060002090565b91805b8781106130ff5750836001959697106130e5575b505050811b019055565b0135600019600384901b60f8161c191690553880806130db565b909260206001819286860135815501940191016130c7565b1561311e57565b60405162461bcd60e51b815260206004820152600d60248201526c18985d18da080f881b1a5b5a5d609a1b6044820152606490fd5b91908110156125045760051b0190565b1561316a57565b60405162461bcd60e51b815260206004820152601960248201527f43616e6e6f742072656d6f7665206f746865722773206b6579000000000000006044820152606490fd5b156131b657565b60405162461bcd60e51b815260206004820152600b60248201526a4e6f742070656e64696e6760a81b6044820152606490fd5b6001600160a01b03909116815260406020820181905281018390526001600160fb1b0383116102ea5760609260051b809284830137010190565b1561322a57565b60405162461bcd60e51b815260206004820152600b60248201526a1c1d589ad95e481d5cd95960aa1b6044820152606490fd5b90600163ffffffff8093160191821161234b57565b1561327957565b606460405162461bcd60e51b815260206004820152602060248201527f696e73756666696369656e7420626f6e6420666f72206b65792075706c6f61646044820152fd5b91909182516001600160401b0381116109b6576132de8161306884546108bd565b602080601f831160011461331c575081906130a09394956000926133115750508160011b916000199060031b1c19161790565b01519050388061308b565b90601f1983169561333285600052602060002090565b926000905b88821061336e5750508360019596971061335557505050811b019055565b015160001960f88460031b161c191690553880806130db565b80600185968294968601518155019501930190613337565b919080519283516001600160401b0381116109b6576133a98161306884546108bd565b602080601f8311600114613477575061344f926133e78360a094600394610a12999a6000926133115750508160011b916000199060031b1c19161790565b81555b6133fb6020860151600183016132bd565b604085015160028201556060850151910180546001600160a01b0319166001600160a01b0390921691909117815592613441608082015161343b81610a14565b85612bf5565b01516001600160401b031690565b815467ffffffffffffffff60a81b191660a89190911b67ffffffffffffffff60a81b16179055565b90601f1983169661348d85600052602060002090565b926000905b8982106134da5750508360039361344f969360019360a097610a129b9c106134c2575b505050811b0181556133ea565b015160001983871b60f8161c191690553880806134b5565b80600185968294968601518155019501930190613492565b156134f957565b60405162461bcd60e51b815260206004820152600d60248201526c139bdd0819195c1bdcda5d1959609a1b6044820152606490fd5b1561353557565b60405162461bcd60e51b815260206004820152600d60248201526c105b1c9958591e481859191959609a1b6044820152606490fd5b1561357157565b60405162461bcd60e51b815260206004820152601060248201526f56616c20696e64657820696e2075736560801b6044820152606490fd5b6002600154146135ba576002600155565b604051633ee5aeb560e01b8152600490fd5b3360009081527fe84508f2c7fa9c351146748b3025cb78b45df37d868e48c6a75102fecdeee645602052604090207f241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b089060ff905b54161561362a5750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604090205460ff161561368157565b60405163e2517d3f60e01b815233600482015260006024820152604490fd5b600081815260208181526040808320338452909152902060ff90613620565b156136c657565b60405162461bcd60e51b8152602060048201526015602482015274092dcecc2d8d2c840e0eac4d6caf240d8cadccee8d605b1b6044820152606490fd5b1561370a57565b60405162461bcd60e51b8152602060048201526018602482015277092dcecc2d8d2c840e6d2cedcc2e8eae4ca40d8cadccee8d60431b6044820152606490fd5b9061375d602092828151948592016107f7565b0190565b9361378a613790926137ae96613779603083146136bf565b61378560608514613703565b613cb4565b93613d20565b60409182519485916020958684019091604092825260208201520190565b03906137c2601f19928381018752866109d6565b8383519586806137d56000998a9461374a565b039060025afa1561050f57838561382361380c6138188351958851928391878301604091634059730760d81b825260208201520190565b038781018352826109d6565b86519182809261374a565b039060025afa1561050f57849261386161386b9385519361385584519586928a84019091604092825260208201520190565b039081018452836109d6565b519182809261374a565b039060025afa1561050f575190565b6000818152602081815260408083206001600160a01b038616845290915281205490919060ff1661390557808252602082815260408084206001600160a01b038616600090815292529020805460ff1916600117905533926001600160a01b0316917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9080a4600190565b50905090565b6000818152602081815260408083206001600160a01b038616845290915281205490919060ff161561390557808252602082815260408084206001600160a01b038616600090815292529020805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4600190565b6007811015610a1e57600581149081156139ac575090565b600691506139b981610a14565b1490565b60ff600254166139c957565b60405163d93c066560e01b8152600490fd5b90926139ea60308351146136bf565b6139f76060845114613703565b6020828101516040938401518451808401929092526fffffffffffffffffffffffffffffffff191681850152838152909485949192601f199291613a3c6060866109d6565b855197889586613a4f60009b8c9361374a565b03600297885afa1561050f5787519167ffffffffffff00008160081b9160081c9165ff000000ff0064ff000000ff65ffffffffffff66ff000000ff0000861667ff000000ff00000085161760101c16941691161760101b1617928789613af28284015193613ae760608c83015192015195613adb8d519384928884019091604092825260208201520190565b038a81018352826109d6565b8a519182809261374a565b0390895afa1561050f578789613b22613adb613ae78351958c519283918783016040918152600060208201520190565b0390895afa1561050f5788613b6a8992613b5f835191613b538c519384928884019091604092825260208201520190565b038981018352826109d6565b89519182809261374a565b0390885afa1561050f5787613bb28892613ba7835195613b9b8b519384928884019091604092825260208201520190565b038881018352826109d6565b88519182809261374a565b0390875afa1561050f5786613c088792613bfd83519561380c8a51938267ffffffff0000000063ffffffff87958b1c16918a1b161760c01b8884019091604092825260208201520190565b87519182809261374a565b0390865afa1561050f578593613861613c399386519361385584519586928b84019091604092825260208201520190565b03915afa1561050f575190565b805115613c5557602081519101fd5b60405163d6bda27560e01b8152600490fd5b906020116102ea5790602090565b906040116102ea5760200190602090565b906060116102ea5760400190602090565b359060208110613ca5575090565b6000199060200360031b1b1690565b906020116102ea576000613d0d602092604051613cfc81610fa8878201946fffffffffffffffffffffffffffffffff1989820135169035869091604092825260208201520190565b6040519283928392519283916107f7565b8101039060025afa1561050f5760005190565b90613d5291613790613d38613d3e613d388585613c67565b90613c97565b93613d4c613d388286613c75565b93613c86565b0390613d66601f19928381018752866109d6565b838351958680613d796000998a9461374a565b039060025afa1561050f57838561382361380c6138188351958851928391878301604091815260006020820152019056fea2646970667358221220bb75e4b3d6bf4a0118613b65a4dc3cf8aeb5aa9c906064d0b6b8302666098f8164736f6c63430008190033",
|
|
1181
|
-
"linkReferences": {},
|
|
1182
|
-
"deployedLinkReferences": {}
|
|
1183
|
-
}
|