@wireio/stake 0.2.4 → 0.2.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +185 -243
- package/lib/stake.browser.js +59679 -12796
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +16805 -3254
- package/lib/stake.js +60211 -13152
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +59679 -12796
- package/lib/stake.m.js.map +1 -1
- package/package.json +6 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +37 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.json → hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20.sol/RewardsERC20.json → mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +159 -34
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -81
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.json +948 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +2 -2
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +35 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +35 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +3816 -1567
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +4 -4
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +3816 -1567
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +4 -4
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +2 -2
- package/src/networks/ethereum/clients/convert.client.ts +221 -0
- package/src/networks/ethereum/clients/opp.client.ts +389 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +165 -0
- package/src/networks/ethereum/clients/receipt.client.ts +199 -0
- package/src/networks/ethereum/clients/stake.client.ts +110 -122
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -165
- package/src/networks/ethereum/ethereum.ts +505 -172
- package/src/networks/ethereum/types.ts +71 -30
- package/src/networks/ethereum/utils.ts +340 -0
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +269 -263
- package/src/networks/solana/clients/leaderboard.client.ts +68 -26
- package/src/networks/solana/clients/outpost.client.ts +224 -357
- package/src/networks/solana/clients/token.client.ts +96 -107
- package/src/networks/solana/constants.ts +88 -216
- package/src/networks/solana/program.ts +432 -28
- package/src/networks/solana/solana.ts +1070 -399
- package/src/networks/solana/types.ts +688 -75
- package/src/networks/solana/utils.ts +160 -359
- package/src/staker.ts +25 -4
- package/src/types.ts +261 -40
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -1114
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -118
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -225
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +0 -813
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -573
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1087
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1183
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -927
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -447
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1753
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +0 -930
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2020
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/networks/ethereum/clients/deposit.client.ts +0 -82
- package/src/networks/solana/clients/deposit.client.ts +0 -127
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
|
@@ -0,0 +1,1696 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "Depositor",
|
|
4
|
+
"sourceName": "contracts/outpost/Depositor.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "authority",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
|
15
|
+
"type": "error"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [
|
|
19
|
+
{
|
|
20
|
+
"internalType": "address",
|
|
21
|
+
"name": "caller",
|
|
22
|
+
"type": "address"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"internalType": "uint32",
|
|
26
|
+
"name": "delay",
|
|
27
|
+
"type": "uint32"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
|
31
|
+
"type": "error"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputs": [
|
|
35
|
+
{
|
|
36
|
+
"internalType": "address",
|
|
37
|
+
"name": "caller",
|
|
38
|
+
"type": "address"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "AccessManagedUnauthorized",
|
|
42
|
+
"type": "error"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"inputs": [
|
|
46
|
+
{
|
|
47
|
+
"internalType": "address",
|
|
48
|
+
"name": "target",
|
|
49
|
+
"type": "address"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"name": "AddressEmptyCode",
|
|
53
|
+
"type": "error"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"inputs": [
|
|
57
|
+
{
|
|
58
|
+
"internalType": "address",
|
|
59
|
+
"name": "implementation",
|
|
60
|
+
"type": "address"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"name": "ERC1967InvalidImplementation",
|
|
64
|
+
"type": "error"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"inputs": [],
|
|
68
|
+
"name": "ERC1967NonPayable",
|
|
69
|
+
"type": "error"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"inputs": [],
|
|
73
|
+
"name": "EnforcedPause",
|
|
74
|
+
"type": "error"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [],
|
|
78
|
+
"name": "ExpectedPause",
|
|
79
|
+
"type": "error"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"inputs": [],
|
|
83
|
+
"name": "FailedCall",
|
|
84
|
+
"type": "error"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [],
|
|
88
|
+
"name": "InvalidInitialization",
|
|
89
|
+
"type": "error"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"inputs": [],
|
|
93
|
+
"name": "NotInitializing",
|
|
94
|
+
"type": "error"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"internalType": "bytes32",
|
|
100
|
+
"name": "expected",
|
|
101
|
+
"type": "bytes32"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"internalType": "bytes32",
|
|
105
|
+
"name": "actual",
|
|
106
|
+
"type": "bytes32"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"name": "OPP_EpochHashMismatch",
|
|
110
|
+
"type": "error"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"inputs": [
|
|
114
|
+
{
|
|
115
|
+
"internalType": "uint256",
|
|
116
|
+
"name": "required",
|
|
117
|
+
"type": "uint256"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"internalType": "uint256",
|
|
121
|
+
"name": "provided",
|
|
122
|
+
"type": "uint256"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"name": "OPP_InsufficientSignatureWeight",
|
|
126
|
+
"type": "error"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"inputs": [
|
|
130
|
+
{
|
|
131
|
+
"internalType": "address",
|
|
132
|
+
"name": "caller",
|
|
133
|
+
"type": "address"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"internalType": "address",
|
|
137
|
+
"name": "expected",
|
|
138
|
+
"type": "address"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"name": "OPP_InvalidOPPAddress",
|
|
142
|
+
"type": "error"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"inputs": [
|
|
146
|
+
{
|
|
147
|
+
"internalType": "bytes",
|
|
148
|
+
"name": "expected",
|
|
149
|
+
"type": "bytes"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"internalType": "bytes",
|
|
153
|
+
"name": "actual",
|
|
154
|
+
"type": "bytes"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"name": "OPP_MessageIDMismatch",
|
|
158
|
+
"type": "error"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"inputs": [],
|
|
162
|
+
"name": "OPP_NoAttestationsSent",
|
|
163
|
+
"type": "error"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"inputs": [],
|
|
167
|
+
"name": "OPP_NoPendingAttestations",
|
|
168
|
+
"type": "error"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputs": [
|
|
172
|
+
{
|
|
173
|
+
"internalType": "uint32",
|
|
174
|
+
"name": "expected",
|
|
175
|
+
"type": "uint32"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"internalType": "uint32",
|
|
179
|
+
"name": "actual",
|
|
180
|
+
"type": "uint32"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"name": "OPP_NonSequentialEpoch",
|
|
184
|
+
"type": "error"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"inputs": [],
|
|
188
|
+
"name": "OPP_NotSending",
|
|
189
|
+
"type": "error"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"inputs": [],
|
|
193
|
+
"name": "OPP_OPPAddressNotSet",
|
|
194
|
+
"type": "error"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"inputs": [
|
|
198
|
+
{
|
|
199
|
+
"internalType": "bytes32",
|
|
200
|
+
"name": "expected",
|
|
201
|
+
"type": "bytes32"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"internalType": "bytes32",
|
|
205
|
+
"name": "actual",
|
|
206
|
+
"type": "bytes32"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"name": "OPP_PayloadChecksumMismatch",
|
|
210
|
+
"type": "error"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"inputs": [
|
|
214
|
+
{
|
|
215
|
+
"internalType": "uint32",
|
|
216
|
+
"name": "epochIndex",
|
|
217
|
+
"type": "uint32"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"internalType": "uint256",
|
|
221
|
+
"name": "messageCount",
|
|
222
|
+
"type": "uint256"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"name": "OPP_PreviousEpochPendingMessages",
|
|
226
|
+
"type": "error"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"inputs": [
|
|
230
|
+
{
|
|
231
|
+
"internalType": "uint32",
|
|
232
|
+
"name": "epochIndex",
|
|
233
|
+
"type": "uint32"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"name": "OPP_PreviousEpochSent",
|
|
237
|
+
"type": "error"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"inputs": [
|
|
241
|
+
{
|
|
242
|
+
"internalType": "uint32",
|
|
243
|
+
"name": "epochIndex",
|
|
244
|
+
"type": "uint32"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"name": "OPP_PreviousEpochUnsent",
|
|
248
|
+
"type": "error"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"inputs": [
|
|
252
|
+
{
|
|
253
|
+
"internalType": "uint256",
|
|
254
|
+
"name": "stack",
|
|
255
|
+
"type": "uint256"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"name": "OPP_SendStackError",
|
|
259
|
+
"type": "error"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"inputs": [
|
|
263
|
+
{
|
|
264
|
+
"internalType": "uint256",
|
|
265
|
+
"name": "expectedMaxAttestations",
|
|
266
|
+
"type": "uint256"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"internalType": "uint256",
|
|
270
|
+
"name": "actualAttestations",
|
|
271
|
+
"type": "uint256"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"name": "OPP_TooManyAttestations",
|
|
275
|
+
"type": "error"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"inputs": [
|
|
279
|
+
{
|
|
280
|
+
"internalType": "uint256",
|
|
281
|
+
"name": "expectedMaxMessages",
|
|
282
|
+
"type": "uint256"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"internalType": "uint256",
|
|
286
|
+
"name": "actualMessages",
|
|
287
|
+
"type": "uint256"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"name": "OPP_TooManyMessages",
|
|
291
|
+
"type": "error"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"inputs": [
|
|
295
|
+
{
|
|
296
|
+
"internalType": "address",
|
|
297
|
+
"name": "sender",
|
|
298
|
+
"type": "address"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"internalType": "AttestationType",
|
|
302
|
+
"name": "attestationType",
|
|
303
|
+
"type": "uint16"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"name": "OPP_UnauthorizedAttestationType",
|
|
307
|
+
"type": "error"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"inputs": [
|
|
311
|
+
{
|
|
312
|
+
"internalType": "AttestationType",
|
|
313
|
+
"name": "attestationType",
|
|
314
|
+
"type": "uint16"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"name": "OPP_UnhandledAttestationType",
|
|
318
|
+
"type": "error"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"inputs": [],
|
|
322
|
+
"name": "OPP_ZeroMaxAttestations",
|
|
323
|
+
"type": "error"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"inputs": [],
|
|
327
|
+
"name": "OPP_ZeroTag",
|
|
328
|
+
"type": "error"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"inputs": [],
|
|
332
|
+
"name": "ReentrancyGuardReentrantCall",
|
|
333
|
+
"type": "error"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"inputs": [
|
|
337
|
+
{
|
|
338
|
+
"internalType": "uint8",
|
|
339
|
+
"name": "bits",
|
|
340
|
+
"type": "uint8"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"internalType": "uint256",
|
|
344
|
+
"name": "value",
|
|
345
|
+
"type": "uint256"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"name": "SafeCastOverflowedUintDowncast",
|
|
349
|
+
"type": "error"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"inputs": [
|
|
353
|
+
{
|
|
354
|
+
"internalType": "uint256",
|
|
355
|
+
"name": "value",
|
|
356
|
+
"type": "uint256"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"name": "SafeCastOverflowedUintToInt",
|
|
360
|
+
"type": "error"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"inputs": [
|
|
364
|
+
{
|
|
365
|
+
"internalType": "address",
|
|
366
|
+
"name": "token",
|
|
367
|
+
"type": "address"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"name": "SafeERC20FailedOperation",
|
|
371
|
+
"type": "error"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"inputs": [],
|
|
375
|
+
"name": "UUPSUnauthorizedCallContext",
|
|
376
|
+
"type": "error"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"inputs": [
|
|
380
|
+
{
|
|
381
|
+
"internalType": "bytes32",
|
|
382
|
+
"name": "slot",
|
|
383
|
+
"type": "bytes32"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"name": "UUPSUnsupportedProxiableUUID",
|
|
387
|
+
"type": "error"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"inputs": [
|
|
391
|
+
{
|
|
392
|
+
"internalType": "string",
|
|
393
|
+
"name": "name",
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"internalType": "address",
|
|
398
|
+
"name": "provided",
|
|
399
|
+
"type": "address"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"name": "WIRE_BadContractAddress",
|
|
403
|
+
"type": "error"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"inputs": [
|
|
407
|
+
{
|
|
408
|
+
"internalType": "uint256",
|
|
409
|
+
"name": "bps",
|
|
410
|
+
"type": "uint256"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"internalType": "uint256",
|
|
414
|
+
"name": "maxBps",
|
|
415
|
+
"type": "uint256"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"name": "WIRE_BasisPointsTooHigh",
|
|
419
|
+
"type": "error"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"inputs": [
|
|
423
|
+
{
|
|
424
|
+
"internalType": "address",
|
|
425
|
+
"name": "to",
|
|
426
|
+
"type": "address"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"internalType": "uint256",
|
|
430
|
+
"name": "amount",
|
|
431
|
+
"type": "uint256"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"name": "WIRE_EthSendFailed",
|
|
435
|
+
"type": "error"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"inputs": [],
|
|
439
|
+
"name": "WIRE_GoLiveInProgress",
|
|
440
|
+
"type": "error"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"inputs": [
|
|
444
|
+
{
|
|
445
|
+
"internalType": "uint256",
|
|
446
|
+
"name": "required",
|
|
447
|
+
"type": "uint256"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"internalType": "uint256",
|
|
451
|
+
"name": "available",
|
|
452
|
+
"type": "uint256"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"name": "WIRE_InsufficientEthBalance",
|
|
456
|
+
"type": "error"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"inputs": [],
|
|
460
|
+
"name": "WIRE_InvalidPrice",
|
|
461
|
+
"type": "error"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"inputs": [
|
|
465
|
+
{
|
|
466
|
+
"internalType": "address",
|
|
467
|
+
"name": "from",
|
|
468
|
+
"type": "address"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"internalType": "address",
|
|
472
|
+
"name": "to",
|
|
473
|
+
"type": "address"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"internalType": "uint256",
|
|
477
|
+
"name": "amount",
|
|
478
|
+
"type": "uint256"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"name": "WIRE_LiqEthTransferFailed",
|
|
482
|
+
"type": "error"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"inputs": [
|
|
486
|
+
{
|
|
487
|
+
"internalType": "address",
|
|
488
|
+
"name": "actor",
|
|
489
|
+
"type": "address"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"internalType": "OperatorType",
|
|
493
|
+
"name": "operatorType",
|
|
494
|
+
"type": "uint8"
|
|
495
|
+
}
|
|
496
|
+
],
|
|
497
|
+
"name": "WIRE_NoBonds",
|
|
498
|
+
"type": "error"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"inputs": [],
|
|
502
|
+
"name": "WIRE_NoPricesRecorded",
|
|
503
|
+
"type": "error"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"inputs": [],
|
|
507
|
+
"name": "WIRE_NoYield",
|
|
508
|
+
"type": "error"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"inputs": [
|
|
512
|
+
{
|
|
513
|
+
"internalType": "uint256",
|
|
514
|
+
"name": "receiptId",
|
|
515
|
+
"type": "uint256"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"internalType": "address",
|
|
519
|
+
"name": "owner",
|
|
520
|
+
"type": "address"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"internalType": "address",
|
|
524
|
+
"name": "caller",
|
|
525
|
+
"type": "address"
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"name": "WIRE_NotReceiptOwner",
|
|
529
|
+
"type": "error"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"inputs": [
|
|
533
|
+
{
|
|
534
|
+
"internalType": "uint256",
|
|
535
|
+
"name": "price",
|
|
536
|
+
"type": "uint256"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"internalType": "uint256",
|
|
540
|
+
"name": "minPrice",
|
|
541
|
+
"type": "uint256"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"internalType": "uint256",
|
|
545
|
+
"name": "maxPrice",
|
|
546
|
+
"type": "uint256"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"name": "WIRE_PriceOutOfBounds",
|
|
550
|
+
"type": "error"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"inputs": [
|
|
554
|
+
{
|
|
555
|
+
"internalType": "uint256",
|
|
556
|
+
"name": "receiptId",
|
|
557
|
+
"type": "uint256"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"name": "WIRE_ReceiptNotWithdrawable",
|
|
561
|
+
"type": "error"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"inputs": [],
|
|
565
|
+
"name": "WIRE_RefundingInProgress",
|
|
566
|
+
"type": "error"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"inputs": [],
|
|
570
|
+
"name": "WIRE_RefundingOnly",
|
|
571
|
+
"type": "error"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"inputs": [
|
|
575
|
+
{
|
|
576
|
+
"internalType": "string",
|
|
577
|
+
"name": "reason",
|
|
578
|
+
"type": "string"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"name": "WIRE_UnexpectedError",
|
|
582
|
+
"type": "error"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"inputs": [],
|
|
586
|
+
"name": "WIRE_ZeroAmount",
|
|
587
|
+
"type": "error"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"anonymous": false,
|
|
591
|
+
"inputs": [
|
|
592
|
+
{
|
|
593
|
+
"indexed": false,
|
|
594
|
+
"internalType": "address",
|
|
595
|
+
"name": "authority",
|
|
596
|
+
"type": "address"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"name": "AuthorityUpdated",
|
|
600
|
+
"type": "event"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"anonymous": false,
|
|
604
|
+
"inputs": [
|
|
605
|
+
{
|
|
606
|
+
"indexed": false,
|
|
607
|
+
"internalType": "uint64",
|
|
608
|
+
"name": "version",
|
|
609
|
+
"type": "uint64"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"name": "Initialized",
|
|
613
|
+
"type": "event"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"anonymous": false,
|
|
617
|
+
"inputs": [
|
|
618
|
+
{
|
|
619
|
+
"indexed": false,
|
|
620
|
+
"internalType": "address",
|
|
621
|
+
"name": "account",
|
|
622
|
+
"type": "address"
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"name": "Paused",
|
|
626
|
+
"type": "event"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"anonymous": false,
|
|
630
|
+
"inputs": [
|
|
631
|
+
{
|
|
632
|
+
"indexed": true,
|
|
633
|
+
"internalType": "address",
|
|
634
|
+
"name": "user",
|
|
635
|
+
"type": "address"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"indexed": true,
|
|
639
|
+
"internalType": "uint256",
|
|
640
|
+
"name": "tokenId",
|
|
641
|
+
"type": "uint256"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"indexed": false,
|
|
645
|
+
"internalType": "uint256",
|
|
646
|
+
"name": "sharesBurned",
|
|
647
|
+
"type": "uint256"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"indexed": false,
|
|
651
|
+
"internalType": "uint256",
|
|
652
|
+
"name": "totalToken",
|
|
653
|
+
"type": "uint256"
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"name": "RefundProcessed",
|
|
657
|
+
"type": "event"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"anonymous": false,
|
|
661
|
+
"inputs": [
|
|
662
|
+
{
|
|
663
|
+
"indexed": false,
|
|
664
|
+
"internalType": "address",
|
|
665
|
+
"name": "account",
|
|
666
|
+
"type": "address"
|
|
667
|
+
}
|
|
668
|
+
],
|
|
669
|
+
"name": "Unpaused",
|
|
670
|
+
"type": "event"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"anonymous": false,
|
|
674
|
+
"inputs": [
|
|
675
|
+
{
|
|
676
|
+
"indexed": true,
|
|
677
|
+
"internalType": "address",
|
|
678
|
+
"name": "implementation",
|
|
679
|
+
"type": "address"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"name": "Upgraded",
|
|
683
|
+
"type": "event"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"inputs": [],
|
|
687
|
+
"name": "INSTASWAP_CONFIRM_ATTESTATION",
|
|
688
|
+
"outputs": [
|
|
689
|
+
{
|
|
690
|
+
"internalType": "AttestationType",
|
|
691
|
+
"name": "",
|
|
692
|
+
"type": "uint16"
|
|
693
|
+
}
|
|
694
|
+
],
|
|
695
|
+
"stateMutability": "view",
|
|
696
|
+
"type": "function"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"inputs": [],
|
|
700
|
+
"name": "INSTASWAP_FAILED_ATTESTATION",
|
|
701
|
+
"outputs": [
|
|
702
|
+
{
|
|
703
|
+
"internalType": "AttestationType",
|
|
704
|
+
"name": "",
|
|
705
|
+
"type": "uint16"
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"stateMutability": "view",
|
|
709
|
+
"type": "function"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"inputs": [],
|
|
713
|
+
"name": "INSTASWAP_REQUEST_ATTESTATION",
|
|
714
|
+
"outputs": [
|
|
715
|
+
{
|
|
716
|
+
"internalType": "AttestationType",
|
|
717
|
+
"name": "",
|
|
718
|
+
"type": "uint16"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"stateMutability": "view",
|
|
722
|
+
"type": "function"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"inputs": [],
|
|
726
|
+
"name": "INSTASWAP_SETTLEMENT_ATTESTATION",
|
|
727
|
+
"outputs": [
|
|
728
|
+
{
|
|
729
|
+
"internalType": "AttestationType",
|
|
730
|
+
"name": "",
|
|
731
|
+
"type": "uint16"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"stateMutability": "view",
|
|
735
|
+
"type": "function"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"inputs": [],
|
|
739
|
+
"name": "LIQ_PRETOKEN_PURCHASE_ATTESTATION",
|
|
740
|
+
"outputs": [
|
|
741
|
+
{
|
|
742
|
+
"internalType": "AttestationType",
|
|
743
|
+
"name": "",
|
|
744
|
+
"type": "uint16"
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"stateMutability": "view",
|
|
748
|
+
"type": "function"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"inputs": [
|
|
752
|
+
{
|
|
753
|
+
"internalType": "AttestationType",
|
|
754
|
+
"name": "attestationType",
|
|
755
|
+
"type": "uint16"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"internalType": "bytes",
|
|
759
|
+
"name": "data",
|
|
760
|
+
"type": "bytes"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"name": "OPPAttestationIn",
|
|
764
|
+
"outputs": [],
|
|
765
|
+
"stateMutability": "nonpayable",
|
|
766
|
+
"type": "function"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"inputs": [],
|
|
770
|
+
"name": "PRINCIPAL_EXIT_CONFIRM_ATTESTATION",
|
|
771
|
+
"outputs": [
|
|
772
|
+
{
|
|
773
|
+
"internalType": "AttestationType",
|
|
774
|
+
"name": "",
|
|
775
|
+
"type": "uint16"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"stateMutability": "view",
|
|
779
|
+
"type": "function"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"inputs": [],
|
|
783
|
+
"name": "PRINCIPAL_EXIT_FAILED_ATTESTATION",
|
|
784
|
+
"outputs": [
|
|
785
|
+
{
|
|
786
|
+
"internalType": "AttestationType",
|
|
787
|
+
"name": "",
|
|
788
|
+
"type": "uint16"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"stateMutability": "view",
|
|
792
|
+
"type": "function"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"inputs": [],
|
|
796
|
+
"name": "PRINCIPAL_EXIT_REQUEST_ATTESTATION",
|
|
797
|
+
"outputs": [
|
|
798
|
+
{
|
|
799
|
+
"internalType": "AttestationType",
|
|
800
|
+
"name": "",
|
|
801
|
+
"type": "uint16"
|
|
802
|
+
}
|
|
803
|
+
],
|
|
804
|
+
"stateMutability": "view",
|
|
805
|
+
"type": "function"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"inputs": [],
|
|
809
|
+
"name": "PRINCIPAL_STAKE_DELTA_ATTESTATION",
|
|
810
|
+
"outputs": [
|
|
811
|
+
{
|
|
812
|
+
"internalType": "AttestationType",
|
|
813
|
+
"name": "",
|
|
814
|
+
"type": "uint16"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"stateMutability": "view",
|
|
818
|
+
"type": "function"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"inputs": [],
|
|
822
|
+
"name": "STAKE_ATTESTATION",
|
|
823
|
+
"outputs": [
|
|
824
|
+
{
|
|
825
|
+
"internalType": "AttestationType",
|
|
826
|
+
"name": "",
|
|
827
|
+
"type": "uint16"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"stateMutability": "view",
|
|
831
|
+
"type": "function"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"inputs": [],
|
|
835
|
+
"name": "UNSTAKE_ATTESTATION",
|
|
836
|
+
"outputs": [
|
|
837
|
+
{
|
|
838
|
+
"internalType": "AttestationType",
|
|
839
|
+
"name": "",
|
|
840
|
+
"type": "uint16"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"stateMutability": "view",
|
|
844
|
+
"type": "function"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"inputs": [],
|
|
848
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
849
|
+
"outputs": [
|
|
850
|
+
{
|
|
851
|
+
"internalType": "string",
|
|
852
|
+
"name": "",
|
|
853
|
+
"type": "string"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"stateMutability": "view",
|
|
857
|
+
"type": "function"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"inputs": [],
|
|
861
|
+
"name": "YIELD_DEPOSIT_ATTESTATION",
|
|
862
|
+
"outputs": [
|
|
863
|
+
{
|
|
864
|
+
"internalType": "AttestationType",
|
|
865
|
+
"name": "",
|
|
866
|
+
"type": "uint16"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"stateMutability": "view",
|
|
870
|
+
"type": "function"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"inputs": [],
|
|
874
|
+
"name": "YIELD_PRETOKEN_PURCHASE_ATTESTATION",
|
|
875
|
+
"outputs": [
|
|
876
|
+
{
|
|
877
|
+
"internalType": "AttestationType",
|
|
878
|
+
"name": "",
|
|
879
|
+
"type": "uint16"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"stateMutability": "view",
|
|
883
|
+
"type": "function"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"inputs": [
|
|
887
|
+
{
|
|
888
|
+
"internalType": "address",
|
|
889
|
+
"name": "owner",
|
|
890
|
+
"type": "address"
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"name": "__OPPEndpointManaged_init",
|
|
894
|
+
"outputs": [],
|
|
895
|
+
"stateMutability": "nonpayable",
|
|
896
|
+
"type": "function"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"inputs": [],
|
|
900
|
+
"name": "authority",
|
|
901
|
+
"outputs": [
|
|
902
|
+
{
|
|
903
|
+
"internalType": "address",
|
|
904
|
+
"name": "",
|
|
905
|
+
"type": "address"
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"stateMutability": "view",
|
|
909
|
+
"type": "function"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"inputs": [],
|
|
913
|
+
"name": "bridge",
|
|
914
|
+
"outputs": [
|
|
915
|
+
{
|
|
916
|
+
"internalType": "contract LiqEthBridge",
|
|
917
|
+
"name": "",
|
|
918
|
+
"type": "address"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"stateMutability": "view",
|
|
922
|
+
"type": "function"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"inputs": [],
|
|
926
|
+
"name": "dDay",
|
|
927
|
+
"outputs": [
|
|
928
|
+
{
|
|
929
|
+
"internalType": "bool",
|
|
930
|
+
"name": "",
|
|
931
|
+
"type": "bool"
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"stateMutability": "view",
|
|
935
|
+
"type": "function"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"inputs": [],
|
|
939
|
+
"name": "deployedAt",
|
|
940
|
+
"outputs": [
|
|
941
|
+
{
|
|
942
|
+
"internalType": "uint256",
|
|
943
|
+
"name": "",
|
|
944
|
+
"type": "uint256"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"stateMutability": "view",
|
|
948
|
+
"type": "function"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"inputs": [],
|
|
952
|
+
"name": "depositMeasuredYieldToHub",
|
|
953
|
+
"outputs": [],
|
|
954
|
+
"stateMutability": "nonpayable",
|
|
955
|
+
"type": "function"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"inputs": [],
|
|
959
|
+
"name": "getSummaryAttestations",
|
|
960
|
+
"outputs": [
|
|
961
|
+
{
|
|
962
|
+
"components": [
|
|
963
|
+
{
|
|
964
|
+
"internalType": "AttestationType",
|
|
965
|
+
"name": "type_",
|
|
966
|
+
"type": "uint16"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"internalType": "uint32",
|
|
970
|
+
"name": "dataSize",
|
|
971
|
+
"type": "uint32"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"internalType": "bytes",
|
|
975
|
+
"name": "data",
|
|
976
|
+
"type": "bytes"
|
|
977
|
+
}
|
|
978
|
+
],
|
|
979
|
+
"internalType": "struct AttestationEntry[]",
|
|
980
|
+
"name": "",
|
|
981
|
+
"type": "tuple[]"
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"stateMutability": "nonpayable",
|
|
985
|
+
"type": "function"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"inputs": [],
|
|
989
|
+
"name": "harvestMeasuredYield",
|
|
990
|
+
"outputs": [],
|
|
991
|
+
"stateMutability": "nonpayable",
|
|
992
|
+
"type": "function"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"inputs": [],
|
|
996
|
+
"name": "index",
|
|
997
|
+
"outputs": [
|
|
998
|
+
{
|
|
999
|
+
"internalType": "uint256",
|
|
1000
|
+
"name": "",
|
|
1001
|
+
"type": "uint256"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"stateMutability": "view",
|
|
1005
|
+
"type": "function"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"inputs": [
|
|
1009
|
+
{
|
|
1010
|
+
"internalType": "address",
|
|
1011
|
+
"name": "_authority",
|
|
1012
|
+
"type": "address"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"internalType": "address",
|
|
1016
|
+
"name": "_liqETH",
|
|
1017
|
+
"type": "address"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"internalType": "address payable",
|
|
1021
|
+
"name": "_pool",
|
|
1022
|
+
"type": "address"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"internalType": "address",
|
|
1026
|
+
"name": "_pretoken",
|
|
1027
|
+
"type": "address"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"internalType": "address",
|
|
1031
|
+
"name": "_receipt",
|
|
1032
|
+
"type": "address"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"name": "initialize",
|
|
1036
|
+
"outputs": [],
|
|
1037
|
+
"stateMutability": "nonpayable",
|
|
1038
|
+
"type": "function"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"inputs": [
|
|
1042
|
+
{
|
|
1043
|
+
"internalType": "uint256",
|
|
1044
|
+
"name": "amountLiq",
|
|
1045
|
+
"type": "uint256"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"internalType": "uint64",
|
|
1049
|
+
"name": "destinationChain",
|
|
1050
|
+
"type": "uint64"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"internalType": "bytes",
|
|
1054
|
+
"name": "destinationAddress",
|
|
1055
|
+
"type": "bytes"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"internalType": "uint256",
|
|
1059
|
+
"name": "minOut",
|
|
1060
|
+
"type": "uint256"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"name": "instaswapCrossChain",
|
|
1064
|
+
"outputs": [],
|
|
1065
|
+
"stateMutability": "nonpayable",
|
|
1066
|
+
"type": "function"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"inputs": [
|
|
1070
|
+
{
|
|
1071
|
+
"internalType": "uint64",
|
|
1072
|
+
"name": "",
|
|
1073
|
+
"type": "uint64"
|
|
1074
|
+
}
|
|
1075
|
+
],
|
|
1076
|
+
"name": "instaswapStatusByWireSwapId",
|
|
1077
|
+
"outputs": [
|
|
1078
|
+
{
|
|
1079
|
+
"internalType": "uint8",
|
|
1080
|
+
"name": "",
|
|
1081
|
+
"type": "uint8"
|
|
1082
|
+
}
|
|
1083
|
+
],
|
|
1084
|
+
"stateMutability": "view",
|
|
1085
|
+
"type": "function"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"inputs": [],
|
|
1089
|
+
"name": "isConsumingScheduledOp",
|
|
1090
|
+
"outputs": [
|
|
1091
|
+
{
|
|
1092
|
+
"internalType": "bytes4",
|
|
1093
|
+
"name": "",
|
|
1094
|
+
"type": "bytes4"
|
|
1095
|
+
}
|
|
1096
|
+
],
|
|
1097
|
+
"stateMutability": "view",
|
|
1098
|
+
"type": "function"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"inputs": [],
|
|
1102
|
+
"name": "isRefundActive",
|
|
1103
|
+
"outputs": [
|
|
1104
|
+
{
|
|
1105
|
+
"internalType": "bool",
|
|
1106
|
+
"name": "",
|
|
1107
|
+
"type": "bool"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"stateMutability": "view",
|
|
1111
|
+
"type": "function"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"inputs": [],
|
|
1115
|
+
"name": "lastPoolLiqBalance",
|
|
1116
|
+
"outputs": [
|
|
1117
|
+
{
|
|
1118
|
+
"internalType": "uint256",
|
|
1119
|
+
"name": "",
|
|
1120
|
+
"type": "uint256"
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"stateMutability": "view",
|
|
1124
|
+
"type": "function"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"inputs": [],
|
|
1128
|
+
"name": "liqETH",
|
|
1129
|
+
"outputs": [
|
|
1130
|
+
{
|
|
1131
|
+
"internalType": "contract IERC20",
|
|
1132
|
+
"name": "",
|
|
1133
|
+
"type": "address"
|
|
1134
|
+
}
|
|
1135
|
+
],
|
|
1136
|
+
"stateMutability": "view",
|
|
1137
|
+
"type": "function"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"inputs": [],
|
|
1141
|
+
"name": "nextInstaswapNonce",
|
|
1142
|
+
"outputs": [
|
|
1143
|
+
{
|
|
1144
|
+
"internalType": "uint64",
|
|
1145
|
+
"name": "",
|
|
1146
|
+
"type": "uint64"
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
"stateMutability": "view",
|
|
1150
|
+
"type": "function"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"inputs": [],
|
|
1154
|
+
"name": "nextYieldDepositNonce",
|
|
1155
|
+
"outputs": [
|
|
1156
|
+
{
|
|
1157
|
+
"internalType": "uint64",
|
|
1158
|
+
"name": "",
|
|
1159
|
+
"type": "uint64"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"stateMutability": "view",
|
|
1163
|
+
"type": "function"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"inputs": [],
|
|
1167
|
+
"name": "oppAddress",
|
|
1168
|
+
"outputs": [
|
|
1169
|
+
{
|
|
1170
|
+
"internalType": "address",
|
|
1171
|
+
"name": "",
|
|
1172
|
+
"type": "address"
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"stateMutability": "view",
|
|
1176
|
+
"type": "function"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"inputs": [],
|
|
1180
|
+
"name": "oppInboundAddress",
|
|
1181
|
+
"outputs": [
|
|
1182
|
+
{
|
|
1183
|
+
"internalType": "address",
|
|
1184
|
+
"name": "",
|
|
1185
|
+
"type": "address"
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"stateMutability": "view",
|
|
1189
|
+
"type": "function"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"inputs": [],
|
|
1193
|
+
"name": "paused",
|
|
1194
|
+
"outputs": [
|
|
1195
|
+
{
|
|
1196
|
+
"internalType": "bool",
|
|
1197
|
+
"name": "",
|
|
1198
|
+
"type": "bool"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"stateMutability": "view",
|
|
1202
|
+
"type": "function"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"inputs": [],
|
|
1206
|
+
"name": "pool",
|
|
1207
|
+
"outputs": [
|
|
1208
|
+
{
|
|
1209
|
+
"internalType": "contract Pool",
|
|
1210
|
+
"name": "",
|
|
1211
|
+
"type": "address"
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"stateMutability": "view",
|
|
1215
|
+
"type": "function"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"inputs": [],
|
|
1219
|
+
"name": "pretoken",
|
|
1220
|
+
"outputs": [
|
|
1221
|
+
{
|
|
1222
|
+
"internalType": "contract IPretoken",
|
|
1223
|
+
"name": "",
|
|
1224
|
+
"type": "address"
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"stateMutability": "view",
|
|
1228
|
+
"type": "function"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"inputs": [
|
|
1232
|
+
{
|
|
1233
|
+
"internalType": "uint64",
|
|
1234
|
+
"name": "",
|
|
1235
|
+
"type": "uint64"
|
|
1236
|
+
}
|
|
1237
|
+
],
|
|
1238
|
+
"name": "principalExitStatusByRequestId",
|
|
1239
|
+
"outputs": [
|
|
1240
|
+
{
|
|
1241
|
+
"internalType": "uint8",
|
|
1242
|
+
"name": "",
|
|
1243
|
+
"type": "uint8"
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"stateMutability": "view",
|
|
1247
|
+
"type": "function"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"inputs": [],
|
|
1251
|
+
"name": "proxiableUUID",
|
|
1252
|
+
"outputs": [
|
|
1253
|
+
{
|
|
1254
|
+
"internalType": "bytes32",
|
|
1255
|
+
"name": "",
|
|
1256
|
+
"type": "bytes32"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"stateMutability": "view",
|
|
1260
|
+
"type": "function"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"inputs": [],
|
|
1264
|
+
"name": "purchasePretokensFromYield",
|
|
1265
|
+
"outputs": [],
|
|
1266
|
+
"stateMutability": "nonpayable",
|
|
1267
|
+
"type": "function"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"inputs": [
|
|
1271
|
+
{
|
|
1272
|
+
"internalType": "uint256",
|
|
1273
|
+
"name": "amountLiq",
|
|
1274
|
+
"type": "uint256"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"internalType": "address",
|
|
1278
|
+
"name": "buyer",
|
|
1279
|
+
"type": "address"
|
|
1280
|
+
}
|
|
1281
|
+
],
|
|
1282
|
+
"name": "purchasePretokensWithLiqETH",
|
|
1283
|
+
"outputs": [],
|
|
1284
|
+
"stateMutability": "nonpayable",
|
|
1285
|
+
"type": "function"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"inputs": [],
|
|
1289
|
+
"name": "receipt",
|
|
1290
|
+
"outputs": [
|
|
1291
|
+
{
|
|
1292
|
+
"internalType": "contract ReceiptNFT",
|
|
1293
|
+
"name": "",
|
|
1294
|
+
"type": "address"
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"stateMutability": "view",
|
|
1298
|
+
"type": "function"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"inputs": [
|
|
1302
|
+
{
|
|
1303
|
+
"internalType": "bytes32",
|
|
1304
|
+
"name": "",
|
|
1305
|
+
"type": "bytes32"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"name": "receiptTokenIdByPositionDigest",
|
|
1309
|
+
"outputs": [
|
|
1310
|
+
{
|
|
1311
|
+
"internalType": "uint256",
|
|
1312
|
+
"name": "",
|
|
1313
|
+
"type": "uint256"
|
|
1314
|
+
}
|
|
1315
|
+
],
|
|
1316
|
+
"stateMutability": "view",
|
|
1317
|
+
"type": "function"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"inputs": [
|
|
1321
|
+
{
|
|
1322
|
+
"internalType": "uint256",
|
|
1323
|
+
"name": "tokenId",
|
|
1324
|
+
"type": "uint256"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"internalType": "address",
|
|
1328
|
+
"name": "to",
|
|
1329
|
+
"type": "address"
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"name": "refund",
|
|
1333
|
+
"outputs": [],
|
|
1334
|
+
"stateMutability": "nonpayable",
|
|
1335
|
+
"type": "function"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"inputs": [
|
|
1339
|
+
{
|
|
1340
|
+
"internalType": "address",
|
|
1341
|
+
"name": "newAuthority",
|
|
1342
|
+
"type": "address"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"name": "setAuthority",
|
|
1346
|
+
"outputs": [],
|
|
1347
|
+
"stateMutability": "nonpayable",
|
|
1348
|
+
"type": "function"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"inputs": [
|
|
1352
|
+
{
|
|
1353
|
+
"internalType": "address",
|
|
1354
|
+
"name": "bridgeAddress",
|
|
1355
|
+
"type": "address"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"name": "setBridge",
|
|
1359
|
+
"outputs": [],
|
|
1360
|
+
"stateMutability": "nonpayable",
|
|
1361
|
+
"type": "function"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"inputs": [
|
|
1365
|
+
{
|
|
1366
|
+
"internalType": "bool",
|
|
1367
|
+
"name": "on",
|
|
1368
|
+
"type": "bool"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"name": "setDDay",
|
|
1372
|
+
"outputs": [],
|
|
1373
|
+
"stateMutability": "nonpayable",
|
|
1374
|
+
"type": "function"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"inputs": [
|
|
1378
|
+
{
|
|
1379
|
+
"internalType": "address",
|
|
1380
|
+
"name": "_oppAddress",
|
|
1381
|
+
"type": "address"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"internalType": "address",
|
|
1385
|
+
"name": "_oppInboundAddress",
|
|
1386
|
+
"type": "address"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"name": "setOPPAddresses",
|
|
1390
|
+
"outputs": [],
|
|
1391
|
+
"stateMutability": "nonpayable",
|
|
1392
|
+
"type": "function"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"inputs": [
|
|
1396
|
+
{
|
|
1397
|
+
"internalType": "address payable",
|
|
1398
|
+
"name": "p",
|
|
1399
|
+
"type": "address"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"name": "setPool",
|
|
1403
|
+
"outputs": [],
|
|
1404
|
+
"stateMutability": "nonpayable",
|
|
1405
|
+
"type": "function"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"inputs": [
|
|
1409
|
+
{
|
|
1410
|
+
"internalType": "address",
|
|
1411
|
+
"name": "t",
|
|
1412
|
+
"type": "address"
|
|
1413
|
+
}
|
|
1414
|
+
],
|
|
1415
|
+
"name": "setPretoken",
|
|
1416
|
+
"outputs": [],
|
|
1417
|
+
"stateMutability": "nonpayable",
|
|
1418
|
+
"type": "function"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"inputs": [
|
|
1422
|
+
{
|
|
1423
|
+
"internalType": "address",
|
|
1424
|
+
"name": "r",
|
|
1425
|
+
"type": "address"
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"name": "setReceipt",
|
|
1429
|
+
"outputs": [],
|
|
1430
|
+
"stateMutability": "nonpayable",
|
|
1431
|
+
"type": "function"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"inputs": [
|
|
1435
|
+
{
|
|
1436
|
+
"internalType": "address",
|
|
1437
|
+
"name": "",
|
|
1438
|
+
"type": "address"
|
|
1439
|
+
}
|
|
1440
|
+
],
|
|
1441
|
+
"name": "sharesOf",
|
|
1442
|
+
"outputs": [
|
|
1443
|
+
{
|
|
1444
|
+
"internalType": "uint256",
|
|
1445
|
+
"name": "",
|
|
1446
|
+
"type": "uint256"
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"stateMutability": "view",
|
|
1450
|
+
"type": "function"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"inputs": [
|
|
1454
|
+
{
|
|
1455
|
+
"internalType": "uint256",
|
|
1456
|
+
"name": "amountLiq",
|
|
1457
|
+
"type": "uint256"
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"name": "stakeLiqETH",
|
|
1461
|
+
"outputs": [],
|
|
1462
|
+
"stateMutability": "nonpayable",
|
|
1463
|
+
"type": "function"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"inputs": [],
|
|
1467
|
+
"name": "totalShares",
|
|
1468
|
+
"outputs": [
|
|
1469
|
+
{
|
|
1470
|
+
"internalType": "uint256",
|
|
1471
|
+
"name": "",
|
|
1472
|
+
"type": "uint256"
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"stateMutability": "view",
|
|
1476
|
+
"type": "function"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"inputs": [
|
|
1480
|
+
{
|
|
1481
|
+
"internalType": "address",
|
|
1482
|
+
"name": "newImplementation",
|
|
1483
|
+
"type": "address"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"internalType": "bytes",
|
|
1487
|
+
"name": "data",
|
|
1488
|
+
"type": "bytes"
|
|
1489
|
+
}
|
|
1490
|
+
],
|
|
1491
|
+
"name": "upgradeToAndCall",
|
|
1492
|
+
"outputs": [],
|
|
1493
|
+
"stateMutability": "payable",
|
|
1494
|
+
"type": "function"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"inputs": [
|
|
1498
|
+
{
|
|
1499
|
+
"internalType": "uint256",
|
|
1500
|
+
"name": "tokenId",
|
|
1501
|
+
"type": "uint256"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"internalType": "address",
|
|
1505
|
+
"name": "to",
|
|
1506
|
+
"type": "address"
|
|
1507
|
+
}
|
|
1508
|
+
],
|
|
1509
|
+
"name": "withdrawStake",
|
|
1510
|
+
"outputs": [],
|
|
1511
|
+
"stateMutability": "nonpayable",
|
|
1512
|
+
"type": "function"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"inputs": [],
|
|
1516
|
+
"name": "yieldAccumulatedLiq",
|
|
1517
|
+
"outputs": [
|
|
1518
|
+
{
|
|
1519
|
+
"internalType": "uint256",
|
|
1520
|
+
"name": "",
|
|
1521
|
+
"type": "uint256"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"stateMutability": "view",
|
|
1525
|
+
"type": "function"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"inputs": [],
|
|
1529
|
+
"name": "yieldNetLiq",
|
|
1530
|
+
"outputs": [
|
|
1531
|
+
{
|
|
1532
|
+
"internalType": "int256",
|
|
1533
|
+
"name": "",
|
|
1534
|
+
"type": "int256"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"stateMutability": "view",
|
|
1538
|
+
"type": "function"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"inputs": [],
|
|
1542
|
+
"name": "yieldNetLiqAtLastPurchase",
|
|
1543
|
+
"outputs": [
|
|
1544
|
+
{
|
|
1545
|
+
"internalType": "int256",
|
|
1546
|
+
"name": "",
|
|
1547
|
+
"type": "int256"
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"stateMutability": "view",
|
|
1551
|
+
"type": "function"
|
|
1552
|
+
}
|
|
1553
|
+
],
|
|
1554
|
+
"bytecode": "0x60a0806040523460295730608052615bac908161002f8239608051818181612a4601526153cf0152f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c908163076486d414613560575080631004c8da146135435780631459457a1461310a57806316f0115b146130e15780632074d9d1146130c4578063267f39ab1461309f5780632986c0e5146130815780633430babc14612d775780633a98ef3914612d5957806340afea9014612d325780634437152a14612c805780634f1ef28614612ab057806352d1902d14612a3357806353be9fc1146129f157806354001c46146129be57806354c53225146128f657806355d4aa8a146128cf57806357ae593f1461239557806358aa07f0146123785780635c975abb1461233657806364325ff314612319578063652d84da146122fb57806367427f3a146122de578063676a630014611e2657806369d4a36214611a745780636a2378d914611a565780636d566aac14611a39578063712c2782146119b357806375cbddb2146119965780637a9e5e4b146119165780637ad226dc146116a5578063801f5d6514610eee57806381f58f6e14610ed15780638c1f15f514610e975780638d26ace414610e6d5780638dd1480214610de95780638fb3603714610d9657806391f5848f14610d79578063952c050b14610823578063a131a6be146107f9578063a8b48e07146107be578063ad3cb1cc14610774578063b993452614610756578063bf7e214f14610720578063bfa7b239146106fd578063c360b5e9146105b6578063ca34df4714610580578063cde7842114610538578063ceced6d21461051b578063e0b47cd1146104fe578063e1e6b898146104d5578063e68507f314610493578063e78cea921461046a578063eae4c19f1461044c578063ed5f1b4114610411578063eef9796c14610353578063f5ba61e714610336578063f5eb42dc146102fd578063f876db8f146102d45763fdf89b50146102b557600080fd5b346102d157806003193601126102d157602060405161ee158152f35b80fd5b50346102d157806003193601126102d1576003546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576020906040906001600160a01b0361032561357c565b168152600783522054604051908152f35b50346102d157806003193601126102d157602060405161ee1a8152f35b50346102d15760403660031901126102d1576004359061ffff821682036102d1576024356001600160401b03811161040d5761039390369060040161369a565b7f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546001600160a01b031692338490036103ee57906103d9916103d461396b565b613901565b6001600080516020615b578339815191525580f35b604051636e01d1ef60e11b815233600482015260248101859052604490fd5b5080fd5b50346102d15760203660031901126102d15760ff60406020926001600160401b0361043a613700565b16815260108452205416604051908152f35b50346102d157806003193601126102d1576020600d54604051908152f35b50346102d157806003193601126102d1576002546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576104ad61357c565b6104b7363361399b565b60018060a01b03166001600160601b0360a01b600454161760045580f35b50346102d157806003193601126102d1576004546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157602060405161ee188152f35b50346102d157806003193601126102d157602060405161ee128152f35b50346102d157806003193601126102d1577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157600080516020615b37833981519152546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576105d061357c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0090815460ff8160401c1615916001600160401b038216801590816106f5575b60011490816106eb575b1590816106e2575b506106d05767ffffffffffffffff198216600117845561065891836106b1575b5061064b61531e565b61065361531e565b613def565b61066061531e565b61066861531e565b61067061531e565b610678575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610642565b60405163f92ee8a960e01b8152600490fd5b90501538610622565b303b15915061061a565b849150610610565b50346102d157806003193601126102d157602060ff600854166040519015158152f35b50346102d157806003193601126102d157600080516020615af7833981519152546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d1576020600a54604051908152f35b50346102d157806003193601126102d1576107ba604051610794816135d6565b60058152640352e302e360dc1b60208201526040519182916020835260208301906136db565b0390f35b50346102d15760203660031901126102d15760ff60406020926001600160401b036107e7613700565b16815260118452205416604051908152f35b50346102d15760203660031901126102d15760406020916004358152600f83522054604051908152f35b50346102d15760403660031901126102d15760043590610841613592565b610849613739565b610d675761085561392e565b61085d61396b565b600080516020615b37833981519152805490936001600160a01b0392918316918215610c80575a91833b15610d58576040516327e935a160e01b815260048101849052868160248183895af18015610d5c57908791610d44575b50506108c1613af6565b8015610d325784865416946108df8260019783895416903390613d68565b6108e882613e48565b926108f584600554613716565b600555818116908189526020946007865260408a20610915828254613716565b90558360035416803b15610c6a576040516346f4991160e11b81526001600160a01b038416600482015260248101879052908b908290604490829084905af18015610d2757918793918c9593610d0a575b506109bc9450600654906040519361097d856135bb565b84528785850152604084015260608301528960808301528a60a08301528460045416908b6040518096819582946203b44d60e11b845260048401613888565b03925af18015610c1e57610ce0575b50604497604082600080516020615af7833981519152541681519a8b80926368fc2b7760e11b825262010bbc60048301523060248301525afa988915610bd157600099610c92575b508798979697610a93575b50505050610a2a613cf0565b813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575b5050600080516020615b578339815191525580f35b610a79906135a8565b61040d578138610a5b565b6040513d84823e3d90fd5b8280fd5b90919295506006548282541690600080516020615b17833981519152978854928015610c805781600491604051928380926372277dad60e11b82525afa918215610c75578c92610c3b575b505015610c295790881b88178755604051632f0660c360e21b815233600482015260248101949094526044840152878360648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893610bfa575b50855487811615610be2576001191686555416803b15610bdd57610b85600092918392604051948580948193631c18295560e31b8352610bbc60048401526040602484015260448301906136db565b03925af18015610bd157610bc2575b508254928480851614610bb0578593851c905538808080610a1e565b604051636f3e1d3560e01b8152600490fd5b610bcb906135a8565b38610b94565b6040513d6000823e3d90fd5b600080fd5b60249060405190633b48047760e01b82526004820152fd5b610c179193503d808a833e610c0f8183613627565b810190613856565b9138610b36565b6040513d8a823e3d90fd5b60405163738c481160e01b8152600490fd5b90809250813d8311610c6e575b610c528183613627565b81010312610c6a57610c6390613ce3565b3880610ade565b8a80fd5b503d610c48565b6040513d8e823e3d90fd5b604051632ea0fec960e11b8152600490fd5b6040813d604011610cd8575b81610cab60409383613627565b81010312610cd45784610cbd82613ce3565b91015163ffffffff811603610cd457985087610a13565b8980fd5b3d9150610c9e565b8390813d8311610d03575b610cf58183613627565b81010312610bdd57386109cb565b503d610ceb565b610d189193959294506135a8565b610cd4579185918a9338610966565b6040513d8d823e3d90fd5b604051634143610760e01b8152600490fd5b610d4d906135a8565b610d585785386108b7565b8580fd5b6040513d89823e3d90fd5b604051633ea5037760e11b8152600490fd5b50346102d157806003193601126102d1576020604051610bbc8152f35b50346102d157806003193601126102d157600080516020615af78339815191525460a01c60ff1615610de157506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602090610dce565b50346102d15760203660031901126102d157610e0361357c565b610e0d363361399b565b6001600160a01b03168015610e32576001600160601b0360a01b600254161760025580f35b60849060405190632215fb1f60e11b825260406004830152600c60448301526b4c697145746842726964676560a01b60648301526024820152fd5b50346102d157806003193601126102d15760206001600160401b03600e5460401c16604051908152f35b50346102d15760203660031901126102d15760043580151580910361040d57610ec0363361399b565b60ff80196008541691161760085580f35b50346102d157806003193601126102d157602060405161ee198152f35b50346102d15760203660031901126102d15760ff6008541661169357610f12613739565b610d6757610f1e61392e565b610f2661396b565b600080516020615b37833981519152546001600160a01b03168015610c80575a90803b15610a8f57826040516327e935a160e01b8152836004820152818160248183875af18015610a845761167f575b5050610f80613af6565b60043515610d32578254600154849391610fac91600435916001600160a01b0391821691339116613d68565b602061103b610fbc600435613e48565b610fc881600554613716565b6005553386526007835260408620610fe1828254613716565b905560065460405191610ff3836135bb565b33835260043585840152604083015260608201528560808201528560a082015260018060a01b0360045416906040519788809481936203b44d60e11b83523360048401613888565b03925af1938415611674578394611640575b50604051630afcad5760e31b815260048101859052838160248173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491611626575b5080516020918201208452600f90526040808420859055600080516020615af78339815191525481516368fc2b7760e11b815262010bb960048201523060248201529190829060449082906001600160a01b03165afa908115610bd1576000916115db575b506113d5575b600080516020615af783398151915254604080516368fc2b7760e11b81526201ee1260048201523060248201529591869060449082906001600160a01b03165afa948515610bd15760009561138a575b5083946111b7575b50611158613cf0565b813b156111b357829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761119f575b506001600080516020615b578339815191525580f35b6111a8906135a8565b6102d1578038611189565b5050fd5b600080516020615b3783398151915254600080516020615b178339815191528054909550906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa908115610d5c57879161134c575b5015610c2957600190811b1784556001600160401b0361123046615392565b6040519263f26e140160e01b845233600485015260043560248501526044840152166064820152306084820152848160a48173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4908115611341578591611327575b5083546001811615610be257600119168455600080516020615b37833981519152546001600160a01b0316803b15610bdd576112ee600092918392604051948580948193631c18295560e31b835261ee1260048401526040602484015260448301906136db565b03925af18015610bd157611318575b50825492600180851614610bb057849360011c90553861114f565b611321906135a8565b386112fd565b61133b91503d8087833e610c0f8183613627565b38611287565b6040513d87823e3d90fd5b90506020813d602011611382575b8161136760209383613627565b8101031261137e5761137890613ce3565b38611211565b8680fd5b3d915061135a565b6040813d6040116113cd575b816113a360409383613627565b81010312610d585760206113b682613ce3565b91015163ffffffff811603610d5857945083611147565b3d9150611396565b600654600080516020615b3783398151915254600080516020615b1783398151915254906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa9081156115d0578691611596575b5015610c2957600190811b17600080516020615b178339815191525560405163282fbd4760e21b8152336004808301919091523560248201526044810191909152838160648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491611571575b50600080516020615b17833981519152546001811615610be25760011916600080516020615b1783398151915255600080516020615b37833981519152546001600160a01b0316803b15610bdd5761151c600092918392604051948580948193631c18295560e31b8352610bb960048401526040602484015260448301906136db565b03925af18015610bd157611562575b50600080516020615b178339815191525493600180861614610bb05760019490941c600080516020615b17833981519152556110f7565b61156b906135a8565b3861152b565b61158591503d8086833e610c0f8183613627565b38611499565b6040513d86823e3d90fd5b90506020813d6020116115c8575b816115b160209383613627565b81010312610d58576115c290613ce3565b3861142e565b3d91506115a4565b6040513d88823e3d90fd5b906040823d60401161161e575b816115f560409383613627565b810103126102d157602061160883613ce3565b92015163ffffffff8116036102d15750386110f1565b3d91506115e8565b61163a91503d8086833e610c0f8183613627565b3861108c565b9093506020813d60201161166c575b8161165c60209383613627565b81010312610bdd5751923861104d565b3d915061164f565b6040513d85823e3d90fd5b611688906135a8565b610a8f578238610f76565b60405163e9e4ed5f60e01b8152600490fd5b50346102d15760403660031901126102d157600435906116c3613592565b6116cb613739565b15611904576116d861396b565b6116e0613af6565b6004805460405163b63e6ac360e01b81529182018590526001600160a01b039081169490929160c081602481895afa9081156113415785916118d5575b50838151163381036118a657508585963b15610d5857858091602460405180948193630852cd8d60e31b83528860048401525af19081156115d057869161188e575b505060405191630afcad5760e31b83526004830152848260248173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af48015611341576040928691611874575b50602081519101208552600f602052848281205501916b033b2e3c9fd0803ce80000006117d1845160065490613c2f565b04926117e0815160055461387b565b6005555133855260076020526117fb6040862091825461387b565b90558261180c575b836103d9613cf0565b6001541691823b1561186f57604051635e588b6f60e01b81526001600160a01b0392909216600483015260248201529082908290604490829084905af18015610a845761185b575b8080611803565b611864906135a8565b6102d1578038611854565b505050fd5b61188891503d8088833e610c0f8183613627565b386117a0565b611897906135a8565b6118a257843861175f565b8480fd5b6040516309d52fcf60e31b815260048101939093526001600160a01b0316602483015250336044820152606490fd5b6118f7915060c03d60c0116118fd575b6118ef8183613627565b8101906137a3565b3861171d565b503d6118e5565b604051630220973960e51b8152600490fd5b50346102d15760203660031901126102d15761193061357c565b600080516020615af7833981519152546001600160a01b03908116330361197f57813b15611965575061196290613def565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346102d157806003193601126102d1576020604051610bbe8152f35b50346102d15760403660031901126102d1576119cd61357c565b6119d5613592565b906119e0363361399b565b60018060a01b036001600160601b0360a01b9181600080516020615b378339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346102d157806003193601126102d157602060405161ee138152f35b50346102d157806003193601126102d1576020600b54604051908152f35b50346102d157806003193601126102d157611a8d61392e565b611a95613739565b610d6757611aa161396b565b600080516020615b3783398151915280549091906001600160a01b039081168015610c80575a813b15611e22576040516327e935a160e01b815260048101829052848160248183875af1801561134157908591611e0e575b5050611b03613af6565b600a54928315611dfc5780600354169360019482865416813b15611ddc576040516346f4991160e11b81526001600160a01b03919091166004820152602481019290925286908290604490829084905af180156115d057611de8575b50604495600b54600c55604082600080516020615af783398151915254168151988980926368fc2b7760e11b825262010bbe60048301523060248301525afa968715610bd157600097611d99575b508596959495611c03575b505082600a55813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575050600080516020615b578339815191525580f35b9080945085541693600a5491600654928282541690600080516020615b17833981519152978854928015610c80576020600491604051928380926372277dad60e11b82525afa908115610c75578c91611d5b575b5015610c295791891b8917885560405163d1d4b7af60e01b81526001600160a01b03909216600483015260248201526044810193909352878360648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893611d3f575b50855487811615610be2576001191686555416803b15610bdd57611d07600092918392604051948580948193631c18295560e31b8352610bbe60048401526040602484015260448301906136db565b03925af18015610bd157611d30575b508254928480851614610bb0578593851c90553880611bb8565b611d39906135a8565b38611d16565b611d549193503d808a833e610c0f8183613627565b9138611cb8565b90506020813d602011611d91575b81611d7660209383613627565b81010312611d8d57611d8790613ce3565b38611c57565b8b80fd5b3d9150611d69565b6040813d604011611de0575b81611db260409383613627565b81010312611ddc576020611dc582613ce3565b91015163ffffffff811603611ddc57965085611bad565b8780fd5b3d9150611da5565b611df286916135a8565b6118a25738611b5f565b60405163053716d160e01b8152600490fd5b611e17906135a8565b611e22578338611af9565b8380fd5b50346102d15760403660031901126102d157600435611e43613592565b90611e4c613739565b610d675760ff6008541661169357611e6261392e565b611e6a61396b565b600080516020615b3783398151915280546001600160a01b03919082168015610c80575a91813b1561137e57604051936327e935a160e01b8552836004860152876024958181888183895af18015610a84576122ca575b5050611ecb613af6565b8060045416916040519263b63e6ac360e01b845287600485015260c0848881845afa93841561222b578a946122a9575b50608084015160028110156122965761227e578284511633810361224e5750808a913b1561040d57818091898b6040519485938492630852cd8d60e31b845260048401525af18015610a8457612236575b505073__$a34fba7a3e07cfc86d12a7a007b352134b$__60405197630afcad5760e31b8952600489015289888881845af497881561222b578a9861220f575b5087516020809901208a52600f88528960408120556040888501519401611fb5815160055461387b565b60055551338b5260078952611fcf60408c2091825461387b565b905589600199848b5416803b15610a8f57604051635e588b6f60e01b81526001600160a01b039290921660048301526024820187905282908290604490829084905af18015610a84576121fb575b50506006548383541691600080516020615b17833981519152998a54938015610c8057818e92600492604051938480926372277dad60e11b82525afa9283156121ef57926121b5575b505015610c2957918a1b8a178955604051633dc7cb0960e21b8152336004820152602481019590955260448501528990849060649082905af49283156121aa57899361218e575b50865488811615612177576001191687555416803b15610bdd576120fb600092918392604051948580948193631c18295560e31b8352610bba600484015260408c84015260448301906136db565b03925af18015610bd157612168575b508354938580861614610bb0578694861c9055612125613cf0565b803b15611e225783928392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575050600080516020615b578339815191525580f35b612171906135a8565b3861210a565b869060405190633b48047760e01b82526004820152fd5b6121a39193503d808b833e610c0f8183613627565b91386120ad565b6040513d8b823e3d90fd5b90809250813d83116121e8575b6121cc8183613627565b810103126121e4576121dd90613ce3565b3880612066565b8c80fd5b503d6121c2565b604051903d90823e3d90fd5b612204906135a8565b610cd457893861201d565b6122249198503d808c833e610c0f8183613627565b9638611f8b565b6040513d8c823e3d90fd5b61223f906135a8565b61224a578838611f4c565b8880fd5b6040516309d52fcf60e31b8152600481018a90526001600160a01b03919091166024820152336044820152606490fd5b604051636d56c1b960e01b8152600481018990528790fd5b634e487b7160e01b8b526021600452878bfd5b6122c391945060c03d60c0116118fd576118ef8183613627565b9238611efb565b6122d3906135a8565b611ddc578738611ec1565b50346102d157806003193601126102d1576020604051610bba8152f35b50346102d157806003193601126102d1576020600954604051908152f35b50346102d157806003193601126102d157602060405161ee178152f35b50346102d157806003193601126102d157602060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330054166040519015158152f35b50346102d157806003193601126102d157602060405161ee148152f35b50346102d15760803660031901126102d1576024356001600160401b0381168103610bdd57604435906001600160401b038211610a8f5736602383011215610a8f578160040135906001600160401b038211611e22573660248385010111611e22576123ff613739565b610d675761240b61392e565b61241361396b565b600080516020615b37833981519152546001600160a01b0316918215610c80575a93833b15610d5857856040516327e935a160e01b81528660048201528181602481838a5af18015610a84576128bb575b505060043515610d325760036001600160401b0384160361286257811561280f57602082036127b7576002546001600160a01b031690811561275b5786546124f0926124bf91600435919033906001600160a01b0316613d68565b600e54926001600160401b036124d6818616613777565b166001600160401b0319851617600e556024369201613663565b600080516020615b3783398151915254600080516020615b17833981519152549193906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa908115610c1e578891612721575b5015610c2957869260016001600160401b0393811b17600080516020615b17833981519152558261257846615392565b816125ad604051988997889763b421bbc560e01b895260043560048a015216602488015260e0604488015260e48701906136db565b9360643560648701521660848501521660a48301523060c4830152038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491612707575b50600080516020615b17833981519152546001811615610be25760011916600080516020615b1783398151915255600080516020615b37833981519152546001600160a01b0316803b15610bdd57612672600092918392604051948580948193631c18295560e31b835261ee1760048401526040602484015260448301906136db565b03925af18015610bd1576126f8575b50600080516020615b178339815191525491600180841614610bb057839260011c600080516020615b1783398151915255813b156111b357829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761119f57506001600080516020615b578339815191525580f35b612701906135a8565b38612681565b61271b91503d8086833e610c0f8183613627565b386125ef565b90506020813d602011612753575b8161273c60209383613627565b81010312611ddc5761274d90613ce3565b38612548565b3d915061272f565b60405160016245d25360e11b0319815260206004820152602a60248201527f696e737461737761702062726964676520637573746f6479206973206e6f742060448201526918dbdb999a59dd5c995960b21b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602660248201527f696e737461737761702064657374696e6174696f6e206d75737420626520333260448201526520627974657360d01b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602160248201527f696e737461737761702064657374696e6174696f6e20697320726571756972656044820152601960fa1b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602760248201527f756e737570706f7274656420696e737461737761702064657374696e6174696f604482015266371031b430b4b760c91b6064820152608490fd5b6128c4906135a8565b610d58578538612464565b50346102d157806003193601126102d157546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157604051602090818101908082106001600160401b038311176129a8576040828152848252805184815291518285018190529193600583901b8501820193929185015b8287106129565785850386f35b909192938280612998600193603f198a82030186528851604060609161ffff815116845263ffffffff86820151168685015201519181604082015201906136db565b9601920196019592919092612949565b634e487b7160e01b600052604160045260246000fd5b50346102d157806003193601126102d1576129d761392e565b6129df61396b565b6129e9363361399b565b6103d9613af6565b50346102d15760203660031901126102d157612a0b61357c565b612a15363361399b565b60018060a01b03166001600160601b0360a01b600354161760035580f35b50346102d157806003193601126102d1577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003612a9e5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126102d157612ac561357c565b6024356001600160401b038111610a8f57612ae490369060040161369a565b612aec6153c5565b612af6363361399b565b612afe6153c5565b6040516352d1902d60e01b81526001600160a01b038316926020918281600481885afa869181612c51575b50612b4757604051634c9c8ce360e01b815260048101869052602490fd5b9385947f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103612c395750823b15612c205780546001600160a01b0319168217905560405185917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a2845115612c035750808484612bf696519101845af4903d15612bfa573d612bda81613648565b90612be86040519283613627565b81528581943d92013e615a93565b5080f35b60609250615a93565b935050505034612c11575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311612c79575b612c698183613627565b8101031261137e57519038612b29565b503d612c5f565b50346102d15760203660031901126102d157612c9a61357c565b612ca4363361399b565b600180546001600160a01b039283166001600160a01b03198216811790925583546040516370a0823160e01b815291851690921760048201529160209183916024918391165afa908115610a84578291612d00575b5060095580f35b90506020813d602011612d2a575b81612d1b60209383613627565b81010312610bdd575138612cf9565b3d9150612d0e565b50346102d157806003193601126102d15760206001600160401b03600e5416604051908152f35b50346102d157806003193601126102d1576020600554604051908152f35b50346102d157806003193601126102d157612d9061392e565b612d98613739565b610d6757612da461396b565b612dae363361399b565b600080516020615b3783398151915280546001600160a01b03919082168015610c80575a813b156118a2576040516327e935a160e01b815260048101829052858160248183875af180156115d05761306e575b50612e0a613af6565b600a548015611dfc57846002541694851561275b578660019682885416803b15610a8f57604051635e588b6f60e01b81526001600160a01b039290921660048301526024820185905282908290604490829084905af18015610a845761305a575b5050612e7682613c62565b612e8a612e8283613cba565b600b5461375e565b80600b55600c5586600a55600e54946001600160401b03808760401c169667ffffffffffffffff60401b612ebd89613777565b60401b169067ffffffffffffffff60401b191617600e558282541696600080516020615b17833981519152978854908015610c80576020600491604051928380926372277dad60e11b82525afa908115610c75578c91613020575b5015610c2957891b89178855612f2d46615392565b9060405195630fc12caf60e21b875260048701526024860152166044840152306064840152878360848173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893613004575b50855487811615610be2576001191686555416803b15610bdd57612fcb600092918392604051948580948193631c18295560e31b835261ee1360048401526040602484015260448301906136db565b03925af18015610bd157612ff5575b508254928480851614610bb0578593851c9055610a2a613cf0565b612ffe906135a8565b38612fda565b6130199193503d808a833e610c0f8183613627565b9138612f7c565b90506020813d602011613052575b8161303b60209383613627565b81010312611d8d5761304c90613ce3565b38612f18565b3d915061302e565b613063906135a8565b61137e578638612e6b565b61307a909591956135a8565b9338612e01565b50346102d157806003193601126102d1576020600654604051908152f35b50346102d157806003193601126102d15760206130ba613739565b6040519015158152f35b50346102d157806003193601126102d157602060405161ee168152f35b50346102d157806003193601126102d1576001546040516001600160a01b039091168152602090f35b50346102d15760a03660031901126102d15761312461357c565b61312c613592565b6001600160a01b0390604435828116908190036118a25760643590838216809203610d585760843584811680910361137e577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009485549460ff8660401c1615956001600160401b0390818116998a158061353c575b6001809c149081613532575b159081613529575b506106d05767ffffffffffffffff198281168c178b55918961350a575b506131db61531e565b895460ff8160401c16159381168c81159182613502575b1490816134f8575b1590816134ef575b506106d057838c61321f948316178c556134d0575061064b61531e565b61322761531e565b61322f61531e565b61323761531e565b613496575b61324461531e565b61324c61531e565b61325461531e565b87600080516020615b578339815191525561326d61531e565b61327561531e565b1692831561346157821561342e5780156133f75781156133be5790602092916001600160601b0360a01b9085828b5416178a5583828a541617895581600354161760035560045416176004556b033b2e3c9fd0803ce80000006006556024604051809481936370a0823160e01b835260048301525afa90811561134157859161338c575b5060095542600d55680100000000000000016fffffffffffffffffffffffffffffffff19600e541617600e5561332d61531e565b600160801b600080516020615b178339815191525561334a578280f35b805468ff0000000000000000191690556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b90506020813d6020116133b6575b816133a760209383613627565b810103126118a25751386132f9565b3d915061339a565b60848260405190632215fb1f60e11b825260406004830152600a604483015269149958d95a5c1d13919560b21b60648301526024820152fd5b60849060405190632215fb1f60e11b8252604060048301526008604483015267283932ba37b5b2b760c11b60648301526024820152fd5b60848360405190632215fb1f60e11b8252604060048301526004604483015263141bdbdb60e21b60648301526024820152fd5b60848460405190632215fb1f60e11b82526040600483015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b60ff60401b1987541687557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d260206040518a8152a161323c565b68ffffffffffffffffff191668010000000000000001178a5538610642565b90501538613202565b303b1591506131fa565b8692506131f2565b68ffffffffffffffffff191668010000000000000001178a55386131d2565b905015386131b5565b303b1591506131ad565b50886131a1565b50346102d157806003193601126102d1576020604051610bb98152f35b90503461040d578160031936011261040d57602090600c548152f35b600435906001600160a01b0382168203610bdd57565b602435906001600160a01b0382168203610bdd57565b6001600160401b0381116129a857604052565b60c081019081106001600160401b038211176129a857604052565b604081019081106001600160401b038211176129a857604052565b60a081019081106001600160401b038211176129a857604052565b608081019081106001600160401b038211176129a857604052565b90601f801991011681019081106001600160401b038211176129a857604052565b6001600160401b0381116129a857601f01601f191660200190565b92919261366f82613648565b9161367d6040519384613627565b829481845281830111610bdd578281602093846000960137010152565b9080601f83011215610bdd578160206136b593359101613663565b90565b60005b8381106136cb5750506000910152565b81810151838201526020016136bb565b906020916136f4815180928185528580860191016136b8565b601f01601f1916010190565b600435906001600160401b0382168203610bdd57565b9190820180921161372357565b634e487b7160e01b600052601160045260246000fd5b60ff6008541661375957600d54629e340081018091116137235742101590565b600090565b8181039291600013801582851316918412161761372357565b6001600160401b038091169081146137235760010190565b51906001600160401b0382168203610bdd57565b908160c0910312610bdd57604051906137bb826135bb565b80516001600160a01b0381168103610bdd57825260208101516020830152604081015160408301526060810151606083015260808101516002811015610bdd57608083015261380c9060a00161378f565b60a082015290565b81601f82011215610bdd57805161382a81613648565b926138386040519485613627565b81845260208284010111610bdd576136b591602080850191016136b8565b90602082820312610bdd5781516001600160401b038111610bdd576136b59201613814565b9190820391821161372357565b90929160e082019360018060a01b038091168352815116602083015260208101516040830152604081015160608301526060810151608083015260808101519060028210156138eb5760a06001600160401b039160c09382860152015116910152565b634e487b7160e01b600052602160045260246000fd5b61ffff1661ee1881146139245761ee14146139195750565b613922906147de565b565b5061392290613f30565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661395957565b60405163d93c066560e01b8152600490fd5b600080516020615b5783398151915260028154146139895760029055565b604051633ee5aeb560e01b8152600490fd5b600080516020615af78339815191528054909290916001600160a01b038084169260048110610bdd5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152613a0e816135f1565b828052826020525190895afa613ae5575b15613a2e575b50505050505050565b63ffffffff1615613acf5760ff60a01b19948516600160a01b178655833b15610bdd57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115613ac55750613ab6575b50815416905538808080808080613a25565b613abf906135a8565b38613aa4565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290613a1f565b600080546001546040516370a0823160e01b81526001600160a01b039182166004820152929160209184916024918391165afa918215613c22578192613bee575b5060095480831115613bbb5750613b61613b536009548461387b565b613b5c8161535f565b613cba565b600b54828282019283129112908015821691151617613ba757600b555b613b8d600b54600c549061375e565b9080821315613ba057505b600a55600955565b9050613b98565b634e487b7160e01b82526011600452602482fd5b82818110613bcb575b5050613b7e565b613bdb612e8291613be49361387b565b613b5c81613c62565b600b553882613bc4565b9091506020813d602011613c1a575b81613c0a60209383613627565b8101031261040d57519038613b37565b3d9150613bfd565b50604051903d90823e3d90fd5b8181029291811591840414171561372357565b8115613c4c570490565b634e487b7160e01b600052601260045260246000fd5b8015613cb7576005548015613cb357613c956b033b2e3c9fd0803ce80000009283613c8f60065485613c2f565b0461387b565b82810292818404149015171561372357613cae91613c42565b600655565b5050565b50565b6001600160ff1b038111613ccb5790565b6024906040519063123baf0360e11b82526004820152fd5b51908115158203610bdd57565b6000546001546040516370a0823160e01b81526001600160a01b0391821660048201529160209183916024918391165afa908115610bd157600091613d36575b50600955565b90506020813d602011613d60575b81613d5160209383613627565b81010312610bdd575138613d30565b3d9150613d44565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152613daa816135f1565b519082865af115610bd1576000513d613de657508082163b155b613dcc575050565b604051635274afe760e01b81529116600482015260249150fd5b60011415613dc4565b600080516020615af783398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6b033b2e3c9fd0803ce800000090818102918183041490151715613723576006546136b591613c42565b90602082519201516001600160601b0319908181169360148110613e9557505050565b60140360031b82901b16169150565b60009060033d11613eb157565b905060046000803e60005160e01c90565b600060443d106136b557604051600319913d83016004833e81516001600160401b03918282113d602484011117613f1f57818401948551938411613f27573d85010160208487010111613f1f57506136b592910160200190613627565b949350505050565b50949350505050565b73__$a34fba7a3e07cfc86d12a7a007b352134b$__9060408051631881506d60e01b815260006004946024828480613f726020998a8c840152858301906136db565b0381855af49384156147d45783946146fb575b506001600160401b039687855116156146ae578785511684526010875260ff86852054166146a457606092613fd68885880151895180938192631ea14a8f60e21b83528488840152888301906136db565b0381855af490811561469a578691614665575b50156145e25760a0860160148151510361451c579061402b9493929160808801908a82518b518099819263c969ff2960e01b83528489840152898301906136db565b0381865af49687156145125788976144e3575b506140498151613e72565b6002546001600160a01b039891881c9089161561446557886002541690813b15610c6a578c516350d5a0d360e01b81526001600160a01b039091168782019081526020810193909352918a91839182908490829060400103925af19081614452575b5061414e57505050505050506001906140c2613ea4565b6308c379a014614122575b506140d9575b50505050565b614119937f696e7374617377617020736574746c656d656e74206661696c6564000000000091511691519261410d846135d6565b601b8452830152615431565b388080806140d3565b61412a613ec2565b9081614137575b506140cd565b6141479192509186845116615431565b3880614131565b918497989491848b8e60a0979a9f999e998d976141c8918b5116895260108c526141b683858b209c60019d8e60ff198254161790555116965191519161419346615392565b95519b8c9a8b998a996314577a9160e01b8b528a015288015260a48701906136db565b858103600319016044870152906136db565b9116606483015230608483015203915af495861561444757809661442a575b5050600080516020615b37833981519152948554988060009a1698891561441a5782518951908682019230901b835261ee1960f01b60348301524360368301526056820152605681526142398161360c565b519020968715614411575b893b15610c6a5788516327e935a160e01b81528681018990528b818981838f5af18015614407576143f4575b505416600080516020615b178339815191529384549082156143e45789516372277dad60e11b815281818981875afa9182156143da578d926143a4575b50501561439457831b8317600119168455803b15610bdd576142f59160009189838151809681958294631c18295560e31b845261ee198d8501528d84015260448301906136db565b03925af180156143895761437a575b50815490808083161461436a571c9055843b15610d585790859291838551968794859363f5786b4b60e01b85528401525af1908115614361575061434d575b5050613922613cf0565b61435782916135a8565b6102d15780614343565b513d84823e3d90fd5b8651636f3e1d3560e01b81528490fd5b614383906135a8565b38614304565b87513d6000823e3d90fd5b885163738c481160e01b81528690fd5b90809250813d83116143d3575b6143bb8183613627565b81010312611d8d576143cc90613ce3565b38806142ad565b503d6143b1565b8b513d8f823e3d90fd5b8951632ea0fec960e11b81528790fd5b614400909b919b6135a8565b9938614270565b8a513d8e823e3d90fd5b96508296614244565b8851632ea0fec960e11b81528690fd5b61443f9296503d8091833e610c0f8183613627565b9338806141e7565b8751903d90823e3d90fd5b61445e909991996135a8565b97386140ab565b50505050509598979391969484919350511694885196870193878510908511176144d357505050947f696e737461737761702062726964676520637573746f6479206973206e6f74206918dbdb999a59dd5c995960b21b9261392296978352602a8652850152830152615431565b634e487b7160e01b825260419052fd5b9096508a81813d831161450b575b6144fb8183613627565b81010312611ddc5751953861403e565b503d6144f1565b8a513d8a823e3d90fd5b5092919398976002969761459f918b9751169360108a519261453d846135d6565b601b84527f696e76616c69642064657374696e6174696f6e2061646472657373000000000081850152868a52528988208960ff19825416179055895198899788968796630d36c1c760e21b8852870152850152604484015260648301906136db565b03915af49182156145d95750836139229394926145be575b50506154b9565b6145d292503d8091833e610c0f8183613627565b38806145b7565b513d85823e3d90fd5b92919398976001969761459f918b9751169360108a5192614602846135d6565b601d84527f756e737570706f727465642064657374696e6174696f6e20617373657400000081850152868a5252898820600260ff19825416179055895198899788968796630d36c1c760e21b8852870152850152604484015260648301906136db565b90508881813d8311614693575b61467c8183613627565b81010312610d585761468d90613ce3565b38613fe9565b503d614672565b88513d88823e3d90fd5b5050505050505050565b602360849288885193637fba2dad60e11b85528401528201527f696e7374617377617020736574746c656d656e742069642069732072657175696044820152621c995960ea1b6064820152fd5b9093503d8084833e61470d8183613627565b81018682820312611e225781516001600160401b0392838211610d5857019160c0838303126118a257865192614742846135bb565b61474b8161378f565b845261475889820161378f565b898501528781015182811161137e5783614773918301613814565b88850152606081015182811161137e578361478f918301613814565b6060850152608081015182811161137e57836147ac918301613814565b608085015260a0810151918211610d58576147c8929101613814565b60a08201529238613f85565b85513d85823e3d90fd5b614807604051916364c269e560e01b8352828060009384936020600484015260248301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4918215613c2257819261523f575b506001600160401b03825116156151f6576001600160401b038251168152601160205260ff604082205416613cb357806148ac916001600160401b0384511661487646615392565b6040516329793f7360e01b81526001600160401b0392831660048201529116602482015230604482015292839081906064820190565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4918215613c225781926151da575b5060026001600160401b036020850151160361518e57606083016014815151036151485761490460408501516159a4565b908115615105578260a060405161491a816135bb565b8281528260208201528260408201528260608201528260808201520152602460c060018060a01b03600454166040519283809263b63e6ac360e01b82528760048301525afa8491816150e4575b506149af57505050506001600160401b03613922925116906040519161498c836135d6565b60118352701c9958d95a5c1d081b9bdd08199bdd5b99607a1b60208401526156f6565b608081015160028110156150d05761508157906149ee91602060808801516040518095819263c969ff2960e01b835284600484015260248301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af492831561134157859361504d575b5082158015615040575b614ff057614a2d8382615a63565b9182158015614fe3575b614f9b57614a459051613e72565b60601c9360019460018060a01b0386541690813b15611ddc57604051635e588b6f60e01b81526001600160a01b03919091166004820152602481018690529087908290604490829084905af19081614f88575b50614b3d575050505090614aaa613ea4565b6308c379a014614b09575b50614abe575050565b6001600160401b036139229251169060405191614ada836135d6565b601883527f7072696e636970616c2072656c65617365206661696c6564000000000000000060208401526156f6565b614b11613ec2565b9081614b1e575b50614ab5565b614b3691925091836001600160401b038651166156f6565b3880614b18565b9091929496939550614b6360406001600160401b0386511695015195602084015161387b565b90614b7284604085015161387b565b93614b7f8160055461387b565b60055583516001600160a01b0316895260076020526040892080549091614ba59161387b565b90556004546001600160a01b031690813b1561224a578891602483926040519485938492630852cd8d60e31b845260048401525af18015610c1e57908891614f74575b508115614f52575081516060830151604051614c6895602095919491939091906001600160a01b0316614c1a866135bb565b855285850152604084015260608301528760808301528760a083015260018060a01b03600454169060018060a01b03905116886040518096819582946203b44d60e11b845260048401613888565b03925af190811561134157908592918391614f19575b50836020614cec95519101208352600f60205260408320555b808252601160205260408220805460ff191685179055614cb646615392565b60405163da47309b60e01b81526001600160401b0392831660048201529116602482015230604482015291829081906064820190565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af49283156121ef578093614efc575b5050600080516020615b3783398151915280546000936001600160a01b03909116928315610c8057815160405160208101913060601b835261ee1560f01b6034830152436036830152605682015260568152614d6e8161360c565b519020928315614ef3575b843b15610d58576040516327e935a160e01b8152600481018590528681602481838a5af18015610d5c57614ee0575b5054600080516020615b1783398151915280549093916001600160a01b0316908115610c80576040516372277dad60e11b8152602081600481865afa9081156121aa578991614ea6575b5015610c2957831b8317600119168455803b15610bdd57614e3e600092918392604051948580948193631c18295560e31b835261ee1560048401526040602484015260448301906136db565b03925af18015610bd157614e97575b508154908080831614610bb0571c9055813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761434d575050613922613cf0565b614ea0906135a8565b38614e4d565b90506020813d602011614ed8575b81614ec160209383613627565b8101031261224a57614ed290613ce3565b38614df2565b3d9150614eb4565b614eec909691966135a8565b9438614da8565b92508092614d79565b614f119293503d8091833e610c0f8183613627565b903880614d13565b9250506020823d602011614f4a575b81614f3560209383613627565b81010312610bdd579051849190614cec614c7e565b3d9150614f28565b9392505050826020614cec94519101208252600f602052816040812055614c97565b614f7d906135a8565b61137e578638614be8565b614f94909791976135a8565b9538614a98565b5050505050506001600160401b036139229251169060405191614fbd836135d6565b6014835273696e76616c6964207368617265732064656c746160601b60208401526156f6565b5060408201518311614a37565b50505050506001600160401b036139229251169060405191615011836135d6565b601883527f696e76616c6964207072696e636970616c20616d6f756e74000000000000000060208401526156f6565b5060208101518311614a1f565b9092506020813d602011615079575b8161506960209383613627565b810103126118a257519138614a15565b3d915061505c565b505050506001600160401b0361392292511690604051916150a1836135d6565b601b83527f72656365697074206973206e6f7420776974686472617761626c65000000000060208401526156f6565b634e487b7160e01b85526021600452602485fd5b6150fe91925060c03d60c0116118fd576118ef8183613627565b9038614967565b5050506001600160401b036139229251169060405191615124836135d6565b60128352711c1bdcda5d1a5bdb881b9bdd08199bdd5b9960721b60208401526156f6565b50506001600160401b036139229251169060405191615166836135d6565b60168352751a5b9d985b1a5908195e1a5d081c9958da5c1a595b9d60521b60208401526156f6565b506001600160401b0361392292511690604051916151ab836135d6565b601883527f756e737570706f7274656420736f7572636520636861696e000000000000000060208401526156f6565b6151ef9192503d8084833e610c0f8183613627565b90386148d3565b60405160016245d25360e11b0319815260206004820152601d60248201527f7072696e636970616c20657869742069642069732072657175697265640000006044820152606490fd5b9091503d8083833e6152518183613627565b8101602082820312610a8f5781516001600160401b03928382116118a257019160a083830312611e22576040519260a084018481108382111761530a5760405261529a8161378f565b84526152a86020820161378f565b60208501526040810151828111610d5857836152c5918301613814565b60408501526060810151828111610d5857836152e2918301613814565b606085015260808101519182116118a2576152fe929101613814565b6080820152903861482e565b634e487b7160e01b86526041600452602486fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561534d57565b604051631afcd79f60e31b8152600490fd5b8015613cb7576005548015613cb357613c956b033b2e3c9fd0803ce8000000928361538c60065485613c2f565b04613716565b6001600160401b03908181116153a6571690565b604490604051906306dfcc6560e41b8252604060048301526024820152fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215615403575b5050612a9e57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806153fb565b6001600160401b0316600081815260106020526040808220805460ff1916600217905551630d36c1c760e21b815260048101929092526003602483015260606044830152929183908290819061548b9060648301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561167457836139229394926145be5750505b600080516020615b3783398151915280546000926001600160a01b03918216929091908315610c8057825192604093845160208101913060601b835261770d60f11b60348301524360368301526056820152605681526155188161360c565b5190209283156156ed575b853b1561137e5784516327e935a160e01b8152600480820186905293908881602481838c5af180156156e3576156d0575b50541690600080516020615b1783398151915291825481156156c05786516372277dad60e11b81526020818781865afa9081156156b6578a9161567c575b501561566c57600190811b17600119168355803b15610bdd576155dd6000929183928851948580948193631c18295560e31b835261ee1a8b8401528c602484015260448301906136db565b03925af1801561566157615652575b5080546001808216146156425760011c9055833b156118a2579060248592838551968794859363f5786b4b60e01b85528401525af19081156143615750615631575050565b61563b82916135a8565b6102d15750565b8451636f3e1d3560e01b81528390fd5b61565b906135a8565b386155ec565b85513d6000823e3d90fd5b865163738c481160e01b81528590fd5b90506020813d6020116156ae575b8161569760209383613627565b81010312610cd4576156a890613ce3565b38615592565b3d915061568a565b88513d8c823e3d90fd5b8651632ea0fec960e11b81528590fd5b6156dc909891986135a8565b9638615554565b87513d8b823e3d90fd5b60019350615523565b6001600160401b031690600091808352602090601182528361574e604094858320600260ff1982541617905561576086519889938493631705dd0960e01b8552600497888601526060602486015260648501906136db565b838103600319016044850152906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af494851561599757849561597b575b50600080516020615b3783398151915291825494809660018060a01b038097169687156156c05781518751858101913060601b835261770b60f11b60348301524360368301526056820152605681526157df8161360c565b519020958615615972575b883b15611e225787516327e935a160e01b81528681018890528481602481838e5af1801561596857615955575b50541690600080516020615b178339815191529384549083156159455788516372277dad60e11b815281818981885afa918215614407578c9261590f575b5050156158ff57600190811b17600119168455813b15610a8f5761589f839283928951958680948193631c18295560e31b835261ee168c8401528d602484015260448301906136db565b03925af19081156158f45750615652575080546001808216146156425760011c9055833b156118a2579060248592838551968794859363f5786b4b60e01b85528401525af19081156143615750615631575050565b8651903d90823e3d90fd5b875163738c481160e01b81528690fd5b90809250813d831161593e575b6159268183613627565b81010312610c6a5761593790613ce3565b3880615855565b503d61591c565b8851632ea0fec960e11b81528790fd5b615960919a506135a8565b829838615817565b89513d87823e3d90fd5b600196506157ea565b6159909195503d8086833e610c0f8183613627565b9338615787565b50505051903d90823e3d90fd5b80516020820190812090600092828452600f602052604084205480615a5b575080519060208203615a545760209181010312610a8f5751908115615a4f576004805460405163b63e6ac360e01b815291820184905260c090829060249082906001600160a01b03165afa9081615a30575b50615a1f57505090565b82604091839452600f602052205590565b615a489060c03d60c0116118fd576118ef8183613627565b5038615a15565b505090565b5050505090565b935050505090565b90602082019081518114615a8a57615a829060406136b5940151613c2f565b905190613c42565b50506040015190565b90615aba5750805115615aa857602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580615aed575b615acb575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15615ac356fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a007a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122016240d97fd64e360e617b48863f90e36fe29057d0da42e5a4682005b31ab9e6d64736f6c63430008190033",
|
|
1555
|
+
"deployedBytecode": "0x608080604052600436101561001357600080fd5b600090813560e01c908163076486d414613560575080631004c8da146135435780631459457a1461310a57806316f0115b146130e15780632074d9d1146130c4578063267f39ab1461309f5780632986c0e5146130815780633430babc14612d775780633a98ef3914612d5957806340afea9014612d325780634437152a14612c805780634f1ef28614612ab057806352d1902d14612a3357806353be9fc1146129f157806354001c46146129be57806354c53225146128f657806355d4aa8a146128cf57806357ae593f1461239557806358aa07f0146123785780635c975abb1461233657806364325ff314612319578063652d84da146122fb57806367427f3a146122de578063676a630014611e2657806369d4a36214611a745780636a2378d914611a565780636d566aac14611a39578063712c2782146119b357806375cbddb2146119965780637a9e5e4b146119165780637ad226dc146116a5578063801f5d6514610eee57806381f58f6e14610ed15780638c1f15f514610e975780638d26ace414610e6d5780638dd1480214610de95780638fb3603714610d9657806391f5848f14610d79578063952c050b14610823578063a131a6be146107f9578063a8b48e07146107be578063ad3cb1cc14610774578063b993452614610756578063bf7e214f14610720578063bfa7b239146106fd578063c360b5e9146105b6578063ca34df4714610580578063cde7842114610538578063ceced6d21461051b578063e0b47cd1146104fe578063e1e6b898146104d5578063e68507f314610493578063e78cea921461046a578063eae4c19f1461044c578063ed5f1b4114610411578063eef9796c14610353578063f5ba61e714610336578063f5eb42dc146102fd578063f876db8f146102d45763fdf89b50146102b557600080fd5b346102d157806003193601126102d157602060405161ee158152f35b80fd5b50346102d157806003193601126102d1576003546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576020906040906001600160a01b0361032561357c565b168152600783522054604051908152f35b50346102d157806003193601126102d157602060405161ee1a8152f35b50346102d15760403660031901126102d1576004359061ffff821682036102d1576024356001600160401b03811161040d5761039390369060040161369a565b7f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546001600160a01b031692338490036103ee57906103d9916103d461396b565b613901565b6001600080516020615b578339815191525580f35b604051636e01d1ef60e11b815233600482015260248101859052604490fd5b5080fd5b50346102d15760203660031901126102d15760ff60406020926001600160401b0361043a613700565b16815260108452205416604051908152f35b50346102d157806003193601126102d1576020600d54604051908152f35b50346102d157806003193601126102d1576002546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576104ad61357c565b6104b7363361399b565b60018060a01b03166001600160601b0360a01b600454161760045580f35b50346102d157806003193601126102d1576004546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157602060405161ee188152f35b50346102d157806003193601126102d157602060405161ee128152f35b50346102d157806003193601126102d1577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157600080516020615b37833981519152546040516001600160a01b039091168152602090f35b50346102d15760203660031901126102d1576105d061357c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0090815460ff8160401c1615916001600160401b038216801590816106f5575b60011490816106eb575b1590816106e2575b506106d05767ffffffffffffffff198216600117845561065891836106b1575b5061064b61531e565b61065361531e565b613def565b61066061531e565b61066861531e565b61067061531e565b610678575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610642565b60405163f92ee8a960e01b8152600490fd5b90501538610622565b303b15915061061a565b849150610610565b50346102d157806003193601126102d157602060ff600854166040519015158152f35b50346102d157806003193601126102d157600080516020615af7833981519152546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d1576020600a54604051908152f35b50346102d157806003193601126102d1576107ba604051610794816135d6565b60058152640352e302e360dc1b60208201526040519182916020835260208301906136db565b0390f35b50346102d15760203660031901126102d15760ff60406020926001600160401b036107e7613700565b16815260118452205416604051908152f35b50346102d15760203660031901126102d15760406020916004358152600f83522054604051908152f35b50346102d15760403660031901126102d15760043590610841613592565b610849613739565b610d675761085561392e565b61085d61396b565b600080516020615b37833981519152805490936001600160a01b0392918316918215610c80575a91833b15610d58576040516327e935a160e01b815260048101849052868160248183895af18015610d5c57908791610d44575b50506108c1613af6565b8015610d325784865416946108df8260019783895416903390613d68565b6108e882613e48565b926108f584600554613716565b600555818116908189526020946007865260408a20610915828254613716565b90558360035416803b15610c6a576040516346f4991160e11b81526001600160a01b038416600482015260248101879052908b908290604490829084905af18015610d2757918793918c9593610d0a575b506109bc9450600654906040519361097d856135bb565b84528785850152604084015260608301528960808301528a60a08301528460045416908b6040518096819582946203b44d60e11b845260048401613888565b03925af18015610c1e57610ce0575b50604497604082600080516020615af7833981519152541681519a8b80926368fc2b7760e11b825262010bbc60048301523060248301525afa988915610bd157600099610c92575b508798979697610a93575b50505050610a2a613cf0565b813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575b5050600080516020615b578339815191525580f35b610a79906135a8565b61040d578138610a5b565b6040513d84823e3d90fd5b8280fd5b90919295506006548282541690600080516020615b17833981519152978854928015610c805781600491604051928380926372277dad60e11b82525afa918215610c75578c92610c3b575b505015610c295790881b88178755604051632f0660c360e21b815233600482015260248101949094526044840152878360648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893610bfa575b50855487811615610be2576001191686555416803b15610bdd57610b85600092918392604051948580948193631c18295560e31b8352610bbc60048401526040602484015260448301906136db565b03925af18015610bd157610bc2575b508254928480851614610bb0578593851c905538808080610a1e565b604051636f3e1d3560e01b8152600490fd5b610bcb906135a8565b38610b94565b6040513d6000823e3d90fd5b600080fd5b60249060405190633b48047760e01b82526004820152fd5b610c179193503d808a833e610c0f8183613627565b810190613856565b9138610b36565b6040513d8a823e3d90fd5b60405163738c481160e01b8152600490fd5b90809250813d8311610c6e575b610c528183613627565b81010312610c6a57610c6390613ce3565b3880610ade565b8a80fd5b503d610c48565b6040513d8e823e3d90fd5b604051632ea0fec960e11b8152600490fd5b6040813d604011610cd8575b81610cab60409383613627565b81010312610cd45784610cbd82613ce3565b91015163ffffffff811603610cd457985087610a13565b8980fd5b3d9150610c9e565b8390813d8311610d03575b610cf58183613627565b81010312610bdd57386109cb565b503d610ceb565b610d189193959294506135a8565b610cd4579185918a9338610966565b6040513d8d823e3d90fd5b604051634143610760e01b8152600490fd5b610d4d906135a8565b610d585785386108b7565b8580fd5b6040513d89823e3d90fd5b604051633ea5037760e11b8152600490fd5b50346102d157806003193601126102d1576020604051610bbc8152f35b50346102d157806003193601126102d157600080516020615af78339815191525460a01c60ff1615610de157506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602090610dce565b50346102d15760203660031901126102d157610e0361357c565b610e0d363361399b565b6001600160a01b03168015610e32576001600160601b0360a01b600254161760025580f35b60849060405190632215fb1f60e11b825260406004830152600c60448301526b4c697145746842726964676560a01b60648301526024820152fd5b50346102d157806003193601126102d15760206001600160401b03600e5460401c16604051908152f35b50346102d15760203660031901126102d15760043580151580910361040d57610ec0363361399b565b60ff80196008541691161760085580f35b50346102d157806003193601126102d157602060405161ee198152f35b50346102d15760203660031901126102d15760ff6008541661169357610f12613739565b610d6757610f1e61392e565b610f2661396b565b600080516020615b37833981519152546001600160a01b03168015610c80575a90803b15610a8f57826040516327e935a160e01b8152836004820152818160248183875af18015610a845761167f575b5050610f80613af6565b60043515610d32578254600154849391610fac91600435916001600160a01b0391821691339116613d68565b602061103b610fbc600435613e48565b610fc881600554613716565b6005553386526007835260408620610fe1828254613716565b905560065460405191610ff3836135bb565b33835260043585840152604083015260608201528560808201528560a082015260018060a01b0360045416906040519788809481936203b44d60e11b83523360048401613888565b03925af1938415611674578394611640575b50604051630afcad5760e31b815260048101859052838160248173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491611626575b5080516020918201208452600f90526040808420859055600080516020615af78339815191525481516368fc2b7760e11b815262010bb960048201523060248201529190829060449082906001600160a01b03165afa908115610bd1576000916115db575b506113d5575b600080516020615af783398151915254604080516368fc2b7760e11b81526201ee1260048201523060248201529591869060449082906001600160a01b03165afa948515610bd15760009561138a575b5083946111b7575b50611158613cf0565b813b156111b357829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761119f575b506001600080516020615b578339815191525580f35b6111a8906135a8565b6102d1578038611189565b5050fd5b600080516020615b3783398151915254600080516020615b178339815191528054909550906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa908115610d5c57879161134c575b5015610c2957600190811b1784556001600160401b0361123046615392565b6040519263f26e140160e01b845233600485015260043560248501526044840152166064820152306084820152848160a48173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4908115611341578591611327575b5083546001811615610be257600119168455600080516020615b37833981519152546001600160a01b0316803b15610bdd576112ee600092918392604051948580948193631c18295560e31b835261ee1260048401526040602484015260448301906136db565b03925af18015610bd157611318575b50825492600180851614610bb057849360011c90553861114f565b611321906135a8565b386112fd565b61133b91503d8087833e610c0f8183613627565b38611287565b6040513d87823e3d90fd5b90506020813d602011611382575b8161136760209383613627565b8101031261137e5761137890613ce3565b38611211565b8680fd5b3d915061135a565b6040813d6040116113cd575b816113a360409383613627565b81010312610d585760206113b682613ce3565b91015163ffffffff811603610d5857945083611147565b3d9150611396565b600654600080516020615b3783398151915254600080516020615b1783398151915254906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa9081156115d0578691611596575b5015610c2957600190811b17600080516020615b178339815191525560405163282fbd4760e21b8152336004808301919091523560248201526044810191909152838160648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491611571575b50600080516020615b17833981519152546001811615610be25760011916600080516020615b1783398151915255600080516020615b37833981519152546001600160a01b0316803b15610bdd5761151c600092918392604051948580948193631c18295560e31b8352610bb960048401526040602484015260448301906136db565b03925af18015610bd157611562575b50600080516020615b178339815191525493600180861614610bb05760019490941c600080516020615b17833981519152556110f7565b61156b906135a8565b3861152b565b61158591503d8086833e610c0f8183613627565b38611499565b6040513d86823e3d90fd5b90506020813d6020116115c8575b816115b160209383613627565b81010312610d58576115c290613ce3565b3861142e565b3d91506115a4565b6040513d88823e3d90fd5b906040823d60401161161e575b816115f560409383613627565b810103126102d157602061160883613ce3565b92015163ffffffff8116036102d15750386110f1565b3d91506115e8565b61163a91503d8086833e610c0f8183613627565b3861108c565b9093506020813d60201161166c575b8161165c60209383613627565b81010312610bdd5751923861104d565b3d915061164f565b6040513d85823e3d90fd5b611688906135a8565b610a8f578238610f76565b60405163e9e4ed5f60e01b8152600490fd5b50346102d15760403660031901126102d157600435906116c3613592565b6116cb613739565b15611904576116d861396b565b6116e0613af6565b6004805460405163b63e6ac360e01b81529182018590526001600160a01b039081169490929160c081602481895afa9081156113415785916118d5575b50838151163381036118a657508585963b15610d5857858091602460405180948193630852cd8d60e31b83528860048401525af19081156115d057869161188e575b505060405191630afcad5760e31b83526004830152848260248173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af48015611341576040928691611874575b50602081519101208552600f602052848281205501916b033b2e3c9fd0803ce80000006117d1845160065490613c2f565b04926117e0815160055461387b565b6005555133855260076020526117fb6040862091825461387b565b90558261180c575b836103d9613cf0565b6001541691823b1561186f57604051635e588b6f60e01b81526001600160a01b0392909216600483015260248201529082908290604490829084905af18015610a845761185b575b8080611803565b611864906135a8565b6102d1578038611854565b505050fd5b61188891503d8088833e610c0f8183613627565b386117a0565b611897906135a8565b6118a257843861175f565b8480fd5b6040516309d52fcf60e31b815260048101939093526001600160a01b0316602483015250336044820152606490fd5b6118f7915060c03d60c0116118fd575b6118ef8183613627565b8101906137a3565b3861171d565b503d6118e5565b604051630220973960e51b8152600490fd5b50346102d15760203660031901126102d15761193061357c565b600080516020615af7833981519152546001600160a01b03908116330361197f57813b15611965575061196290613def565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346102d157806003193601126102d1576020604051610bbe8152f35b50346102d15760403660031901126102d1576119cd61357c565b6119d5613592565b906119e0363361399b565b60018060a01b036001600160601b0360a01b9181600080516020615b378339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346102d157806003193601126102d157602060405161ee138152f35b50346102d157806003193601126102d1576020600b54604051908152f35b50346102d157806003193601126102d157611a8d61392e565b611a95613739565b610d6757611aa161396b565b600080516020615b3783398151915280549091906001600160a01b039081168015610c80575a813b15611e22576040516327e935a160e01b815260048101829052848160248183875af1801561134157908591611e0e575b5050611b03613af6565b600a54928315611dfc5780600354169360019482865416813b15611ddc576040516346f4991160e11b81526001600160a01b03919091166004820152602481019290925286908290604490829084905af180156115d057611de8575b50604495600b54600c55604082600080516020615af783398151915254168151988980926368fc2b7760e11b825262010bbe60048301523060248301525afa968715610bd157600097611d99575b508596959495611c03575b505082600a55813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575050600080516020615b578339815191525580f35b9080945085541693600a5491600654928282541690600080516020615b17833981519152978854928015610c80576020600491604051928380926372277dad60e11b82525afa908115610c75578c91611d5b575b5015610c295791891b8917885560405163d1d4b7af60e01b81526001600160a01b03909216600483015260248201526044810193909352878360648173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893611d3f575b50855487811615610be2576001191686555416803b15610bdd57611d07600092918392604051948580948193631c18295560e31b8352610bbe60048401526040602484015260448301906136db565b03925af18015610bd157611d30575b508254928480851614610bb0578593851c90553880611bb8565b611d39906135a8565b38611d16565b611d549193503d808a833e610c0f8183613627565b9138611cb8565b90506020813d602011611d91575b81611d7660209383613627565b81010312611d8d57611d8790613ce3565b38611c57565b8b80fd5b3d9150611d69565b6040813d604011611de0575b81611db260409383613627565b81010312611ddc576020611dc582613ce3565b91015163ffffffff811603611ddc57965085611bad565b8780fd5b3d9150611da5565b611df286916135a8565b6118a25738611b5f565b60405163053716d160e01b8152600490fd5b611e17906135a8565b611e22578338611af9565b8380fd5b50346102d15760403660031901126102d157600435611e43613592565b90611e4c613739565b610d675760ff6008541661169357611e6261392e565b611e6a61396b565b600080516020615b3783398151915280546001600160a01b03919082168015610c80575a91813b1561137e57604051936327e935a160e01b8552836004860152876024958181888183895af18015610a84576122ca575b5050611ecb613af6565b8060045416916040519263b63e6ac360e01b845287600485015260c0848881845afa93841561222b578a946122a9575b50608084015160028110156122965761227e578284511633810361224e5750808a913b1561040d57818091898b6040519485938492630852cd8d60e31b845260048401525af18015610a8457612236575b505073__$a34fba7a3e07cfc86d12a7a007b352134b$__60405197630afcad5760e31b8952600489015289888881845af497881561222b578a9861220f575b5087516020809901208a52600f88528960408120556040888501519401611fb5815160055461387b565b60055551338b5260078952611fcf60408c2091825461387b565b905589600199848b5416803b15610a8f57604051635e588b6f60e01b81526001600160a01b039290921660048301526024820187905282908290604490829084905af18015610a84576121fb575b50506006548383541691600080516020615b17833981519152998a54938015610c8057818e92600492604051938480926372277dad60e11b82525afa9283156121ef57926121b5575b505015610c2957918a1b8a178955604051633dc7cb0960e21b8152336004820152602481019590955260448501528990849060649082905af49283156121aa57899361218e575b50865488811615612177576001191687555416803b15610bdd576120fb600092918392604051948580948193631c18295560e31b8352610bba600484015260408c84015260448301906136db565b03925af18015610bd157612168575b508354938580861614610bb0578694861c9055612125613cf0565b803b15611e225783928392604051948593849263f5786b4b60e01b845260048401525af18015610a8457610a70575050600080516020615b578339815191525580f35b612171906135a8565b3861210a565b869060405190633b48047760e01b82526004820152fd5b6121a39193503d808b833e610c0f8183613627565b91386120ad565b6040513d8b823e3d90fd5b90809250813d83116121e8575b6121cc8183613627565b810103126121e4576121dd90613ce3565b3880612066565b8c80fd5b503d6121c2565b604051903d90823e3d90fd5b612204906135a8565b610cd457893861201d565b6122249198503d808c833e610c0f8183613627565b9638611f8b565b6040513d8c823e3d90fd5b61223f906135a8565b61224a578838611f4c565b8880fd5b6040516309d52fcf60e31b8152600481018a90526001600160a01b03919091166024820152336044820152606490fd5b604051636d56c1b960e01b8152600481018990528790fd5b634e487b7160e01b8b526021600452878bfd5b6122c391945060c03d60c0116118fd576118ef8183613627565b9238611efb565b6122d3906135a8565b611ddc578738611ec1565b50346102d157806003193601126102d1576020604051610bba8152f35b50346102d157806003193601126102d1576020600954604051908152f35b50346102d157806003193601126102d157602060405161ee178152f35b50346102d157806003193601126102d157602060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330054166040519015158152f35b50346102d157806003193601126102d157602060405161ee148152f35b50346102d15760803660031901126102d1576024356001600160401b0381168103610bdd57604435906001600160401b038211610a8f5736602383011215610a8f578160040135906001600160401b038211611e22573660248385010111611e22576123ff613739565b610d675761240b61392e565b61241361396b565b600080516020615b37833981519152546001600160a01b0316918215610c80575a93833b15610d5857856040516327e935a160e01b81528660048201528181602481838a5af18015610a84576128bb575b505060043515610d325760036001600160401b0384160361286257811561280f57602082036127b7576002546001600160a01b031690811561275b5786546124f0926124bf91600435919033906001600160a01b0316613d68565b600e54926001600160401b036124d6818616613777565b166001600160401b0319851617600e556024369201613663565b600080516020615b3783398151915254600080516020615b17833981519152549193906001600160a01b03168015610c80576020600491604051928380926372277dad60e11b82525afa908115610c1e578891612721575b5015610c2957869260016001600160401b0393811b17600080516020615b17833981519152558261257846615392565b816125ad604051988997889763b421bbc560e01b895260043560048a015216602488015260e0604488015260e48701906136db565b9360643560648701521660848501521660a48301523060c4830152038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561158b578491612707575b50600080516020615b17833981519152546001811615610be25760011916600080516020615b1783398151915255600080516020615b37833981519152546001600160a01b0316803b15610bdd57612672600092918392604051948580948193631c18295560e31b835261ee1760048401526040602484015260448301906136db565b03925af18015610bd1576126f8575b50600080516020615b178339815191525491600180841614610bb057839260011c600080516020615b1783398151915255813b156111b357829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761119f57506001600080516020615b578339815191525580f35b612701906135a8565b38612681565b61271b91503d8086833e610c0f8183613627565b386125ef565b90506020813d602011612753575b8161273c60209383613627565b81010312611ddc5761274d90613ce3565b38612548565b3d915061272f565b60405160016245d25360e11b0319815260206004820152602a60248201527f696e737461737761702062726964676520637573746f6479206973206e6f742060448201526918dbdb999a59dd5c995960b21b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602660248201527f696e737461737761702064657374696e6174696f6e206d75737420626520333260448201526520627974657360d01b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602160248201527f696e737461737761702064657374696e6174696f6e20697320726571756972656044820152601960fa1b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602760248201527f756e737570706f7274656420696e737461737761702064657374696e6174696f604482015266371031b430b4b760c91b6064820152608490fd5b6128c4906135a8565b610d58578538612464565b50346102d157806003193601126102d157546040516001600160a01b039091168152602090f35b50346102d157806003193601126102d157604051602090818101908082106001600160401b038311176129a8576040828152848252805184815291518285018190529193600583901b8501820193929185015b8287106129565785850386f35b909192938280612998600193603f198a82030186528851604060609161ffff815116845263ffffffff86820151168685015201519181604082015201906136db565b9601920196019592919092612949565b634e487b7160e01b600052604160045260246000fd5b50346102d157806003193601126102d1576129d761392e565b6129df61396b565b6129e9363361399b565b6103d9613af6565b50346102d15760203660031901126102d157612a0b61357c565b612a15363361399b565b60018060a01b03166001600160601b0360a01b600354161760035580f35b50346102d157806003193601126102d1577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003612a9e5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126102d157612ac561357c565b6024356001600160401b038111610a8f57612ae490369060040161369a565b612aec6153c5565b612af6363361399b565b612afe6153c5565b6040516352d1902d60e01b81526001600160a01b038316926020918281600481885afa869181612c51575b50612b4757604051634c9c8ce360e01b815260048101869052602490fd5b9385947f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103612c395750823b15612c205780546001600160a01b0319168217905560405185917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a2845115612c035750808484612bf696519101845af4903d15612bfa573d612bda81613648565b90612be86040519283613627565b81528581943d92013e615a93565b5080f35b60609250615a93565b935050505034612c11575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311612c79575b612c698183613627565b8101031261137e57519038612b29565b503d612c5f565b50346102d15760203660031901126102d157612c9a61357c565b612ca4363361399b565b600180546001600160a01b039283166001600160a01b03198216811790925583546040516370a0823160e01b815291851690921760048201529160209183916024918391165afa908115610a84578291612d00575b5060095580f35b90506020813d602011612d2a575b81612d1b60209383613627565b81010312610bdd575138612cf9565b3d9150612d0e565b50346102d157806003193601126102d15760206001600160401b03600e5416604051908152f35b50346102d157806003193601126102d1576020600554604051908152f35b50346102d157806003193601126102d157612d9061392e565b612d98613739565b610d6757612da461396b565b612dae363361399b565b600080516020615b3783398151915280546001600160a01b03919082168015610c80575a813b156118a2576040516327e935a160e01b815260048101829052858160248183875af180156115d05761306e575b50612e0a613af6565b600a548015611dfc57846002541694851561275b578660019682885416803b15610a8f57604051635e588b6f60e01b81526001600160a01b039290921660048301526024820185905282908290604490829084905af18015610a845761305a575b5050612e7682613c62565b612e8a612e8283613cba565b600b5461375e565b80600b55600c5586600a55600e54946001600160401b03808760401c169667ffffffffffffffff60401b612ebd89613777565b60401b169067ffffffffffffffff60401b191617600e558282541696600080516020615b17833981519152978854908015610c80576020600491604051928380926372277dad60e11b82525afa908115610c75578c91613020575b5015610c2957891b89178855612f2d46615392565b9060405195630fc12caf60e21b875260048701526024860152166044840152306064840152878360848173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4928315610c1e578893613004575b50855487811615610be2576001191686555416803b15610bdd57612fcb600092918392604051948580948193631c18295560e31b835261ee1360048401526040602484015260448301906136db565b03925af18015610bd157612ff5575b508254928480851614610bb0578593851c9055610a2a613cf0565b612ffe906135a8565b38612fda565b6130199193503d808a833e610c0f8183613627565b9138612f7c565b90506020813d602011613052575b8161303b60209383613627565b81010312611d8d5761304c90613ce3565b38612f18565b3d915061302e565b613063906135a8565b61137e578638612e6b565b61307a909591956135a8565b9338612e01565b50346102d157806003193601126102d1576020600654604051908152f35b50346102d157806003193601126102d15760206130ba613739565b6040519015158152f35b50346102d157806003193601126102d157602060405161ee168152f35b50346102d157806003193601126102d1576001546040516001600160a01b039091168152602090f35b50346102d15760a03660031901126102d15761312461357c565b61312c613592565b6001600160a01b0390604435828116908190036118a25760643590838216809203610d585760843584811680910361137e577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009485549460ff8660401c1615956001600160401b0390818116998a158061353c575b6001809c149081613532575b159081613529575b506106d05767ffffffffffffffff198281168c178b55918961350a575b506131db61531e565b895460ff8160401c16159381168c81159182613502575b1490816134f8575b1590816134ef575b506106d057838c61321f948316178c556134d0575061064b61531e565b61322761531e565b61322f61531e565b61323761531e565b613496575b61324461531e565b61324c61531e565b61325461531e565b87600080516020615b578339815191525561326d61531e565b61327561531e565b1692831561346157821561342e5780156133f75781156133be5790602092916001600160601b0360a01b9085828b5416178a5583828a541617895581600354161760035560045416176004556b033b2e3c9fd0803ce80000006006556024604051809481936370a0823160e01b835260048301525afa90811561134157859161338c575b5060095542600d55680100000000000000016fffffffffffffffffffffffffffffffff19600e541617600e5561332d61531e565b600160801b600080516020615b178339815191525561334a578280f35b805468ff0000000000000000191690556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b90506020813d6020116133b6575b816133a760209383613627565b810103126118a25751386132f9565b3d915061339a565b60848260405190632215fb1f60e11b825260406004830152600a604483015269149958d95a5c1d13919560b21b60648301526024820152fd5b60849060405190632215fb1f60e11b8252604060048301526008604483015267283932ba37b5b2b760c11b60648301526024820152fd5b60848360405190632215fb1f60e11b8252604060048301526004604483015263141bdbdb60e21b60648301526024820152fd5b60848460405190632215fb1f60e11b82526040600483015260066044830152650d8d2e28aa8960d31b60648301526024820152fd5b60ff60401b1987541687557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d260206040518a8152a161323c565b68ffffffffffffffffff191668010000000000000001178a5538610642565b90501538613202565b303b1591506131fa565b8692506131f2565b68ffffffffffffffffff191668010000000000000001178a55386131d2565b905015386131b5565b303b1591506131ad565b50886131a1565b50346102d157806003193601126102d1576020604051610bb98152f35b90503461040d578160031936011261040d57602090600c548152f35b600435906001600160a01b0382168203610bdd57565b602435906001600160a01b0382168203610bdd57565b6001600160401b0381116129a857604052565b60c081019081106001600160401b038211176129a857604052565b604081019081106001600160401b038211176129a857604052565b60a081019081106001600160401b038211176129a857604052565b608081019081106001600160401b038211176129a857604052565b90601f801991011681019081106001600160401b038211176129a857604052565b6001600160401b0381116129a857601f01601f191660200190565b92919261366f82613648565b9161367d6040519384613627565b829481845281830111610bdd578281602093846000960137010152565b9080601f83011215610bdd578160206136b593359101613663565b90565b60005b8381106136cb5750506000910152565b81810151838201526020016136bb565b906020916136f4815180928185528580860191016136b8565b601f01601f1916010190565b600435906001600160401b0382168203610bdd57565b9190820180921161372357565b634e487b7160e01b600052601160045260246000fd5b60ff6008541661375957600d54629e340081018091116137235742101590565b600090565b8181039291600013801582851316918412161761372357565b6001600160401b038091169081146137235760010190565b51906001600160401b0382168203610bdd57565b908160c0910312610bdd57604051906137bb826135bb565b80516001600160a01b0381168103610bdd57825260208101516020830152604081015160408301526060810151606083015260808101516002811015610bdd57608083015261380c9060a00161378f565b60a082015290565b81601f82011215610bdd57805161382a81613648565b926138386040519485613627565b81845260208284010111610bdd576136b591602080850191016136b8565b90602082820312610bdd5781516001600160401b038111610bdd576136b59201613814565b9190820391821161372357565b90929160e082019360018060a01b038091168352815116602083015260208101516040830152604081015160608301526060810151608083015260808101519060028210156138eb5760a06001600160401b039160c09382860152015116910152565b634e487b7160e01b600052602160045260246000fd5b61ffff1661ee1881146139245761ee14146139195750565b613922906147de565b565b5061392290613f30565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661395957565b60405163d93c066560e01b8152600490fd5b600080516020615b5783398151915260028154146139895760029055565b604051633ee5aeb560e01b8152600490fd5b600080516020615af78339815191528054909290916001600160a01b038084169260048110610bdd5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152613a0e816135f1565b828052826020525190895afa613ae5575b15613a2e575b50505050505050565b63ffffffff1615613acf5760ff60a01b19948516600160a01b178655833b15610bdd57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af1908115613ac55750613ab6575b50815416905538808080808080613a25565b613abf906135a8565b38613aa4565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290613a1f565b600080546001546040516370a0823160e01b81526001600160a01b039182166004820152929160209184916024918391165afa918215613c22578192613bee575b5060095480831115613bbb5750613b61613b536009548461387b565b613b5c8161535f565b613cba565b600b54828282019283129112908015821691151617613ba757600b555b613b8d600b54600c549061375e565b9080821315613ba057505b600a55600955565b9050613b98565b634e487b7160e01b82526011600452602482fd5b82818110613bcb575b5050613b7e565b613bdb612e8291613be49361387b565b613b5c81613c62565b600b553882613bc4565b9091506020813d602011613c1a575b81613c0a60209383613627565b8101031261040d57519038613b37565b3d9150613bfd565b50604051903d90823e3d90fd5b8181029291811591840414171561372357565b8115613c4c570490565b634e487b7160e01b600052601260045260246000fd5b8015613cb7576005548015613cb357613c956b033b2e3c9fd0803ce80000009283613c8f60065485613c2f565b0461387b565b82810292818404149015171561372357613cae91613c42565b600655565b5050565b50565b6001600160ff1b038111613ccb5790565b6024906040519063123baf0360e11b82526004820152fd5b51908115158203610bdd57565b6000546001546040516370a0823160e01b81526001600160a01b0391821660048201529160209183916024918391165afa908115610bd157600091613d36575b50600955565b90506020813d602011613d60575b81613d5160209383613627565b81010312610bdd575138613d30565b3d9150613d44565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152613daa816135f1565b519082865af115610bd1576000513d613de657508082163b155b613dcc575050565b604051635274afe760e01b81529116600482015260249150fd5b60011415613dc4565b600080516020615af783398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6b033b2e3c9fd0803ce800000090818102918183041490151715613723576006546136b591613c42565b90602082519201516001600160601b0319908181169360148110613e9557505050565b60140360031b82901b16169150565b60009060033d11613eb157565b905060046000803e60005160e01c90565b600060443d106136b557604051600319913d83016004833e81516001600160401b03918282113d602484011117613f1f57818401948551938411613f27573d85010160208487010111613f1f57506136b592910160200190613627565b949350505050565b50949350505050565b73__$a34fba7a3e07cfc86d12a7a007b352134b$__9060408051631881506d60e01b815260006004946024828480613f726020998a8c840152858301906136db565b0381855af49384156147d45783946146fb575b506001600160401b039687855116156146ae578785511684526010875260ff86852054166146a457606092613fd68885880151895180938192631ea14a8f60e21b83528488840152888301906136db565b0381855af490811561469a578691614665575b50156145e25760a0860160148151510361451c579061402b9493929160808801908a82518b518099819263c969ff2960e01b83528489840152898301906136db565b0381865af49687156145125788976144e3575b506140498151613e72565b6002546001600160a01b039891881c9089161561446557886002541690813b15610c6a578c516350d5a0d360e01b81526001600160a01b039091168782019081526020810193909352918a91839182908490829060400103925af19081614452575b5061414e57505050505050506001906140c2613ea4565b6308c379a014614122575b506140d9575b50505050565b614119937f696e7374617377617020736574746c656d656e74206661696c6564000000000091511691519261410d846135d6565b601b8452830152615431565b388080806140d3565b61412a613ec2565b9081614137575b506140cd565b6141479192509186845116615431565b3880614131565b918497989491848b8e60a0979a9f999e998d976141c8918b5116895260108c526141b683858b209c60019d8e60ff198254161790555116965191519161419346615392565b95519b8c9a8b998a996314577a9160e01b8b528a015288015260a48701906136db565b858103600319016044870152906136db565b9116606483015230608483015203915af495861561444757809661442a575b5050600080516020615b37833981519152948554988060009a1698891561441a5782518951908682019230901b835261ee1960f01b60348301524360368301526056820152605681526142398161360c565b519020968715614411575b893b15610c6a5788516327e935a160e01b81528681018990528b818981838f5af18015614407576143f4575b505416600080516020615b178339815191529384549082156143e45789516372277dad60e11b815281818981875afa9182156143da578d926143a4575b50501561439457831b8317600119168455803b15610bdd576142f59160009189838151809681958294631c18295560e31b845261ee198d8501528d84015260448301906136db565b03925af180156143895761437a575b50815490808083161461436a571c9055843b15610d585790859291838551968794859363f5786b4b60e01b85528401525af1908115614361575061434d575b5050613922613cf0565b61435782916135a8565b6102d15780614343565b513d84823e3d90fd5b8651636f3e1d3560e01b81528490fd5b614383906135a8565b38614304565b87513d6000823e3d90fd5b885163738c481160e01b81528690fd5b90809250813d83116143d3575b6143bb8183613627565b81010312611d8d576143cc90613ce3565b38806142ad565b503d6143b1565b8b513d8f823e3d90fd5b8951632ea0fec960e11b81528790fd5b614400909b919b6135a8565b9938614270565b8a513d8e823e3d90fd5b96508296614244565b8851632ea0fec960e11b81528690fd5b61443f9296503d8091833e610c0f8183613627565b9338806141e7565b8751903d90823e3d90fd5b61445e909991996135a8565b97386140ab565b50505050509598979391969484919350511694885196870193878510908511176144d357505050947f696e737461737761702062726964676520637573746f6479206973206e6f74206918dbdb999a59dd5c995960b21b9261392296978352602a8652850152830152615431565b634e487b7160e01b825260419052fd5b9096508a81813d831161450b575b6144fb8183613627565b81010312611ddc5751953861403e565b503d6144f1565b8a513d8a823e3d90fd5b5092919398976002969761459f918b9751169360108a519261453d846135d6565b601b84527f696e76616c69642064657374696e6174696f6e2061646472657373000000000081850152868a52528988208960ff19825416179055895198899788968796630d36c1c760e21b8852870152850152604484015260648301906136db565b03915af49182156145d95750836139229394926145be575b50506154b9565b6145d292503d8091833e610c0f8183613627565b38806145b7565b513d85823e3d90fd5b92919398976001969761459f918b9751169360108a5192614602846135d6565b601d84527f756e737570706f727465642064657374696e6174696f6e20617373657400000081850152868a5252898820600260ff19825416179055895198899788968796630d36c1c760e21b8852870152850152604484015260648301906136db565b90508881813d8311614693575b61467c8183613627565b81010312610d585761468d90613ce3565b38613fe9565b503d614672565b88513d88823e3d90fd5b5050505050505050565b602360849288885193637fba2dad60e11b85528401528201527f696e7374617377617020736574746c656d656e742069642069732072657175696044820152621c995960ea1b6064820152fd5b9093503d8084833e61470d8183613627565b81018682820312611e225781516001600160401b0392838211610d5857019160c0838303126118a257865192614742846135bb565b61474b8161378f565b845261475889820161378f565b898501528781015182811161137e5783614773918301613814565b88850152606081015182811161137e578361478f918301613814565b6060850152608081015182811161137e57836147ac918301613814565b608085015260a0810151918211610d58576147c8929101613814565b60a08201529238613f85565b85513d85823e3d90fd5b614807604051916364c269e560e01b8352828060009384936020600484015260248301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4918215613c2257819261523f575b506001600160401b03825116156151f6576001600160401b038251168152601160205260ff604082205416613cb357806148ac916001600160401b0384511661487646615392565b6040516329793f7360e01b81526001600160401b0392831660048201529116602482015230604482015292839081906064820190565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af4918215613c225781926151da575b5060026001600160401b036020850151160361518e57606083016014815151036151485761490460408501516159a4565b908115615105578260a060405161491a816135bb565b8281528260208201528260408201528260608201528260808201520152602460c060018060a01b03600454166040519283809263b63e6ac360e01b82528760048301525afa8491816150e4575b506149af57505050506001600160401b03613922925116906040519161498c836135d6565b60118352701c9958d95a5c1d081b9bdd08199bdd5b99607a1b60208401526156f6565b608081015160028110156150d05761508157906149ee91602060808801516040518095819263c969ff2960e01b835284600484015260248301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af492831561134157859361504d575b5082158015615040575b614ff057614a2d8382615a63565b9182158015614fe3575b614f9b57614a459051613e72565b60601c9360019460018060a01b0386541690813b15611ddc57604051635e588b6f60e01b81526001600160a01b03919091166004820152602481018690529087908290604490829084905af19081614f88575b50614b3d575050505090614aaa613ea4565b6308c379a014614b09575b50614abe575050565b6001600160401b036139229251169060405191614ada836135d6565b601883527f7072696e636970616c2072656c65617365206661696c6564000000000000000060208401526156f6565b614b11613ec2565b9081614b1e575b50614ab5565b614b3691925091836001600160401b038651166156f6565b3880614b18565b9091929496939550614b6360406001600160401b0386511695015195602084015161387b565b90614b7284604085015161387b565b93614b7f8160055461387b565b60055583516001600160a01b0316895260076020526040892080549091614ba59161387b565b90556004546001600160a01b031690813b1561224a578891602483926040519485938492630852cd8d60e31b845260048401525af18015610c1e57908891614f74575b508115614f52575081516060830151604051614c6895602095919491939091906001600160a01b0316614c1a866135bb565b855285850152604084015260608301528760808301528760a083015260018060a01b03600454169060018060a01b03905116886040518096819582946203b44d60e11b845260048401613888565b03925af190811561134157908592918391614f19575b50836020614cec95519101208352600f60205260408320555b808252601160205260408220805460ff191685179055614cb646615392565b60405163da47309b60e01b81526001600160401b0392831660048201529116602482015230604482015291829081906064820190565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af49283156121ef578093614efc575b5050600080516020615b3783398151915280546000936001600160a01b03909116928315610c8057815160405160208101913060601b835261ee1560f01b6034830152436036830152605682015260568152614d6e8161360c565b519020928315614ef3575b843b15610d58576040516327e935a160e01b8152600481018590528681602481838a5af18015610d5c57614ee0575b5054600080516020615b1783398151915280549093916001600160a01b0316908115610c80576040516372277dad60e11b8152602081600481865afa9081156121aa578991614ea6575b5015610c2957831b8317600119168455803b15610bdd57614e3e600092918392604051948580948193631c18295560e31b835261ee1560048401526040602484015260448301906136db565b03925af18015610bd157614e97575b508154908080831614610bb0571c9055813b15610a8f57829160248392604051948593849263f5786b4b60e01b845260048401525af18015610a845761434d575050613922613cf0565b614ea0906135a8565b38614e4d565b90506020813d602011614ed8575b81614ec160209383613627565b8101031261224a57614ed290613ce3565b38614df2565b3d9150614eb4565b614eec909691966135a8565b9438614da8565b92508092614d79565b614f119293503d8091833e610c0f8183613627565b903880614d13565b9250506020823d602011614f4a575b81614f3560209383613627565b81010312610bdd579051849190614cec614c7e565b3d9150614f28565b9392505050826020614cec94519101208252600f602052816040812055614c97565b614f7d906135a8565b61137e578638614be8565b614f94909791976135a8565b9538614a98565b5050505050506001600160401b036139229251169060405191614fbd836135d6565b6014835273696e76616c6964207368617265732064656c746160601b60208401526156f6565b5060408201518311614a37565b50505050506001600160401b036139229251169060405191615011836135d6565b601883527f696e76616c6964207072696e636970616c20616d6f756e74000000000000000060208401526156f6565b5060208101518311614a1f565b9092506020813d602011615079575b8161506960209383613627565b810103126118a257519138614a15565b3d915061505c565b505050506001600160401b0361392292511690604051916150a1836135d6565b601b83527f72656365697074206973206e6f7420776974686472617761626c65000000000060208401526156f6565b634e487b7160e01b85526021600452602485fd5b6150fe91925060c03d60c0116118fd576118ef8183613627565b9038614967565b5050506001600160401b036139229251169060405191615124836135d6565b60128352711c1bdcda5d1a5bdb881b9bdd08199bdd5b9960721b60208401526156f6565b50506001600160401b036139229251169060405191615166836135d6565b60168352751a5b9d985b1a5908195e1a5d081c9958da5c1a595b9d60521b60208401526156f6565b506001600160401b0361392292511690604051916151ab836135d6565b601883527f756e737570706f7274656420736f7572636520636861696e000000000000000060208401526156f6565b6151ef9192503d8084833e610c0f8183613627565b90386148d3565b60405160016245d25360e11b0319815260206004820152601d60248201527f7072696e636970616c20657869742069642069732072657175697265640000006044820152606490fd5b9091503d8083833e6152518183613627565b8101602082820312610a8f5781516001600160401b03928382116118a257019160a083830312611e22576040519260a084018481108382111761530a5760405261529a8161378f565b84526152a86020820161378f565b60208501526040810151828111610d5857836152c5918301613814565b60408501526060810151828111610d5857836152e2918301613814565b606085015260808101519182116118a2576152fe929101613814565b6080820152903861482e565b634e487b7160e01b86526041600452602486fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561534d57565b604051631afcd79f60e31b8152600490fd5b8015613cb7576005548015613cb357613c956b033b2e3c9fd0803ce8000000928361538c60065485613c2f565b04613716565b6001600160401b03908181116153a6571690565b604490604051906306dfcc6560e41b8252604060048301526024820152fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215615403575b5050612a9e57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806153fb565b6001600160401b0316600081815260106020526040808220805460ff1916600217905551630d36c1c760e21b815260048101929092526003602483015260606044830152929183908290819061548b9060648301906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af490811561167457836139229394926145be5750505b600080516020615b3783398151915280546000926001600160a01b03918216929091908315610c8057825192604093845160208101913060601b835261770d60f11b60348301524360368301526056820152605681526155188161360c565b5190209283156156ed575b853b1561137e5784516327e935a160e01b8152600480820186905293908881602481838c5af180156156e3576156d0575b50541690600080516020615b1783398151915291825481156156c05786516372277dad60e11b81526020818781865afa9081156156b6578a9161567c575b501561566c57600190811b17600119168355803b15610bdd576155dd6000929183928851948580948193631c18295560e31b835261ee1a8b8401528c602484015260448301906136db565b03925af1801561566157615652575b5080546001808216146156425760011c9055833b156118a2579060248592838551968794859363f5786b4b60e01b85528401525af19081156143615750615631575050565b61563b82916135a8565b6102d15750565b8451636f3e1d3560e01b81528390fd5b61565b906135a8565b386155ec565b85513d6000823e3d90fd5b865163738c481160e01b81528590fd5b90506020813d6020116156ae575b8161569760209383613627565b81010312610cd4576156a890613ce3565b38615592565b3d915061568a565b88513d8c823e3d90fd5b8651632ea0fec960e11b81528590fd5b6156dc909891986135a8565b9638615554565b87513d8b823e3d90fd5b60019350615523565b6001600160401b031690600091808352602090601182528361574e604094858320600260ff1982541617905561576086519889938493631705dd0960e01b8552600497888601526060602486015260648501906136db565b838103600319016044850152906136db565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af494851561599757849561597b575b50600080516020615b3783398151915291825494809660018060a01b038097169687156156c05781518751858101913060601b835261770b60f11b60348301524360368301526056820152605681526157df8161360c565b519020958615615972575b883b15611e225787516327e935a160e01b81528681018890528481602481838e5af1801561596857615955575b50541690600080516020615b178339815191529384549083156159455788516372277dad60e11b815281818981885afa918215614407578c9261590f575b5050156158ff57600190811b17600119168455813b15610a8f5761589f839283928951958680948193631c18295560e31b835261ee168c8401528d602484015260448301906136db565b03925af19081156158f45750615652575080546001808216146156425760011c9055833b156118a2579060248592838551968794859363f5786b4b60e01b85528401525af19081156143615750615631575050565b8651903d90823e3d90fd5b875163738c481160e01b81528690fd5b90809250813d831161593e575b6159268183613627565b81010312610c6a5761593790613ce3565b3880615855565b503d61591c565b8851632ea0fec960e11b81528790fd5b615960919a506135a8565b829838615817565b89513d87823e3d90fd5b600196506157ea565b6159909195503d8086833e610c0f8183613627565b9338615787565b50505051903d90823e3d90fd5b80516020820190812090600092828452600f602052604084205480615a5b575080519060208203615a545760209181010312610a8f5751908115615a4f576004805460405163b63e6ac360e01b815291820184905260c090829060249082906001600160a01b03165afa9081615a30575b50615a1f57505090565b82604091839452600f602052205590565b615a489060c03d60c0116118fd576118ef8183613627565b5038615a15565b505090565b5050505090565b935050505090565b90602082019081518114615a8a57615a829060406136b5940151613c2f565b905190613c42565b50506040015190565b90615aba5750805115615aa857602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580615aed575b615acb575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b15615ac356fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a007a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122016240d97fd64e360e617b48863f90e36fe29057d0da42e5a4682005b31ab9e6d64736f6c63430008190033",
|
|
1556
|
+
"linkReferences": {
|
|
1557
|
+
"contracts/outpost/WireYieldHubAttestations.sol": {
|
|
1558
|
+
"WireYieldHubAttestations": [
|
|
1559
|
+
{
|
|
1560
|
+
"length": 20,
|
|
1561
|
+
"start": 2882
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"length": 20,
|
|
1565
|
+
"start": 4248
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"length": 20,
|
|
1569
|
+
"start": 4755
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"length": 20,
|
|
1573
|
+
"start": 5285
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"length": 20,
|
|
1577
|
+
"start": 6058
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"length": 20,
|
|
1581
|
+
"start": 7364
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"length": 20,
|
|
1585
|
+
"start": 8063
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"length": 20,
|
|
1589
|
+
"start": 9723
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"length": 20,
|
|
1593
|
+
"start": 12168
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"length": 20,
|
|
1597
|
+
"start": 16225
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"length": 20,
|
|
1601
|
+
"start": 18490
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"length": 20,
|
|
1605
|
+
"start": 18655
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"length": 20,
|
|
1609
|
+
"start": 18977
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"length": 20,
|
|
1613
|
+
"start": 19743
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"length": 20,
|
|
1617
|
+
"start": 21694
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"length": 20,
|
|
1621
|
+
"start": 22419
|
|
1622
|
+
}
|
|
1623
|
+
]
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"deployedLinkReferences": {
|
|
1627
|
+
"contracts/outpost/WireYieldHubAttestations.sol": {
|
|
1628
|
+
"WireYieldHubAttestations": [
|
|
1629
|
+
{
|
|
1630
|
+
"length": 20,
|
|
1631
|
+
"start": 2835
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"length": 20,
|
|
1635
|
+
"start": 4201
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"length": 20,
|
|
1639
|
+
"start": 4708
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"length": 20,
|
|
1643
|
+
"start": 5238
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"length": 20,
|
|
1647
|
+
"start": 6011
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"length": 20,
|
|
1651
|
+
"start": 7317
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"length": 20,
|
|
1655
|
+
"start": 8016
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"length": 20,
|
|
1659
|
+
"start": 9676
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"length": 20,
|
|
1663
|
+
"start": 12121
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"length": 20,
|
|
1667
|
+
"start": 16178
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"length": 20,
|
|
1671
|
+
"start": 18443
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"length": 20,
|
|
1675
|
+
"start": 18608
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"length": 20,
|
|
1679
|
+
"start": 18930
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"length": 20,
|
|
1683
|
+
"start": 19696
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"length": 20,
|
|
1687
|
+
"start": 21647
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"length": 20,
|
|
1691
|
+
"start": 22372
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
}
|