@wireio/stake 2.5.2 → 2.6.1
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/lib/stake.browser.js +28125 -753
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +53 -11
- package/lib/stake.js +28149 -753
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +28125 -753
- package/lib/stake.m.js.map +1 -1
- package/package.json +2 -2
- 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 +1004 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -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/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -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 +279 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- 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/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.json +89 -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/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 +1896 -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/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- 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/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- 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/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
- 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 +542 -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/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- 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/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +948 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +88 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +194 -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 +36 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +199 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +224 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +298 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +488 -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/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -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/IOutpostUpgradeable.json +29 -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/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -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/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.json +1871 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.json +936 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.json +1665 -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/networks/ethereum/clients/stake.client.ts +81 -7
- package/src/networks/ethereum/contract.ts +212 -104
- package/src/networks/ethereum/ethereum.ts +47 -6
- package/src/networks/ethereum/types.ts +10 -0
- package/src/networks/solana/constants.ts +3 -3
- package/src/networks/solana/solana.ts +92 -7
- package/src/networks/solana/types.ts +2 -2
- package/src/types.ts +10 -1
|
@@ -0,0 +1,948 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "OPP",
|
|
4
|
+
"sourceName": "contracts/outpost/OPP.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": "FailedCall",
|
|
74
|
+
"type": "error"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [],
|
|
78
|
+
"name": "InvalidInitialization",
|
|
79
|
+
"type": "error"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"inputs": [],
|
|
83
|
+
"name": "NotInitializing",
|
|
84
|
+
"type": "error"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "bytes32",
|
|
90
|
+
"name": "expected",
|
|
91
|
+
"type": "bytes32"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"internalType": "bytes32",
|
|
95
|
+
"name": "actual",
|
|
96
|
+
"type": "bytes32"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"name": "OPP_EpochHashMismatch",
|
|
100
|
+
"type": "error"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"inputs": [
|
|
104
|
+
{
|
|
105
|
+
"internalType": "uint256",
|
|
106
|
+
"name": "required",
|
|
107
|
+
"type": "uint256"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"internalType": "uint256",
|
|
111
|
+
"name": "provided",
|
|
112
|
+
"type": "uint256"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"name": "OPP_InsufficientSignatureWeight",
|
|
116
|
+
"type": "error"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"inputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "address",
|
|
122
|
+
"name": "caller",
|
|
123
|
+
"type": "address"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"internalType": "address",
|
|
127
|
+
"name": "expected",
|
|
128
|
+
"type": "address"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"name": "OPP_InvalidOPPAddress",
|
|
132
|
+
"type": "error"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"inputs": [
|
|
136
|
+
{
|
|
137
|
+
"internalType": "bytes32",
|
|
138
|
+
"name": "expected",
|
|
139
|
+
"type": "bytes32"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"internalType": "bytes32",
|
|
143
|
+
"name": "actual",
|
|
144
|
+
"type": "bytes32"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"name": "OPP_MessageIDMismatch",
|
|
148
|
+
"type": "error"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"inputs": [],
|
|
152
|
+
"name": "OPP_NoAssertionsSent",
|
|
153
|
+
"type": "error"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"inputs": [],
|
|
157
|
+
"name": "OPP_NoPendingAssertions",
|
|
158
|
+
"type": "error"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"inputs": [
|
|
162
|
+
{
|
|
163
|
+
"internalType": "uint32",
|
|
164
|
+
"name": "expected",
|
|
165
|
+
"type": "uint32"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"internalType": "uint32",
|
|
169
|
+
"name": "actual",
|
|
170
|
+
"type": "uint32"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"name": "OPP_NonSequentialEpoch",
|
|
174
|
+
"type": "error"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"inputs": [],
|
|
178
|
+
"name": "OPP_NotSending",
|
|
179
|
+
"type": "error"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"inputs": [],
|
|
183
|
+
"name": "OPP_OPPAddressNotSet",
|
|
184
|
+
"type": "error"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"inputs": [
|
|
188
|
+
{
|
|
189
|
+
"internalType": "bytes32",
|
|
190
|
+
"name": "expected",
|
|
191
|
+
"type": "bytes32"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"internalType": "bytes32",
|
|
195
|
+
"name": "actual",
|
|
196
|
+
"type": "bytes32"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"name": "OPP_PayloadHashMismatch",
|
|
200
|
+
"type": "error"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"inputs": [
|
|
204
|
+
{
|
|
205
|
+
"internalType": "uint32",
|
|
206
|
+
"name": "epochNumber",
|
|
207
|
+
"type": "uint32"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "messageCount",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "OPP_PreviousEpochPendingMessages",
|
|
216
|
+
"type": "error"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"inputs": [
|
|
220
|
+
{
|
|
221
|
+
"internalType": "uint32",
|
|
222
|
+
"name": "epochNumber",
|
|
223
|
+
"type": "uint32"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"name": "OPP_PreviousEpochSent",
|
|
227
|
+
"type": "error"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"inputs": [
|
|
231
|
+
{
|
|
232
|
+
"internalType": "uint32",
|
|
233
|
+
"name": "epochNumber",
|
|
234
|
+
"type": "uint32"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"name": "OPP_PreviousEpochUnsent",
|
|
238
|
+
"type": "error"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"inputs": [
|
|
242
|
+
{
|
|
243
|
+
"internalType": "uint256",
|
|
244
|
+
"name": "stack",
|
|
245
|
+
"type": "uint256"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"name": "OPP_SendStackError",
|
|
249
|
+
"type": "error"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"inputs": [
|
|
253
|
+
{
|
|
254
|
+
"internalType": "uint256",
|
|
255
|
+
"name": "expectedMaxMessages",
|
|
256
|
+
"type": "uint256"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"internalType": "uint256",
|
|
260
|
+
"name": "actualMessages",
|
|
261
|
+
"type": "uint256"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"name": "OPP_TooManyMessages",
|
|
265
|
+
"type": "error"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"inputs": [
|
|
269
|
+
{
|
|
270
|
+
"internalType": "address",
|
|
271
|
+
"name": "sender",
|
|
272
|
+
"type": "address"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"internalType": "uint16",
|
|
276
|
+
"name": "assertionType",
|
|
277
|
+
"type": "uint16"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"name": "OPP_UnauthorizedAssertionType",
|
|
281
|
+
"type": "error"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"inputs": [
|
|
285
|
+
{
|
|
286
|
+
"internalType": "uint16",
|
|
287
|
+
"name": "assertionType",
|
|
288
|
+
"type": "uint16"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"name": "OPP_UnhandledAssertionType",
|
|
292
|
+
"type": "error"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"inputs": [],
|
|
296
|
+
"name": "OPP_ZeroTag",
|
|
297
|
+
"type": "error"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"inputs": [],
|
|
301
|
+
"name": "UUPSUnauthorizedCallContext",
|
|
302
|
+
"type": "error"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"inputs": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "bytes32",
|
|
308
|
+
"name": "slot",
|
|
309
|
+
"type": "bytes32"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"name": "UUPSUnsupportedProxiableUUID",
|
|
313
|
+
"type": "error"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"anonymous": false,
|
|
317
|
+
"inputs": [
|
|
318
|
+
{
|
|
319
|
+
"indexed": false,
|
|
320
|
+
"internalType": "address",
|
|
321
|
+
"name": "authority",
|
|
322
|
+
"type": "address"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"name": "AuthorityUpdated",
|
|
326
|
+
"type": "event"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"anonymous": false,
|
|
330
|
+
"inputs": [
|
|
331
|
+
{
|
|
332
|
+
"indexed": false,
|
|
333
|
+
"internalType": "uint64",
|
|
334
|
+
"name": "version",
|
|
335
|
+
"type": "uint64"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"name": "Initialized",
|
|
339
|
+
"type": "event"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"anonymous": false,
|
|
343
|
+
"inputs": [
|
|
344
|
+
{
|
|
345
|
+
"components": [
|
|
346
|
+
{
|
|
347
|
+
"internalType": "uint32",
|
|
348
|
+
"name": "epochNumber",
|
|
349
|
+
"type": "uint32"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"internalType": "uint64",
|
|
353
|
+
"name": "timestamp",
|
|
354
|
+
"type": "uint64"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"internalType": "bytes32",
|
|
358
|
+
"name": "prevEpochHash",
|
|
359
|
+
"type": "bytes32"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"internalType": "bytes32",
|
|
363
|
+
"name": "merkleRoot",
|
|
364
|
+
"type": "bytes32"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"internalType": "bytes32",
|
|
368
|
+
"name": "firstMessageID",
|
|
369
|
+
"type": "bytes32"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"internalType": "bytes32",
|
|
373
|
+
"name": "lastMessageID",
|
|
374
|
+
"type": "bytes32"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"indexed": false,
|
|
378
|
+
"internalType": "struct OPPEpochEnvelope",
|
|
379
|
+
"name": "envelope",
|
|
380
|
+
"type": "tuple"
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"name": "OPPEpoch",
|
|
384
|
+
"type": "event"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"anonymous": false,
|
|
388
|
+
"inputs": [
|
|
389
|
+
{
|
|
390
|
+
"components": [
|
|
391
|
+
{
|
|
392
|
+
"internalType": "bytes32",
|
|
393
|
+
"name": "messageID",
|
|
394
|
+
"type": "bytes32"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"internalType": "bytes32",
|
|
398
|
+
"name": "previousMessageID",
|
|
399
|
+
"type": "bytes32"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"internalType": "bytes32",
|
|
403
|
+
"name": "payloadHash",
|
|
404
|
+
"type": "bytes32"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"internalType": "uint64",
|
|
408
|
+
"name": "timestamp",
|
|
409
|
+
"type": "uint64"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"indexed": false,
|
|
413
|
+
"internalType": "struct OPPMessageHeader",
|
|
414
|
+
"name": "header",
|
|
415
|
+
"type": "tuple"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"components": [
|
|
419
|
+
{
|
|
420
|
+
"internalType": "uint8",
|
|
421
|
+
"name": "protocolVersion",
|
|
422
|
+
"type": "uint8"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"internalType": "uint8",
|
|
426
|
+
"name": "encodingFlags",
|
|
427
|
+
"type": "uint8"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"components": [
|
|
431
|
+
{
|
|
432
|
+
"internalType": "uint16",
|
|
433
|
+
"name": "assertionType",
|
|
434
|
+
"type": "uint16"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"internalType": "bytes",
|
|
438
|
+
"name": "assertion",
|
|
439
|
+
"type": "bytes"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"internalType": "struct OPPAssertion[]",
|
|
443
|
+
"name": "assertions",
|
|
444
|
+
"type": "tuple[]"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"indexed": false,
|
|
448
|
+
"internalType": "struct OPPPayload",
|
|
449
|
+
"name": "payload",
|
|
450
|
+
"type": "tuple"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"name": "OPPMessage",
|
|
454
|
+
"type": "event"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"anonymous": false,
|
|
458
|
+
"inputs": [
|
|
459
|
+
{
|
|
460
|
+
"indexed": true,
|
|
461
|
+
"internalType": "address",
|
|
462
|
+
"name": "implementation",
|
|
463
|
+
"type": "address"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"name": "Upgraded",
|
|
467
|
+
"type": "event"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"inputs": [],
|
|
471
|
+
"name": "MESSAGE_EPOCH_SECS",
|
|
472
|
+
"outputs": [
|
|
473
|
+
{
|
|
474
|
+
"internalType": "uint256",
|
|
475
|
+
"name": "",
|
|
476
|
+
"type": "uint256"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"stateMutability": "view",
|
|
480
|
+
"type": "function"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"inputs": [],
|
|
484
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
485
|
+
"outputs": [
|
|
486
|
+
{
|
|
487
|
+
"internalType": "string",
|
|
488
|
+
"name": "",
|
|
489
|
+
"type": "string"
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"stateMutability": "view",
|
|
493
|
+
"type": "function"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"inputs": [
|
|
497
|
+
{
|
|
498
|
+
"internalType": "uint16",
|
|
499
|
+
"name": "assertionType",
|
|
500
|
+
"type": "uint16"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"components": [
|
|
504
|
+
{
|
|
505
|
+
"internalType": "bytes",
|
|
506
|
+
"name": "data",
|
|
507
|
+
"type": "bytes"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"internalType": "struct iodata.Buffer",
|
|
511
|
+
"name": "assertion",
|
|
512
|
+
"type": "tuple"
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"name": "addAssertion",
|
|
516
|
+
"outputs": [],
|
|
517
|
+
"stateMutability": "nonpayable",
|
|
518
|
+
"type": "function"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"inputs": [
|
|
522
|
+
{
|
|
523
|
+
"internalType": "uint256",
|
|
524
|
+
"name": "",
|
|
525
|
+
"type": "uint256"
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"name": "allAuthorizedSenders",
|
|
529
|
+
"outputs": [
|
|
530
|
+
{
|
|
531
|
+
"internalType": "address",
|
|
532
|
+
"name": "",
|
|
533
|
+
"type": "address"
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"stateMutability": "view",
|
|
537
|
+
"type": "function"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"inputs": [],
|
|
541
|
+
"name": "authority",
|
|
542
|
+
"outputs": [
|
|
543
|
+
{
|
|
544
|
+
"internalType": "address",
|
|
545
|
+
"name": "",
|
|
546
|
+
"type": "address"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"stateMutability": "view",
|
|
550
|
+
"type": "function"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"inputs": [
|
|
554
|
+
{
|
|
555
|
+
"internalType": "bytes32",
|
|
556
|
+
"name": "",
|
|
557
|
+
"type": "bytes32"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"name": "authorizedSenders",
|
|
561
|
+
"outputs": [
|
|
562
|
+
{
|
|
563
|
+
"internalType": "bool",
|
|
564
|
+
"name": "",
|
|
565
|
+
"type": "bool"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"stateMutability": "view",
|
|
569
|
+
"type": "function"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"inputs": [
|
|
573
|
+
{
|
|
574
|
+
"internalType": "uint256",
|
|
575
|
+
"name": "tag",
|
|
576
|
+
"type": "uint256"
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"name": "enterSendMode",
|
|
580
|
+
"outputs": [],
|
|
581
|
+
"stateMutability": "nonpayable",
|
|
582
|
+
"type": "function"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"inputs": [],
|
|
586
|
+
"name": "epochNumber",
|
|
587
|
+
"outputs": [
|
|
588
|
+
{
|
|
589
|
+
"internalType": "uint32",
|
|
590
|
+
"name": "",
|
|
591
|
+
"type": "uint32"
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"stateMutability": "view",
|
|
595
|
+
"type": "function"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"inputs": [
|
|
599
|
+
{
|
|
600
|
+
"internalType": "uint256",
|
|
601
|
+
"name": "tag",
|
|
602
|
+
"type": "uint256"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"name": "exitSendMode",
|
|
606
|
+
"outputs": [],
|
|
607
|
+
"stateMutability": "nonpayable",
|
|
608
|
+
"type": "function"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"inputs": [],
|
|
612
|
+
"name": "finalizeEpoch",
|
|
613
|
+
"outputs": [],
|
|
614
|
+
"stateMutability": "nonpayable",
|
|
615
|
+
"type": "function"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"inputs": [],
|
|
619
|
+
"name": "inSendMode",
|
|
620
|
+
"outputs": [
|
|
621
|
+
{
|
|
622
|
+
"internalType": "bool",
|
|
623
|
+
"name": "",
|
|
624
|
+
"type": "bool"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"stateMutability": "view",
|
|
628
|
+
"type": "function"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"inputs": [
|
|
632
|
+
{
|
|
633
|
+
"internalType": "address",
|
|
634
|
+
"name": "_authority",
|
|
635
|
+
"type": "address"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"internalType": "uint256",
|
|
639
|
+
"name": "messageEpochSecs",
|
|
640
|
+
"type": "uint256"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"name": "initialize",
|
|
644
|
+
"outputs": [],
|
|
645
|
+
"stateMutability": "nonpayable",
|
|
646
|
+
"type": "function"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"inputs": [],
|
|
650
|
+
"name": "isConsumingScheduledOp",
|
|
651
|
+
"outputs": [
|
|
652
|
+
{
|
|
653
|
+
"internalType": "bytes4",
|
|
654
|
+
"name": "",
|
|
655
|
+
"type": "bytes4"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"stateMutability": "view",
|
|
659
|
+
"type": "function"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"inputs": [],
|
|
663
|
+
"name": "lastMessageID",
|
|
664
|
+
"outputs": [
|
|
665
|
+
{
|
|
666
|
+
"internalType": "bytes32",
|
|
667
|
+
"name": "",
|
|
668
|
+
"type": "bytes32"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"stateMutability": "view",
|
|
672
|
+
"type": "function"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"inputs": [],
|
|
676
|
+
"name": "lastMessageTimestamp",
|
|
677
|
+
"outputs": [
|
|
678
|
+
{
|
|
679
|
+
"internalType": "uint64",
|
|
680
|
+
"name": "",
|
|
681
|
+
"type": "uint64"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"stateMutability": "view",
|
|
685
|
+
"type": "function"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"inputs": [],
|
|
689
|
+
"name": "pendingAssertionCount",
|
|
690
|
+
"outputs": [
|
|
691
|
+
{
|
|
692
|
+
"internalType": "uint256",
|
|
693
|
+
"name": "",
|
|
694
|
+
"type": "uint256"
|
|
695
|
+
}
|
|
696
|
+
],
|
|
697
|
+
"stateMutability": "view",
|
|
698
|
+
"type": "function"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"inputs": [],
|
|
702
|
+
"name": "prevEpochSent",
|
|
703
|
+
"outputs": [
|
|
704
|
+
{
|
|
705
|
+
"internalType": "bool",
|
|
706
|
+
"name": "",
|
|
707
|
+
"type": "bool"
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"stateMutability": "view",
|
|
711
|
+
"type": "function"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"inputs": [],
|
|
715
|
+
"name": "proxiableUUID",
|
|
716
|
+
"outputs": [
|
|
717
|
+
{
|
|
718
|
+
"internalType": "bytes32",
|
|
719
|
+
"name": "",
|
|
720
|
+
"type": "bytes32"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"stateMutability": "view",
|
|
724
|
+
"type": "function"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"inputs": [],
|
|
728
|
+
"name": "sendModeTag",
|
|
729
|
+
"outputs": [
|
|
730
|
+
{
|
|
731
|
+
"internalType": "uint256",
|
|
732
|
+
"name": "",
|
|
733
|
+
"type": "uint256"
|
|
734
|
+
}
|
|
735
|
+
],
|
|
736
|
+
"stateMutability": "view",
|
|
737
|
+
"type": "function"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"inputs": [
|
|
741
|
+
{
|
|
742
|
+
"components": [
|
|
743
|
+
{
|
|
744
|
+
"internalType": "bytes32",
|
|
745
|
+
"name": "messageID",
|
|
746
|
+
"type": "bytes32"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"internalType": "bytes32",
|
|
750
|
+
"name": "previousMessageID",
|
|
751
|
+
"type": "bytes32"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"internalType": "bytes32",
|
|
755
|
+
"name": "payloadHash",
|
|
756
|
+
"type": "bytes32"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"internalType": "uint64",
|
|
760
|
+
"name": "timestamp",
|
|
761
|
+
"type": "uint64"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"internalType": "struct OPPMessageHeader",
|
|
765
|
+
"name": "header",
|
|
766
|
+
"type": "tuple"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"components": [
|
|
770
|
+
{
|
|
771
|
+
"internalType": "uint8",
|
|
772
|
+
"name": "protocolVersion",
|
|
773
|
+
"type": "uint8"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"internalType": "uint8",
|
|
777
|
+
"name": "encodingFlags",
|
|
778
|
+
"type": "uint8"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"components": [
|
|
782
|
+
{
|
|
783
|
+
"internalType": "uint16",
|
|
784
|
+
"name": "assertionType",
|
|
785
|
+
"type": "uint16"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"internalType": "bytes",
|
|
789
|
+
"name": "assertion",
|
|
790
|
+
"type": "bytes"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"internalType": "struct OPPAssertion[]",
|
|
794
|
+
"name": "assertions",
|
|
795
|
+
"type": "tuple[]"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"internalType": "struct OPPPayload",
|
|
799
|
+
"name": "payload",
|
|
800
|
+
"type": "tuple"
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"name": "serializeMessage",
|
|
804
|
+
"outputs": [
|
|
805
|
+
{
|
|
806
|
+
"components": [
|
|
807
|
+
{
|
|
808
|
+
"internalType": "bytes32",
|
|
809
|
+
"name": "messageID",
|
|
810
|
+
"type": "bytes32"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"internalType": "bytes32",
|
|
814
|
+
"name": "previousMessageID",
|
|
815
|
+
"type": "bytes32"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"internalType": "bytes32",
|
|
819
|
+
"name": "payloadHash",
|
|
820
|
+
"type": "bytes32"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"internalType": "uint64",
|
|
824
|
+
"name": "timestamp",
|
|
825
|
+
"type": "uint64"
|
|
826
|
+
}
|
|
827
|
+
],
|
|
828
|
+
"internalType": "struct OPPMessageHeader",
|
|
829
|
+
"name": "",
|
|
830
|
+
"type": "tuple"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"stateMutability": "pure",
|
|
834
|
+
"type": "function"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"inputs": [
|
|
838
|
+
{
|
|
839
|
+
"internalType": "address",
|
|
840
|
+
"name": "newAuthority",
|
|
841
|
+
"type": "address"
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"name": "setAuthority",
|
|
845
|
+
"outputs": [],
|
|
846
|
+
"stateMutability": "nonpayable",
|
|
847
|
+
"type": "function"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"inputs": [
|
|
851
|
+
{
|
|
852
|
+
"internalType": "uint256",
|
|
853
|
+
"name": "secs",
|
|
854
|
+
"type": "uint256"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"name": "setMessageEpochSecs",
|
|
858
|
+
"outputs": [],
|
|
859
|
+
"stateMutability": "nonpayable",
|
|
860
|
+
"type": "function"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"inputs": [
|
|
864
|
+
{
|
|
865
|
+
"internalType": "uint256",
|
|
866
|
+
"name": "adjustment",
|
|
867
|
+
"type": "uint256"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"name": "testAdvanceEpochClock",
|
|
871
|
+
"outputs": [],
|
|
872
|
+
"stateMutability": "nonpayable",
|
|
873
|
+
"type": "function"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"inputs": [
|
|
877
|
+
{
|
|
878
|
+
"internalType": "address",
|
|
879
|
+
"name": "newImplementation",
|
|
880
|
+
"type": "address"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"internalType": "bytes",
|
|
884
|
+
"name": "data",
|
|
885
|
+
"type": "bytes"
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"name": "upgradeToAndCall",
|
|
889
|
+
"outputs": [],
|
|
890
|
+
"stateMutability": "payable",
|
|
891
|
+
"type": "function"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"bytecode": "0x60a08060405234602957306080526123a8908161002f8239608051818181610d2301526120ba0152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806327e935a1146112a05780633a4ae3491461110157806347453a2a146110a65780634ee21f5214610f5a5780634f1ef28614610d8d57806352d1902d14610d10578063621fbd5914610cf2578063733e561614610cd45780637a9e5e4b14610c5957806382ae9ef714610c3e5780638fb3603714610beb5780639039e49514610bc85780639b07150014610baa578063a9e50c1014610b83578063ad3cb1cc14610b39578063bf7e214f14610b03578063c94c93e714610ad2578063cd6dc6871461078a578063da55d96a14610767578063e11418b714610727578063e36f9a0714610709578063e44efb5a146106e9578063f4145a83146106c55763f5786b4b1461012457600080fd5b346105fa5760203660031901126105fa57600435600454156106b35761014a36336118c8565b80156106a1576004541461015a57005b6000600455600354801561068f576000549060405191610179836112d8565b6000835260208301526000604083015260606001600160401b03421660608401526101a3826113c0565b906101b16040519283611372565b828252601f196101c0846113c0565b019060005b82811061066b575050506040519283916101de836112f3565b600183526000602084015260408301526000925b808410610460575061020492506114d2565b80516001600160401b0360608301511661021c611cd3565b60145415610457575b816000556001600160401b03196001541617600155610245600954611a23565b80600955610254600b54611a23565b600f54909260001991828501908582116104035781811115610419575061027d61029491611439565b819391549060031b91821b91600019901b19161790565b90555b600182161561039f575050600b556102d960405180926001600160401b0360608092805185526020810151602086015260408101516040860152015116910152565b60a06080820152604061010082019260ff81511660a084015260ff60208201511660c0840152015191606060e08301528251809152610120906020828401928260051b8501019401916000905b82821061035e5750505050807fb01e846518c5ef489bbec213b6cdb2e1b2ddbfd7a6fc74d8dc675d3d90e92892920390a16000600355005b9091929460208061039160019361011f198982030186526040838b5161ffff8151168452015191818582015201906114ad565b970192019201909291610326565b9091600119810190808211610403576103b782611439565b90549060031b1c918382018281116104035761027d6103ec6103f9956103df6103f294611439565b90549060031b1c9061216e565b92611439565b9055611f52565b9160011c90610297565b634e487b7160e01b600052601160045260246000fd5b9050600160401b8110156104415761027d81600161043a9301600f55611439565b9055610297565b634e487b7160e01b600052604160045260246000fd5b81601455610225565b915061046b83611a32565b50926040519361047a8561130e565b61ffff81541685526040519061048f82611329565b604051906000906001810154906104a582611a6c565b8085529160018116908115610646575060011461060b575b505061050b9596826104d660009461ffff940382611372565b84528360208201525116916040518096819263509106ff60e11b835260206004840152516020602484015260448301906114ad565b038173__$871508ae888325252fdba23f15f3f16064$__5af480156105ff578694600091610570575b508260019392610568926040519161054b8361130e565b825260208201526040870151906105628383611f3e565b52611f3e565b5001926101f2565b92919450503d806000843e6105858184611372565b8201916020818403126105fa578051906001600160401b0382116105fa570182601f820112156105fa5780516105ba816113d7565b936105c86040519586611372565b818552602082840101116105fa578795846105f085936105689560208060019a01910161148a565b9250929350610534565b600080fd5b6040513d6000823e3d90fd5b6001016000908152602081209092505b818310610630575050810160200186826104bd565b600181602092548386880101520192019161061b565b60ff191660208087019190915292151560051b850190920192508891508390506104bd565b60209060405161067a8161130e565b600081528383820152828287010152016101c5565b604051639383deb360e01b8152600490fd5b604051636ad43cc360e11b8152600490fd5b60405163738c481160e01b8152600490fd5b346105fa5760003660031901126105fa57602063ffffffff60085416604051908152f35b346105fa5760003660031901126105fa5760206004541515604051908152f35b346105fa5760003660031901126105fa576020600454604051908152f35b346105fa5760203660031901126105fa5760043561074536336118c8565b601154908161075e576107599150426118bb565b601155005b610759916118bb565b346105fa5760003660031901126105fa57602060ff601754166040519015158152f35b346105fa5760403660031901126105fa576107a3611474565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805460ff8160401c1615906001600160401b039081811694851580610acb575b60018097149081610ac1575b159081610ab8575b50610aa65767ffffffffffffffff1982168617855561083d9184610a87575b5061082061226e565b61082861226e565b61083061226e565b61083861226e565b611c7a565b61084561226e565b61084d61226e565b600060405161085b81611329565b52600d546000600d5580610a46575b50600d600052600060405161087e81611329565b52600e546000600e5580610a05575b508360ff196017541617601755600d5481811161044157600160401b811161044157600f5481600f558082106109d4575b507fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb5600f600052858154916000925b8484106109b1575050505050600e549081116104415761090c8161211c565b7fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd6010600052848154916000925b84841061098e5782878760243560075561095057005b805468ff0000000000000000191690556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b82809192019384549281600080516020612333833981519152015501929061093a565b8280919201938454928160008051602061235383398151915201550192906108ed565b858260008051602061235383398151915292830192015b8281106109f95750506108be565b600081550186906109eb565b847fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd918201915b828110610a3a57505061088d565b60008155018590610a2c565b847fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb5918201915b828110610a7b57505061086a565b60008155018590610a6d565b68ffffffffffffffffff19166801000000000000000117855586610817565b60405163f92ee8a960e01b8152600490fd5b905015876107f8565b303b1591506107f0565b50836107e4565b346105fa5760203660031901126105fa576004356000526005602052602060ff604060002054166040519015158152f35b346105fa5760003660031901126105fa57600080516020612313833981519152546040516001600160a01b039091168152602090f35b346105fa5760003660031901126105fa57610b7f604051610b598161130e565b60058152640352e302e360dc1b60208201526040519182916020835260208301906114ad565b0390f35b346105fa5760003660031901126105fa5760206001600160401b0360015416604051908152f35b346105fa5760003660031901126105fa576020600754604051908152f35b346105fa5760203660031901126105fa57610be336336118c8565b600435600755005b346105fa5760003660031901126105fa576000805160206123138339815191525460a01c60ff1615610c35576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610c22565b346105fa5760003660031901126105fa57610c57611735565b005b346105fa5760203660031901126105fa57610c72611474565b600080516020612313833981519152546001600160a01b03919082163303610cbd57803b15610ca457610c5790611c7a565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b346105fa5760003660031901126105fa576020600354604051908152f35b346105fa5760003660031901126105fa576020600054604051908152f35b346105fa5760003660031901126105fa577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610d7b5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b60403660031901126105fa57610da1611474565b6024356001600160401b0381116105fa57610dc09036906004016113f2565b90610dc96120b0565b610dd336336118c8565b610ddb6120b0565b6040516352d1902d60e01b81526001600160a01b038216916020918281600481875afa60009181610f2b575b50610e2557604051634c9c8ce360e01b815260048101859052602490fd5b9284937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610f135750823b15610efa5780546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2835115610ee057506000808484610c5796519101845af4903d15610ed7573d610eba816113d7565b90610ec86040519283611372565b8152600081943d92013e6122af565b606092506122af565b9250505034610eeb57005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311610f53575b610f438183611372565b810103126105fa57519086610e07565b503d610f39565b346105fa576003196040368201126105fa576004359061ffff8216918281036105fa57602435916001600160401b03908184116105fa5760209084360301126105fa5760405192610faa84611329565b80600401359182116105fa576004610fc592369201016113f2565b8252600454156106b357610fd936336118c8565b60008051602061231383398151915254604080516368fc2b7760e11b8152620100008617600482015233602482015291829060449082906001600160a01b03165afa9081156105ff57600091611059575b501561103a57610c579250611beb565b60405163cc956ccf60e01b815233600482015260248101849052604490fd5b90506040813d60401161109e575b8161107460409383611372565b810103126105fa5780519081151582036105fa576020015163ffffffff8116036105fa578461102a565b3d9150611067565b346105fa5760203660031901126105fa576004356006548110156105fa5760066000527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01546040516001600160a01b039091168152602090f35b346105fa5760031936810160a081126105fa576080136105fa57604051611127816112d8565b600435815260246020813581840152604480356040850152606435926001600160401b039384811681036105fa576060860152608435958487116105fa5760609087360301126105fa576040519561117e876112f3565b61118a816004016113b2565b87526111978282016113b2565b848801526044810135908582116105fa570191366023840112156105fa576004830135906111c4826113c0565b956111d26040519788611372565b828752838688019360051b860101943686116105fa57848101935b86851061123c5760806112068c8c8c60408301526114d2565b61123a60405180926001600160401b0360608092805185526020810151602086015260408101516040860152015116910152565bf35b84358381116105fa578201604060231982360301126105fa57604051916112628361130e565b8782013561ffff811681036105fa57835285820135928584116105fa576112918b94938a8695369201016113f2565b838201528152019401936111ed565b346105fa5760203660031901126105fa576004356112be36336118c8565b80156106a157600454156112ce57005b6004556000600355005b608081019081106001600160401b0382111761044157604052565b606081019081106001600160401b0382111761044157604052565b604081019081106001600160401b0382111761044157604052565b602081019081106001600160401b0382111761044157604052565b6001600160401b03811161044157604052565b60a081019081106001600160401b0382111761044157604052565b90601f801991011681019081106001600160401b0382111761044157604052565b6040519060c082018281106001600160401b0382111761044157604052565b359060ff821682036105fa57565b6001600160401b0381116104415760051b60200190565b6001600160401b03811161044157601f01601f191660200190565b81601f820112156105fa57803590611409826113d7565b926114176040519485611372565b828452602083830101116105fa57816000926020809301838601378301015290565b600f5481101561145e57600f6000526000805160206123538339815191520190600090565b634e487b7160e01b600052603260045260246000fd5b600435906001600160a01b03821682036105fa57565b60005b83811061149d5750506000910152565b818101518382015260200161148d565b906020916114c68151809281855285808601910161148a565b601f01601f1916010190565b9060408051916114e1836112d8565b600080845280606060209582878201528286820152015273__$b91d2ad766fd07dc99f56c1a0b020615bb$__8484518094630cdf0d5f60e31b825282600483015286608483019160ff815116602485015260ff8582015116604485015201519060606064840152815180915260a48301908460a48260051b86010193019187905b8282106116dd575050505081900381845af49283156116d357908591839461169e575b5086850180519490856116685760849550525b845163ee37a99560e01b815287516004820152602088015160248201526040880151604482015260608801516001600160401b0316606482015293849182905af493841561165c578194611626575b50505082519081156000146115fd575050815290565b82820361160a5750505090565b60449350519163fa28addf60e01b835260048301526024820152fd5b909180939450813d8311611655575b61163f8183611372565b81010312611652575051903880806115e7565b80fd5b503d611635565b508251903d90823e3d90fd5b5080925084919394036116815750509083608492611598565b60449250845191635c2444ad60e11b835260048301526024820152fd5b8281939295503d83116116cc575b6116b68183611372565b810103126116c8578490519238611585565b5080fd5b503d6116ac565b84513d84823e3d90fd5b9295600192955061170e81929560a3198c82030186528c838a5161ffff8151168452015191818582015201906114ad565b9601920192019287938a9593611562565b63ffffffff908116600019019190821161040357565b60175460ff166118ae575b60175460ff16611868577f101671622a528cbccc694b83bb184454625501848b1ae912734990489413523061183a611776611f5f565b61178d61178860085463ffffffff1690565b61171f565b906013549060155490601654926117b16117a5611393565b63ffffffff9096168652565b426001600160401b0316602086015260408501526060840152608083015260a08201526117e6600160ff196017541617601755565b6040519182918291909160a08060c083019463ffffffff81511684526001600160401b0360208201511660208501526040810151604085015260608101516060850152608081015160808501520151910152565b0390a1611845611cd3565b61185861185460175460ff1690565b1590565b61185e57565b611866611735565b565b6118aa63ffffffff60001961188260085463ffffffff1690565b0116604051918291630642fe1b60e11b83526004830191909163ffffffff6020820193169052565b0390fd5b6118b6611cd3565b611740565b9190820391821161040357565b6000805160206123138339815191528054909290916001600160a01b0380841692600481106105fa5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b83351660648201526064815261193b81611357565b828052826020525190895afa611a12575b1561195b575b50505050505050565b63ffffffff16156119fc5760ff60a01b19948516600160a01b178655833b156105fa57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156119f257506119e3575b50815416905538808080808080611952565b6119ec90611344565b386119d1565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061194c565b60001981146104035760010190565b60025481101561145e57600260005260011b7f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0190600090565b90600182811c92168015611a9c575b6020831014611a8657565b634e487b7160e01b600052602260045260246000fd5b91607f1691611a7b565b90611bd55761ffff82511661ffff1982541617815560018091019160208091015151908151916001600160401b03831161044157611ae48554611a6c565b601f8111611b8a575b5081601f8411600114611b275750928293918392600094611b1c575b50501b916000199060031b1c1916179055565b015192503880611b09565b919083601f1981168760005284600020946000905b88838310611b705750505010611b57575b505050811b019055565b015160001960f88460031b161c19169055388080611b4d565b858701518855909601959485019487935090810190611b3c565b60008660005283600020601f860160051c810192858710611bcb575b601f0160051c019186905b838110611bc057505050611aed565b828155018690611bb1565b9092508290611ba6565b634e487b7160e01b600052600060045260246000fd5b60025491600354808411600014611c375750611866925061ffff60405192611c128461130e565b1682526020820152611c31600354611c2981611a23565b600355611a32565b90611aa6565b611c4090611a23565b60035561ffff60405192611c538461130e565b1682526020820152600160401b82101561044157611c318260016118669401600255611a32565b60008051602061231383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6011805415611f395780546007548101809111611f2457421015611cf45750565b60175460ff811615611efe5760ff19809116601755600954600a55600b54600c5560405190816010548084526020809401938491836000966010885260008051602061233383398151915292885b85828210611ee857505050611d5992500384611372565b600f54926001600160401b0393848111611ed457611d768161211c565b6000805160206123538339815191526010885280549088915b838310611eb057505050505191838311611e9c57600160401b8311611e9c57600f5483600f55808410611e62575b5090600f8652855b838110611e4257505050508260095582600b55428455600154166001600160401b03196012541617601255601454601555815460165560175416601755806014556008549163ffffffff9160018385160191838311611e2f575050169063ffffffff191617600855565b634e487b7160e01b825260045260249150fd5b825160008051602061235383398151915282015591810191600101611dc5565b6000805160206123538339815191520183600080516020612353833981519152015b818110611e915750611dbd565b878155600101611e84565b634e487b7160e01b86526041600452602486fd5b60018091920192835492816000805160206123338339815191520155019190611d8f565b634e487b7160e01b87526041600452602487fd5b8554845260019586019589955093019201611d42565b602463ffffffff6000198160085416011660405190631c70a36560e21b82526004820152fd5b50634e487b7160e01b60005260045260246000fd5b429055565b805182101561145e5760209160051b010190565b8015610403576000190190565b600a54600c549080156120a95791611f76826113c0565b611f836040519182611372565b828152611f8f836113c0565b602082019490601f19013686376010805460005b868110612071575050505b60019081811180612068575b15612058578082168203612010576000198501908582116104035781612002611ffb611fe96120089588611f3e565b51611ff48489611f3e565b519061216e565b9186611f3e565b52611a23565b905b1c611fae565b9093600119810190808211610403576120298285611f3e565b516000198201929082841161040357611ffb61204c91611ff46120529689611f3e565b52611f52565b9361200a565b505090929150511561145e575190565b50818511611fba565b8181969496101561145e576001908360005280600080516020612333833981519152015461209f8288611f3e565b5201949294611fa3565b5050600090565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156120ee575b5050610d7b57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806120e6565b600160401b811161044157601054908060105581811061213a575050565b600090601060005260008051602061233383398151915292830192015b82811061216357505050565b818155600101612157565b9073__$398d4f030862acab53d338aebf0b4256d7$__6040908151936334509dd160e01b855260048501526020928385602481855af494851561226357600095612234575b50839060248451809481936333aec0ad60e21b835260048301525af4908115612229576000916121fc575b5081519283019384528183015281526121f6816112f3565b51902090565b90508281813d8311612222575b6122138183611372565b810103126105fa5751386121de565b503d612209565b82513d6000823e3d90fd5b9094508381813d831161225c575b61224c8183611372565b810103126105fa575193836121b3565b503d612242565b83513d6000823e3d90fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561229d57565b604051631afcd79f60e31b8152600490fd5b906122d657508051156122c457602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612309575b6122e7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156122df56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a001b6847dc741a1b0cd08d278845f9d819d87b734759afb55fe2de5cb82a9ae6728d1108e10bcb7c27dddfc02ed9d693a074039d026cf4ea4240b40f7d581ac802a26469706673582212203824fb84bb37514bff358e352117ce41d79b6a1e31e5c681fff0b8605ac71ecc64736f6c63430008190033",
|
|
895
|
+
"deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806327e935a1146112a05780633a4ae3491461110157806347453a2a146110a65780634ee21f5214610f5a5780634f1ef28614610d8d57806352d1902d14610d10578063621fbd5914610cf2578063733e561614610cd45780637a9e5e4b14610c5957806382ae9ef714610c3e5780638fb3603714610beb5780639039e49514610bc85780639b07150014610baa578063a9e50c1014610b83578063ad3cb1cc14610b39578063bf7e214f14610b03578063c94c93e714610ad2578063cd6dc6871461078a578063da55d96a14610767578063e11418b714610727578063e36f9a0714610709578063e44efb5a146106e9578063f4145a83146106c55763f5786b4b1461012457600080fd5b346105fa5760203660031901126105fa57600435600454156106b35761014a36336118c8565b80156106a1576004541461015a57005b6000600455600354801561068f576000549060405191610179836112d8565b6000835260208301526000604083015260606001600160401b03421660608401526101a3826113c0565b906101b16040519283611372565b828252601f196101c0846113c0565b019060005b82811061066b575050506040519283916101de836112f3565b600183526000602084015260408301526000925b808410610460575061020492506114d2565b80516001600160401b0360608301511661021c611cd3565b60145415610457575b816000556001600160401b03196001541617600155610245600954611a23565b80600955610254600b54611a23565b600f54909260001991828501908582116104035781811115610419575061027d61029491611439565b819391549060031b91821b91600019901b19161790565b90555b600182161561039f575050600b556102d960405180926001600160401b0360608092805185526020810151602086015260408101516040860152015116910152565b60a06080820152604061010082019260ff81511660a084015260ff60208201511660c0840152015191606060e08301528251809152610120906020828401928260051b8501019401916000905b82821061035e5750505050807fb01e846518c5ef489bbec213b6cdb2e1b2ddbfd7a6fc74d8dc675d3d90e92892920390a16000600355005b9091929460208061039160019361011f198982030186526040838b5161ffff8151168452015191818582015201906114ad565b970192019201909291610326565b9091600119810190808211610403576103b782611439565b90549060031b1c918382018281116104035761027d6103ec6103f9956103df6103f294611439565b90549060031b1c9061216e565b92611439565b9055611f52565b9160011c90610297565b634e487b7160e01b600052601160045260246000fd5b9050600160401b8110156104415761027d81600161043a9301600f55611439565b9055610297565b634e487b7160e01b600052604160045260246000fd5b81601455610225565b915061046b83611a32565b50926040519361047a8561130e565b61ffff81541685526040519061048f82611329565b604051906000906001810154906104a582611a6c565b8085529160018116908115610646575060011461060b575b505061050b9596826104d660009461ffff940382611372565b84528360208201525116916040518096819263509106ff60e11b835260206004840152516020602484015260448301906114ad565b038173__$871508ae888325252fdba23f15f3f16064$__5af480156105ff578694600091610570575b508260019392610568926040519161054b8361130e565b825260208201526040870151906105628383611f3e565b52611f3e565b5001926101f2565b92919450503d806000843e6105858184611372565b8201916020818403126105fa578051906001600160401b0382116105fa570182601f820112156105fa5780516105ba816113d7565b936105c86040519586611372565b818552602082840101116105fa578795846105f085936105689560208060019a01910161148a565b9250929350610534565b600080fd5b6040513d6000823e3d90fd5b6001016000908152602081209092505b818310610630575050810160200186826104bd565b600181602092548386880101520192019161061b565b60ff191660208087019190915292151560051b850190920192508891508390506104bd565b60209060405161067a8161130e565b600081528383820152828287010152016101c5565b604051639383deb360e01b8152600490fd5b604051636ad43cc360e11b8152600490fd5b60405163738c481160e01b8152600490fd5b346105fa5760003660031901126105fa57602063ffffffff60085416604051908152f35b346105fa5760003660031901126105fa5760206004541515604051908152f35b346105fa5760003660031901126105fa576020600454604051908152f35b346105fa5760203660031901126105fa5760043561074536336118c8565b601154908161075e576107599150426118bb565b601155005b610759916118bb565b346105fa5760003660031901126105fa57602060ff601754166040519015158152f35b346105fa5760403660031901126105fa576107a3611474565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805460ff8160401c1615906001600160401b039081811694851580610acb575b60018097149081610ac1575b159081610ab8575b50610aa65767ffffffffffffffff1982168617855561083d9184610a87575b5061082061226e565b61082861226e565b61083061226e565b61083861226e565b611c7a565b61084561226e565b61084d61226e565b600060405161085b81611329565b52600d546000600d5580610a46575b50600d600052600060405161087e81611329565b52600e546000600e5580610a05575b508360ff196017541617601755600d5481811161044157600160401b811161044157600f5481600f558082106109d4575b507fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb5600f600052858154916000925b8484106109b1575050505050600e549081116104415761090c8161211c565b7fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd6010600052848154916000925b84841061098e5782878760243560075561095057005b805468ff0000000000000000191690556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b82809192019384549281600080516020612333833981519152015501929061093a565b8280919201938454928160008051602061235383398151915201550192906108ed565b858260008051602061235383398151915292830192015b8281106109f95750506108be565b600081550186906109eb565b847fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd918201915b828110610a3a57505061088d565b60008155018590610a2c565b847fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb5918201915b828110610a7b57505061086a565b60008155018590610a6d565b68ffffffffffffffffff19166801000000000000000117855586610817565b60405163f92ee8a960e01b8152600490fd5b905015876107f8565b303b1591506107f0565b50836107e4565b346105fa5760203660031901126105fa576004356000526005602052602060ff604060002054166040519015158152f35b346105fa5760003660031901126105fa57600080516020612313833981519152546040516001600160a01b039091168152602090f35b346105fa5760003660031901126105fa57610b7f604051610b598161130e565b60058152640352e302e360dc1b60208201526040519182916020835260208301906114ad565b0390f35b346105fa5760003660031901126105fa5760206001600160401b0360015416604051908152f35b346105fa5760003660031901126105fa576020600754604051908152f35b346105fa5760203660031901126105fa57610be336336118c8565b600435600755005b346105fa5760003660031901126105fa576000805160206123138339815191525460a01c60ff1615610c35576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610c22565b346105fa5760003660031901126105fa57610c57611735565b005b346105fa5760203660031901126105fa57610c72611474565b600080516020612313833981519152546001600160a01b03919082163303610cbd57803b15610ca457610c5790611c7a565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b346105fa5760003660031901126105fa576020600354604051908152f35b346105fa5760003660031901126105fa576020600054604051908152f35b346105fa5760003660031901126105fa577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610d7b5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b60403660031901126105fa57610da1611474565b6024356001600160401b0381116105fa57610dc09036906004016113f2565b90610dc96120b0565b610dd336336118c8565b610ddb6120b0565b6040516352d1902d60e01b81526001600160a01b038216916020918281600481875afa60009181610f2b575b50610e2557604051634c9c8ce360e01b815260048101859052602490fd5b9284937f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610f135750823b15610efa5780546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2835115610ee057506000808484610c5796519101845af4903d15610ed7573d610eba816113d7565b90610ec86040519283611372565b8152600081943d92013e6122af565b606092506122af565b9250505034610eeb57005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311610f53575b610f438183611372565b810103126105fa57519086610e07565b503d610f39565b346105fa576003196040368201126105fa576004359061ffff8216918281036105fa57602435916001600160401b03908184116105fa5760209084360301126105fa5760405192610faa84611329565b80600401359182116105fa576004610fc592369201016113f2565b8252600454156106b357610fd936336118c8565b60008051602061231383398151915254604080516368fc2b7760e11b8152620100008617600482015233602482015291829060449082906001600160a01b03165afa9081156105ff57600091611059575b501561103a57610c579250611beb565b60405163cc956ccf60e01b815233600482015260248101849052604490fd5b90506040813d60401161109e575b8161107460409383611372565b810103126105fa5780519081151582036105fa576020015163ffffffff8116036105fa578461102a565b3d9150611067565b346105fa5760203660031901126105fa576004356006548110156105fa5760066000527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01546040516001600160a01b039091168152602090f35b346105fa5760031936810160a081126105fa576080136105fa57604051611127816112d8565b600435815260246020813581840152604480356040850152606435926001600160401b039384811681036105fa576060860152608435958487116105fa5760609087360301126105fa576040519561117e876112f3565b61118a816004016113b2565b87526111978282016113b2565b848801526044810135908582116105fa570191366023840112156105fa576004830135906111c4826113c0565b956111d26040519788611372565b828752838688019360051b860101943686116105fa57848101935b86851061123c5760806112068c8c8c60408301526114d2565b61123a60405180926001600160401b0360608092805185526020810151602086015260408101516040860152015116910152565bf35b84358381116105fa578201604060231982360301126105fa57604051916112628361130e565b8782013561ffff811681036105fa57835285820135928584116105fa576112918b94938a8695369201016113f2565b838201528152019401936111ed565b346105fa5760203660031901126105fa576004356112be36336118c8565b80156106a157600454156112ce57005b6004556000600355005b608081019081106001600160401b0382111761044157604052565b606081019081106001600160401b0382111761044157604052565b604081019081106001600160401b0382111761044157604052565b602081019081106001600160401b0382111761044157604052565b6001600160401b03811161044157604052565b60a081019081106001600160401b0382111761044157604052565b90601f801991011681019081106001600160401b0382111761044157604052565b6040519060c082018281106001600160401b0382111761044157604052565b359060ff821682036105fa57565b6001600160401b0381116104415760051b60200190565b6001600160401b03811161044157601f01601f191660200190565b81601f820112156105fa57803590611409826113d7565b926114176040519485611372565b828452602083830101116105fa57816000926020809301838601378301015290565b600f5481101561145e57600f6000526000805160206123538339815191520190600090565b634e487b7160e01b600052603260045260246000fd5b600435906001600160a01b03821682036105fa57565b60005b83811061149d5750506000910152565b818101518382015260200161148d565b906020916114c68151809281855285808601910161148a565b601f01601f1916010190565b9060408051916114e1836112d8565b600080845280606060209582878201528286820152015273__$b91d2ad766fd07dc99f56c1a0b020615bb$__8484518094630cdf0d5f60e31b825282600483015286608483019160ff815116602485015260ff8582015116604485015201519060606064840152815180915260a48301908460a48260051b86010193019187905b8282106116dd575050505081900381845af49283156116d357908591839461169e575b5086850180519490856116685760849550525b845163ee37a99560e01b815287516004820152602088015160248201526040880151604482015260608801516001600160401b0316606482015293849182905af493841561165c578194611626575b50505082519081156000146115fd575050815290565b82820361160a5750505090565b60449350519163fa28addf60e01b835260048301526024820152fd5b909180939450813d8311611655575b61163f8183611372565b81010312611652575051903880806115e7565b80fd5b503d611635565b508251903d90823e3d90fd5b5080925084919394036116815750509083608492611598565b60449250845191635c2444ad60e11b835260048301526024820152fd5b8281939295503d83116116cc575b6116b68183611372565b810103126116c8578490519238611585565b5080fd5b503d6116ac565b84513d84823e3d90fd5b9295600192955061170e81929560a3198c82030186528c838a5161ffff8151168452015191818582015201906114ad565b9601920192019287938a9593611562565b63ffffffff908116600019019190821161040357565b60175460ff166118ae575b60175460ff16611868577f101671622a528cbccc694b83bb184454625501848b1ae912734990489413523061183a611776611f5f565b61178d61178860085463ffffffff1690565b61171f565b906013549060155490601654926117b16117a5611393565b63ffffffff9096168652565b426001600160401b0316602086015260408501526060840152608083015260a08201526117e6600160ff196017541617601755565b6040519182918291909160a08060c083019463ffffffff81511684526001600160401b0360208201511660208501526040810151604085015260608101516060850152608081015160808501520151910152565b0390a1611845611cd3565b61185861185460175460ff1690565b1590565b61185e57565b611866611735565b565b6118aa63ffffffff60001961188260085463ffffffff1690565b0116604051918291630642fe1b60e11b83526004830191909163ffffffff6020820193169052565b0390fd5b6118b6611cd3565b611740565b9190820391821161040357565b6000805160206123138339815191528054909290916001600160a01b0380841692600481106105fa5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b83351660648201526064815261193b81611357565b828052826020525190895afa611a12575b1561195b575b50505050505050565b63ffffffff16156119fc5760ff60a01b19948516600160a01b178655833b156105fa57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156119f257506119e3575b50815416905538808080808080611952565b6119ec90611344565b386119d1565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061194c565b60001981146104035760010190565b60025481101561145e57600260005260011b7f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0190600090565b90600182811c92168015611a9c575b6020831014611a8657565b634e487b7160e01b600052602260045260246000fd5b91607f1691611a7b565b90611bd55761ffff82511661ffff1982541617815560018091019160208091015151908151916001600160401b03831161044157611ae48554611a6c565b601f8111611b8a575b5081601f8411600114611b275750928293918392600094611b1c575b50501b916000199060031b1c1916179055565b015192503880611b09565b919083601f1981168760005284600020946000905b88838310611b705750505010611b57575b505050811b019055565b015160001960f88460031b161c19169055388080611b4d565b858701518855909601959485019487935090810190611b3c565b60008660005283600020601f860160051c810192858710611bcb575b601f0160051c019186905b838110611bc057505050611aed565b828155018690611bb1565b9092508290611ba6565b634e487b7160e01b600052600060045260246000fd5b60025491600354808411600014611c375750611866925061ffff60405192611c128461130e565b1682526020820152611c31600354611c2981611a23565b600355611a32565b90611aa6565b611c4090611a23565b60035561ffff60405192611c538461130e565b1682526020820152600160401b82101561044157611c318260016118669401600255611a32565b60008051602061231383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6011805415611f395780546007548101809111611f2457421015611cf45750565b60175460ff811615611efe5760ff19809116601755600954600a55600b54600c5560405190816010548084526020809401938491836000966010885260008051602061233383398151915292885b85828210611ee857505050611d5992500384611372565b600f54926001600160401b0393848111611ed457611d768161211c565b6000805160206123538339815191526010885280549088915b838310611eb057505050505191838311611e9c57600160401b8311611e9c57600f5483600f55808410611e62575b5090600f8652855b838110611e4257505050508260095582600b55428455600154166001600160401b03196012541617601255601454601555815460165560175416601755806014556008549163ffffffff9160018385160191838311611e2f575050169063ffffffff191617600855565b634e487b7160e01b825260045260249150fd5b825160008051602061235383398151915282015591810191600101611dc5565b6000805160206123538339815191520183600080516020612353833981519152015b818110611e915750611dbd565b878155600101611e84565b634e487b7160e01b86526041600452602486fd5b60018091920192835492816000805160206123338339815191520155019190611d8f565b634e487b7160e01b87526041600452602487fd5b8554845260019586019589955093019201611d42565b602463ffffffff6000198160085416011660405190631c70a36560e21b82526004820152fd5b50634e487b7160e01b60005260045260246000fd5b429055565b805182101561145e5760209160051b010190565b8015610403576000190190565b600a54600c549080156120a95791611f76826113c0565b611f836040519182611372565b828152611f8f836113c0565b602082019490601f19013686376010805460005b868110612071575050505b60019081811180612068575b15612058578082168203612010576000198501908582116104035781612002611ffb611fe96120089588611f3e565b51611ff48489611f3e565b519061216e565b9186611f3e565b52611a23565b905b1c611fae565b9093600119810190808211610403576120298285611f3e565b516000198201929082841161040357611ffb61204c91611ff46120529689611f3e565b52611f52565b9361200a565b505090929150511561145e575190565b50818511611fba565b8181969496101561145e576001908360005280600080516020612333833981519152015461209f8288611f3e565b5201949294611fa3565b5050600090565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156120ee575b5050610d7b57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806120e6565b600160401b811161044157601054908060105581811061213a575050565b600090601060005260008051602061233383398151915292830192015b82811061216357505050565b818155600101612157565b9073__$398d4f030862acab53d338aebf0b4256d7$__6040908151936334509dd160e01b855260048501526020928385602481855af494851561226357600095612234575b50839060248451809481936333aec0ad60e21b835260048301525af4908115612229576000916121fc575b5081519283019384528183015281526121f6816112f3565b51902090565b90508281813d8311612222575b6122138183611372565b810103126105fa5751386121de565b503d612209565b82513d6000823e3d90fd5b9094508381813d831161225c575b61224c8183611372565b810103126105fa575193836121b3565b503d612242565b83513d6000823e3d90fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561229d57565b604051631afcd79f60e31b8152600490fd5b906122d657508051156122c457602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580612309575b6122e7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156122df56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a001b6847dc741a1b0cd08d278845f9d819d87b734759afb55fe2de5cb82a9ae6728d1108e10bcb7c27dddfc02ed9d693a074039d026cf4ea4240b40f7d581ac802a26469706673582212203824fb84bb37514bff358e352117ce41d79b6a1e31e5c681fff0b8605ac71ecc64736f6c63430008190033",
|
|
896
|
+
"linkReferences": {
|
|
897
|
+
"contracts/common/iodata.sol": {
|
|
898
|
+
"iodata": [
|
|
899
|
+
{
|
|
900
|
+
"length": 20,
|
|
901
|
+
"start": 1342
|
|
902
|
+
}
|
|
903
|
+
]
|
|
904
|
+
},
|
|
905
|
+
"contracts/common/sysio_merkle.sol": {
|
|
906
|
+
"sysio_merkle": [
|
|
907
|
+
{
|
|
908
|
+
"length": 20,
|
|
909
|
+
"start": 8608
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
"contracts/outpost/OPPCommon.sol": {
|
|
914
|
+
"OPPCommon": [
|
|
915
|
+
{
|
|
916
|
+
"length": 20,
|
|
917
|
+
"start": 5417
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
"deployedLinkReferences": {
|
|
923
|
+
"contracts/common/iodata.sol": {
|
|
924
|
+
"iodata": [
|
|
925
|
+
{
|
|
926
|
+
"length": 20,
|
|
927
|
+
"start": 1295
|
|
928
|
+
}
|
|
929
|
+
]
|
|
930
|
+
},
|
|
931
|
+
"contracts/common/sysio_merkle.sol": {
|
|
932
|
+
"sysio_merkle": [
|
|
933
|
+
{
|
|
934
|
+
"length": 20,
|
|
935
|
+
"start": 8561
|
|
936
|
+
}
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
"contracts/outpost/OPPCommon.sol": {
|
|
940
|
+
"OPPCommon": [
|
|
941
|
+
{
|
|
942
|
+
"length": 20,
|
|
943
|
+
"start": 5370
|
|
944
|
+
}
|
|
945
|
+
]
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
}
|