@wireio/stake 1.1.0 → 1.1.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 +195 -243
- package/lib/stake.browser.js +47370 -10115
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +10609 -978
- package/lib/stake.js +46109 -8681
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +47370 -10115
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -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/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
- 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/{ABI/liqEth → hoodi/liqEth/v1}/liqEth.sol/LiqEthToken.json +3 -3
- 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/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- 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 +1590 -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/BridgeWithdrawFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.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/IDepositorBridgeHooks.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
- package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -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/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -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/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
- 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/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
- 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 +33 -2
- 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 -2
- 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 -2
- 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 -3
- 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 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -3
- 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 +7968 -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/devnet/types/liqsol_core.ts +7974 -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/{idl → mainnet/idl}/liqsol_core.json +542 -30
- 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 +542 -30
- 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 +4 -2
- package/src/networks/ethereum/clients/convert.client.ts +35 -1
- package/src/networks/ethereum/clients/instaswap.client.ts +432 -0
- package/src/networks/ethereum/clients/receipt.client.ts +88 -25
- package/src/networks/ethereum/clients/stake.client.ts +192 -20
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +423 -239
- package/src/networks/ethereum/ethereum.ts +295 -90
- package/src/networks/ethereum/types.ts +40 -11
- package/src/networks/solana/clients/convert.client.ts +377 -0
- package/src/networks/solana/clients/distribution.client.ts +141 -29
- package/src/networks/solana/clients/instaswap.client.ts +474 -0
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +120 -80
- package/src/networks/solana/clients/token.client.ts +33 -22
- package/src/networks/solana/constants.ts +58 -285
- package/src/networks/solana/program.ts +467 -29
- package/src/networks/solana/solana.ts +523 -222
- package/src/networks/solana/types.ts +41 -15
- package/src/networks/solana/utils.ts +74 -306
- package/src/staker.ts +22 -2
- package/src/types.ts +82 -11
- package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- 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/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/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/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- 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/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 -1622
- 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/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/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- 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 -292
- /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
- /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 → hoodi}/token/ERC1155Token.sol/ERC1155Token.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/token/ERC20Token.sol/ERC20Token.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/token/ERC721Token.sol/ERC721Token.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
- /package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +0 -0
- /package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_format": "hh-sol-artifact-1",
|
|
3
3
|
"contractName": "Accounting",
|
|
4
|
-
"sourceName": "contracts/liqEth/accounting.sol",
|
|
4
|
+
"sourceName": "contracts/liqEth/v1/accounting.sol",
|
|
5
5
|
"abi": [
|
|
6
6
|
{
|
|
7
7
|
"inputs": [
|
|
@@ -535,8 +535,8 @@
|
|
|
535
535
|
"type": "function"
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
|
-
"bytecode": "0x60a080604052346029573060805261158d908161002f8239608051818181610c8e01526114400152f35b600080fdfe608060408181526004918236101561001657600080fd5b600092833560e01c91826316153101146110e557508163485cc95514610efb5781634f1ef28614610cf257816352d1902d14610c795781635f7b68be14610b9a57816369e7849914610ab65781637a9e5e4b14610a39578163809a42bb14610a135781638bc39207146107ee5781638fb360371461079a578163a51fa5c714610757578163a6be1ec814610614578163a7c32102146105bc578163ad3cb1cc1461051b578163bb69d1e0146104e3578163bf7e214f146104ad578163c22dc3c0146103f1578163d2ecf31e14610206578163dd16713b1461012b575063fc0c546a1461010157600080fd5b34610127578160031936011261012757905490516001600160a01b039091168152602090f35b5080fd5b91905034610202578060031936011261020257610146611108565b906024359161015536336111ef565b82156101bf576001600160a01b03168085526001602052818520805491948483019283106101ac575055519081527ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b605890602090a280f35b634e487b7160e01b875260119052602486fd5b815162461bcd60e51b8152602081860152601f60248201527f746f6b656e416d74206d7573742062652067726561746572207468616e2030006044820152606490fd5b8280fd5b8391503461012757606036600319011261012757610222611108565b6044359363ffffffff9290918386166024358188036103ed576102436113c5565b61024d36336111ef565b809760018060a01b038094168852602096600188528689209380610327575b5050509181869798936102c39795935480911161031f575b8461028e916111e2565b905587548551629f15d760e81b8152309381019384526020840194909452929586939190911691839189918391604090910190565b03925af190811561031657506102ea575b8260016000805160206115388339815191525580f35b813d831161030f575b6102fd818361114d565b8101031261030c5781806102d4565b80fd5b503d6102f3565b513d85823e3d90fd5b935083610284565b6001850190815490838216908110610398579183918b9c9d989694610353876102c39e9c9a98966111cc565b169064ffffffffff19161790556103798c549263ffffffff60a01b928460a01c166111cc565b60a01b169063ffffffff60a01b1916178a55919398979681939561026c565b895162461bcd60e51b8152808a018c9052602960248201527f446f65736e27742068617665206e756d4b65797320776f727468206f6620616360448201526874697665206b65797360b81b6064820152608490fd5b8680fd5b838334610127576020366003190112610127578061040d611108565b6001600160a01b031683526001602052822081519091906060810167ffffffffffffffff8111828210176104985760209550825260018354938483520154906801bc16d674ec80000063ffffffff9485928560ff85871696878c8501528b1c1615159101520416808210610485575b50505191168152f35b6104909294506111cc565b91848061047c565b604186634e487b7160e01b6000525260246000fd5b5050346101275781600319360112610127576000805160206115188339815191525490516001600160a01b039091168152602090f35b5050346101275760203660031901126101275760209181906001600160a01b0361050b611108565b1681526001845220549051908152f35b9050346102025782600319360112610202578151908282019082821067ffffffffffffffff8311176105a75750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061059157505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610573565b604190634e487b7160e01b6000525260246000fd5b5050346101275760203660031901126101275760609181906001600160a01b036105e4611108565b1681526001602052209060ff60018354930154825193845263ffffffff8116602085015260201c16151590820152f35b90503461020257816003193601126102025761062e611108565b916024359161063d36336111ef565b821561072f578460018060a01b03809516948582526001602052838220805495868111600014610724575061067286806111e2565b905581541691823b156101275783516304c5978b60e51b8152309181019182526020820186905292839182908490829060400103925af1801561071a576106e2575b507fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb9160209151908152a280f35b91602091946107117fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb94611123565b949150916106b4565b82513d87823e3d90fd5b6106729080976111e2565b606491519062461bcd60e51b8252602081830152602482015263191d5cdd60e21b6044820152fd5b5050346101275760203660031901126101275760209160ff9060019083906001600160a01b03610785611108565b168152828652200154831c1690519015158152f35b50503461012757816003193601126101275760209160ff6000805160206115188339815191525460a01c166000146107e85750638fb3603760e01b905b516001600160e01b03199091168152f35b906107d7565b90503461020257606036600319011261020257610809611108565b90602492833591604480359560018060a01b039586881680980361094e5761082f6113c5565b61083936336111ef565b85156109d25786169687895260209660018852858a2063ffffffff60018201541661099b5780548881106109635789928c94926108778b89946111e2565b9055845416918851948593849263a9059cbb60e01b84528a8401528b888401525af190811561095957899161091f575b50156108ee57505050907f1ceab64053cad6d92ea3504e273effdf7a1b1006f7e8506741551d4f05bc74a6929151908152a260016000805160206115388339815191525580f35b90600f6e151c985b9cd9995c8819985a5b1959608a1b9287606496519562461bcd60e51b8752860152840152820152fd5b90508681813d8311610952575b610936818361114d565b8101031261094e5751801515810361094e57386108a7565b8880fd5b503d61092c565b85513d8b823e3d90fd5b875162461bcd60e51b81528088018b905260148187015273496e73756666696369656e742062616c616e636560601b81880152606490fd5b865162461bcd60e51b81528087018a9052601381860152721858dd1a5d99481ad95e4a1cca48195e1a5cdd606a1b81870152606490fd5b509060187f746f6b656e416d74206e6565647320746f206265203e20300000000000000000926020606496519562461bcd60e51b8752860152840152820152fd5b50503461012757816003193601126101275763ffffffff6020925460a01c169051908152f35b90503461020257602036600319011261020257610a54611108565b6000805160206115188339815191525490926001600160a01b039182163303610aa257833b15610a8b5784610a888561136c565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9190503461020257602036600319011261020257610ad2611108565b610adc36336111ef565b6001600160a01b031683526001602081905281842001805463ffffffff9391929091848316918215610b575750509083610b1b640100000000936111b6565b169064ffffffffff191617179055815490610b4263ffffffff60a01b918360a01c166111b6565b60a01b169063ffffffff60a01b191617815580f35b906020606492519162461bcd60e51b8352820152601760248201527f4e6f20616374697665206b657920746f2072656d6f76650000000000000000006044820152fd5b90503461020257602036600319011261020257610bb5611108565b610bbf36336111ef565b60018060a01b0316835260016020526801bc16d674ec80000082842092600184019283549163ffffffff958680610bf781871661118b565b1695869254041610610c2b57505064ffffffffff191617905581549063ffffffff60a01b90610b429060a084901c1661118b565b906020608492519162461bcd60e51b8352820152602260248201527f496e73756666696369656e7420626f6e64656420746f6b656e7320666f72206b604482015261657960f01b6064820152fd5b82843461030c578060031936011261030c57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ce557602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b9180915060031936011261020257610d08611108565b90602493843567ffffffffffffffff811161012757366023820112156101275780850135610d358161116f565b94610d428551968761114d565b81865260209182870193368a8383010111610ef7578186928b869301873788010152610d6c611436565b610d7636336111ef565b610d7e611436565b84516352d1902d60e01b81526001600160a01b038216969083818a818b5afa869181610ec8575b50610dc1575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103610eb35750853b15610e9f575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610e81575050610e739582915190845af4913d15610e77573d610e65610e5c8261116f565b9251928361114d565b81528581943d92013e6114b4565b5080f35b50606092506114b4565b955095505050505034610e9357505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d8311610ef0575b610ee0818361114d565b810103126103ed57519038610da5565b503d610ed6565b8580fd5b905034610202578160031936011261020257610f15611108565b90602435906001600160a01b038083168303610ef7577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009384549360ff85881c16159467ffffffffffffffff8116801590816110dd575b60011490816110d3575b1590816110ca575b506110ba5767ffffffffffffffff1981166001178755610fc591908661109b575b50610fa86113f5565b610fb06113f5565b610fb86113f5565b610fc06113f5565b61136c565b610fcd6113f5565b610fd56113f5565b610fdd6113f5565b600160008051602061153883398151915255610ff76113f5565b16908115611058575084546001600160a01b031916178455611017578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b606490602086519162461bcd60e51b8352820152601860248201527f5a65726f2061646472657373206e6f7420616c6c6f77656400000000000000006044820152fd5b68ffffffffffffffffff19166801000000000000000117875538610f9f565b875163f92ee8a960e01b81528590fd5b90501538610f7e565b303b159150610f76565b879150610f6c565b849034610127578160031936011261012757806801bc16d674ec80000060209252f35b600435906001600160a01b038216820361111e57565b600080fd5b67ffffffffffffffff811161113757604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761113757604052565b67ffffffffffffffff811161113757601f01601f191660200190565b90600163ffffffff809316019182116111a057565b634e487b7160e01b600052601160045260246000fd5b63ffffffff90811660001901919082116111a057565b63ffffffff91821690821603919082116111a057565b919082039182116111a057565b6000805160206115188339815191528054909290916001600160a01b03808416926004811061111e57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176113585791849188938452828052826020525190895afa611347575b15611290575b50505050505050565b63ffffffff16156113315760ff60a01b19948516600160a01b178655833b1561111e57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156113275750611318575b50815416905538808080808080611287565b61132190611123565b38611306565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611281565b634e487b7160e01b85526041600452602485fd5b60008051602061151883398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60008051602061153883398151915260028154146113e35760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561142457565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611486575b505061147457565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061146c565b906114db57508051156114c957602081519101fd5b60405163d6bda27560e01b8152600490fd5b8151158061150e575b6114ec575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114e456fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122061d620150acdfd47e17cf085212b35bcc4503511682641634d5be10966b8c2b164736f6c63430008190033",
|
|
539
|
-
"deployedBytecode": "0x608060408181526004918236101561001657600080fd5b600092833560e01c91826316153101146110e557508163485cc95514610efb5781634f1ef28614610cf257816352d1902d14610c795781635f7b68be14610b9a57816369e7849914610ab65781637a9e5e4b14610a39578163809a42bb14610a135781638bc39207146107ee5781638fb360371461079a578163a51fa5c714610757578163a6be1ec814610614578163a7c32102146105bc578163ad3cb1cc1461051b578163bb69d1e0146104e3578163bf7e214f146104ad578163c22dc3c0146103f1578163d2ecf31e14610206578163dd16713b1461012b575063fc0c546a1461010157600080fd5b34610127578160031936011261012757905490516001600160a01b039091168152602090f35b5080fd5b91905034610202578060031936011261020257610146611108565b906024359161015536336111ef565b82156101bf576001600160a01b03168085526001602052818520805491948483019283106101ac575055519081527ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b605890602090a280f35b634e487b7160e01b875260119052602486fd5b815162461bcd60e51b8152602081860152601f60248201527f746f6b656e416d74206d7573742062652067726561746572207468616e2030006044820152606490fd5b8280fd5b8391503461012757606036600319011261012757610222611108565b6044359363ffffffff9290918386166024358188036103ed576102436113c5565b61024d36336111ef565b809760018060a01b038094168852602096600188528689209380610327575b5050509181869798936102c39795935480911161031f575b8461028e916111e2565b905587548551629f15d760e81b8152309381019384526020840194909452929586939190911691839189918391604090910190565b03925af190811561031657506102ea575b8260016000805160206115388339815191525580f35b813d831161030f575b6102fd818361114d565b8101031261030c5781806102d4565b80fd5b503d6102f3565b513d85823e3d90fd5b935083610284565b6001850190815490838216908110610398579183918b9c9d989694610353876102c39e9c9a98966111cc565b169064ffffffffff19161790556103798c549263ffffffff60a01b928460a01c166111cc565b60a01b169063ffffffff60a01b1916178a55919398979681939561026c565b895162461bcd60e51b8152808a018c9052602960248201527f446f65736e27742068617665206e756d4b65797320776f727468206f6620616360448201526874697665206b65797360b81b6064820152608490fd5b8680fd5b838334610127576020366003190112610127578061040d611108565b6001600160a01b031683526001602052822081519091906060810167ffffffffffffffff8111828210176104985760209550825260018354938483520154906801bc16d674ec80000063ffffffff9485928560ff85871696878c8501528b1c1615159101520416808210610485575b50505191168152f35b6104909294506111cc565b91848061047c565b604186634e487b7160e01b6000525260246000fd5b5050346101275781600319360112610127576000805160206115188339815191525490516001600160a01b039091168152602090f35b5050346101275760203660031901126101275760209181906001600160a01b0361050b611108565b1681526001845220549051908152f35b9050346102025782600319360112610202578151908282019082821067ffffffffffffffff8311176105a75750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061059157505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610573565b604190634e487b7160e01b6000525260246000fd5b5050346101275760203660031901126101275760609181906001600160a01b036105e4611108565b1681526001602052209060ff60018354930154825193845263ffffffff8116602085015260201c16151590820152f35b90503461020257816003193601126102025761062e611108565b916024359161063d36336111ef565b821561072f578460018060a01b03809516948582526001602052838220805495868111600014610724575061067286806111e2565b905581541691823b156101275783516304c5978b60e51b8152309181019182526020820186905292839182908490829060400103925af1801561071a576106e2575b507fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb9160209151908152a280f35b91602091946107117fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb94611123565b949150916106b4565b82513d87823e3d90fd5b6106729080976111e2565b606491519062461bcd60e51b8252602081830152602482015263191d5cdd60e21b6044820152fd5b5050346101275760203660031901126101275760209160ff9060019083906001600160a01b03610785611108565b168152828652200154831c1690519015158152f35b50503461012757816003193601126101275760209160ff6000805160206115188339815191525460a01c166000146107e85750638fb3603760e01b905b516001600160e01b03199091168152f35b906107d7565b90503461020257606036600319011261020257610809611108565b90602492833591604480359560018060a01b039586881680980361094e5761082f6113c5565b61083936336111ef565b85156109d25786169687895260209660018852858a2063ffffffff60018201541661099b5780548881106109635789928c94926108778b89946111e2565b9055845416918851948593849263a9059cbb60e01b84528a8401528b888401525af190811561095957899161091f575b50156108ee57505050907f1ceab64053cad6d92ea3504e273effdf7a1b1006f7e8506741551d4f05bc74a6929151908152a260016000805160206115388339815191525580f35b90600f6e151c985b9cd9995c8819985a5b1959608a1b9287606496519562461bcd60e51b8752860152840152820152fd5b90508681813d8311610952575b610936818361114d565b8101031261094e5751801515810361094e57386108a7565b8880fd5b503d61092c565b85513d8b823e3d90fd5b875162461bcd60e51b81528088018b905260148187015273496e73756666696369656e742062616c616e636560601b81880152606490fd5b865162461bcd60e51b81528087018a9052601381860152721858dd1a5d99481ad95e4a1cca48195e1a5cdd606a1b81870152606490fd5b509060187f746f6b656e416d74206e6565647320746f206265203e20300000000000000000926020606496519562461bcd60e51b8752860152840152820152fd5b50503461012757816003193601126101275763ffffffff6020925460a01c169051908152f35b90503461020257602036600319011261020257610a54611108565b6000805160206115188339815191525490926001600160a01b039182163303610aa257833b15610a8b5784610a888561136c565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9190503461020257602036600319011261020257610ad2611108565b610adc36336111ef565b6001600160a01b031683526001602081905281842001805463ffffffff9391929091848316918215610b575750509083610b1b640100000000936111b6565b169064ffffffffff191617179055815490610b4263ffffffff60a01b918360a01c166111b6565b60a01b169063ffffffff60a01b191617815580f35b906020606492519162461bcd60e51b8352820152601760248201527f4e6f20616374697665206b657920746f2072656d6f76650000000000000000006044820152fd5b90503461020257602036600319011261020257610bb5611108565b610bbf36336111ef565b60018060a01b0316835260016020526801bc16d674ec80000082842092600184019283549163ffffffff958680610bf781871661118b565b1695869254041610610c2b57505064ffffffffff191617905581549063ffffffff60a01b90610b429060a084901c1661118b565b906020608492519162461bcd60e51b8352820152602260248201527f496e73756666696369656e7420626f6e64656420746f6b656e7320666f72206b604482015261657960f01b6064820152fd5b82843461030c578060031936011261030c57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ce557602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b9180915060031936011261020257610d08611108565b90602493843567ffffffffffffffff811161012757366023820112156101275780850135610d358161116f565b94610d428551968761114d565b81865260209182870193368a8383010111610ef7578186928b869301873788010152610d6c611436565b610d7636336111ef565b610d7e611436565b84516352d1902d60e01b81526001600160a01b038216969083818a818b5afa869181610ec8575b50610dc1575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103610eb35750853b15610e9f575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610e81575050610e739582915190845af4913d15610e77573d610e65610e5c8261116f565b9251928361114d565b81528581943d92013e6114b4565b5080f35b50606092506114b4565b955095505050505034610e9357505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d8311610ef0575b610ee0818361114d565b810103126103ed57519038610da5565b503d610ed6565b8580fd5b905034610202578160031936011261020257610f15611108565b90602435906001600160a01b038083168303610ef7577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009384549360ff85881c16159467ffffffffffffffff8116801590816110dd575b60011490816110d3575b1590816110ca575b506110ba5767ffffffffffffffff1981166001178755610fc591908661109b575b50610fa86113f5565b610fb06113f5565b610fb86113f5565b610fc06113f5565b61136c565b610fcd6113f5565b610fd56113f5565b610fdd6113f5565b600160008051602061153883398151915255610ff76113f5565b16908115611058575084546001600160a01b031916178455611017578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b606490602086519162461bcd60e51b8352820152601860248201527f5a65726f2061646472657373206e6f7420616c6c6f77656400000000000000006044820152fd5b68ffffffffffffffffff19166801000000000000000117875538610f9f565b875163f92ee8a960e01b81528590fd5b90501538610f7e565b303b159150610f76565b879150610f6c565b849034610127578160031936011261012757806801bc16d674ec80000060209252f35b600435906001600160a01b038216820361111e57565b600080fd5b67ffffffffffffffff811161113757604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761113757604052565b67ffffffffffffffff811161113757601f01601f191660200190565b90600163ffffffff809316019182116111a057565b634e487b7160e01b600052601160045260246000fd5b63ffffffff90811660001901919082116111a057565b63ffffffff91821690821603919082116111a057565b919082039182116111a057565b6000805160206115188339815191528054909290916001600160a01b03808416926004811061111e57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176113585791849188938452828052826020525190895afa611347575b15611290575b50505050505050565b63ffffffff16156113315760ff60a01b19948516600160a01b178655833b1561111e57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156113275750611318575b50815416905538808080808080611287565b61132190611123565b38611306565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611281565b634e487b7160e01b85526041600452602485fd5b60008051602061151883398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60008051602061153883398151915260028154146113e35760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561142457565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611486575b505061147457565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061146c565b906114db57508051156114c957602081519101fd5b60405163d6bda27560e01b8152600490fd5b8151158061150e575b6114ec575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114e456fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122061d620150acdfd47e17cf085212b35bcc4503511682641634d5be10966b8c2b164736f6c63430008190033",
|
|
538
|
+
"bytecode": "0x60a080604052346029573060805261158d908161002f8239608051818181610c8e01526114400152f35b600080fdfe608060408181526004918236101561001657600080fd5b600092833560e01c91826316153101146110e557508163485cc95514610efb5781634f1ef28614610cf257816352d1902d14610c795781635f7b68be14610b9a57816369e7849914610ab65781637a9e5e4b14610a39578163809a42bb14610a135781638bc39207146107ee5781638fb360371461079a578163a51fa5c714610757578163a6be1ec814610614578163a7c32102146105bc578163ad3cb1cc1461051b578163bb69d1e0146104e3578163bf7e214f146104ad578163c22dc3c0146103f1578163d2ecf31e14610206578163dd16713b1461012b575063fc0c546a1461010157600080fd5b34610127578160031936011261012757905490516001600160a01b039091168152602090f35b5080fd5b91905034610202578060031936011261020257610146611108565b906024359161015536336111ef565b82156101bf576001600160a01b03168085526001602052818520805491948483019283106101ac575055519081527ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b605890602090a280f35b634e487b7160e01b875260119052602486fd5b815162461bcd60e51b8152602081860152601f60248201527f746f6b656e416d74206d7573742062652067726561746572207468616e2030006044820152606490fd5b8280fd5b8391503461012757606036600319011261012757610222611108565b6044359363ffffffff9290918386166024358188036103ed576102436113c5565b61024d36336111ef565b809760018060a01b038094168852602096600188528689209380610327575b5050509181869798936102c39795935480911161031f575b8461028e916111e2565b905587548551629f15d760e81b8152309381019384526020840194909452929586939190911691839189918391604090910190565b03925af190811561031657506102ea575b8260016000805160206115388339815191525580f35b813d831161030f575b6102fd818361114d565b8101031261030c5781806102d4565b80fd5b503d6102f3565b513d85823e3d90fd5b935083610284565b6001850190815490838216908110610398579183918b9c9d989694610353876102c39e9c9a98966111cc565b169064ffffffffff19161790556103798c549263ffffffff60a01b928460a01c166111cc565b60a01b169063ffffffff60a01b1916178a55919398979681939561026c565b895162461bcd60e51b8152808a018c9052602960248201527f446f65736e27742068617665206e756d4b65797320776f727468206f6620616360448201526874697665206b65797360b81b6064820152608490fd5b8680fd5b838334610127576020366003190112610127578061040d611108565b6001600160a01b031683526001602052822081519091906060810167ffffffffffffffff8111828210176104985760209550825260018354938483520154906801bc16d674ec80000063ffffffff9485928560ff85871696878c8501528b1c1615159101520416808210610485575b50505191168152f35b6104909294506111cc565b91848061047c565b604186634e487b7160e01b6000525260246000fd5b5050346101275781600319360112610127576000805160206115188339815191525490516001600160a01b039091168152602090f35b5050346101275760203660031901126101275760209181906001600160a01b0361050b611108565b1681526001845220549051908152f35b9050346102025782600319360112610202578151908282019082821067ffffffffffffffff8311176105a75750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061059157505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610573565b604190634e487b7160e01b6000525260246000fd5b5050346101275760203660031901126101275760609181906001600160a01b036105e4611108565b1681526001602052209060ff60018354930154825193845263ffffffff8116602085015260201c16151590820152f35b90503461020257816003193601126102025761062e611108565b916024359161063d36336111ef565b821561072f578460018060a01b03809516948582526001602052838220805495868111600014610724575061067286806111e2565b905581541691823b156101275783516304c5978b60e51b8152309181019182526020820186905292839182908490829060400103925af1801561071a576106e2575b507fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb9160209151908152a280f35b91602091946107117fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb94611123565b949150916106b4565b82513d87823e3d90fd5b6106729080976111e2565b606491519062461bcd60e51b8252602081830152602482015263191d5cdd60e21b6044820152fd5b5050346101275760203660031901126101275760209160ff9060019083906001600160a01b03610785611108565b168152828652200154831c1690519015158152f35b50503461012757816003193601126101275760209160ff6000805160206115188339815191525460a01c166000146107e85750638fb3603760e01b905b516001600160e01b03199091168152f35b906107d7565b90503461020257606036600319011261020257610809611108565b90602492833591604480359560018060a01b039586881680980361094e5761082f6113c5565b61083936336111ef565b85156109d25786169687895260209660018852858a2063ffffffff60018201541661099b5780548881106109635789928c94926108778b89946111e2565b9055845416918851948593849263a9059cbb60e01b84528a8401528b888401525af190811561095957899161091f575b50156108ee57505050907f1ceab64053cad6d92ea3504e273effdf7a1b1006f7e8506741551d4f05bc74a6929151908152a260016000805160206115388339815191525580f35b90600f6e151c985b9cd9995c8819985a5b1959608a1b9287606496519562461bcd60e51b8752860152840152820152fd5b90508681813d8311610952575b610936818361114d565b8101031261094e5751801515810361094e57386108a7565b8880fd5b503d61092c565b85513d8b823e3d90fd5b875162461bcd60e51b81528088018b905260148187015273496e73756666696369656e742062616c616e636560601b81880152606490fd5b865162461bcd60e51b81528087018a9052601381860152721858dd1a5d99481ad95e4a1cca48195e1a5cdd606a1b81870152606490fd5b509060187f746f6b656e416d74206e6565647320746f206265203e20300000000000000000926020606496519562461bcd60e51b8752860152840152820152fd5b50503461012757816003193601126101275763ffffffff6020925460a01c169051908152f35b90503461020257602036600319011261020257610a54611108565b6000805160206115188339815191525490926001600160a01b039182163303610aa257833b15610a8b5784610a888561136c565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9190503461020257602036600319011261020257610ad2611108565b610adc36336111ef565b6001600160a01b031683526001602081905281842001805463ffffffff9391929091848316918215610b575750509083610b1b640100000000936111b6565b169064ffffffffff191617179055815490610b4263ffffffff60a01b918360a01c166111b6565b60a01b169063ffffffff60a01b191617815580f35b906020606492519162461bcd60e51b8352820152601760248201527f4e6f20616374697665206b657920746f2072656d6f76650000000000000000006044820152fd5b90503461020257602036600319011261020257610bb5611108565b610bbf36336111ef565b60018060a01b0316835260016020526801bc16d674ec80000082842092600184019283549163ffffffff958680610bf781871661118b565b1695869254041610610c2b57505064ffffffffff191617905581549063ffffffff60a01b90610b429060a084901c1661118b565b906020608492519162461bcd60e51b8352820152602260248201527f496e73756666696369656e7420626f6e64656420746f6b656e7320666f72206b604482015261657960f01b6064820152fd5b82843461030c578060031936011261030c57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ce557602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b9180915060031936011261020257610d08611108565b90602493843567ffffffffffffffff811161012757366023820112156101275780850135610d358161116f565b94610d428551968761114d565b81865260209182870193368a8383010111610ef7578186928b869301873788010152610d6c611436565b610d7636336111ef565b610d7e611436565b84516352d1902d60e01b81526001600160a01b038216969083818a818b5afa869181610ec8575b50610dc1575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103610eb35750853b15610e9f575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610e81575050610e739582915190845af4913d15610e77573d610e65610e5c8261116f565b9251928361114d565b81528581943d92013e6114b4565b5080f35b50606092506114b4565b955095505050505034610e9357505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d8311610ef0575b610ee0818361114d565b810103126103ed57519038610da5565b503d610ed6565b8580fd5b905034610202578160031936011261020257610f15611108565b90602435906001600160a01b038083168303610ef7577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009384549360ff85881c16159467ffffffffffffffff8116801590816110dd575b60011490816110d3575b1590816110ca575b506110ba5767ffffffffffffffff1981166001178755610fc591908661109b575b50610fa86113f5565b610fb06113f5565b610fb86113f5565b610fc06113f5565b61136c565b610fcd6113f5565b610fd56113f5565b610fdd6113f5565b600160008051602061153883398151915255610ff76113f5565b16908115611058575084546001600160a01b031916178455611017578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b606490602086519162461bcd60e51b8352820152601860248201527f5a65726f2061646472657373206e6f7420616c6c6f77656400000000000000006044820152fd5b68ffffffffffffffffff19166801000000000000000117875538610f9f565b875163f92ee8a960e01b81528590fd5b90501538610f7e565b303b159150610f76565b879150610f6c565b849034610127578160031936011261012757806801bc16d674ec80000060209252f35b600435906001600160a01b038216820361111e57565b600080fd5b67ffffffffffffffff811161113757604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761113757604052565b67ffffffffffffffff811161113757601f01601f191660200190565b90600163ffffffff809316019182116111a057565b634e487b7160e01b600052601160045260246000fd5b63ffffffff90811660001901919082116111a057565b63ffffffff91821690821603919082116111a057565b919082039182116111a057565b6000805160206115188339815191528054909290916001600160a01b03808416926004811061111e57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176113585791849188938452828052826020525190895afa611347575b15611290575b50505050505050565b63ffffffff16156113315760ff60a01b19948516600160a01b178655833b1561111e57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156113275750611318575b50815416905538808080808080611287565b61132190611123565b38611306565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611281565b634e487b7160e01b85526041600452602485fd5b60008051602061151883398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60008051602061153883398151915260028154146113e35760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561142457565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611486575b505061147457565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061146c565b906114db57508051156114c957602081519101fd5b60405163d6bda27560e01b8152600490fd5b8151158061150e575b6114ec575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114e456fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122034e413f0ad11701e96a09f13065dc2f65434477a98cd8a56cf25a676d3547c4f64736f6c63430008190033",
|
|
539
|
+
"deployedBytecode": "0x608060408181526004918236101561001657600080fd5b600092833560e01c91826316153101146110e557508163485cc95514610efb5781634f1ef28614610cf257816352d1902d14610c795781635f7b68be14610b9a57816369e7849914610ab65781637a9e5e4b14610a39578163809a42bb14610a135781638bc39207146107ee5781638fb360371461079a578163a51fa5c714610757578163a6be1ec814610614578163a7c32102146105bc578163ad3cb1cc1461051b578163bb69d1e0146104e3578163bf7e214f146104ad578163c22dc3c0146103f1578163d2ecf31e14610206578163dd16713b1461012b575063fc0c546a1461010157600080fd5b34610127578160031936011261012757905490516001600160a01b039091168152602090f35b5080fd5b91905034610202578060031936011261020257610146611108565b906024359161015536336111ef565b82156101bf576001600160a01b03168085526001602052818520805491948483019283106101ac575055519081527ff6a4fac3c715c43d37e594d3f60bb5e3782af5a2aac2783711964a70277b605890602090a280f35b634e487b7160e01b875260119052602486fd5b815162461bcd60e51b8152602081860152601f60248201527f746f6b656e416d74206d7573742062652067726561746572207468616e2030006044820152606490fd5b8280fd5b8391503461012757606036600319011261012757610222611108565b6044359363ffffffff9290918386166024358188036103ed576102436113c5565b61024d36336111ef565b809760018060a01b038094168852602096600188528689209380610327575b5050509181869798936102c39795935480911161031f575b8461028e916111e2565b905587548551629f15d760e81b8152309381019384526020840194909452929586939190911691839189918391604090910190565b03925af190811561031657506102ea575b8260016000805160206115388339815191525580f35b813d831161030f575b6102fd818361114d565b8101031261030c5781806102d4565b80fd5b503d6102f3565b513d85823e3d90fd5b935083610284565b6001850190815490838216908110610398579183918b9c9d989694610353876102c39e9c9a98966111cc565b169064ffffffffff19161790556103798c549263ffffffff60a01b928460a01c166111cc565b60a01b169063ffffffff60a01b1916178a55919398979681939561026c565b895162461bcd60e51b8152808a018c9052602960248201527f446f65736e27742068617665206e756d4b65797320776f727468206f6620616360448201526874697665206b65797360b81b6064820152608490fd5b8680fd5b838334610127576020366003190112610127578061040d611108565b6001600160a01b031683526001602052822081519091906060810167ffffffffffffffff8111828210176104985760209550825260018354938483520154906801bc16d674ec80000063ffffffff9485928560ff85871696878c8501528b1c1615159101520416808210610485575b50505191168152f35b6104909294506111cc565b91848061047c565b604186634e487b7160e01b6000525260246000fd5b5050346101275781600319360112610127576000805160206115188339815191525490516001600160a01b039091168152602090f35b5050346101275760203660031901126101275760209181906001600160a01b0361050b611108565b1681526001845220549051908152f35b9050346102025782600319360112610202578151908282019082821067ffffffffffffffff8311176105a75750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061059157505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610573565b604190634e487b7160e01b6000525260246000fd5b5050346101275760203660031901126101275760609181906001600160a01b036105e4611108565b1681526001602052209060ff60018354930154825193845263ffffffff8116602085015260201c16151590820152f35b90503461020257816003193601126102025761062e611108565b916024359161063d36336111ef565b821561072f578460018060a01b03809516948582526001602052838220805495868111600014610724575061067286806111e2565b905581541691823b156101275783516304c5978b60e51b8152309181019182526020820186905292839182908490829060400103925af1801561071a576106e2575b507fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb9160209151908152a280f35b91602091946107117fc57c84598a60e5e50ef2ea857abd1e7a3448f0c409793c74d91f3a315d1fcccb94611123565b949150916106b4565b82513d87823e3d90fd5b6106729080976111e2565b606491519062461bcd60e51b8252602081830152602482015263191d5cdd60e21b6044820152fd5b5050346101275760203660031901126101275760209160ff9060019083906001600160a01b03610785611108565b168152828652200154831c1690519015158152f35b50503461012757816003193601126101275760209160ff6000805160206115188339815191525460a01c166000146107e85750638fb3603760e01b905b516001600160e01b03199091168152f35b906107d7565b90503461020257606036600319011261020257610809611108565b90602492833591604480359560018060a01b039586881680980361094e5761082f6113c5565b61083936336111ef565b85156109d25786169687895260209660018852858a2063ffffffff60018201541661099b5780548881106109635789928c94926108778b89946111e2565b9055845416918851948593849263a9059cbb60e01b84528a8401528b888401525af190811561095957899161091f575b50156108ee57505050907f1ceab64053cad6d92ea3504e273effdf7a1b1006f7e8506741551d4f05bc74a6929151908152a260016000805160206115388339815191525580f35b90600f6e151c985b9cd9995c8819985a5b1959608a1b9287606496519562461bcd60e51b8752860152840152820152fd5b90508681813d8311610952575b610936818361114d565b8101031261094e5751801515810361094e57386108a7565b8880fd5b503d61092c565b85513d8b823e3d90fd5b875162461bcd60e51b81528088018b905260148187015273496e73756666696369656e742062616c616e636560601b81880152606490fd5b865162461bcd60e51b81528087018a9052601381860152721858dd1a5d99481ad95e4a1cca48195e1a5cdd606a1b81870152606490fd5b509060187f746f6b656e416d74206e6565647320746f206265203e20300000000000000000926020606496519562461bcd60e51b8752860152840152820152fd5b50503461012757816003193601126101275763ffffffff6020925460a01c169051908152f35b90503461020257602036600319011261020257610a54611108565b6000805160206115188339815191525490926001600160a01b039182163303610aa257833b15610a8b5784610a888561136c565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9190503461020257602036600319011261020257610ad2611108565b610adc36336111ef565b6001600160a01b031683526001602081905281842001805463ffffffff9391929091848316918215610b575750509083610b1b640100000000936111b6565b169064ffffffffff191617179055815490610b4263ffffffff60a01b918360a01c166111b6565b60a01b169063ffffffff60a01b191617815580f35b906020606492519162461bcd60e51b8352820152601760248201527f4e6f20616374697665206b657920746f2072656d6f76650000000000000000006044820152fd5b90503461020257602036600319011261020257610bb5611108565b610bbf36336111ef565b60018060a01b0316835260016020526801bc16d674ec80000082842092600184019283549163ffffffff958680610bf781871661118b565b1695869254041610610c2b57505064ffffffffff191617905581549063ffffffff60a01b90610b429060a084901c1661118b565b906020608492519162461bcd60e51b8352820152602260248201527f496e73756666696369656e7420626f6e64656420746f6b656e7320666f72206b604482015261657960f01b6064820152fd5b82843461030c578060031936011261030c57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ce557602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b9180915060031936011261020257610d08611108565b90602493843567ffffffffffffffff811161012757366023820112156101275780850135610d358161116f565b94610d428551968761114d565b81865260209182870193368a8383010111610ef7578186928b869301873788010152610d6c611436565b610d7636336111ef565b610d7e611436565b84516352d1902d60e01b81526001600160a01b038216969083818a818b5afa869181610ec8575b50610dc1575050505050505191634c9c8ce360e01b8352820152fd5b9088888894938c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc91828103610eb35750853b15610e9f575080546001600160a01b031916821790558451889392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610e81575050610e739582915190845af4913d15610e77573d610e65610e5c8261116f565b9251928361114d565b81528581943d92013e6114b4565b5080f35b50606092506114b4565b955095505050505034610e9357505080f35b63b398979f60e01b8152fd5b8651634c9c8ce360e01b8152808501849052fd5b8751632a87526960e21b815280860191909152fd5b9091508481813d8311610ef0575b610ee0818361114d565b810103126103ed57519038610da5565b503d610ed6565b8580fd5b905034610202578160031936011261020257610f15611108565b90602435906001600160a01b038083168303610ef7577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009384549360ff85881c16159467ffffffffffffffff8116801590816110dd575b60011490816110d3575b1590816110ca575b506110ba5767ffffffffffffffff1981166001178755610fc591908661109b575b50610fa86113f5565b610fb06113f5565b610fb86113f5565b610fc06113f5565b61136c565b610fcd6113f5565b610fd56113f5565b610fdd6113f5565b600160008051602061153883398151915255610ff76113f5565b16908115611058575084546001600160a01b031916178455611017578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b606490602086519162461bcd60e51b8352820152601860248201527f5a65726f2061646472657373206e6f7420616c6c6f77656400000000000000006044820152fd5b68ffffffffffffffffff19166801000000000000000117875538610f9f565b875163f92ee8a960e01b81528590fd5b90501538610f7e565b303b159150610f76565b879150610f6c565b849034610127578160031936011261012757806801bc16d674ec80000060209252f35b600435906001600160a01b038216820361111e57565b600080fd5b67ffffffffffffffff811161113757604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff82111761113757604052565b67ffffffffffffffff811161113757601f01601f191660200190565b90600163ffffffff809316019182116111a057565b634e487b7160e01b600052601160045260246000fd5b63ffffffff90811660001901919082116111a057565b63ffffffff91821690821603919082116111a057565b919082039182116111a057565b6000805160206115188339815191528054909290916001600160a01b03808416926004811061111e57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176113585791849188938452828052826020525190895afa611347575b15611290575b50505050505050565b63ffffffff16156113315760ff60a01b19948516600160a01b178655833b1561111e57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156113275750611318575b50815416905538808080808080611287565b61132190611123565b38611306565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611281565b634e487b7160e01b85526041600452602485fd5b60008051602061151883398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60008051602061153883398151915260028154146113e35760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561142457565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611486575b505061147457565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061146c565b906114db57508051156114c957602081519101fd5b60405163d6bda27560e01b8152600490fd5b8151158061150e575b6114ec575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114e456fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122034e413f0ad11701e96a09f13065dc2f65434477a98cd8a56cf25a676d3547c4f64736f6c63430008190033",
|
|
540
540
|
"linkReferences": {},
|
|
541
541
|
"deployedLinkReferences": {}
|
|
542
542
|
}
|