@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,1114 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "DepositManager",
|
|
4
|
-
"sourceName": "contracts/liqEth/DepositManager.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "contract RewardsERC20Pausable",
|
|
10
|
-
"name": "_liqEth",
|
|
11
|
-
"type": "address"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "contract IWithdrawalRecord",
|
|
15
|
-
"name": "_queue",
|
|
16
|
-
"type": "address"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "contract IStakingModule",
|
|
20
|
-
"name": "_stakingModule",
|
|
21
|
-
"type": "address"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"internalType": "uint64",
|
|
25
|
-
"name": "_entryQueue",
|
|
26
|
-
"type": "uint64"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"internalType": "uint64",
|
|
30
|
-
"name": "_dailyRateBPS",
|
|
31
|
-
"type": "uint64"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"internalType": "uint64",
|
|
35
|
-
"name": "_withdrawDelay",
|
|
36
|
-
"type": "uint64"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"internalType": "uint64",
|
|
40
|
-
"name": "_rewardCooldown",
|
|
41
|
-
"type": "uint64"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"internalType": "address",
|
|
45
|
-
"name": "_admin",
|
|
46
|
-
"type": "address"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"internalType": "address",
|
|
50
|
-
"name": "_oracle",
|
|
51
|
-
"type": "address"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"internalType": "address",
|
|
55
|
-
"name": "_accounting",
|
|
56
|
-
"type": "address"
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
|
-
"stateMutability": "nonpayable",
|
|
60
|
-
"type": "constructor"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"inputs": [],
|
|
64
|
-
"name": "AccessControlBadConfirmation",
|
|
65
|
-
"type": "error"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"inputs": [
|
|
69
|
-
{
|
|
70
|
-
"internalType": "address",
|
|
71
|
-
"name": "account",
|
|
72
|
-
"type": "address"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"internalType": "bytes32",
|
|
76
|
-
"name": "neededRole",
|
|
77
|
-
"type": "bytes32"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"name": "AccessControlUnauthorizedAccount",
|
|
81
|
-
"type": "error"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"inputs": [],
|
|
85
|
-
"name": "EnforcedPause",
|
|
86
|
-
"type": "error"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"inputs": [],
|
|
90
|
-
"name": "ExpectedPause",
|
|
91
|
-
"type": "error"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"inputs": [],
|
|
95
|
-
"name": "FailedCall",
|
|
96
|
-
"type": "error"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"inputs": [
|
|
100
|
-
{
|
|
101
|
-
"internalType": "uint256",
|
|
102
|
-
"name": "balance",
|
|
103
|
-
"type": "uint256"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"internalType": "uint256",
|
|
107
|
-
"name": "needed",
|
|
108
|
-
"type": "uint256"
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
"name": "InsufficientBalance",
|
|
112
|
-
"type": "error"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"inputs": [],
|
|
116
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
117
|
-
"type": "error"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"anonymous": false,
|
|
121
|
-
"inputs": [
|
|
122
|
-
{
|
|
123
|
-
"indexed": true,
|
|
124
|
-
"internalType": "address",
|
|
125
|
-
"name": "user",
|
|
126
|
-
"type": "address"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"indexed": false,
|
|
130
|
-
"internalType": "uint256",
|
|
131
|
-
"name": "amount",
|
|
132
|
-
"type": "uint256"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"name": "Claimed",
|
|
136
|
-
"type": "event"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"anonymous": false,
|
|
140
|
-
"inputs": [
|
|
141
|
-
{
|
|
142
|
-
"indexed": false,
|
|
143
|
-
"internalType": "uint64",
|
|
144
|
-
"name": "dailyRateBPS",
|
|
145
|
-
"type": "uint64"
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
"name": "DailyRateUpdated",
|
|
149
|
-
"type": "event"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"anonymous": false,
|
|
153
|
-
"inputs": [
|
|
154
|
-
{
|
|
155
|
-
"indexed": true,
|
|
156
|
-
"internalType": "address",
|
|
157
|
-
"name": "user",
|
|
158
|
-
"type": "address"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"indexed": false,
|
|
162
|
-
"internalType": "uint256",
|
|
163
|
-
"name": "netEth",
|
|
164
|
-
"type": "uint256"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"indexed": false,
|
|
168
|
-
"internalType": "uint256",
|
|
169
|
-
"name": "fee",
|
|
170
|
-
"type": "uint256"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"indexed": false,
|
|
174
|
-
"internalType": "uint256",
|
|
175
|
-
"name": "shares",
|
|
176
|
-
"type": "uint256"
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
"name": "Deposited",
|
|
180
|
-
"type": "event"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"anonymous": false,
|
|
184
|
-
"inputs": [
|
|
185
|
-
{
|
|
186
|
-
"indexed": false,
|
|
187
|
-
"internalType": "uint64",
|
|
188
|
-
"name": "entryQueue",
|
|
189
|
-
"type": "uint64"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
"name": "EntryQueueUpdated",
|
|
193
|
-
"type": "event"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"anonymous": false,
|
|
197
|
-
"inputs": [
|
|
198
|
-
{
|
|
199
|
-
"indexed": false,
|
|
200
|
-
"internalType": "uint256",
|
|
201
|
-
"name": "ethAmount",
|
|
202
|
-
"type": "uint256"
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"name": "FullExitReceived",
|
|
206
|
-
"type": "event"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"anonymous": false,
|
|
210
|
-
"inputs": [
|
|
211
|
-
{
|
|
212
|
-
"indexed": false,
|
|
213
|
-
"internalType": "uint256",
|
|
214
|
-
"name": "ethAmount",
|
|
215
|
-
"type": "uint256"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"name": "PartiallyExitReceived",
|
|
219
|
-
"type": "event"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"anonymous": false,
|
|
223
|
-
"inputs": [
|
|
224
|
-
{
|
|
225
|
-
"indexed": false,
|
|
226
|
-
"internalType": "address",
|
|
227
|
-
"name": "account",
|
|
228
|
-
"type": "address"
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"name": "Paused",
|
|
232
|
-
"type": "event"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"anonymous": false,
|
|
236
|
-
"inputs": [
|
|
237
|
-
{
|
|
238
|
-
"indexed": false,
|
|
239
|
-
"internalType": "uint256",
|
|
240
|
-
"name": "toUsers",
|
|
241
|
-
"type": "uint256"
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
|
-
"name": "RewardPushed",
|
|
245
|
-
"type": "event"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"anonymous": false,
|
|
249
|
-
"inputs": [
|
|
250
|
-
{
|
|
251
|
-
"indexed": true,
|
|
252
|
-
"internalType": "bytes32",
|
|
253
|
-
"name": "role",
|
|
254
|
-
"type": "bytes32"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"indexed": true,
|
|
258
|
-
"internalType": "bytes32",
|
|
259
|
-
"name": "previousAdminRole",
|
|
260
|
-
"type": "bytes32"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"indexed": true,
|
|
264
|
-
"internalType": "bytes32",
|
|
265
|
-
"name": "newAdminRole",
|
|
266
|
-
"type": "bytes32"
|
|
267
|
-
}
|
|
268
|
-
],
|
|
269
|
-
"name": "RoleAdminChanged",
|
|
270
|
-
"type": "event"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"anonymous": false,
|
|
274
|
-
"inputs": [
|
|
275
|
-
{
|
|
276
|
-
"indexed": true,
|
|
277
|
-
"internalType": "bytes32",
|
|
278
|
-
"name": "role",
|
|
279
|
-
"type": "bytes32"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"indexed": true,
|
|
283
|
-
"internalType": "address",
|
|
284
|
-
"name": "account",
|
|
285
|
-
"type": "address"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"indexed": true,
|
|
289
|
-
"internalType": "address",
|
|
290
|
-
"name": "sender",
|
|
291
|
-
"type": "address"
|
|
292
|
-
}
|
|
293
|
-
],
|
|
294
|
-
"name": "RoleGranted",
|
|
295
|
-
"type": "event"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"anonymous": false,
|
|
299
|
-
"inputs": [
|
|
300
|
-
{
|
|
301
|
-
"indexed": true,
|
|
302
|
-
"internalType": "bytes32",
|
|
303
|
-
"name": "role",
|
|
304
|
-
"type": "bytes32"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"indexed": true,
|
|
308
|
-
"internalType": "address",
|
|
309
|
-
"name": "account",
|
|
310
|
-
"type": "address"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"indexed": true,
|
|
314
|
-
"internalType": "address",
|
|
315
|
-
"name": "sender",
|
|
316
|
-
"type": "address"
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"name": "RoleRevoked",
|
|
320
|
-
"type": "event"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"anonymous": false,
|
|
324
|
-
"inputs": [
|
|
325
|
-
{
|
|
326
|
-
"indexed": false,
|
|
327
|
-
"internalType": "address",
|
|
328
|
-
"name": "account",
|
|
329
|
-
"type": "address"
|
|
330
|
-
}
|
|
331
|
-
],
|
|
332
|
-
"name": "Unpaused",
|
|
333
|
-
"type": "event"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"anonymous": false,
|
|
337
|
-
"inputs": [
|
|
338
|
-
{
|
|
339
|
-
"indexed": true,
|
|
340
|
-
"internalType": "address",
|
|
341
|
-
"name": "user",
|
|
342
|
-
"type": "address"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"indexed": false,
|
|
346
|
-
"internalType": "uint256",
|
|
347
|
-
"name": "amount",
|
|
348
|
-
"type": "uint256"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"indexed": false,
|
|
352
|
-
"internalType": "uint256",
|
|
353
|
-
"name": "shares",
|
|
354
|
-
"type": "uint256"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"name": "ValidatorDeposited",
|
|
358
|
-
"type": "event"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"anonymous": false,
|
|
362
|
-
"inputs": [
|
|
363
|
-
{
|
|
364
|
-
"indexed": true,
|
|
365
|
-
"internalType": "address",
|
|
366
|
-
"name": "user",
|
|
367
|
-
"type": "address"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"indexed": false,
|
|
371
|
-
"internalType": "uint256",
|
|
372
|
-
"name": "ethAmount",
|
|
373
|
-
"type": "uint256"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"indexed": false,
|
|
377
|
-
"internalType": "uint256",
|
|
378
|
-
"name": "nftId",
|
|
379
|
-
"type": "uint256"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"indexed": false,
|
|
383
|
-
"internalType": "uint64",
|
|
384
|
-
"name": "readyAt",
|
|
385
|
-
"type": "uint64"
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"name": "WithdrawRequested",
|
|
389
|
-
"type": "event"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"inputs": [],
|
|
393
|
-
"name": "DEFAULT_ADMIN_ROLE",
|
|
394
|
-
"outputs": [
|
|
395
|
-
{
|
|
396
|
-
"internalType": "bytes32",
|
|
397
|
-
"name": "",
|
|
398
|
-
"type": "bytes32"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"stateMutability": "view",
|
|
402
|
-
"type": "function"
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"inputs": [],
|
|
406
|
-
"name": "DENOM",
|
|
407
|
-
"outputs": [
|
|
408
|
-
{
|
|
409
|
-
"internalType": "uint256",
|
|
410
|
-
"name": "",
|
|
411
|
-
"type": "uint256"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"stateMutability": "view",
|
|
415
|
-
"type": "function"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"inputs": [],
|
|
419
|
-
"name": "MANAGER_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": "ORACLE_ROLE",
|
|
433
|
-
"outputs": [
|
|
434
|
-
{
|
|
435
|
-
"internalType": "bytes32",
|
|
436
|
-
"name": "",
|
|
437
|
-
"type": "bytes32"
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"stateMutability": "view",
|
|
441
|
-
"type": "function"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"inputs": [],
|
|
445
|
-
"name": "STAKE_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": "accounting",
|
|
459
|
-
"outputs": [
|
|
460
|
-
{
|
|
461
|
-
"internalType": "address",
|
|
462
|
-
"name": "",
|
|
463
|
-
"type": "address"
|
|
464
|
-
}
|
|
465
|
-
],
|
|
466
|
-
"stateMutability": "view",
|
|
467
|
-
"type": "function"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"inputs": [],
|
|
471
|
-
"name": "availableETH",
|
|
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": "checkDeficit",
|
|
485
|
-
"outputs": [
|
|
486
|
-
{
|
|
487
|
-
"internalType": "uint256",
|
|
488
|
-
"name": "def",
|
|
489
|
-
"type": "uint256"
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"internalType": "bool",
|
|
493
|
-
"name": "needExits",
|
|
494
|
-
"type": "bool"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"stateMutability": "view",
|
|
498
|
-
"type": "function"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"inputs": [
|
|
502
|
-
{
|
|
503
|
-
"internalType": "uint256",
|
|
504
|
-
"name": "nftId",
|
|
505
|
-
"type": "uint256"
|
|
506
|
-
}
|
|
507
|
-
],
|
|
508
|
-
"name": "claim",
|
|
509
|
-
"outputs": [],
|
|
510
|
-
"stateMutability": "nonpayable",
|
|
511
|
-
"type": "function"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"inputs": [],
|
|
515
|
-
"name": "dailyRateBPS",
|
|
516
|
-
"outputs": [
|
|
517
|
-
{
|
|
518
|
-
"internalType": "uint64",
|
|
519
|
-
"name": "",
|
|
520
|
-
"type": "uint64"
|
|
521
|
-
}
|
|
522
|
-
],
|
|
523
|
-
"stateMutability": "view",
|
|
524
|
-
"type": "function"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"inputs": [],
|
|
528
|
-
"name": "deposit",
|
|
529
|
-
"outputs": [],
|
|
530
|
-
"stateMutability": "payable",
|
|
531
|
-
"type": "function"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"inputs": [],
|
|
535
|
-
"name": "entryQueue",
|
|
536
|
-
"outputs": [
|
|
537
|
-
{
|
|
538
|
-
"internalType": "uint64",
|
|
539
|
-
"name": "",
|
|
540
|
-
"type": "uint64"
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
"stateMutability": "view",
|
|
544
|
-
"type": "function"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"inputs": [],
|
|
548
|
-
"name": "eth_needed",
|
|
549
|
-
"outputs": [
|
|
550
|
-
{
|
|
551
|
-
"internalType": "uint256",
|
|
552
|
-
"name": "",
|
|
553
|
-
"type": "uint256"
|
|
554
|
-
}
|
|
555
|
-
],
|
|
556
|
-
"stateMutability": "view",
|
|
557
|
-
"type": "function"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"inputs": [],
|
|
561
|
-
"name": "eth_requested",
|
|
562
|
-
"outputs": [
|
|
563
|
-
{
|
|
564
|
-
"internalType": "uint256",
|
|
565
|
-
"name": "",
|
|
566
|
-
"type": "uint256"
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"stateMutability": "view",
|
|
570
|
-
"type": "function"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"inputs": [],
|
|
574
|
-
"name": "eth_reserved_for_stake",
|
|
575
|
-
"outputs": [
|
|
576
|
-
{
|
|
577
|
-
"internalType": "uint256",
|
|
578
|
-
"name": "",
|
|
579
|
-
"type": "uint256"
|
|
580
|
-
}
|
|
581
|
-
],
|
|
582
|
-
"stateMutability": "view",
|
|
583
|
-
"type": "function"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"inputs": [],
|
|
587
|
-
"name": "fullExitReceived",
|
|
588
|
-
"outputs": [],
|
|
589
|
-
"stateMutability": "payable",
|
|
590
|
-
"type": "function"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"inputs": [
|
|
594
|
-
{
|
|
595
|
-
"internalType": "bytes32",
|
|
596
|
-
"name": "role",
|
|
597
|
-
"type": "bytes32"
|
|
598
|
-
}
|
|
599
|
-
],
|
|
600
|
-
"name": "getRoleAdmin",
|
|
601
|
-
"outputs": [
|
|
602
|
-
{
|
|
603
|
-
"internalType": "bytes32",
|
|
604
|
-
"name": "",
|
|
605
|
-
"type": "bytes32"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"stateMutability": "view",
|
|
609
|
-
"type": "function"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"inputs": [
|
|
613
|
-
{
|
|
614
|
-
"internalType": "bytes32",
|
|
615
|
-
"name": "role",
|
|
616
|
-
"type": "bytes32"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"internalType": "address",
|
|
620
|
-
"name": "account",
|
|
621
|
-
"type": "address"
|
|
622
|
-
}
|
|
623
|
-
],
|
|
624
|
-
"name": "grantRole",
|
|
625
|
-
"outputs": [],
|
|
626
|
-
"stateMutability": "nonpayable",
|
|
627
|
-
"type": "function"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"inputs": [
|
|
631
|
-
{
|
|
632
|
-
"internalType": "bytes32",
|
|
633
|
-
"name": "role",
|
|
634
|
-
"type": "bytes32"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"internalType": "address",
|
|
638
|
-
"name": "account",
|
|
639
|
-
"type": "address"
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"name": "hasRole",
|
|
643
|
-
"outputs": [
|
|
644
|
-
{
|
|
645
|
-
"internalType": "bool",
|
|
646
|
-
"name": "",
|
|
647
|
-
"type": "bool"
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"stateMutability": "view",
|
|
651
|
-
"type": "function"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"inputs": [],
|
|
655
|
-
"name": "lastRewardPush",
|
|
656
|
-
"outputs": [
|
|
657
|
-
{
|
|
658
|
-
"internalType": "uint64",
|
|
659
|
-
"name": "",
|
|
660
|
-
"type": "uint64"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"stateMutability": "view",
|
|
664
|
-
"type": "function"
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"inputs": [],
|
|
668
|
-
"name": "liqEth",
|
|
669
|
-
"outputs": [
|
|
670
|
-
{
|
|
671
|
-
"internalType": "contract RewardsERC20Pausable",
|
|
672
|
-
"name": "",
|
|
673
|
-
"type": "address"
|
|
674
|
-
}
|
|
675
|
-
],
|
|
676
|
-
"stateMutability": "view",
|
|
677
|
-
"type": "function"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"inputs": [],
|
|
681
|
-
"name": "minBal",
|
|
682
|
-
"outputs": [
|
|
683
|
-
{
|
|
684
|
-
"internalType": "uint256",
|
|
685
|
-
"name": "",
|
|
686
|
-
"type": "uint256"
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"stateMutability": "view",
|
|
690
|
-
"type": "function"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"inputs": [],
|
|
694
|
-
"name": "minDeposit",
|
|
695
|
-
"outputs": [
|
|
696
|
-
{
|
|
697
|
-
"internalType": "uint256",
|
|
698
|
-
"name": "",
|
|
699
|
-
"type": "uint256"
|
|
700
|
-
}
|
|
701
|
-
],
|
|
702
|
-
"stateMutability": "view",
|
|
703
|
-
"type": "function"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"inputs": [],
|
|
707
|
-
"name": "partialExitReceived",
|
|
708
|
-
"outputs": [],
|
|
709
|
-
"stateMutability": "payable",
|
|
710
|
-
"type": "function"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"inputs": [
|
|
714
|
-
{
|
|
715
|
-
"internalType": "uint256",
|
|
716
|
-
"name": "ethAmount",
|
|
717
|
-
"type": "uint256"
|
|
718
|
-
}
|
|
719
|
-
],
|
|
720
|
-
"name": "partialExitRequested",
|
|
721
|
-
"outputs": [],
|
|
722
|
-
"stateMutability": "nonpayable",
|
|
723
|
-
"type": "function"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"inputs": [],
|
|
727
|
-
"name": "pauseAll",
|
|
728
|
-
"outputs": [],
|
|
729
|
-
"stateMutability": "nonpayable",
|
|
730
|
-
"type": "function"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"inputs": [],
|
|
734
|
-
"name": "paused",
|
|
735
|
-
"outputs": [
|
|
736
|
-
{
|
|
737
|
-
"internalType": "bool",
|
|
738
|
-
"name": "",
|
|
739
|
-
"type": "bool"
|
|
740
|
-
}
|
|
741
|
-
],
|
|
742
|
-
"stateMutability": "view",
|
|
743
|
-
"type": "function"
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"inputs": [
|
|
747
|
-
{
|
|
748
|
-
"internalType": "uint256",
|
|
749
|
-
"name": "amount",
|
|
750
|
-
"type": "uint256"
|
|
751
|
-
}
|
|
752
|
-
],
|
|
753
|
-
"name": "procFee",
|
|
754
|
-
"outputs": [
|
|
755
|
-
{
|
|
756
|
-
"internalType": "uint256",
|
|
757
|
-
"name": "",
|
|
758
|
-
"type": "uint256"
|
|
759
|
-
}
|
|
760
|
-
],
|
|
761
|
-
"stateMutability": "view",
|
|
762
|
-
"type": "function"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"inputs": [
|
|
766
|
-
{
|
|
767
|
-
"internalType": "uint256",
|
|
768
|
-
"name": "amount",
|
|
769
|
-
"type": "uint256"
|
|
770
|
-
}
|
|
771
|
-
],
|
|
772
|
-
"name": "pushRewards",
|
|
773
|
-
"outputs": [],
|
|
774
|
-
"stateMutability": "nonpayable",
|
|
775
|
-
"type": "function"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"inputs": [],
|
|
779
|
-
"name": "queueRate",
|
|
780
|
-
"outputs": [
|
|
781
|
-
{
|
|
782
|
-
"internalType": "uint64",
|
|
783
|
-
"name": "",
|
|
784
|
-
"type": "uint64"
|
|
785
|
-
}
|
|
786
|
-
],
|
|
787
|
-
"stateMutability": "view",
|
|
788
|
-
"type": "function"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"inputs": [
|
|
792
|
-
{
|
|
793
|
-
"internalType": "bytes32",
|
|
794
|
-
"name": "role",
|
|
795
|
-
"type": "bytes32"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"internalType": "address",
|
|
799
|
-
"name": "callerConfirmation",
|
|
800
|
-
"type": "address"
|
|
801
|
-
}
|
|
802
|
-
],
|
|
803
|
-
"name": "renounceRole",
|
|
804
|
-
"outputs": [],
|
|
805
|
-
"stateMutability": "nonpayable",
|
|
806
|
-
"type": "function"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"inputs": [
|
|
810
|
-
{
|
|
811
|
-
"internalType": "uint256",
|
|
812
|
-
"name": "liqAmount",
|
|
813
|
-
"type": "uint256"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"internalType": "uint256",
|
|
817
|
-
"name": "deadline",
|
|
818
|
-
"type": "uint256"
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"internalType": "uint8",
|
|
822
|
-
"name": "v",
|
|
823
|
-
"type": "uint8"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"internalType": "bytes32",
|
|
827
|
-
"name": "r",
|
|
828
|
-
"type": "bytes32"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"internalType": "bytes32",
|
|
832
|
-
"name": "s",
|
|
833
|
-
"type": "bytes32"
|
|
834
|
-
}
|
|
835
|
-
],
|
|
836
|
-
"name": "requestWithdrawal",
|
|
837
|
-
"outputs": [],
|
|
838
|
-
"stateMutability": "nonpayable",
|
|
839
|
-
"type": "function"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"inputs": [
|
|
843
|
-
{
|
|
844
|
-
"internalType": "bytes32",
|
|
845
|
-
"name": "role",
|
|
846
|
-
"type": "bytes32"
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"internalType": "address",
|
|
850
|
-
"name": "account",
|
|
851
|
-
"type": "address"
|
|
852
|
-
}
|
|
853
|
-
],
|
|
854
|
-
"name": "revokeRole",
|
|
855
|
-
"outputs": [],
|
|
856
|
-
"stateMutability": "nonpayable",
|
|
857
|
-
"type": "function"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"inputs": [],
|
|
861
|
-
"name": "rewardCooldown",
|
|
862
|
-
"outputs": [
|
|
863
|
-
{
|
|
864
|
-
"internalType": "uint64",
|
|
865
|
-
"name": "",
|
|
866
|
-
"type": "uint64"
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"stateMutability": "view",
|
|
870
|
-
"type": "function"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"inputs": [
|
|
874
|
-
{
|
|
875
|
-
"internalType": "address",
|
|
876
|
-
"name": "_accounting",
|
|
877
|
-
"type": "address"
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"name": "setAccounting",
|
|
881
|
-
"outputs": [],
|
|
882
|
-
"stateMutability": "nonpayable",
|
|
883
|
-
"type": "function"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"inputs": [
|
|
887
|
-
{
|
|
888
|
-
"internalType": "uint64",
|
|
889
|
-
"name": "newEntryQueue",
|
|
890
|
-
"type": "uint64"
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"name": "setEntryQueue",
|
|
894
|
-
"outputs": [],
|
|
895
|
-
"stateMutability": "nonpayable",
|
|
896
|
-
"type": "function"
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"inputs": [
|
|
900
|
-
{
|
|
901
|
-
"internalType": "uint256",
|
|
902
|
-
"name": "_minDeposit",
|
|
903
|
-
"type": "uint256"
|
|
904
|
-
}
|
|
905
|
-
],
|
|
906
|
-
"name": "setMinDeposit",
|
|
907
|
-
"outputs": [],
|
|
908
|
-
"stateMutability": "nonpayable",
|
|
909
|
-
"type": "function"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"inputs": [
|
|
913
|
-
{
|
|
914
|
-
"internalType": "uint64",
|
|
915
|
-
"name": "_rewardCooldown",
|
|
916
|
-
"type": "uint64"
|
|
917
|
-
}
|
|
918
|
-
],
|
|
919
|
-
"name": "setRewardCooldown",
|
|
920
|
-
"outputs": [],
|
|
921
|
-
"stateMutability": "nonpayable",
|
|
922
|
-
"type": "function"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"inputs": [
|
|
926
|
-
{
|
|
927
|
-
"internalType": "address",
|
|
928
|
-
"name": "module",
|
|
929
|
-
"type": "address"
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"name": "setStakingModule",
|
|
933
|
-
"outputs": [],
|
|
934
|
-
"stateMutability": "nonpayable",
|
|
935
|
-
"type": "function"
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"inputs": [
|
|
939
|
-
{
|
|
940
|
-
"internalType": "uint64",
|
|
941
|
-
"name": "_withdrawDelay",
|
|
942
|
-
"type": "uint64"
|
|
943
|
-
}
|
|
944
|
-
],
|
|
945
|
-
"name": "setWithdrawDelay",
|
|
946
|
-
"outputs": [],
|
|
947
|
-
"stateMutability": "nonpayable",
|
|
948
|
-
"type": "function"
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"inputs": [
|
|
952
|
-
{
|
|
953
|
-
"internalType": "address",
|
|
954
|
-
"name": "_vault",
|
|
955
|
-
"type": "address"
|
|
956
|
-
}
|
|
957
|
-
],
|
|
958
|
-
"name": "setWithdrawalVault",
|
|
959
|
-
"outputs": [],
|
|
960
|
-
"stateMutability": "nonpayable",
|
|
961
|
-
"type": "function"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"inputs": [
|
|
965
|
-
{
|
|
966
|
-
"internalType": "uint256",
|
|
967
|
-
"name": "nKeys",
|
|
968
|
-
"type": "uint256"
|
|
969
|
-
}
|
|
970
|
-
],
|
|
971
|
-
"name": "stakeThroughModule",
|
|
972
|
-
"outputs": [],
|
|
973
|
-
"stateMutability": "nonpayable",
|
|
974
|
-
"type": "function"
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"inputs": [],
|
|
978
|
-
"name": "stakingModule",
|
|
979
|
-
"outputs": [
|
|
980
|
-
{
|
|
981
|
-
"internalType": "contract IStakingModule",
|
|
982
|
-
"name": "",
|
|
983
|
-
"type": "address"
|
|
984
|
-
}
|
|
985
|
-
],
|
|
986
|
-
"stateMutability": "view",
|
|
987
|
-
"type": "function"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"inputs": [
|
|
991
|
-
{
|
|
992
|
-
"internalType": "bytes4",
|
|
993
|
-
"name": "interfaceId",
|
|
994
|
-
"type": "bytes4"
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"name": "supportsInterface",
|
|
998
|
-
"outputs": [
|
|
999
|
-
{
|
|
1000
|
-
"internalType": "bool",
|
|
1001
|
-
"name": "",
|
|
1002
|
-
"type": "bool"
|
|
1003
|
-
}
|
|
1004
|
-
],
|
|
1005
|
-
"stateMutability": "view",
|
|
1006
|
-
"type": "function"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"inputs": [
|
|
1010
|
-
{
|
|
1011
|
-
"internalType": "uint256",
|
|
1012
|
-
"name": "id",
|
|
1013
|
-
"type": "uint256"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"internalType": "uint256",
|
|
1017
|
-
"name": "ethAmount",
|
|
1018
|
-
"type": "uint256"
|
|
1019
|
-
}
|
|
1020
|
-
],
|
|
1021
|
-
"name": "topUpValidator",
|
|
1022
|
-
"outputs": [],
|
|
1023
|
-
"stateMutability": "nonpayable",
|
|
1024
|
-
"type": "function"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"inputs": [],
|
|
1028
|
-
"name": "unpauseAll",
|
|
1029
|
-
"outputs": [],
|
|
1030
|
-
"stateMutability": "nonpayable",
|
|
1031
|
-
"type": "function"
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"inputs": [
|
|
1035
|
-
{
|
|
1036
|
-
"internalType": "uint64",
|
|
1037
|
-
"name": "newDailyRateBPS",
|
|
1038
|
-
"type": "uint64"
|
|
1039
|
-
}
|
|
1040
|
-
],
|
|
1041
|
-
"name": "updateApyBPS",
|
|
1042
|
-
"outputs": [],
|
|
1043
|
-
"stateMutability": "nonpayable",
|
|
1044
|
-
"type": "function"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"inputs": [],
|
|
1048
|
-
"name": "valDeposit",
|
|
1049
|
-
"outputs": [
|
|
1050
|
-
{
|
|
1051
|
-
"internalType": "uint256",
|
|
1052
|
-
"name": "",
|
|
1053
|
-
"type": "uint256"
|
|
1054
|
-
}
|
|
1055
|
-
],
|
|
1056
|
-
"stateMutability": "view",
|
|
1057
|
-
"type": "function"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"inputs": [],
|
|
1061
|
-
"name": "validatorDepositAndLockBond",
|
|
1062
|
-
"outputs": [],
|
|
1063
|
-
"stateMutability": "payable",
|
|
1064
|
-
"type": "function"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
"inputs": [],
|
|
1068
|
-
"name": "withdrawDelay",
|
|
1069
|
-
"outputs": [
|
|
1070
|
-
{
|
|
1071
|
-
"internalType": "uint64",
|
|
1072
|
-
"name": "",
|
|
1073
|
-
"type": "uint64"
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"stateMutability": "view",
|
|
1077
|
-
"type": "function"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"inputs": [],
|
|
1081
|
-
"name": "withdrawalQueue",
|
|
1082
|
-
"outputs": [
|
|
1083
|
-
{
|
|
1084
|
-
"internalType": "contract IWithdrawalRecord",
|
|
1085
|
-
"name": "",
|
|
1086
|
-
"type": "address"
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"stateMutability": "view",
|
|
1090
|
-
"type": "function"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"inputs": [],
|
|
1094
|
-
"name": "withdrawalVault",
|
|
1095
|
-
"outputs": [
|
|
1096
|
-
{
|
|
1097
|
-
"internalType": "address",
|
|
1098
|
-
"name": "",
|
|
1099
|
-
"type": "address"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"stateMutability": "view",
|
|
1103
|
-
"type": "function"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"stateMutability": "payable",
|
|
1107
|
-
"type": "receive"
|
|
1108
|
-
}
|
|
1109
|
-
],
|
|
1110
|
-
"bytecode": "0x60c03461030b576001600160401b0390601f61279238819003918201601f19168301929190848411838510176103105781610140928492604096875283398101031261030b578051926001600160a01b03808516850361030b57602083015191818316830361030b5784840151828116810361030b5761008160608601610326565b9061008e60808701610326565b61009a60a08801610326565b6100a660c08901610326565b926100b360e08a0161033a565b976100ce6101206100c76101008d0161033a565b9b0161033a565b9b60018055662386f26fc100008060085560095560805260a05260025490610100600160a81b039060081b1690610100600160a81b031916176002558560049a1660018060a01b03198b5416178a5561271085831610156102d4578416918215610291578481161561024e5760c091821b6001600160c01b031916608094851b600160801b600160c01b0316179290921791881b6fffffffffffffffff00000000000000001691909117600a8190559081901c911c82160290811690810361023957600b80546001600160401b0319169190911790559293506101d792811661022f57506101c733915b6101c18361034e565b506103cc565b506101d13061046c565b50610507565b50516121cf90816105a382396080518181816105a801528181610856015281816109af01528181610e2f01528181611327015281816118d60152611cec015260a05181818161140d015281816114830152611a320152f35b6101c790916101b8565b601186634e487b7160e01b6000525260246000fd5b885162461bcd60e51b81526020818c0152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b885162461bcd60e51b81526020818c0152601c60248201527f57697468647261772064656c61792063616e2774206265207a65726f000000006044820152606490fd5b885162461bcd60e51b81526020818c0152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b600080fd5b634e487b7160e01b600052604160045260246000fd5b51906001600160401b038216820361030b57565b51906001600160a01b038216820361030b57565b6001600160a01b031660008181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205490919060ff166103c857818052816020526040822081835260205260408220600160ff1982541617905533916000805160206127728339815191528180a4600190565b5090565b6001600160a01b031660008181527f56e5822e13686eaa5c46cfa39933133a22208a18ec41a20857fad3e26619a2a860205260408120549091907f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c89060ff1661046757808352826020526040832082845260205260408320600160ff19825416179055600080516020612772833981519152339380a4600190565b505090565b6001600160a01b031660008181527f511473bfc0317b2ecebc3e7070288e5dde2957151ef598d1c2d01ac136128f3260205260408120549091907faf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c9060ff1661046757808352826020526040832082845260205260408320600160ff19825416179055600080516020612772833981519152339380a4600190565b6001600160a01b031660008181527f09a4e6cc3044cd664e744b4b3f312b502e02bf3949a0b298004a442bdfdb2aed60205260408120549091907feaea87345c0a5b2ecb49cde771d9ac5bfe2528357e00d43a1e06a12c2779f3ca9060ff1661046757808352826020526040832082845260205260408320600160ff19825416179055600080516020612772833981519152339380a460019056fe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c91826301ffc9a714611d7e575081630288a39c14611d5657816307e2cea514611d1b5781630a65176114611cd75781630df25f1d14611c495781630f421d5f1461187257816316343da414611855578163248a9ca31461182b5781632f2ff15d1461180157816335923b041461177c57816335d079ad1461165e57816336568abe14611618578163379607f51461143c57816337d5fe99146113f857816337eb45d6146113cd57816341b3d185146113ae578163504b82bf1461138157838263595c6a67146112cc575081635c975abb146112a857816360830ebb1461128157816369d42148146112585781636bde0bae146111a25781636beb36ea14611183578163754ae7dc146110f8578163762106d81461105757816377680e0b14610fce57816378613da914610f695781637a389d2d14610ea75781638a2ddd0314610dd35781638fcc9cfb14610db157816391b7655f14610d9257816391d1485414610d4d5781639624e83e14610d25578163a1a6af8314610d06578163a217fddf14610ceb578163a664150a14610cc2578163b574439314610ca0578163c60b494f14610c00578163cb58db9314610b9c578163d0e30db014610983578163d1118dee14610796578163d547741f14610757578163d932971f1461072f578163d9a15911146106f4578163d9d4e8ab14610531578163e311d67b14610463578163ec87621c14610428578163efd96309146102f657508063f43d19b9146102ce578063f7fb721f146102b0578063f81f4ae61461028d5763fb6ff161146102705780610012565b3461028957816003193601126102895751478152602090f35b5080fd5b5034610289578160031936011261028957602090516801bc16d674ec8000008152f35b50346102895781600319360112610289576020906006549051908152f35b5034610289578160031936011261028957600a548151911c6001600160401b03168152602090f35b8391503461028957826003193601126102895760243590610315611fe5565b61031d611f63565b670de0b6b3a764000082106103e5574761033960095484611e47565b10156103ad5792829360018060a01b0360025460081c16803b156103a95760248592845195869384926348ab019760e11b84528035908401525af19081156103a05750610389575b506001805580f35b61039290611dfd565b61039d578082610381565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b505034610289578160031936011261028957602090517faf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c8152f35b9190503461052d57602036600319011261052d5781356001600160401b038116928382036103a957610493611f0b565b6127108410156104f65750600a80546001600160c01b031660c09290921b6001600160c01b0319169190911790557fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d85916020916104ee6120a4565b51908152a180f35b606490602084519162461bcd60e51b8352820152601160248201527004170792063616e2774206265202531303607c1b6044820152fd5b8280fd5b90508260031936011261052d57610546611fe5565b6801bc16d674ec80000034036106ba5790826105a29261056834600754611e47565b600755805483516340c10f1960e01b81526001600160a01b0391821681840190815234602082810191909152919687918291604090910190565b038186857f0000000000000000000000000000000000000000000000000000000000000000165af19485156106b0578395610674575b5060025460081c16803b1561052d57835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af1801561066a57610656575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a26001805580f35b61065f90611dfd565b61052d57823861061d565b83513d84823e3d90fd5b925093506020823d6020116106a8575b8161069160209383611e26565b810103126106a35784915193386105d8565b600080fd5b3d9150610684565b84513d85823e3d90fd5b6020606492519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b505034610289578160031936011261028957602090517feaea87345c0a5b2ecb49cde771d9ac5bfe2528357e00d43a1e06a12c2779f3ca8152f35b5050346102895781600319360112610289576020906001600160401b03600b54169051908152f35b9190503461052d578060031936011261052d57610792913561078d600161077c611dd1565b938387528660205286200154611fbf565b6120d8565b5080f35b90503461052d57602090816003193601126108f1578035906107b6612008565b7f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c880600052600084528460002033600052845260ff8560002054161561096657506107ff611fe5565b811561093857600b546001600160401b0361082481600a54881c168284891c16611e6a565b1642106108ff576fffffffffffffffff0000000000000000191642851b67ffffffffffffffff60401b1617600b5584907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b1561052d5783602484928389519586948593631b870ba760e01b85528401525af180156108f5576108dd575b50507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38389251908152a16001805580f35b6108e690611dfd565b6108f15783386108ad565b8380fd5b85513d84823e3d90fd5b845162461bcd60e51b8152808301859052601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b835162461bcd60e51b815290810183905260086024820152670416d6f756e7420360c41b6044820152606490fd5b6044925084519163e2517d3f60e01b835233908301526024820152fd5b90508260031936011261052d57610998611fe5565b6008543410610b4f5781516318160ddd60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169290849060209081818681895afa908115610b45578791610b18575b50610aba575b80610a3694610a088434611e85565b85516340c10f1960e01b8152339281019283526020830182905290979096879283918b918391604090910190565b03925af1938415610ab0578694610a81575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a26001805580f35b9080945081813d8311610aa9575b610a998183611e26565b810103126106a357519238610a48565b503d610a8f565b83513d88823e3d90fd5b9050610ac53461214d565b9081156109f957843b15610b1457858351631b870ba760e01b815283868201528181602481838b5af180156108f557610b00575b50506109f9565b610b0990611dfd565b610b14578538610af9565b8580fd5b90508181813d8311610b3e575b610b2f8183611e26565b810103126106a35751386109f3565b503d610b25565b84513d89823e3d90fd5b6020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b5050816003193601126102895760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e491610bd4611fe5565b610be960018060a01b03600354163314611e92565b610bf4341515611ed6565b51348152a16001805580f35b90503461052d57602036600319011261052d57610c1b611de7565b91610c24611f0b565b6001600160a01b03831615610c5d57505060028054610100600160a81b03191660089290921b610100600160a81b031691909117905580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b505034610289578160031936011261028957602090600a5460c01c9051908152f35b505034610289578160031936011261028957600b548151911c6001600160401b03168152602090f35b50503461028957816003193601126102895751908152602090f35b5050346102895781600319360112610289576020906007549051908152f35b90503461052d578260031936011261052d575490516001600160a01b03909116815260209150f35b90503461052d578160031936011261052d5781602093610d6b611dd1565b92358152808552209060018060a01b0316600052825260ff81600020541690519015158152f35b5050346102895781600319360112610289576020906009549051908152f35b83903461028957602036600319011261028957610dcc611f0b565b3560085580f35b83915034610289578160031936011261028957610dee611f0b565b6002549260ff841615610e9a57829360ff19166002557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a17f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610e95578151631fa5d41d60e11b81529284918491829084905af19081156103a05750610e855750f35b610e8e90611dfd565b61039d5780f35b505050fd5b51638dfc202b60e01b8152fd5b90508260031936011261052d57610ebc611fe5565b610ed160018060a01b03600354163314611e92565b610edc341515611ed6565b60065490348210610f2657507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c91610f176020923490611e85565b60065551348152a16001805580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b82843461039d578060031936011261039d57610f884760065490611e47565b90610f9860075460055490611e47565b90818310610fbb5790610fab9192611e85565b905b825191825215156020820152f35b50600191610fc891611e85565b90610fad565b9190503461052d57602036600319011261052d57610fea611de7565b610ff2611f0b565b6001600160a01b0316908115611015575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b90503461052d57602036600319011261052d578035906001600160401b0382168083036103a957611086611f0b565b156110b5575067ffffffffffffffff60401b90600a54921b169067ffffffffffffffff60401b191617600a5580f35b606490602084519162461bcd60e51b8352820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152fd5b90503461052d57602036600319011261052d57611113611de7565b61111b611f0b565b6001600160a01b03169182156111485750506bffffffffffffffffffffffff60a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b5050346102895781600319360112610289576020906005549051908152f35b90503461052d57602036600319011261052d57803591821561121e576003546001600160a01b031633036111e357836111dd84600654611e47565b60065580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461028957816003193601126102895760035490516001600160a01b039091168152602090f35b82843461039d57602036600319011261039d57506112a16020923561214d565b9051908152f35b50503461028957816003193601126102895760209060ff6002541690519015158152f35b8091843461137d578260031936011261137d576112e7611f0b565b6112ef612008565b600160ff1960025416176002557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a17f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610e95578151638456cb5960e01b81529284918491829084905af19081156103a05750610e855750f35b5050fd5b505034610289578160031936011261028957600254905160089190911c6001600160a01b03168152602090f35b5050346102895781600319360112610289576020906008549051908152f35b5050346102895781600319360112610289576020906001600160401b03600a5460801c169051908152f35b505034610289578160031936011261028957517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b9190503461052d57602090816003193601126108f15761145a611fe5565b611462612008565b805163084e1b0f60e31b8152833584820152336024820152928284604481887f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af193841561160e5785946115df575b508347106115a7576114cf84600554611e85565b60055583471061158b578480808087335af1903d15611583573d916001600160401b0383116115705783519261150e601f8201601f1916870185611e26565b83523d878685013e5b1561154f575050907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a26001805580f35b815191939290911561156357505081519101fd5b5163d6bda27560e01b8152fd5b634e487b7160e01b875260418252602487fd5b606091611517565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611607575b6115f78183611e26565b810103126106a3575192386114bb565b503d6115ed565b82513d87823e3d90fd5b838334610289578060031936011261028957611632611dd1565b90336001600160a01b0383160361164f57506107929192356120d8565b5163334bd91960e11b81528390fd5b839150346102895760203660031901126102895780359261167d611fe5565b611685611f63565b831561174f576801bc16d674ec8000008402916801bc16d674ec7fffff198584040161173c576007549483861061170a576116c1848697611e85565b60075560025460081c6001600160a01b031693843b15610b14578592602491855196879485936354d23f8560e01b85528401525af19081156103a0575061038957506001805580f35b506020606492519162461bcd60e51b8352820152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152fd5b634e487b7160e01b845260119052602483fd5b906020606492519162461bcd60e51b835282015260076024820152666e6f206b65797360c81b6044820152fd5b90503461052d57602036600319011261052d57356001600160401b0381168082036108f1577fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9926020926117ce611f0b565b600a805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b169190911790556104ee6120a4565b9190503461052d578060031936011261052d576107929135611826600161077c611dd1565b612026565b90503461052d57602036600319011261052d57816020936001923581528085522001549051908152f35b505034610289578160031936011261028957602090516127108152f35b9190503461052d5760a036600319011261052d5781359060249060449182359060ff8216809203611c455760646118a7611fe5565b6118af612008565b8515611c075783516370a0823160e01b815233818901526001600160a01b039760209490917f00000000000000000000000000000000000000000000000000000000000000008a16919086818781865afa908115611bfd57908a918d91611bc8575b5010611b9657813b15611b6e5786519063d505accf60e01b82523384830152308683015289898301528535858301526084820152833560a482015260843560c48201528a8160e48183865af18015611b7957611b83575b5085516323b872dd60e01b815233838201523085820152878101899052858185818e865af1908115611b79578b91611b3f575b5015611b0a578551629f15d760e81b815230818401908152602081018a90529095949392918b918691889182908590829060400103925af1998a15611afe57899a9996979899611aca575b8697506119f68697600554611e47565b6005556001600160401b03611a1181600a5416824216611e6a565b8a51998a9788966357cb494760e01b8852339088015286015216809a8401527f0000000000000000000000000000000000000000000000000000000000000000165af1918215610ab0578692611a9b575b5082519485528401528201527f5b5919a27b29ed9ea8fdb44f39ca081298229768813e2b5ffbd9d83eeb1de61e60603392a26001805580f35b9080925081813d8311611ac3575b611ab38183611e26565b810103126106a357519038611a62565b503d611aa9565b9480965080929791503d8311611af7575b611ae58183611e26565b810103126106a35784898995946119e6565b503d611adb565b508651903d90823e3d90fd5b50845162461bcd60e51b8152908101849052601381840152721d1c985b9cd9995c919c9bdb4819985a5b1959606a1b81870152fd5b90508581813d8311611b72575b611b568183611e26565b81010312611b6e57518015158103611b6e573861199b565b8a80fd5b503d611b4c565b87513d8d823e3d90fd5b611b8f909a919a611dfd565b9838611968565b5050845162461bcd60e51b8152908101849052600f818401526e457863656564732062616c616e636560881b81870152fd5b809250888092503d8311611bf6575b611be18183611e26565b81010312611bf25789905138611911565b8b80fd5b503d611bd7565b88513d8e823e3d90fd5b835162461bcd60e51b81526020818901526017818401527f6c6971416d6f756e742063616e2774206265207a65726f00000000000000000081870152fd5b8680fd5b90503461052d57602036600319011261052d578035916001600160401b0383168093036108f157611c78611f0b565b8215611c945750506001600160401b0319600a541617600a5580f35b906020606492519162461bcd60e51b8352820152601c60248201527f57697468647261772064656c61792063616e2774206265207a65726f000000006044820152fd5b505034610289578160031936011261028957517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b505034610289578160031936011261028957602090517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b5050346102895781600319360112610289576020906001600160401b03600a54169051908152f35b84913461052d57602036600319011261052d573563ffffffff60e01b811680910361052d5760209250637965db0b60e01b8114908115611dc0575b5015158152f35b6301ffc9a760e01b14905083611db9565b602435906001600160a01b03821682036106a357565b600435906001600160a01b03821682036106a357565b6001600160401b038111611e1057604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611e1057604052565b91908201809211611e5457565b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b0380809416911601918211611e5457565b91908203918211611e5457565b15611e9957565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611edd57565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b3360009081527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205460ff1615611f455750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f09a4e6cc3044cd664e744b4b3f312b502e02bf3949a0b298004a442bdfdb2aed60205260409020547feaea87345c0a5b2ecb49cde771d9ac5bfe2528357e00d43a1e06a12c2779f3ca9060ff1615611f455750565b80600052600060205260406000203360005260205260ff6040600020541615611f455750565b600260015414611ff6576002600155565b604051633ee5aeb560e01b8152600490fd5b60ff6002541661201457565b60405163d93c066560e01b8152600490fd5b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054161560001461209f57808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b600a546001600160401b0390818160801c169060c01c02908116908103611e54576001600160401b0319600b541617600b55565b9060009180835282602052604083209160018060a01b03169182845260205260ff60408420541660001461209f5780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b6001600160401b03600b54169081810290808204831490151715611e54576237b1d0918201809211611e54578115612183570490565b634e487b7160e01b600052601260045260246000fdfea26469706673582212204ecd8cde8016bb7e73460ca5975af612ecfb21b2c21a3262c8d8f7abf08926b364736f6c634300081900332f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1111
|
-
"deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c91826301ffc9a714611d7e575081630288a39c14611d5657816307e2cea514611d1b5781630a65176114611cd75781630df25f1d14611c495781630f421d5f1461187257816316343da414611855578163248a9ca31461182b5781632f2ff15d1461180157816335923b041461177c57816335d079ad1461165e57816336568abe14611618578163379607f51461143c57816337d5fe99146113f857816337eb45d6146113cd57816341b3d185146113ae578163504b82bf1461138157838263595c6a67146112cc575081635c975abb146112a857816360830ebb1461128157816369d42148146112585781636bde0bae146111a25781636beb36ea14611183578163754ae7dc146110f8578163762106d81461105757816377680e0b14610fce57816378613da914610f695781637a389d2d14610ea75781638a2ddd0314610dd35781638fcc9cfb14610db157816391b7655f14610d9257816391d1485414610d4d5781639624e83e14610d25578163a1a6af8314610d06578163a217fddf14610ceb578163a664150a14610cc2578163b574439314610ca0578163c60b494f14610c00578163cb58db9314610b9c578163d0e30db014610983578163d1118dee14610796578163d547741f14610757578163d932971f1461072f578163d9a15911146106f4578163d9d4e8ab14610531578163e311d67b14610463578163ec87621c14610428578163efd96309146102f657508063f43d19b9146102ce578063f7fb721f146102b0578063f81f4ae61461028d5763fb6ff161146102705780610012565b3461028957816003193601126102895751478152602090f35b5080fd5b5034610289578160031936011261028957602090516801bc16d674ec8000008152f35b50346102895781600319360112610289576020906006549051908152f35b5034610289578160031936011261028957600a548151911c6001600160401b03168152602090f35b8391503461028957826003193601126102895760243590610315611fe5565b61031d611f63565b670de0b6b3a764000082106103e5574761033960095484611e47565b10156103ad5792829360018060a01b0360025460081c16803b156103a95760248592845195869384926348ab019760e11b84528035908401525af19081156103a05750610389575b506001805580f35b61039290611dfd565b61039d578082610381565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b505034610289578160031936011261028957602090517faf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c8152f35b9190503461052d57602036600319011261052d5781356001600160401b038116928382036103a957610493611f0b565b6127108410156104f65750600a80546001600160c01b031660c09290921b6001600160c01b0319169190911790557fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d85916020916104ee6120a4565b51908152a180f35b606490602084519162461bcd60e51b8352820152601160248201527004170792063616e2774206265202531303607c1b6044820152fd5b8280fd5b90508260031936011261052d57610546611fe5565b6801bc16d674ec80000034036106ba5790826105a29261056834600754611e47565b600755805483516340c10f1960e01b81526001600160a01b0391821681840190815234602082810191909152919687918291604090910190565b038186857f0000000000000000000000000000000000000000000000000000000000000000165af19485156106b0578395610674575b5060025460081c16803b1561052d57835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af1801561066a57610656575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a26001805580f35b61065f90611dfd565b61052d57823861061d565b83513d84823e3d90fd5b925093506020823d6020116106a8575b8161069160209383611e26565b810103126106a35784915193386105d8565b600080fd5b3d9150610684565b84513d85823e3d90fd5b6020606492519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b505034610289578160031936011261028957602090517feaea87345c0a5b2ecb49cde771d9ac5bfe2528357e00d43a1e06a12c2779f3ca8152f35b5050346102895781600319360112610289576020906001600160401b03600b54169051908152f35b9190503461052d578060031936011261052d57610792913561078d600161077c611dd1565b938387528660205286200154611fbf565b6120d8565b5080f35b90503461052d57602090816003193601126108f1578035906107b6612008565b7f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c880600052600084528460002033600052845260ff8560002054161561096657506107ff611fe5565b811561093857600b546001600160401b0361082481600a54881c168284891c16611e6a565b1642106108ff576fffffffffffffffff0000000000000000191642851b67ffffffffffffffff60401b1617600b5584907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031690813b1561052d5783602484928389519586948593631b870ba760e01b85528401525af180156108f5576108dd575b50507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38389251908152a16001805580f35b6108e690611dfd565b6108f15783386108ad565b8380fd5b85513d84823e3d90fd5b845162461bcd60e51b8152808301859052601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b835162461bcd60e51b815290810183905260086024820152670416d6f756e7420360c41b6044820152606490fd5b6044925084519163e2517d3f60e01b835233908301526024820152fd5b90508260031936011261052d57610998611fe5565b6008543410610b4f5781516318160ddd60e01b81527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169290849060209081818681895afa908115610b45578791610b18575b50610aba575b80610a3694610a088434611e85565b85516340c10f1960e01b8152339281019283526020830182905290979096879283918b918391604090910190565b03925af1938415610ab0578694610a81575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a26001805580f35b9080945081813d8311610aa9575b610a998183611e26565b810103126106a357519238610a48565b503d610a8f565b83513d88823e3d90fd5b9050610ac53461214d565b9081156109f957843b15610b1457858351631b870ba760e01b815283868201528181602481838b5af180156108f557610b00575b50506109f9565b610b0990611dfd565b610b14578538610af9565b8580fd5b90508181813d8311610b3e575b610b2f8183611e26565b810103126106a35751386109f3565b503d610b25565b84513d89823e3d90fd5b6020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b5050816003193601126102895760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e491610bd4611fe5565b610be960018060a01b03600354163314611e92565b610bf4341515611ed6565b51348152a16001805580f35b90503461052d57602036600319011261052d57610c1b611de7565b91610c24611f0b565b6001600160a01b03831615610c5d57505060028054610100600160a81b03191660089290921b610100600160a81b031691909117905580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b505034610289578160031936011261028957602090600a5460c01c9051908152f35b505034610289578160031936011261028957600b548151911c6001600160401b03168152602090f35b50503461028957816003193601126102895751908152602090f35b5050346102895781600319360112610289576020906007549051908152f35b90503461052d578260031936011261052d575490516001600160a01b03909116815260209150f35b90503461052d578160031936011261052d5781602093610d6b611dd1565b92358152808552209060018060a01b0316600052825260ff81600020541690519015158152f35b5050346102895781600319360112610289576020906009549051908152f35b83903461028957602036600319011261028957610dcc611f0b565b3560085580f35b83915034610289578160031936011261028957610dee611f0b565b6002549260ff841615610e9a57829360ff19166002557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a17f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610e95578151631fa5d41d60e11b81529284918491829084905af19081156103a05750610e855750f35b610e8e90611dfd565b61039d5780f35b505050fd5b51638dfc202b60e01b8152fd5b90508260031936011261052d57610ebc611fe5565b610ed160018060a01b03600354163314611e92565b610edc341515611ed6565b60065490348210610f2657507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c91610f176020923490611e85565b60065551348152a16001805580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b82843461039d578060031936011261039d57610f884760065490611e47565b90610f9860075460055490611e47565b90818310610fbb5790610fab9192611e85565b905b825191825215156020820152f35b50600191610fc891611e85565b90610fad565b9190503461052d57602036600319011261052d57610fea611de7565b610ff2611f0b565b6001600160a01b0316908115611015575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b90503461052d57602036600319011261052d578035906001600160401b0382168083036103a957611086611f0b565b156110b5575067ffffffffffffffff60401b90600a54921b169067ffffffffffffffff60401b191617600a5580f35b606490602084519162461bcd60e51b8352820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152fd5b90503461052d57602036600319011261052d57611113611de7565b61111b611f0b565b6001600160a01b03169182156111485750506bffffffffffffffffffffffff60a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b5050346102895781600319360112610289576020906005549051908152f35b90503461052d57602036600319011261052d57803591821561121e576003546001600160a01b031633036111e357836111dd84600654611e47565b60065580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461028957816003193601126102895760035490516001600160a01b039091168152602090f35b82843461039d57602036600319011261039d57506112a16020923561214d565b9051908152f35b50503461028957816003193601126102895760209060ff6002541690519015158152f35b8091843461137d578260031936011261137d576112e7611f0b565b6112ef612008565b600160ff1960025416176002557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a17f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031691823b15610e95578151638456cb5960e01b81529284918491829084905af19081156103a05750610e855750f35b5050fd5b505034610289578160031936011261028957600254905160089190911c6001600160a01b03168152602090f35b5050346102895781600319360112610289576020906008549051908152f35b5050346102895781600319360112610289576020906001600160401b03600a5460801c169051908152f35b505034610289578160031936011261028957517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b9190503461052d57602090816003193601126108f15761145a611fe5565b611462612008565b805163084e1b0f60e31b8152833584820152336024820152928284604481887f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165af193841561160e5785946115df575b508347106115a7576114cf84600554611e85565b60055583471061158b578480808087335af1903d15611583573d916001600160401b0383116115705783519261150e601f8201601f1916870185611e26565b83523d878685013e5b1561154f575050907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a26001805580f35b815191939290911561156357505081519101fd5b5163d6bda27560e01b8152fd5b634e487b7160e01b875260418252602487fd5b606091611517565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611607575b6115f78183611e26565b810103126106a3575192386114bb565b503d6115ed565b82513d87823e3d90fd5b838334610289578060031936011261028957611632611dd1565b90336001600160a01b0383160361164f57506107929192356120d8565b5163334bd91960e11b81528390fd5b839150346102895760203660031901126102895780359261167d611fe5565b611685611f63565b831561174f576801bc16d674ec8000008402916801bc16d674ec7fffff198584040161173c576007549483861061170a576116c1848697611e85565b60075560025460081c6001600160a01b031693843b15610b14578592602491855196879485936354d23f8560e01b85528401525af19081156103a0575061038957506001805580f35b506020606492519162461bcd60e51b8352820152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152fd5b634e487b7160e01b845260119052602483fd5b906020606492519162461bcd60e51b835282015260076024820152666e6f206b65797360c81b6044820152fd5b90503461052d57602036600319011261052d57356001600160401b0381168082036108f1577fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9926020926117ce611f0b565b600a805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b169190911790556104ee6120a4565b9190503461052d578060031936011261052d576107929135611826600161077c611dd1565b612026565b90503461052d57602036600319011261052d57816020936001923581528085522001549051908152f35b505034610289578160031936011261028957602090516127108152f35b9190503461052d5760a036600319011261052d5781359060249060449182359060ff8216809203611c455760646118a7611fe5565b6118af612008565b8515611c075783516370a0823160e01b815233818901526001600160a01b039760209490917f00000000000000000000000000000000000000000000000000000000000000008a16919086818781865afa908115611bfd57908a918d91611bc8575b5010611b9657813b15611b6e5786519063d505accf60e01b82523384830152308683015289898301528535858301526084820152833560a482015260843560c48201528a8160e48183865af18015611b7957611b83575b5085516323b872dd60e01b815233838201523085820152878101899052858185818e865af1908115611b79578b91611b3f575b5015611b0a578551629f15d760e81b815230818401908152602081018a90529095949392918b918691889182908590829060400103925af1998a15611afe57899a9996979899611aca575b8697506119f68697600554611e47565b6005556001600160401b03611a1181600a5416824216611e6a565b8a51998a9788966357cb494760e01b8852339088015286015216809a8401527f0000000000000000000000000000000000000000000000000000000000000000165af1918215610ab0578692611a9b575b5082519485528401528201527f5b5919a27b29ed9ea8fdb44f39ca081298229768813e2b5ffbd9d83eeb1de61e60603392a26001805580f35b9080925081813d8311611ac3575b611ab38183611e26565b810103126106a357519038611a62565b503d611aa9565b9480965080929791503d8311611af7575b611ae58183611e26565b810103126106a35784898995946119e6565b503d611adb565b508651903d90823e3d90fd5b50845162461bcd60e51b8152908101849052601381840152721d1c985b9cd9995c919c9bdb4819985a5b1959606a1b81870152fd5b90508581813d8311611b72575b611b568183611e26565b81010312611b6e57518015158103611b6e573861199b565b8a80fd5b503d611b4c565b87513d8d823e3d90fd5b611b8f909a919a611dfd565b9838611968565b5050845162461bcd60e51b8152908101849052600f818401526e457863656564732062616c616e636560881b81870152fd5b809250888092503d8311611bf6575b611be18183611e26565b81010312611bf25789905138611911565b8b80fd5b503d611bd7565b88513d8e823e3d90fd5b835162461bcd60e51b81526020818901526017818401527f6c6971416d6f756e742063616e2774206265207a65726f00000000000000000081870152fd5b8680fd5b90503461052d57602036600319011261052d578035916001600160401b0383168093036108f157611c78611f0b565b8215611c945750506001600160401b0319600a541617600a5580f35b906020606492519162461bcd60e51b8352820152601c60248201527f57697468647261772064656c61792063616e2774206265207a65726f000000006044820152fd5b505034610289578160031936011261028957517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b505034610289578160031936011261028957602090517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b5050346102895781600319360112610289576020906001600160401b03600a54169051908152f35b84913461052d57602036600319011261052d573563ffffffff60e01b811680910361052d5760209250637965db0b60e01b8114908115611dc0575b5015158152f35b6301ffc9a760e01b14905083611db9565b602435906001600160a01b03821682036106a357565b600435906001600160a01b03821682036106a357565b6001600160401b038111611e1057604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611e1057604052565b91908201809211611e5457565b634e487b7160e01b600052601160045260246000fd5b9190916001600160401b0380809416911601918211611e5457565b91908203918211611e5457565b15611e9957565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611edd57565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b3360009081527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb5602052604081205460ff1615611f455750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f09a4e6cc3044cd664e744b4b3f312b502e02bf3949a0b298004a442bdfdb2aed60205260409020547feaea87345c0a5b2ecb49cde771d9ac5bfe2528357e00d43a1e06a12c2779f3ca9060ff1615611f455750565b80600052600060205260406000203360005260205260ff6040600020541615611f455750565b600260015414611ff6576002600155565b604051633ee5aeb560e01b8152600490fd5b60ff6002541661201457565b60405163d93c066560e01b8152600490fd5b9060009180835282602052604083209160018060a01b03169182845260205260ff6040842054161560001461209f57808352826020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b600a546001600160401b0390818160801c169060c01c02908116908103611e54576001600160401b0319600b541617600b55565b9060009180835282602052604083209160018060a01b03169182845260205260ff60408420541660001461209f5780835282602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b6001600160401b03600b54169081810290808204831490151715611e54576237b1d0918201809211611e54578115612183570490565b634e487b7160e01b600052601260045260246000fdfea26469706673582212204ecd8cde8016bb7e73460ca5975af612ecfb21b2c21a3262c8d8f7abf08926b364736f6c63430008190033",
|
|
1112
|
-
"linkReferences": {},
|
|
1113
|
-
"deployedLinkReferences": {}
|
|
1114
|
-
}
|