@wireio/stake 0.4.3 → 0.4.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +185 -243
- package/lib/stake.browser.js +51760 -10073
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11856 -882
- package/lib/stake.js +52320 -10531
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +51760 -10073
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +632 -433
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +632 -433
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +2 -2
- package/src/networks/ethereum/clients/convert.client.ts +32 -3
- package/src/networks/ethereum/clients/opp.client.ts +20 -21
- package/src/networks/ethereum/clients/pretoken.client.ts +8 -9
- package/src/networks/ethereum/clients/receipt.client.ts +93 -23
- package/src/networks/ethereum/clients/stake.client.ts +86 -14
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +425 -153
- package/src/networks/ethereum/ethereum.ts +370 -202
- package/src/networks/ethereum/types.ts +65 -28
- package/src/networks/ethereum/utils.ts +104 -72
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +245 -20
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +93 -55
- package/src/networks/solana/clients/token.client.ts +20 -15
- package/src/networks/solana/constants.ts +55 -287
- package/src/networks/solana/program.ts +446 -28
- package/src/networks/solana/solana.ts +917 -288
- package/src/networks/solana/types.ts +173 -24
- package/src/networks/solana/utils.ts +125 -339
- package/src/staker.ts +25 -4
- package/src/types.ts +102 -22
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -952
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZExtras.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZVec48.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -291
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -555
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1791
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -460
- package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1638
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.json +0 -1650
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/solana/idl/transfer_hook.json +0 -197
- package/src/assets/solana/types/transfer_hook.ts +0 -203
- package/src/networks/solana/clients/deposit.client.ts +0 -274
- package/src/staker/types.ts +0 -62
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
|
@@ -1,1202 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "LiqEthToken",
|
|
4
|
-
"sourceName": "contracts/liqEth/liqEth.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "authority",
|
|
11
|
-
"type": "address"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "AccessManagedInvalidAuthority",
|
|
15
|
-
"type": "error"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [
|
|
19
|
-
{
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "caller",
|
|
22
|
-
"type": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"internalType": "uint32",
|
|
26
|
-
"name": "delay",
|
|
27
|
-
"type": "uint32"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"name": "AccessManagedRequiredDelay",
|
|
31
|
-
"type": "error"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"inputs": [
|
|
35
|
-
{
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "caller",
|
|
38
|
-
"type": "address"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"name": "AccessManagedUnauthorized",
|
|
42
|
-
"type": "error"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [
|
|
46
|
-
{
|
|
47
|
-
"internalType": "address",
|
|
48
|
-
"name": "target",
|
|
49
|
-
"type": "address"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"name": "AddressEmptyCode",
|
|
53
|
-
"type": "error"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"inputs": [],
|
|
57
|
-
"name": "ECDSAInvalidSignature",
|
|
58
|
-
"type": "error"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"inputs": [
|
|
62
|
-
{
|
|
63
|
-
"internalType": "uint256",
|
|
64
|
-
"name": "length",
|
|
65
|
-
"type": "uint256"
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"name": "ECDSAInvalidSignatureLength",
|
|
69
|
-
"type": "error"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [
|
|
73
|
-
{
|
|
74
|
-
"internalType": "bytes32",
|
|
75
|
-
"name": "s",
|
|
76
|
-
"type": "bytes32"
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"name": "ECDSAInvalidSignatureS",
|
|
80
|
-
"type": "error"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"inputs": [
|
|
84
|
-
{
|
|
85
|
-
"internalType": "address",
|
|
86
|
-
"name": "implementation",
|
|
87
|
-
"type": "address"
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"name": "ERC1967InvalidImplementation",
|
|
91
|
-
"type": "error"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"inputs": [],
|
|
95
|
-
"name": "ERC1967NonPayable",
|
|
96
|
-
"type": "error"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"inputs": [
|
|
100
|
-
{
|
|
101
|
-
"internalType": "address",
|
|
102
|
-
"name": "spender",
|
|
103
|
-
"type": "address"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"internalType": "uint256",
|
|
107
|
-
"name": "allowance",
|
|
108
|
-
"type": "uint256"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"internalType": "uint256",
|
|
112
|
-
"name": "needed",
|
|
113
|
-
"type": "uint256"
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"name": "ERC20InsufficientAllowance",
|
|
117
|
-
"type": "error"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"inputs": [
|
|
121
|
-
{
|
|
122
|
-
"internalType": "address",
|
|
123
|
-
"name": "sender",
|
|
124
|
-
"type": "address"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"internalType": "uint256",
|
|
128
|
-
"name": "balance",
|
|
129
|
-
"type": "uint256"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"internalType": "uint256",
|
|
133
|
-
"name": "needed",
|
|
134
|
-
"type": "uint256"
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"name": "ERC20InsufficientBalance",
|
|
138
|
-
"type": "error"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"inputs": [
|
|
142
|
-
{
|
|
143
|
-
"internalType": "address",
|
|
144
|
-
"name": "approver",
|
|
145
|
-
"type": "address"
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
|
-
"name": "ERC20InvalidApprover",
|
|
149
|
-
"type": "error"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"inputs": [
|
|
153
|
-
{
|
|
154
|
-
"internalType": "address",
|
|
155
|
-
"name": "receiver",
|
|
156
|
-
"type": "address"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"name": "ERC20InvalidReceiver",
|
|
160
|
-
"type": "error"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"inputs": [
|
|
164
|
-
{
|
|
165
|
-
"internalType": "address",
|
|
166
|
-
"name": "sender",
|
|
167
|
-
"type": "address"
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"name": "ERC20InvalidSender",
|
|
171
|
-
"type": "error"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"inputs": [
|
|
175
|
-
{
|
|
176
|
-
"internalType": "address",
|
|
177
|
-
"name": "spender",
|
|
178
|
-
"type": "address"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"name": "ERC20InvalidSpender",
|
|
182
|
-
"type": "error"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"inputs": [
|
|
186
|
-
{
|
|
187
|
-
"internalType": "uint256",
|
|
188
|
-
"name": "deadline",
|
|
189
|
-
"type": "uint256"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
"name": "ERC2612ExpiredSignature",
|
|
193
|
-
"type": "error"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"inputs": [
|
|
197
|
-
{
|
|
198
|
-
"internalType": "address",
|
|
199
|
-
"name": "signer",
|
|
200
|
-
"type": "address"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"internalType": "address",
|
|
204
|
-
"name": "owner",
|
|
205
|
-
"type": "address"
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"name": "ERC2612InvalidSigner",
|
|
209
|
-
"type": "error"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"inputs": [],
|
|
213
|
-
"name": "EnforcedPause",
|
|
214
|
-
"type": "error"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"inputs": [],
|
|
218
|
-
"name": "ExpectedPause",
|
|
219
|
-
"type": "error"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"inputs": [],
|
|
223
|
-
"name": "FailedCall",
|
|
224
|
-
"type": "error"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"inputs": [
|
|
228
|
-
{
|
|
229
|
-
"internalType": "address",
|
|
230
|
-
"name": "account",
|
|
231
|
-
"type": "address"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"internalType": "uint256",
|
|
235
|
-
"name": "currentNonce",
|
|
236
|
-
"type": "uint256"
|
|
237
|
-
}
|
|
238
|
-
],
|
|
239
|
-
"name": "InvalidAccountNonce",
|
|
240
|
-
"type": "error"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"inputs": [],
|
|
244
|
-
"name": "InvalidInitialization",
|
|
245
|
-
"type": "error"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"inputs": [],
|
|
249
|
-
"name": "NotInitializing",
|
|
250
|
-
"type": "error"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"inputs": [
|
|
254
|
-
{
|
|
255
|
-
"internalType": "address",
|
|
256
|
-
"name": "receiver",
|
|
257
|
-
"type": "address"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"internalType": "uint256",
|
|
261
|
-
"name": "balance",
|
|
262
|
-
"type": "uint256"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"internalType": "uint256",
|
|
266
|
-
"name": "liqEthValue",
|
|
267
|
-
"type": "uint256"
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"name": "RewardsERC20InsufficientValue",
|
|
271
|
-
"type": "error"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"inputs": [],
|
|
275
|
-
"name": "UUPSUnauthorizedCallContext",
|
|
276
|
-
"type": "error"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"inputs": [
|
|
280
|
-
{
|
|
281
|
-
"internalType": "bytes32",
|
|
282
|
-
"name": "slot",
|
|
283
|
-
"type": "bytes32"
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"name": "UUPSUnsupportedProxiableUUID",
|
|
287
|
-
"type": "error"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"anonymous": false,
|
|
291
|
-
"inputs": [
|
|
292
|
-
{
|
|
293
|
-
"indexed": true,
|
|
294
|
-
"internalType": "address",
|
|
295
|
-
"name": "owner",
|
|
296
|
-
"type": "address"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"indexed": true,
|
|
300
|
-
"internalType": "address",
|
|
301
|
-
"name": "spender",
|
|
302
|
-
"type": "address"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"indexed": false,
|
|
306
|
-
"internalType": "uint256",
|
|
307
|
-
"name": "value",
|
|
308
|
-
"type": "uint256"
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"name": "Approval",
|
|
312
|
-
"type": "event"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"anonymous": false,
|
|
316
|
-
"inputs": [
|
|
317
|
-
{
|
|
318
|
-
"indexed": false,
|
|
319
|
-
"internalType": "address",
|
|
320
|
-
"name": "authority",
|
|
321
|
-
"type": "address"
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"name": "AuthorityUpdated",
|
|
325
|
-
"type": "event"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"anonymous": false,
|
|
329
|
-
"inputs": [],
|
|
330
|
-
"name": "EIP712DomainChanged",
|
|
331
|
-
"type": "event"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"anonymous": false,
|
|
335
|
-
"inputs": [
|
|
336
|
-
{
|
|
337
|
-
"indexed": false,
|
|
338
|
-
"internalType": "uint256",
|
|
339
|
-
"name": "newIndex",
|
|
340
|
-
"type": "uint256"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"indexed": false,
|
|
344
|
-
"internalType": "uint256",
|
|
345
|
-
"name": "tokenPenalty",
|
|
346
|
-
"type": "uint256"
|
|
347
|
-
}
|
|
348
|
-
],
|
|
349
|
-
"name": "IndexDecreased",
|
|
350
|
-
"type": "event"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"anonymous": false,
|
|
354
|
-
"inputs": [
|
|
355
|
-
{
|
|
356
|
-
"indexed": false,
|
|
357
|
-
"internalType": "uint256",
|
|
358
|
-
"name": "newIndex",
|
|
359
|
-
"type": "uint256"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"indexed": false,
|
|
363
|
-
"internalType": "uint256",
|
|
364
|
-
"name": "tokenReward",
|
|
365
|
-
"type": "uint256"
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"name": "IndexIncreased",
|
|
369
|
-
"type": "event"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"anonymous": false,
|
|
373
|
-
"inputs": [
|
|
374
|
-
{
|
|
375
|
-
"indexed": false,
|
|
376
|
-
"internalType": "uint64",
|
|
377
|
-
"name": "version",
|
|
378
|
-
"type": "uint64"
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"name": "Initialized",
|
|
382
|
-
"type": "event"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"anonymous": false,
|
|
386
|
-
"inputs": [
|
|
387
|
-
{
|
|
388
|
-
"indexed": false,
|
|
389
|
-
"internalType": "address",
|
|
390
|
-
"name": "account",
|
|
391
|
-
"type": "address"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"name": "Paused",
|
|
395
|
-
"type": "event"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"anonymous": false,
|
|
399
|
-
"inputs": [
|
|
400
|
-
{
|
|
401
|
-
"indexed": true,
|
|
402
|
-
"internalType": "address",
|
|
403
|
-
"name": "from",
|
|
404
|
-
"type": "address"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"indexed": false,
|
|
408
|
-
"internalType": "uint256",
|
|
409
|
-
"name": "shares",
|
|
410
|
-
"type": "uint256"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"indexed": false,
|
|
414
|
-
"internalType": "uint256",
|
|
415
|
-
"name": "tokenValue",
|
|
416
|
-
"type": "uint256"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"name": "SharesBurned",
|
|
420
|
-
"type": "event"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"anonymous": false,
|
|
424
|
-
"inputs": [
|
|
425
|
-
{
|
|
426
|
-
"indexed": true,
|
|
427
|
-
"internalType": "address",
|
|
428
|
-
"name": "to",
|
|
429
|
-
"type": "address"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"indexed": false,
|
|
433
|
-
"internalType": "uint256",
|
|
434
|
-
"name": "shares",
|
|
435
|
-
"type": "uint256"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"indexed": false,
|
|
439
|
-
"internalType": "uint256",
|
|
440
|
-
"name": "tokenValue",
|
|
441
|
-
"type": "uint256"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"name": "SharesMinted",
|
|
445
|
-
"type": "event"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"anonymous": false,
|
|
449
|
-
"inputs": [
|
|
450
|
-
{
|
|
451
|
-
"indexed": true,
|
|
452
|
-
"internalType": "address",
|
|
453
|
-
"name": "from",
|
|
454
|
-
"type": "address"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"indexed": true,
|
|
458
|
-
"internalType": "address",
|
|
459
|
-
"name": "to",
|
|
460
|
-
"type": "address"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"indexed": false,
|
|
464
|
-
"internalType": "uint256",
|
|
465
|
-
"name": "value",
|
|
466
|
-
"type": "uint256"
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"name": "Transfer",
|
|
470
|
-
"type": "event"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"anonymous": false,
|
|
474
|
-
"inputs": [
|
|
475
|
-
{
|
|
476
|
-
"indexed": false,
|
|
477
|
-
"internalType": "address",
|
|
478
|
-
"name": "account",
|
|
479
|
-
"type": "address"
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
"name": "Unpaused",
|
|
483
|
-
"type": "event"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"anonymous": false,
|
|
487
|
-
"inputs": [
|
|
488
|
-
{
|
|
489
|
-
"indexed": true,
|
|
490
|
-
"internalType": "address",
|
|
491
|
-
"name": "implementation",
|
|
492
|
-
"type": "address"
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"name": "Upgraded",
|
|
496
|
-
"type": "event"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"anonymous": false,
|
|
500
|
-
"inputs": [
|
|
501
|
-
{
|
|
502
|
-
"indexed": true,
|
|
503
|
-
"internalType": "address",
|
|
504
|
-
"name": "from",
|
|
505
|
-
"type": "address"
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"indexed": false,
|
|
509
|
-
"internalType": "uint256",
|
|
510
|
-
"name": "liqEthAmount",
|
|
511
|
-
"type": "uint256"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"indexed": false,
|
|
515
|
-
"internalType": "uint256",
|
|
516
|
-
"name": "shares",
|
|
517
|
-
"type": "uint256"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"indexed": false,
|
|
521
|
-
"internalType": "uint256",
|
|
522
|
-
"name": "oldIndex",
|
|
523
|
-
"type": "uint256"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"indexed": false,
|
|
527
|
-
"internalType": "uint256",
|
|
528
|
-
"name": "newIndex",
|
|
529
|
-
"type": "uint256"
|
|
530
|
-
}
|
|
531
|
-
],
|
|
532
|
-
"name": "ValueShiftedFrom",
|
|
533
|
-
"type": "event"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"anonymous": false,
|
|
537
|
-
"inputs": [
|
|
538
|
-
{
|
|
539
|
-
"indexed": true,
|
|
540
|
-
"internalType": "address",
|
|
541
|
-
"name": "to",
|
|
542
|
-
"type": "address"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"indexed": false,
|
|
546
|
-
"internalType": "uint256",
|
|
547
|
-
"name": "liqEthAmount",
|
|
548
|
-
"type": "uint256"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"indexed": false,
|
|
552
|
-
"internalType": "uint256",
|
|
553
|
-
"name": "shares",
|
|
554
|
-
"type": "uint256"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"indexed": false,
|
|
558
|
-
"internalType": "uint256",
|
|
559
|
-
"name": "oldIndex",
|
|
560
|
-
"type": "uint256"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"indexed": false,
|
|
564
|
-
"internalType": "uint256",
|
|
565
|
-
"name": "newIndex",
|
|
566
|
-
"type": "uint256"
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"name": "ValueShiftedTo",
|
|
570
|
-
"type": "event"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"inputs": [],
|
|
574
|
-
"name": "DOMAIN_SEPARATOR",
|
|
575
|
-
"outputs": [
|
|
576
|
-
{
|
|
577
|
-
"internalType": "bytes32",
|
|
578
|
-
"name": "",
|
|
579
|
-
"type": "bytes32"
|
|
580
|
-
}
|
|
581
|
-
],
|
|
582
|
-
"stateMutability": "view",
|
|
583
|
-
"type": "function"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"inputs": [],
|
|
587
|
-
"name": "MINTER_ROLE",
|
|
588
|
-
"outputs": [
|
|
589
|
-
{
|
|
590
|
-
"internalType": "bytes32",
|
|
591
|
-
"name": "",
|
|
592
|
-
"type": "bytes32"
|
|
593
|
-
}
|
|
594
|
-
],
|
|
595
|
-
"stateMutability": "view",
|
|
596
|
-
"type": "function"
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"inputs": [],
|
|
600
|
-
"name": "ORACLE_ROLE",
|
|
601
|
-
"outputs": [
|
|
602
|
-
{
|
|
603
|
-
"internalType": "bytes32",
|
|
604
|
-
"name": "",
|
|
605
|
-
"type": "bytes32"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"stateMutability": "view",
|
|
609
|
-
"type": "function"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"inputs": [],
|
|
613
|
-
"name": "UNIT",
|
|
614
|
-
"outputs": [
|
|
615
|
-
{
|
|
616
|
-
"internalType": "uint256",
|
|
617
|
-
"name": "",
|
|
618
|
-
"type": "uint256"
|
|
619
|
-
}
|
|
620
|
-
],
|
|
621
|
-
"stateMutability": "view",
|
|
622
|
-
"type": "function"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"inputs": [],
|
|
626
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
627
|
-
"outputs": [
|
|
628
|
-
{
|
|
629
|
-
"internalType": "string",
|
|
630
|
-
"name": "",
|
|
631
|
-
"type": "string"
|
|
632
|
-
}
|
|
633
|
-
],
|
|
634
|
-
"stateMutability": "view",
|
|
635
|
-
"type": "function"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"inputs": [],
|
|
639
|
-
"name": "_withdrawalQueue",
|
|
640
|
-
"outputs": [
|
|
641
|
-
{
|
|
642
|
-
"internalType": "contract IWithdrawalRecord",
|
|
643
|
-
"name": "",
|
|
644
|
-
"type": "address"
|
|
645
|
-
}
|
|
646
|
-
],
|
|
647
|
-
"stateMutability": "view",
|
|
648
|
-
"type": "function"
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"inputs": [
|
|
652
|
-
{
|
|
653
|
-
"internalType": "address",
|
|
654
|
-
"name": "owner",
|
|
655
|
-
"type": "address"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"internalType": "address",
|
|
659
|
-
"name": "spender",
|
|
660
|
-
"type": "address"
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"name": "allowance",
|
|
664
|
-
"outputs": [
|
|
665
|
-
{
|
|
666
|
-
"internalType": "uint256",
|
|
667
|
-
"name": "",
|
|
668
|
-
"type": "uint256"
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"stateMutability": "view",
|
|
672
|
-
"type": "function"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"inputs": [
|
|
676
|
-
{
|
|
677
|
-
"internalType": "address",
|
|
678
|
-
"name": "spender",
|
|
679
|
-
"type": "address"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"internalType": "uint256",
|
|
683
|
-
"name": "value",
|
|
684
|
-
"type": "uint256"
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"name": "approve",
|
|
688
|
-
"outputs": [
|
|
689
|
-
{
|
|
690
|
-
"internalType": "bool",
|
|
691
|
-
"name": "",
|
|
692
|
-
"type": "bool"
|
|
693
|
-
}
|
|
694
|
-
],
|
|
695
|
-
"stateMutability": "nonpayable",
|
|
696
|
-
"type": "function"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"inputs": [],
|
|
700
|
-
"name": "authority",
|
|
701
|
-
"outputs": [
|
|
702
|
-
{
|
|
703
|
-
"internalType": "address",
|
|
704
|
-
"name": "",
|
|
705
|
-
"type": "address"
|
|
706
|
-
}
|
|
707
|
-
],
|
|
708
|
-
"stateMutability": "view",
|
|
709
|
-
"type": "function"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"inputs": [
|
|
713
|
-
{
|
|
714
|
-
"internalType": "address",
|
|
715
|
-
"name": "account",
|
|
716
|
-
"type": "address"
|
|
717
|
-
}
|
|
718
|
-
],
|
|
719
|
-
"name": "balanceOf",
|
|
720
|
-
"outputs": [
|
|
721
|
-
{
|
|
722
|
-
"internalType": "uint256",
|
|
723
|
-
"name": "",
|
|
724
|
-
"type": "uint256"
|
|
725
|
-
}
|
|
726
|
-
],
|
|
727
|
-
"stateMutability": "view",
|
|
728
|
-
"type": "function"
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"inputs": [],
|
|
732
|
-
"name": "decimals",
|
|
733
|
-
"outputs": [
|
|
734
|
-
{
|
|
735
|
-
"internalType": "uint8",
|
|
736
|
-
"name": "",
|
|
737
|
-
"type": "uint8"
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"stateMutability": "view",
|
|
741
|
-
"type": "function"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"inputs": [
|
|
745
|
-
{
|
|
746
|
-
"internalType": "uint256",
|
|
747
|
-
"name": "tokenReward",
|
|
748
|
-
"type": "uint256"
|
|
749
|
-
}
|
|
750
|
-
],
|
|
751
|
-
"name": "decreaseIndex",
|
|
752
|
-
"outputs": [],
|
|
753
|
-
"stateMutability": "nonpayable",
|
|
754
|
-
"type": "function"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"inputs": [],
|
|
758
|
-
"name": "eip712Domain",
|
|
759
|
-
"outputs": [
|
|
760
|
-
{
|
|
761
|
-
"internalType": "bytes1",
|
|
762
|
-
"name": "fields",
|
|
763
|
-
"type": "bytes1"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"internalType": "string",
|
|
767
|
-
"name": "name",
|
|
768
|
-
"type": "string"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"internalType": "string",
|
|
772
|
-
"name": "version",
|
|
773
|
-
"type": "string"
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"internalType": "uint256",
|
|
777
|
-
"name": "chainId",
|
|
778
|
-
"type": "uint256"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"internalType": "address",
|
|
782
|
-
"name": "verifyingContract",
|
|
783
|
-
"type": "address"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"internalType": "bytes32",
|
|
787
|
-
"name": "salt",
|
|
788
|
-
"type": "bytes32"
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
"internalType": "uint256[]",
|
|
792
|
-
"name": "extensions",
|
|
793
|
-
"type": "uint256[]"
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"stateMutability": "view",
|
|
797
|
-
"type": "function"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"inputs": [
|
|
801
|
-
{
|
|
802
|
-
"internalType": "uint256",
|
|
803
|
-
"name": "tokenReward",
|
|
804
|
-
"type": "uint256"
|
|
805
|
-
}
|
|
806
|
-
],
|
|
807
|
-
"name": "increaseIndex",
|
|
808
|
-
"outputs": [],
|
|
809
|
-
"stateMutability": "nonpayable",
|
|
810
|
-
"type": "function"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"inputs": [],
|
|
814
|
-
"name": "index",
|
|
815
|
-
"outputs": [
|
|
816
|
-
{
|
|
817
|
-
"internalType": "uint256",
|
|
818
|
-
"name": "",
|
|
819
|
-
"type": "uint256"
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"stateMutability": "view",
|
|
823
|
-
"type": "function"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"inputs": [
|
|
827
|
-
{
|
|
828
|
-
"internalType": "address",
|
|
829
|
-
"name": "manager",
|
|
830
|
-
"type": "address"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"internalType": "contract IWithdrawalRecord",
|
|
834
|
-
"name": "withdrawalQueue",
|
|
835
|
-
"type": "address"
|
|
836
|
-
}
|
|
837
|
-
],
|
|
838
|
-
"name": "initialize",
|
|
839
|
-
"outputs": [],
|
|
840
|
-
"stateMutability": "nonpayable",
|
|
841
|
-
"type": "function"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"inputs": [],
|
|
845
|
-
"name": "isConsumingScheduledOp",
|
|
846
|
-
"outputs": [
|
|
847
|
-
{
|
|
848
|
-
"internalType": "bytes4",
|
|
849
|
-
"name": "",
|
|
850
|
-
"type": "bytes4"
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
"stateMutability": "view",
|
|
854
|
-
"type": "function"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"inputs": [
|
|
858
|
-
{
|
|
859
|
-
"internalType": "address",
|
|
860
|
-
"name": "to",
|
|
861
|
-
"type": "address"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"internalType": "uint256",
|
|
865
|
-
"name": "tokenValue",
|
|
866
|
-
"type": "uint256"
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"name": "mint",
|
|
870
|
-
"outputs": [
|
|
871
|
-
{
|
|
872
|
-
"internalType": "uint256",
|
|
873
|
-
"name": "shares",
|
|
874
|
-
"type": "uint256"
|
|
875
|
-
}
|
|
876
|
-
],
|
|
877
|
-
"stateMutability": "nonpayable",
|
|
878
|
-
"type": "function"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"inputs": [],
|
|
882
|
-
"name": "name",
|
|
883
|
-
"outputs": [
|
|
884
|
-
{
|
|
885
|
-
"internalType": "string",
|
|
886
|
-
"name": "",
|
|
887
|
-
"type": "string"
|
|
888
|
-
}
|
|
889
|
-
],
|
|
890
|
-
"stateMutability": "view",
|
|
891
|
-
"type": "function"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"inputs": [
|
|
895
|
-
{
|
|
896
|
-
"internalType": "address",
|
|
897
|
-
"name": "owner",
|
|
898
|
-
"type": "address"
|
|
899
|
-
}
|
|
900
|
-
],
|
|
901
|
-
"name": "nonces",
|
|
902
|
-
"outputs": [
|
|
903
|
-
{
|
|
904
|
-
"internalType": "uint256",
|
|
905
|
-
"name": "",
|
|
906
|
-
"type": "uint256"
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"stateMutability": "view",
|
|
910
|
-
"type": "function"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"inputs": [],
|
|
914
|
-
"name": "pause",
|
|
915
|
-
"outputs": [],
|
|
916
|
-
"stateMutability": "nonpayable",
|
|
917
|
-
"type": "function"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"inputs": [],
|
|
921
|
-
"name": "paused",
|
|
922
|
-
"outputs": [
|
|
923
|
-
{
|
|
924
|
-
"internalType": "bool",
|
|
925
|
-
"name": "",
|
|
926
|
-
"type": "bool"
|
|
927
|
-
}
|
|
928
|
-
],
|
|
929
|
-
"stateMutability": "view",
|
|
930
|
-
"type": "function"
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"inputs": [
|
|
934
|
-
{
|
|
935
|
-
"internalType": "address",
|
|
936
|
-
"name": "owner",
|
|
937
|
-
"type": "address"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"internalType": "address",
|
|
941
|
-
"name": "spender",
|
|
942
|
-
"type": "address"
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"internalType": "uint256",
|
|
946
|
-
"name": "value",
|
|
947
|
-
"type": "uint256"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"internalType": "uint256",
|
|
951
|
-
"name": "deadline",
|
|
952
|
-
"type": "uint256"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"internalType": "uint8",
|
|
956
|
-
"name": "v",
|
|
957
|
-
"type": "uint8"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"internalType": "bytes32",
|
|
961
|
-
"name": "r",
|
|
962
|
-
"type": "bytes32"
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"internalType": "bytes32",
|
|
966
|
-
"name": "s",
|
|
967
|
-
"type": "bytes32"
|
|
968
|
-
}
|
|
969
|
-
],
|
|
970
|
-
"name": "permit",
|
|
971
|
-
"outputs": [],
|
|
972
|
-
"stateMutability": "nonpayable",
|
|
973
|
-
"type": "function"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"inputs": [
|
|
977
|
-
{
|
|
978
|
-
"internalType": "uint256",
|
|
979
|
-
"name": "tokenValue",
|
|
980
|
-
"type": "uint256"
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"name": "previewShares",
|
|
984
|
-
"outputs": [
|
|
985
|
-
{
|
|
986
|
-
"internalType": "uint256",
|
|
987
|
-
"name": "",
|
|
988
|
-
"type": "uint256"
|
|
989
|
-
}
|
|
990
|
-
],
|
|
991
|
-
"stateMutability": "view",
|
|
992
|
-
"type": "function"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"inputs": [],
|
|
996
|
-
"name": "proxiableUUID",
|
|
997
|
-
"outputs": [
|
|
998
|
-
{
|
|
999
|
-
"internalType": "bytes32",
|
|
1000
|
-
"name": "",
|
|
1001
|
-
"type": "bytes32"
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
|
-
"stateMutability": "view",
|
|
1005
|
-
"type": "function"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"inputs": [
|
|
1009
|
-
{
|
|
1010
|
-
"internalType": "address",
|
|
1011
|
-
"name": "from",
|
|
1012
|
-
"type": "address"
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"internalType": "uint256",
|
|
1016
|
-
"name": "tokenValue",
|
|
1017
|
-
"type": "uint256"
|
|
1018
|
-
}
|
|
1019
|
-
],
|
|
1020
|
-
"name": "safeBurn",
|
|
1021
|
-
"outputs": [
|
|
1022
|
-
{
|
|
1023
|
-
"internalType": "uint256",
|
|
1024
|
-
"name": "shares",
|
|
1025
|
-
"type": "uint256"
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"stateMutability": "nonpayable",
|
|
1029
|
-
"type": "function"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"inputs": [
|
|
1033
|
-
{
|
|
1034
|
-
"internalType": "address",
|
|
1035
|
-
"name": "newAuthority",
|
|
1036
|
-
"type": "address"
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
|
-
"name": "setAuthority",
|
|
1040
|
-
"outputs": [],
|
|
1041
|
-
"stateMutability": "nonpayable",
|
|
1042
|
-
"type": "function"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"inputs": [
|
|
1046
|
-
{
|
|
1047
|
-
"internalType": "address",
|
|
1048
|
-
"name": "from",
|
|
1049
|
-
"type": "address"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"internalType": "uint256",
|
|
1053
|
-
"name": "liqEthAmount",
|
|
1054
|
-
"type": "uint256"
|
|
1055
|
-
}
|
|
1056
|
-
],
|
|
1057
|
-
"name": "shiftValueFrom",
|
|
1058
|
-
"outputs": [],
|
|
1059
|
-
"stateMutability": "nonpayable",
|
|
1060
|
-
"type": "function"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"inputs": [
|
|
1064
|
-
{
|
|
1065
|
-
"internalType": "address",
|
|
1066
|
-
"name": "to",
|
|
1067
|
-
"type": "address"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"internalType": "uint256",
|
|
1071
|
-
"name": "liqEthAmount",
|
|
1072
|
-
"type": "uint256"
|
|
1073
|
-
}
|
|
1074
|
-
],
|
|
1075
|
-
"name": "shiftValueTo",
|
|
1076
|
-
"outputs": [],
|
|
1077
|
-
"stateMutability": "nonpayable",
|
|
1078
|
-
"type": "function"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"inputs": [],
|
|
1082
|
-
"name": "symbol",
|
|
1083
|
-
"outputs": [
|
|
1084
|
-
{
|
|
1085
|
-
"internalType": "string",
|
|
1086
|
-
"name": "",
|
|
1087
|
-
"type": "string"
|
|
1088
|
-
}
|
|
1089
|
-
],
|
|
1090
|
-
"stateMutability": "view",
|
|
1091
|
-
"type": "function"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"inputs": [],
|
|
1095
|
-
"name": "totalSupply",
|
|
1096
|
-
"outputs": [
|
|
1097
|
-
{
|
|
1098
|
-
"internalType": "uint256",
|
|
1099
|
-
"name": "",
|
|
1100
|
-
"type": "uint256"
|
|
1101
|
-
}
|
|
1102
|
-
],
|
|
1103
|
-
"stateMutability": "view",
|
|
1104
|
-
"type": "function"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"inputs": [
|
|
1108
|
-
{
|
|
1109
|
-
"internalType": "address",
|
|
1110
|
-
"name": "to",
|
|
1111
|
-
"type": "address"
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"internalType": "uint256",
|
|
1115
|
-
"name": "value",
|
|
1116
|
-
"type": "uint256"
|
|
1117
|
-
}
|
|
1118
|
-
],
|
|
1119
|
-
"name": "transfer",
|
|
1120
|
-
"outputs": [
|
|
1121
|
-
{
|
|
1122
|
-
"internalType": "bool",
|
|
1123
|
-
"name": "",
|
|
1124
|
-
"type": "bool"
|
|
1125
|
-
}
|
|
1126
|
-
],
|
|
1127
|
-
"stateMutability": "nonpayable",
|
|
1128
|
-
"type": "function"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"inputs": [
|
|
1132
|
-
{
|
|
1133
|
-
"internalType": "address",
|
|
1134
|
-
"name": "from",
|
|
1135
|
-
"type": "address"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"internalType": "address",
|
|
1139
|
-
"name": "to",
|
|
1140
|
-
"type": "address"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"internalType": "uint256",
|
|
1144
|
-
"name": "value",
|
|
1145
|
-
"type": "uint256"
|
|
1146
|
-
}
|
|
1147
|
-
],
|
|
1148
|
-
"name": "transferFrom",
|
|
1149
|
-
"outputs": [
|
|
1150
|
-
{
|
|
1151
|
-
"internalType": "bool",
|
|
1152
|
-
"name": "",
|
|
1153
|
-
"type": "bool"
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1156
|
-
"stateMutability": "nonpayable",
|
|
1157
|
-
"type": "function"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"inputs": [],
|
|
1161
|
-
"name": "unit",
|
|
1162
|
-
"outputs": [
|
|
1163
|
-
{
|
|
1164
|
-
"internalType": "uint256",
|
|
1165
|
-
"name": "",
|
|
1166
|
-
"type": "uint256"
|
|
1167
|
-
}
|
|
1168
|
-
],
|
|
1169
|
-
"stateMutability": "view",
|
|
1170
|
-
"type": "function"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"inputs": [],
|
|
1174
|
-
"name": "unpause",
|
|
1175
|
-
"outputs": [],
|
|
1176
|
-
"stateMutability": "nonpayable",
|
|
1177
|
-
"type": "function"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"inputs": [
|
|
1181
|
-
{
|
|
1182
|
-
"internalType": "address",
|
|
1183
|
-
"name": "newImplementation",
|
|
1184
|
-
"type": "address"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"internalType": "bytes",
|
|
1188
|
-
"name": "data",
|
|
1189
|
-
"type": "bytes"
|
|
1190
|
-
}
|
|
1191
|
-
],
|
|
1192
|
-
"name": "upgradeToAndCall",
|
|
1193
|
-
"outputs": [],
|
|
1194
|
-
"stateMutability": "payable",
|
|
1195
|
-
"type": "function"
|
|
1196
|
-
}
|
|
1197
|
-
],
|
|
1198
|
-
"bytecode": "0x60a0806040523460295730608052613123908161002f82396080518181816111870152612aa50152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806302cea26b146120f757806306fdde031461204d57806307e2cea514612012578063095ea7b314611fec57806318160ddd14611fd15780631b870ba714611f5557806323b872dd14611f1d5780632986c0e514611ef2578063313ce56714611eb25780633644e51514611e975780633f4ba83a14611e1e57806340c10f1914611cd2578063485cc955146113f25780634f1ef286146111f157806352d1902d146111745780635c975abb1461114457806370a08231146110d45780637a9e5e4b146110595780637ecebe00146110005780638456cb5914610f9757806384b0196e14610e3b5780638797dfeb14610c2a5780638fb3603714610bd7578063907af6c014610bac57806395d89b4114610aa757806398b2f1601461086f5780639d8e2177146108485780639f15d700146105f1578063a9059cbb146105c0578063ad3cb1cc14610576578063bf7e214f14610540578063cdcc560014610517578063d505accf1461038a578063d53913931461034f578063dd62ed3e146103065763e39fa5d2146101a857600080fd5b34610301576020366003190112610301576004356101c636336124e2565b6101dc600a6101d361241a565b0482111561246c565b80156102bc5760008051602061300e8339815191525490811561028b577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b918161026e61023260409461022d61241a565b6123f7565b61026860008051602061308e83398151915254610250868285612910565b809681600080516020612f4e83398151915255612d7d565b906123f7565b60008051602061306e8339815191525582519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b600080fd5b346103015760403660031901126103015761031f612155565b61033061032a61216b565b916124a9565b9060018060a01b03166000526020526020604060002054604051908152f35b346103015760003660031901126103015760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b346103015760e0366003190112610301576103a3612155565b6103ab61216b565b60443590606435926084359360ff85168503610301578042116104ff5760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b038411176104e9576104b6936104ad936040525190206104866129f7565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612b32565b90929192612be2565b168481036104cb57506104c99350612967565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b34610301576000366003190112610301576000546040516001600160a01b039091168152602090f35b3461030157600036600319011261030157600080516020612f2e833981519152546040516001600160a01b039091168152602090f35b34610301576000366003190112610301576105bc60405161059681612194565b60058152640352e302e360dc1b6020820152604051918291602083526020830190612115565b0390f35b34610301576040366003190112610301576105e66105dc612155565b6024359033612740565b602060405160018152f35b346103015760403660031901126103015761060a612155565b602435906001600160a01b0380821690811561082f5733820361081f575b610630612b07565b610638612b07565b61064061241a565b60008051602061306e833981519152908561065c83548261265e565b60008051602061308e8339815191528054809861068c600080516020612f4e833981519152948554938491612d7d565b9989600052600080516020612fae83398151915292836020526040600020548c81106107d7575050505087600052602052604060002088815403905560008051602061300e833981519152888154818103835514156000146107c95761022d9261070695949261070192549154905491612d7d565b61265e565b90555b6000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b156103015760446000928360405196879485936326995e5f60e21b8552600485015260248401525af19182156107bd576020926107ae575b50604051908152f35b6107b790612181565b826107a5565b6040513d6000823e3d90fd5b505050505060009055610709565b87939261081b926107e792612d7d565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b61082a84338561266b565b610628565b604051634b637e8f60e11b815260006004820152602490fd5b346103015760003660031901126103015760206040516b033b2e3c9fd0803ce80000008152f35b3461030157604036600319011261030157610888612155565b6001600160a01b0381169060243590821580156108b857604051634b637e8f60e11b815260006004820152602490fd5b338403610a97575b6108cb831515612878565b61082f5782600052600080516020612fae8339815191529182602052604060002054600080516020612f4e83398151915290815460008051602061308e83398151915280549561091c878486612d7d565b90868210610a6557508561092f916123f7565b9061093861241a565b9761095360008051602061300e8339815191529586546123f7565b908115610a21577f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f57809961022d610a1c986109cb858f9d956109b76109f99a8f986109ae8e6109a86109f39d846109db9e612d7d565b9061265e565b91828855612910565b9e6000526020528d6040600020558d61265e565b8099555497889554958691612d7d565b918260008051602061306e8339815191525585612946565b116128c4565b604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b606460405162461bcd60e51b815260206004820152602060248201527f4e6f206f746865722073686172657320746f206469737472696275746520746f6044820152fd5b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101869052606490fd5b610aa283338461266b565b6108c0565b34610301576000366003190112610301576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7118054826000610aea8361225a565b9283835260209460019186600182169182600014610b8a575050600114610b2e575b5050610b1a925003836121af565b6105bc604051928284938452830190612115565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610b72575050610b1a93508201018580610b0c565b80548389018501528794508693909201918101610b5a565b9250935050610b1a94915060ff191682840152151560051b8201018580610b0c565b3461030157600036600319011261030157602060008051602061308e83398151915254604051908152f35b3461030157600036600319011261030157600080516020612f2e8339815191525460a01c60ff1615610c21576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610c0e565b3461030157604036600319011261030157610c43612155565b602435610c5036336124e2565b610c5b811515612878565b6001600160a01b038216918215610e225782600052600080516020612fae8339815191528060205260406000205491600080516020612f4e8339815191529182549260008051602061308e83398151915292835492610cbb848789612d7d565b610cc361241a565b94610cde60008051602061300e833981519152998a546123f7565b938415610dd257610cef83886123f7565b908b610d3360ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135460081c166064610d288287612c6d565b91860915159061265e565b10610da05750508a989561022d89966109cb87610a1c9b977f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d16039f9d6109f3988f98610d9b8a610d926109f99f956102686109b7976109db9f8790612910565b93848a5561265e565b612910565b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810191909152604481018b9052606490fd5b60405162461bcd60e51b815260206004820152602260248201527f4e6f206f746865722073686172657320746f20646973747269627574652066726044820152616f6d60f01b6064820152608490fd5b60405163ec442f0560e01b815260006004820152602490fd5b34610301576000366003190112610301577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610f6e575b15610f3157610e82612294565b610e8a61235a565b6040516020808201928284106001600160401b038511176104e957916020610ee48594610ed6979660405260008452604051978897600f60f81b895260e0858a015260e0890190612115565b908782036040890152612115565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610f1a57505050500390f35b835185528695509381019392810192600101610f0b565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610e75565b3461030157600036600319011261030157610fb236336124e2565b610fba612b07565b60008051602061302e833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b34610301576020366003190112610301576001600160a01b03611021612155565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461030157602036600319011261030157611072612155565b600080516020612f2e833981519152546001600160a01b039190821633036110bd57803b156110a4576104c99061281f565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b34610301576020366003190112610301576001600160a01b036110f5612155565b16600052600080516020612fae833981519152602052602061113c604060002054600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b604051908152f35b3461030157600036600319011261030157602060ff60008051602061302e83398151915254166040519015158152f35b34610301576000366003190112610301577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111df5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261030157611205612155565b60249081356001600160401b0381116103015736602382011215610301578060040135611231816121d0565b9261123f60405194856121af565b818452602091828501933687838301011161030157816000928886930187378601015261126a612a9b565b61127436336124e2565b61127c612a9b565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113c3575b506112c357604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113ae5750843b15611398575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a281511561137d575060006104c99481925190845af4903d15611374573d611357816121d0565b9061136560405192836121af565b8152600081943d92013e612eca565b60609250612eca565b93505050503461138957005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113eb575b6113db81836121af565b81010312610301575190886112a6565b503d6113d1565b346103015760403660031901126103015761140b612155565b6024356001600160a01b0381168103610301576000805160206130ae83398151915254916001600160401b03831680159081611cc2575b6001149081611cb8575b159081611caf575b50611c9d576114ad9060016001600160401b03198516176000805160206130ae8339815191525560ff8460401c1615611c70575b611490612a6c565b611498612a6c565b6114a0612a6c565b6114a8612a6c565b61281f565b6114b5612a6c565b604051916114c283612194565b6006835265098d2e28aa8960d31b6020840152604051916114e283612194565b60068352650d8d2e28aa8960d31b60208401526114fd612a6c565b611505612a6c565b61150d612a6c565b60405161151981612194565b60018152603160f81b602082015261152f612a6c565b611537612a6c565b84516001600160401b0381116104e95761155f600080516020612f8e8339815191525461225a565b601f8111611bfa575b50806020601f8211600114611b6d57600091611b62575b508160011b916000199060031b1c191617600080516020612f8e833981519152555b8051906001600160401b0382116104e95781906115cc600080516020612fce8339815191525461225a565b601f8111611ae1575b50602090601f8311600114611a4f57600092611a44575b50508160011b916000199060031b1c191617600080516020612fce833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015561165f612a6c565b611667612a6c565b83516001600160401b0381116104e95761168f600080516020612f6e8339815191525461225a565b601f81116119ca575b50602094601f821160011461193e57948192939495600092611933575b50508160011b916000199060031b1c191617600080516020612f6e833981519152555b82516001600160401b0381116104e9577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc71190611714825461225a565b601f81116118cf575b506020601f821160011461184a57819060ff9660009261183f575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000008060008051602061308e83398151915255610a127f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc71391825490600080516020612f4e8339815191525561ffff19161790556117b3612a6c565b6117bb612a6c565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117e657005b68ff0000000000000000196000805160206130ae83398151915254166000805160206130ae833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611738565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b8181106118b757509160ff979184600195941061189e575b505050811b01905561174d565b015160001960f88460031b161c19169055868080611891565b83830151895560019098019760209384019301611879565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c81019160208410611929575b601f0160051c01905b81811061191d575061171d565b60008155600101611910565b9091508190611907565b0151905085806116b5565b601f19821695600080516020612f6e83398151915260005260008051602061304e8339815191529160005b8881106119b257508360019596979810611999575b505050811b01600080516020612f6e833981519152556116d8565b015160001960f88460031b161c1916905585808061197e565b91926020600181928685015181550194019201611969565b600080516020612f6e833981519152600052601f820160051c60008051602061304e833981519152019060208310611a2e575b601f0160051c60008051602061304e83398151915201905b818110611a225750611698565b60008155600101611a15565b60008051602061304e83398151915291506119fd565b0151905086806115ec565b9250600080516020612fce8339815191526000526000805160206130ce833981519152906000935b601f1984168510611ac6576001945083601f19811610611aad575b505050811b01600080516020612fce8339815191525561160f565b015160001960f88460031b161c19169055868080611a92565b81810151835560209485019460019093019290910190611a77565b909150600080516020612fce833981519152600052601f830160051c6000805160206130ce8339815191520160208410611b4d575b908392915b601f820160051c6000805160206130ce833981519152018110611b3e57506115d5565b60008155849350600101611b1b565b506000805160206130ce833981519152611b16565b90508601518761157f565b9150600080516020612f8e833981519152600052600080516020612fee8339815191526000925b601f1983168410611be2576001935082601f19811610611bc9575b5050811b01600080516020612f8e833981519152556115a1565b88015160001960f88460031b161c191690558780611baf565b88810151825560209384019360019092019101611b94565b600080516020612f8e833981519152600052601f820160051c600080516020612fee8339815191520160208310611c5b575b601f820160051c600080516020612fee833981519152018110611c4f5750611568565b60008155600101611c2c565b50600080516020612fee833981519152611c2c565b68ffffffffffffffffff19841668010000000000000001176000805160206130ae83398151915255611488565b60405163f92ee8a960e01b8152600490fd5b90501584611454565b303b15915061144c565b604085901c60ff16159150611442565b3461030157604036600319011261030157611ceb612155565b60243590611cf936336124e2565b6001600160a01b0316908115610e2257602091611d14612b07565b611d1c612b07565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611d4761241a565b9360008051602061306e833981519152611dde611d6d611d688354856123f7565b6121eb565b9661022d611db68560008051602061300e83398151915293611d908c865461265e565b85558a600052600080516020612fae8339815191528d52886000208c815401905561265e565b9154600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b90558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461030157600036600319011261030157611e3936336124e2565b60008051602061302e833981519152805460ff811615611e855760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461030157600036600319011261030157602061113c6129f7565b3461030157600036600319011261030157602060ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135416604051908152f35b34610301576000366003190112610301576020600080516020612f4e83398151915254604051908152f35b34610301576060366003190112610301576105e6611f39612155565b611f4161216b565b60443591611f5083338361266b565b612740565b3461030157602036600319011261030157600435611f7336336124e2565b611f80600a6101d361241a565b80156102bc5760008051602061300e8339815191525490811561028b577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a918161026e61023260409461070161241a565b3461030157600036600319011261030157602061113c61241a565b34610301576040366003190112610301576105e6612008612155565b6024359033612967565b346103015760003660031901126103015760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461030157600036600319011261030157604051600080516020612f6e833981519152805482600061207e8361225a565b9283835260209460019186600182169182600014610b8a5750506001146120ad575050610b1a925003836121af565b85925060005260008051602061304e833981519152906000915b8583106120df575050610b1a93508201018580610b0c565b805483890185015287945086939092019181016120c7565b3461030157602036600319011261030157602061113c6004356121eb565b919082519283825260005b848110612141575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612120565b600435906001600160a01b038216820361030157565b602435906001600160a01b038216820361030157565b6001600160401b0381116104e957604052565b604081019081106001600160401b038211176104e957604052565b90601f801991011681019081106001600160401b038211176104e957604052565b6001600160401b0381116104e957601f01601f191660200190565b801561221e5761221b9060008051602061308e83398151915254600080516020612f4e8339815191525491612910565b90565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c9216801561228a575b602083101461227457565b634e487b7160e01b600052602260045260246000fd5b91607f1691612269565b60405190600082600080516020612f8e833981519152918254926122b78461225a565b8084529360209160019182811690811561233457506001146122e5575b5050506122e3925003836121af565b565b6000908152600080516020612fee8339815191529590935091905b82841061231c57506122e39450505081016020013880806122d4565b85548885018301529485019487945092810192612300565b92505050602092506122e394915060ff191682840152151560051b8201013880806122d4565b60405190600082600080516020612fce8339815191529182549261237d8461225a565b8084529360209160019182811690811561233457506001146123a8575050506122e3925003836121af565b60009081526000805160206130ce8339815191529590935091905b8284106123df57506122e39450505081016020013880806122d4565b855488850183015294850194879450928101926123c3565b9190820391821161240457565b634e487b7160e01b600052601160045260246000fd5b61221b61245660008051602061300e83398151915254600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b60008051602061306e83398151915254906123f7565b1561247357565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b600080516020612f2e8339815191528054909290916001600160a01b03808416926004811061030157600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b0382111761264a5791849188938452828052826020525190895afa612639575b15612582575b50505050505050565b63ffffffff16156126235760ff60a01b19948516600160a01b178655833b1561030157606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115612619575061260a575b50815416905538808080808080612579565b61261390612181565b386125f8565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612573565b634e487b7160e01b85526041600452602485fd5b9190820180921161240457565b9190612676836124a9565b9260018060a01b03908183169160009583875260205260408620549360001985106126a45750505050505050565b85851061270f57508116156126f65781156126dd57906126c760409493926124a9565b9085526020520391205538808080808080612579565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b0380841692831561082f5716928315610e2257612763612b07565b61276b612b07565b61277361241a565b5061277d826121eb565b90600090848252600080516020612fae833981519152908160205260408320548481106127f057505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b9061081b6107e78793600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b600080516020612f2e83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b1561287f57565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b156128cb57565b60405162461bcd60e51b815260206004820152601e60248201527f496e76617269616e7420746f74616c537570706c792076696f6c6174656400006044820152606490fd5b9161291c818385612d7d565b9181156129305761221b930915159061265e565b634e487b7160e01b600052601260045260246000fd5b906129518183612ce6565b90801561293057600161221b930915159061265e565b916001600160a01b038084169283156129de57169283156129c5577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925916129af6020926124a9565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b6129ff612e1b565b612a07612e85565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176104e95760405251902090565b60ff6000805160206130ae8339815191525460401c1615612a8957565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612ad9575b50506111df57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612ad1565b60ff60008051602061302e8339815191525416612b2057565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612bb657926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612baa5780516001600160a01b03811615612ba157918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612bcc57565b634e487b7160e01b600052602160045260246000fd5b612beb81612bc2565b80612bf4575050565b612bfd81612bc2565b60018103612c175760405163f645eedf60e01b8152600490fd5b612c2081612bc2565b60028103612c415760405163fce698f760e01b815260048101839052602490fd5b80612c4d600392612bc2565b14612c555750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612cdc578160641115612cc9577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612d715782811115612d5957806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b80925015612930570490565b90916000198383099280830292838086109503948086039514612e0d5784831115612df4579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b505080925015612930570490565b612e23612294565b8051908115612e33576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100548015612e605790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b612e8d61235a565b8051908115612e9d576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d101548015612e605790565b90612ef15750805115612edf57602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612f24575b612f02575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15612efa56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7150884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220e5d2d285753a88baf71e71eb934c97a746b6425de4035fdb64d2c2ddc8abe75464736f6c63430008190033",
|
|
1199
|
-
"deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806302cea26b146120f757806306fdde031461204d57806307e2cea514612012578063095ea7b314611fec57806318160ddd14611fd15780631b870ba714611f5557806323b872dd14611f1d5780632986c0e514611ef2578063313ce56714611eb25780633644e51514611e975780633f4ba83a14611e1e57806340c10f1914611cd2578063485cc955146113f25780634f1ef286146111f157806352d1902d146111745780635c975abb1461114457806370a08231146110d45780637a9e5e4b146110595780637ecebe00146110005780638456cb5914610f9757806384b0196e14610e3b5780638797dfeb14610c2a5780638fb3603714610bd7578063907af6c014610bac57806395d89b4114610aa757806398b2f1601461086f5780639d8e2177146108485780639f15d700146105f1578063a9059cbb146105c0578063ad3cb1cc14610576578063bf7e214f14610540578063cdcc560014610517578063d505accf1461038a578063d53913931461034f578063dd62ed3e146103065763e39fa5d2146101a857600080fd5b34610301576020366003190112610301576004356101c636336124e2565b6101dc600a6101d361241a565b0482111561246c565b80156102bc5760008051602061300e8339815191525490811561028b577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b918161026e61023260409461022d61241a565b6123f7565b61026860008051602061308e83398151915254610250868285612910565b809681600080516020612f4e83398151915255612d7d565b906123f7565b60008051602061306e8339815191525582519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b600080fd5b346103015760403660031901126103015761031f612155565b61033061032a61216b565b916124a9565b9060018060a01b03166000526020526020604060002054604051908152f35b346103015760003660031901126103015760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b346103015760e0366003190112610301576103a3612155565b6103ab61216b565b60443590606435926084359360ff85168503610301578042116104ff5760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b038411176104e9576104b6936104ad936040525190206104866129f7565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612b32565b90929192612be2565b168481036104cb57506104c99350612967565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b34610301576000366003190112610301576000546040516001600160a01b039091168152602090f35b3461030157600036600319011261030157600080516020612f2e833981519152546040516001600160a01b039091168152602090f35b34610301576000366003190112610301576105bc60405161059681612194565b60058152640352e302e360dc1b6020820152604051918291602083526020830190612115565b0390f35b34610301576040366003190112610301576105e66105dc612155565b6024359033612740565b602060405160018152f35b346103015760403660031901126103015761060a612155565b602435906001600160a01b0380821690811561082f5733820361081f575b610630612b07565b610638612b07565b61064061241a565b60008051602061306e833981519152908561065c83548261265e565b60008051602061308e8339815191528054809861068c600080516020612f4e833981519152948554938491612d7d565b9989600052600080516020612fae83398151915292836020526040600020548c81106107d7575050505087600052602052604060002088815403905560008051602061300e833981519152888154818103835514156000146107c95761022d9261070695949261070192549154905491612d7d565b61265e565b90555b6000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b156103015760446000928360405196879485936326995e5f60e21b8552600485015260248401525af19182156107bd576020926107ae575b50604051908152f35b6107b790612181565b826107a5565b6040513d6000823e3d90fd5b505050505060009055610709565b87939261081b926107e792612d7d565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b61082a84338561266b565b610628565b604051634b637e8f60e11b815260006004820152602490fd5b346103015760003660031901126103015760206040516b033b2e3c9fd0803ce80000008152f35b3461030157604036600319011261030157610888612155565b6001600160a01b0381169060243590821580156108b857604051634b637e8f60e11b815260006004820152602490fd5b338403610a97575b6108cb831515612878565b61082f5782600052600080516020612fae8339815191529182602052604060002054600080516020612f4e83398151915290815460008051602061308e83398151915280549561091c878486612d7d565b90868210610a6557508561092f916123f7565b9061093861241a565b9761095360008051602061300e8339815191529586546123f7565b908115610a21577f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f57809961022d610a1c986109cb858f9d956109b76109f99a8f986109ae8e6109a86109f39d846109db9e612d7d565b9061265e565b91828855612910565b9e6000526020528d6040600020558d61265e565b8099555497889554958691612d7d565b918260008051602061306e8339815191525585612946565b116128c4565b604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b606460405162461bcd60e51b815260206004820152602060248201527f4e6f206f746865722073686172657320746f206469737472696275746520746f6044820152fd5b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101869052606490fd5b610aa283338461266b565b6108c0565b34610301576000366003190112610301576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7118054826000610aea8361225a565b9283835260209460019186600182169182600014610b8a575050600114610b2e575b5050610b1a925003836121af565b6105bc604051928284938452830190612115565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610b72575050610b1a93508201018580610b0c565b80548389018501528794508693909201918101610b5a565b9250935050610b1a94915060ff191682840152151560051b8201018580610b0c565b3461030157600036600319011261030157602060008051602061308e83398151915254604051908152f35b3461030157600036600319011261030157600080516020612f2e8339815191525460a01c60ff1615610c21576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610c0e565b3461030157604036600319011261030157610c43612155565b602435610c5036336124e2565b610c5b811515612878565b6001600160a01b038216918215610e225782600052600080516020612fae8339815191528060205260406000205491600080516020612f4e8339815191529182549260008051602061308e83398151915292835492610cbb848789612d7d565b610cc361241a565b94610cde60008051602061300e833981519152998a546123f7565b938415610dd257610cef83886123f7565b908b610d3360ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135460081c166064610d288287612c6d565b91860915159061265e565b10610da05750508a989561022d89966109cb87610a1c9b977f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d16039f9d6109f3988f98610d9b8a610d926109f99f956102686109b7976109db9f8790612910565b93848a5561265e565b612910565b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810191909152604481018b9052606490fd5b60405162461bcd60e51b815260206004820152602260248201527f4e6f206f746865722073686172657320746f20646973747269627574652066726044820152616f6d60f01b6064820152608490fd5b60405163ec442f0560e01b815260006004820152602490fd5b34610301576000366003190112610301577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610f6e575b15610f3157610e82612294565b610e8a61235a565b6040516020808201928284106001600160401b038511176104e957916020610ee48594610ed6979660405260008452604051978897600f60f81b895260e0858a015260e0890190612115565b908782036040890152612115565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610f1a57505050500390f35b835185528695509381019392810192600101610f0b565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610e75565b3461030157600036600319011261030157610fb236336124e2565b610fba612b07565b60008051602061302e833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b34610301576020366003190112610301576001600160a01b03611021612155565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461030157602036600319011261030157611072612155565b600080516020612f2e833981519152546001600160a01b039190821633036110bd57803b156110a4576104c99061281f565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b34610301576020366003190112610301576001600160a01b036110f5612155565b16600052600080516020612fae833981519152602052602061113c604060002054600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b604051908152f35b3461030157600036600319011261030157602060ff60008051602061302e83398151915254166040519015158152f35b34610301576000366003190112610301577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111df5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261030157611205612155565b60249081356001600160401b0381116103015736602382011215610301578060040135611231816121d0565b9261123f60405194856121af565b818452602091828501933687838301011161030157816000928886930187378601015261126a612a9b565b61127436336124e2565b61127c612a9b565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113c3575b506112c357604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113ae5750843b15611398575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a281511561137d575060006104c99481925190845af4903d15611374573d611357816121d0565b9061136560405192836121af565b8152600081943d92013e612eca565b60609250612eca565b93505050503461138957005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113eb575b6113db81836121af565b81010312610301575190886112a6565b503d6113d1565b346103015760403660031901126103015761140b612155565b6024356001600160a01b0381168103610301576000805160206130ae83398151915254916001600160401b03831680159081611cc2575b6001149081611cb8575b159081611caf575b50611c9d576114ad9060016001600160401b03198516176000805160206130ae8339815191525560ff8460401c1615611c70575b611490612a6c565b611498612a6c565b6114a0612a6c565b6114a8612a6c565b61281f565b6114b5612a6c565b604051916114c283612194565b6006835265098d2e28aa8960d31b6020840152604051916114e283612194565b60068352650d8d2e28aa8960d31b60208401526114fd612a6c565b611505612a6c565b61150d612a6c565b60405161151981612194565b60018152603160f81b602082015261152f612a6c565b611537612a6c565b84516001600160401b0381116104e95761155f600080516020612f8e8339815191525461225a565b601f8111611bfa575b50806020601f8211600114611b6d57600091611b62575b508160011b916000199060031b1c191617600080516020612f8e833981519152555b8051906001600160401b0382116104e95781906115cc600080516020612fce8339815191525461225a565b601f8111611ae1575b50602090601f8311600114611a4f57600092611a44575b50508160011b916000199060031b1c191617600080516020612fce833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015561165f612a6c565b611667612a6c565b83516001600160401b0381116104e95761168f600080516020612f6e8339815191525461225a565b601f81116119ca575b50602094601f821160011461193e57948192939495600092611933575b50508160011b916000199060031b1c191617600080516020612f6e833981519152555b82516001600160401b0381116104e9577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc71190611714825461225a565b601f81116118cf575b506020601f821160011461184a57819060ff9660009261183f575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000008060008051602061308e83398151915255610a127f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc71391825490600080516020612f4e8339815191525561ffff19161790556117b3612a6c565b6117bb612a6c565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117e657005b68ff0000000000000000196000805160206130ae83398151915254166000805160206130ae833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611738565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b8181106118b757509160ff979184600195941061189e575b505050811b01905561174d565b015160001960f88460031b161c19169055868080611891565b83830151895560019098019760209384019301611879565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c81019160208410611929575b601f0160051c01905b81811061191d575061171d565b60008155600101611910565b9091508190611907565b0151905085806116b5565b601f19821695600080516020612f6e83398151915260005260008051602061304e8339815191529160005b8881106119b257508360019596979810611999575b505050811b01600080516020612f6e833981519152556116d8565b015160001960f88460031b161c1916905585808061197e565b91926020600181928685015181550194019201611969565b600080516020612f6e833981519152600052601f820160051c60008051602061304e833981519152019060208310611a2e575b601f0160051c60008051602061304e83398151915201905b818110611a225750611698565b60008155600101611a15565b60008051602061304e83398151915291506119fd565b0151905086806115ec565b9250600080516020612fce8339815191526000526000805160206130ce833981519152906000935b601f1984168510611ac6576001945083601f19811610611aad575b505050811b01600080516020612fce8339815191525561160f565b015160001960f88460031b161c19169055868080611a92565b81810151835560209485019460019093019290910190611a77565b909150600080516020612fce833981519152600052601f830160051c6000805160206130ce8339815191520160208410611b4d575b908392915b601f820160051c6000805160206130ce833981519152018110611b3e57506115d5565b60008155849350600101611b1b565b506000805160206130ce833981519152611b16565b90508601518761157f565b9150600080516020612f8e833981519152600052600080516020612fee8339815191526000925b601f1983168410611be2576001935082601f19811610611bc9575b5050811b01600080516020612f8e833981519152556115a1565b88015160001960f88460031b161c191690558780611baf565b88810151825560209384019360019092019101611b94565b600080516020612f8e833981519152600052601f820160051c600080516020612fee8339815191520160208310611c5b575b601f820160051c600080516020612fee833981519152018110611c4f5750611568565b60008155600101611c2c565b50600080516020612fee833981519152611c2c565b68ffffffffffffffffff19841668010000000000000001176000805160206130ae83398151915255611488565b60405163f92ee8a960e01b8152600490fd5b90501584611454565b303b15915061144c565b604085901c60ff16159150611442565b3461030157604036600319011261030157611ceb612155565b60243590611cf936336124e2565b6001600160a01b0316908115610e2257602091611d14612b07565b611d1c612b07565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611d4761241a565b9360008051602061306e833981519152611dde611d6d611d688354856123f7565b6121eb565b9661022d611db68560008051602061300e83398151915293611d908c865461265e565b85558a600052600080516020612fae8339815191528d52886000208c815401905561265e565b9154600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b90558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461030157600036600319011261030157611e3936336124e2565b60008051602061302e833981519152805460ff811615611e855760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461030157600036600319011261030157602061113c6129f7565b3461030157600036600319011261030157602060ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135416604051908152f35b34610301576000366003190112610301576020600080516020612f4e83398151915254604051908152f35b34610301576060366003190112610301576105e6611f39612155565b611f4161216b565b60443591611f5083338361266b565b612740565b3461030157602036600319011261030157600435611f7336336124e2565b611f80600a6101d361241a565b80156102bc5760008051602061300e8339815191525490811561028b577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a918161026e61023260409461070161241a565b3461030157600036600319011261030157602061113c61241a565b34610301576040366003190112610301576105e6612008612155565b6024359033612967565b346103015760003660031901126103015760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461030157600036600319011261030157604051600080516020612f6e833981519152805482600061207e8361225a565b9283835260209460019186600182169182600014610b8a5750506001146120ad575050610b1a925003836121af565b85925060005260008051602061304e833981519152906000915b8583106120df575050610b1a93508201018580610b0c565b805483890185015287945086939092019181016120c7565b3461030157602036600319011261030157602061113c6004356121eb565b919082519283825260005b848110612141575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612120565b600435906001600160a01b038216820361030157565b602435906001600160a01b038216820361030157565b6001600160401b0381116104e957604052565b604081019081106001600160401b038211176104e957604052565b90601f801991011681019081106001600160401b038211176104e957604052565b6001600160401b0381116104e957601f01601f191660200190565b801561221e5761221b9060008051602061308e83398151915254600080516020612f4e8339815191525491612910565b90565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c9216801561228a575b602083101461227457565b634e487b7160e01b600052602260045260246000fd5b91607f1691612269565b60405190600082600080516020612f8e833981519152918254926122b78461225a565b8084529360209160019182811690811561233457506001146122e5575b5050506122e3925003836121af565b565b6000908152600080516020612fee8339815191529590935091905b82841061231c57506122e39450505081016020013880806122d4565b85548885018301529485019487945092810192612300565b92505050602092506122e394915060ff191682840152151560051b8201013880806122d4565b60405190600082600080516020612fce8339815191529182549261237d8461225a565b8084529360209160019182811690811561233457506001146123a8575050506122e3925003836121af565b60009081526000805160206130ce8339815191529590935091905b8284106123df57506122e39450505081016020013880806122d4565b855488850183015294850194879450928101926123c3565b9190820391821161240457565b634e487b7160e01b600052601160045260246000fd5b61221b61245660008051602061300e83398151915254600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b60008051602061306e83398151915254906123f7565b1561247357565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b600080516020612f2e8339815191528054909290916001600160a01b03808416926004811061030157600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b0382111761264a5791849188938452828052826020525190895afa612639575b15612582575b50505050505050565b63ffffffff16156126235760ff60a01b19948516600160a01b178655833b1561030157606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115612619575061260a575b50815416905538808080808080612579565b61261390612181565b386125f8565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612573565b634e487b7160e01b85526041600452602485fd5b9190820180921161240457565b9190612676836124a9565b9260018060a01b03908183169160009583875260205260408620549360001985106126a45750505050505050565b85851061270f57508116156126f65781156126dd57906126c760409493926124a9565b9085526020520391205538808080808080612579565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b0380841692831561082f5716928315610e2257612763612b07565b61276b612b07565b61277361241a565b5061277d826121eb565b90600090848252600080516020612fae833981519152908160205260408320548481106127f057505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b9061081b6107e78793600080516020612f4e8339815191525460008051602061308e8339815191525491612d7d565b600080516020612f2e83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b1561287f57565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b156128cb57565b60405162461bcd60e51b815260206004820152601e60248201527f496e76617269616e7420746f74616c537570706c792076696f6c6174656400006044820152606490fd5b9161291c818385612d7d565b9181156129305761221b930915159061265e565b634e487b7160e01b600052601260045260246000fd5b906129518183612ce6565b90801561293057600161221b930915159061265e565b916001600160a01b038084169283156129de57169283156129c5577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925916129af6020926124a9565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b6129ff612e1b565b612a07612e85565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176104e95760405251902090565b60ff6000805160206130ae8339815191525460401c1615612a8957565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612ad9575b50506111df57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612ad1565b60ff60008051602061302e8339815191525416612b2057565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612bb657926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612baa5780516001600160a01b03811615612ba157918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612bcc57565b634e487b7160e01b600052602160045260246000fd5b612beb81612bc2565b80612bf4575050565b612bfd81612bc2565b60018103612c175760405163f645eedf60e01b8152600490fd5b612c2081612bc2565b60028103612c415760405163fce698f760e01b815260048101839052602490fd5b80612c4d600392612bc2565b14612c555750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612cdc578160641115612cc9577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612d715782811115612d5957806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b80925015612930570490565b90916000198383099280830292838086109503948086039514612e0d5784831115612df4579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b505080925015612930570490565b612e23612294565b8051908115612e33576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100548015612e605790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b612e8d61235a565b8051908115612e9d576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d101548015612e605790565b90612ef15750805115612edf57602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612f24575b612f02575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15612efa56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7150884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220e5d2d285753a88baf71e71eb934c97a746b6425de4035fdb64d2c2ddc8abe75464736f6c63430008190033",
|
|
1200
|
-
"linkReferences": {},
|
|
1201
|
-
"deployedLinkReferences": {}
|
|
1202
|
-
}
|