@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,737 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "OutpostManagerV2",
|
|
4
|
+
"sourceName": "contracts/outpost/OutpostManager.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
|
+
"indexed": true,
|
|
346
|
+
"internalType": "address",
|
|
347
|
+
"name": "implementation",
|
|
348
|
+
"type": "address"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"name": "Upgraded",
|
|
352
|
+
"type": "event"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"inputs": [],
|
|
356
|
+
"name": "CONFIGURATION_ROLE",
|
|
357
|
+
"outputs": [
|
|
358
|
+
{
|
|
359
|
+
"internalType": "uint64",
|
|
360
|
+
"name": "",
|
|
361
|
+
"type": "uint64"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"stateMutability": "view",
|
|
365
|
+
"type": "function"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"inputs": [],
|
|
369
|
+
"name": "OPP_FINALIZER_ROLE",
|
|
370
|
+
"outputs": [
|
|
371
|
+
{
|
|
372
|
+
"internalType": "uint64",
|
|
373
|
+
"name": "",
|
|
374
|
+
"type": "uint64"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"stateMutability": "view",
|
|
378
|
+
"type": "function"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"inputs": [],
|
|
382
|
+
"name": "OPP_INBOUND_ROLE",
|
|
383
|
+
"outputs": [
|
|
384
|
+
{
|
|
385
|
+
"internalType": "uint64",
|
|
386
|
+
"name": "",
|
|
387
|
+
"type": "uint64"
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
"stateMutability": "view",
|
|
391
|
+
"type": "function"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"inputs": [],
|
|
395
|
+
"name": "OPP_RECEIVER_TYPE",
|
|
396
|
+
"outputs": [
|
|
397
|
+
{
|
|
398
|
+
"internalType": "uint64",
|
|
399
|
+
"name": "",
|
|
400
|
+
"type": "uint64"
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"stateMutability": "view",
|
|
404
|
+
"type": "function"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"inputs": [],
|
|
408
|
+
"name": "OPP_SENDER_ROLE",
|
|
409
|
+
"outputs": [
|
|
410
|
+
{
|
|
411
|
+
"internalType": "uint64",
|
|
412
|
+
"name": "",
|
|
413
|
+
"type": "uint64"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"stateMutability": "view",
|
|
417
|
+
"type": "function"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"inputs": [],
|
|
421
|
+
"name": "OPP_SENDER_TYPE",
|
|
422
|
+
"outputs": [
|
|
423
|
+
{
|
|
424
|
+
"internalType": "uint64",
|
|
425
|
+
"name": "",
|
|
426
|
+
"type": "uint64"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"stateMutability": "view",
|
|
430
|
+
"type": "function"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"inputs": [],
|
|
434
|
+
"name": "OPP_TESTER_ROLE",
|
|
435
|
+
"outputs": [
|
|
436
|
+
{
|
|
437
|
+
"internalType": "uint64",
|
|
438
|
+
"name": "",
|
|
439
|
+
"type": "uint64"
|
|
440
|
+
}
|
|
441
|
+
],
|
|
442
|
+
"stateMutability": "view",
|
|
443
|
+
"type": "function"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"inputs": [],
|
|
447
|
+
"name": "RECEIPT_BURNER_ROLE",
|
|
448
|
+
"outputs": [
|
|
449
|
+
{
|
|
450
|
+
"internalType": "uint64",
|
|
451
|
+
"name": "",
|
|
452
|
+
"type": "uint64"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"stateMutability": "view",
|
|
456
|
+
"type": "function"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"inputs": [],
|
|
460
|
+
"name": "RECEIPT_MINTER_ROLE",
|
|
461
|
+
"outputs": [
|
|
462
|
+
{
|
|
463
|
+
"internalType": "uint64",
|
|
464
|
+
"name": "",
|
|
465
|
+
"type": "uint64"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"stateMutability": "view",
|
|
469
|
+
"type": "function"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"inputs": [],
|
|
473
|
+
"name": "RECEIPT_TRANSFER_ROLE",
|
|
474
|
+
"outputs": [
|
|
475
|
+
{
|
|
476
|
+
"internalType": "uint64",
|
|
477
|
+
"name": "",
|
|
478
|
+
"type": "uint64"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"stateMutability": "view",
|
|
482
|
+
"type": "function"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"inputs": [],
|
|
486
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
487
|
+
"outputs": [
|
|
488
|
+
{
|
|
489
|
+
"internalType": "string",
|
|
490
|
+
"name": "",
|
|
491
|
+
"type": "string"
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"stateMutability": "view",
|
|
495
|
+
"type": "function"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"inputs": [],
|
|
499
|
+
"name": "authority",
|
|
500
|
+
"outputs": [
|
|
501
|
+
{
|
|
502
|
+
"internalType": "address",
|
|
503
|
+
"name": "",
|
|
504
|
+
"type": "address"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"stateMutability": "view",
|
|
508
|
+
"type": "function"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"inputs": [
|
|
512
|
+
{
|
|
513
|
+
"internalType": "uint16[]",
|
|
514
|
+
"name": "assertionTypes",
|
|
515
|
+
"type": "uint16[]"
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"name": "blackholeAssertionTypes",
|
|
519
|
+
"outputs": [],
|
|
520
|
+
"stateMutability": "nonpayable",
|
|
521
|
+
"type": "function"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"inputs": [
|
|
525
|
+
{
|
|
526
|
+
"internalType": "address",
|
|
527
|
+
"name": "endpoint",
|
|
528
|
+
"type": "address"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"internalType": "uint16[]",
|
|
532
|
+
"name": "assertionsGenerated",
|
|
533
|
+
"type": "uint16[]"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"internalType": "uint16[]",
|
|
537
|
+
"name": "assertionsHandled",
|
|
538
|
+
"type": "uint16[]"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"name": "configureOPPEndpoint",
|
|
542
|
+
"outputs": [],
|
|
543
|
+
"stateMutability": "nonpayable",
|
|
544
|
+
"type": "function"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"inputs": [
|
|
548
|
+
{
|
|
549
|
+
"internalType": "address",
|
|
550
|
+
"name": "target",
|
|
551
|
+
"type": "address"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"internalType": "bytes",
|
|
555
|
+
"name": "data",
|
|
556
|
+
"type": "bytes"
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"name": "execute",
|
|
560
|
+
"outputs": [
|
|
561
|
+
{
|
|
562
|
+
"internalType": "uint32",
|
|
563
|
+
"name": "",
|
|
564
|
+
"type": "uint32"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"stateMutability": "payable",
|
|
568
|
+
"type": "function"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"inputs": [
|
|
572
|
+
{
|
|
573
|
+
"internalType": "uint64",
|
|
574
|
+
"name": "role",
|
|
575
|
+
"type": "uint64"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"internalType": "address",
|
|
579
|
+
"name": "grantee",
|
|
580
|
+
"type": "address"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"name": "grantRole",
|
|
584
|
+
"outputs": [],
|
|
585
|
+
"stateMutability": "nonpayable",
|
|
586
|
+
"type": "function"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"inputs": [
|
|
590
|
+
{
|
|
591
|
+
"internalType": "address",
|
|
592
|
+
"name": "_authority",
|
|
593
|
+
"type": "address"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"name": "initialize",
|
|
597
|
+
"outputs": [],
|
|
598
|
+
"stateMutability": "nonpayable",
|
|
599
|
+
"type": "function"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"inputs": [],
|
|
603
|
+
"name": "initializeV2",
|
|
604
|
+
"outputs": [],
|
|
605
|
+
"stateMutability": "nonpayable",
|
|
606
|
+
"type": "function"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"inputs": [],
|
|
610
|
+
"name": "isConsumingScheduledOp",
|
|
611
|
+
"outputs": [
|
|
612
|
+
{
|
|
613
|
+
"internalType": "bytes4",
|
|
614
|
+
"name": "",
|
|
615
|
+
"type": "bytes4"
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"stateMutability": "view",
|
|
619
|
+
"type": "function"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"inputs": [],
|
|
623
|
+
"name": "oppAddress",
|
|
624
|
+
"outputs": [
|
|
625
|
+
{
|
|
626
|
+
"internalType": "address",
|
|
627
|
+
"name": "",
|
|
628
|
+
"type": "address"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"stateMutability": "view",
|
|
632
|
+
"type": "function"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"inputs": [],
|
|
636
|
+
"name": "oppInboundAddress",
|
|
637
|
+
"outputs": [
|
|
638
|
+
{
|
|
639
|
+
"internalType": "address",
|
|
640
|
+
"name": "",
|
|
641
|
+
"type": "address"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"stateMutability": "view",
|
|
645
|
+
"type": "function"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"inputs": [],
|
|
649
|
+
"name": "proxiableUUID",
|
|
650
|
+
"outputs": [
|
|
651
|
+
{
|
|
652
|
+
"internalType": "bytes32",
|
|
653
|
+
"name": "",
|
|
654
|
+
"type": "bytes32"
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"stateMutability": "view",
|
|
658
|
+
"type": "function"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"inputs": [
|
|
662
|
+
{
|
|
663
|
+
"internalType": "address",
|
|
664
|
+
"name": "newAuthority",
|
|
665
|
+
"type": "address"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"name": "setAuthority",
|
|
669
|
+
"outputs": [],
|
|
670
|
+
"stateMutability": "nonpayable",
|
|
671
|
+
"type": "function"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"inputs": [
|
|
675
|
+
{
|
|
676
|
+
"internalType": "address",
|
|
677
|
+
"name": "_oppAddress",
|
|
678
|
+
"type": "address"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"internalType": "address",
|
|
682
|
+
"name": "_oppInboundAddress",
|
|
683
|
+
"type": "address"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"name": "setupOPPRoles",
|
|
687
|
+
"outputs": [],
|
|
688
|
+
"stateMutability": "nonpayable",
|
|
689
|
+
"type": "function"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"inputs": [
|
|
693
|
+
{
|
|
694
|
+
"internalType": "address",
|
|
695
|
+
"name": "proxyAddress",
|
|
696
|
+
"type": "address"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"internalType": "address",
|
|
700
|
+
"name": "newImplementation",
|
|
701
|
+
"type": "address"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"internalType": "bytes",
|
|
705
|
+
"name": "data",
|
|
706
|
+
"type": "bytes"
|
|
707
|
+
}
|
|
708
|
+
],
|
|
709
|
+
"name": "upgradeContract",
|
|
710
|
+
"outputs": [],
|
|
711
|
+
"stateMutability": "nonpayable",
|
|
712
|
+
"type": "function"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"inputs": [
|
|
716
|
+
{
|
|
717
|
+
"internalType": "address",
|
|
718
|
+
"name": "newImplementation",
|
|
719
|
+
"type": "address"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"internalType": "bytes",
|
|
723
|
+
"name": "data",
|
|
724
|
+
"type": "bytes"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"name": "upgradeToAndCall",
|
|
728
|
+
"outputs": [],
|
|
729
|
+
"stateMutability": "payable",
|
|
730
|
+
"type": "function"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"bytecode": "0x60a0806040523460295730608052611925908161002f8239608051818181610b9c01526117c90152f35b600080fdfe6080604052600436101561001257600080fd5b6000803560e01c80631cff79cd146111715780633a7016d41461114e5780634db51f5e1461112b5780634f1ef28614610f5f57806350faa43214610c0657806352d1902d14610b895780635cd8a76b14610aef5780636d1a747314610ad3578063743112cd14610ab05780637a9e5e4b14610a305780638293ace014610a0d5780638668c5f4146109765780638fb36037146109235780639469df8914610834578063a80e2a2214610811578063ad3cb1cc146107c7578063b12ed45e146107a4578063b428b0b014610708578063bf7e214f146106d2578063c4d66de81461057e578063ca34df4714610557578063cd3c3f5e1461053b578063cde7842114610512578063d22a40d0146104ef578063efac7034146104cc5763f892e6e71461013b57600080fd5b346103c65760403660031901126103c6576101546113b8565b9061015d6113d3565b91610168363361162c565b6001600160a01b0390811690811580156104c2575b6104b057806000805160206118d08339815191525416906bffffffffffffffffffffffff60a01b9483868654161785551680600195865416178555604051926101c584611417565b60038452602080850192606093843682376327e935a160e01b6101e7886115fb565b5263f5786b4b60e01b6101f988611608565b5286516002101561049a576327710fa960e11b87860152853b156103f1578760405180926308d6122d60e01b998a83526064830190886004850152896024850152518091526084830191908d6000905b89838310610477575050505050819067054ed88267a0634560448301520381838a5af1801561046c57908891610454575b5050604051908482018281106001600160401b0382111761043e5760405260028252828201906040368337630e260c6560e31b6102b6846115fb565b52631eea7f8960e31b6102c884611608565b52863b1561043a579188916040519384928a8452606484019160048501528860248501525180915260848301919060005b8d88838310610418575050505050819067c58ec56834342af56044830152038183895af1801561040d579087916103f5575b505060405161033981611432565b878152818101938236863763e11418b760e01b610355836115fb565b52853b156103f157604098949598939293519687526064870192600488015260248701525180915260848501939160005b8281106103d45787808881818d8183818e67973871d7e74f3748604483015203925af180156103c9576103b65750f35b6103bf906113e9565b6103c65780f35b80fd5b6040513d84823e3d90fd5b83516001600160e01b031916865294810194928101928401610386565b8780fd5b6103fe906113e9565b61040957853861032b565b8580fd5b6040513d89823e3d90fd5b84516001600160e01b03191686528e97508896509485019490930192016102f9565b8880fd5b634e487b7160e01b600052604160045260246000fd5b61045d906113e9565b61046857863861027a565b8680fd5b6040513d8a823e3d90fd5b84516001600160e01b03191686528f97508896509485019490930192018e610249565b634e487b7160e01b600052603260045260246000fd5b604051632ea0fec960e11b8152600490fd5b508084161561017d565b50346103c657806003193601126103c657602060405167c58ec56834342af58152f35b50346103c657806003193601126103c657602060405167ae92c175e0db63cd8152f35b50346103c657806003193601126103c6576001546040516001600160a01b039091168152602090f35b50346103c657806003193601126103c657602060405160018152f35b50346103c657806003193601126103c657546040516001600160a01b039091168152602090f35b50346103c65760203660031901126103c6576105986113b8565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0090815460ff8160401c1615916001600160401b038216801590816106ca575b60011490816106c0575b1590816106b7575b506106a55767ffffffffffffffff19821660011784556106309183610686575b5061061361182b565b61061b61182b565b61062361182b565b61062b61182b565b611766565b61063861182b565b61064061182b565b610648575080f35b68ff00000000000000001981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff1916680100000000000000011784553861060a565b60405163f92ee8a960e01b8152600490fd5b905015386105ea565b303b1591506105e2565b8491506105d8565b50346103c657806003193601126103c6576000805160206118d0833981519152546040516001600160a01b039091168152602090f35b50346103c65760403660031901126103c657806004356001600160401b0381168091036107a1576107376113d3565b90610742363361162c565b6000805160206118d0833981519152546001600160a01b0392908316803b1561079d57849283606492604051968795869463012e238d60e51b865260048601521660248401528160448401525af180156103c9576103b65750f35b8480fd5b50fd5b50346103c657806003193601126103c6576020604051670b49c88cd3d1ba3c8152f35b50346103c657806003193601126103c65761080d6040516107e781611432565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611541565b0390f35b50346103c657806003193601126103c65760206040516711d8f2d2caa4286e8152f35b50346103c65760203660031901126103c6576004356001600160401b03811161091f576108659036906004016114d0565b61086f363361162c565b6001805490916001600160a01b03918216156104b057839182845b610892578380f35b825181101561091b578185541661ffff6108ac8386611618565b5116813b1561040957859160448392604051988993849263163c71df60e01b8452600484015261dead60248401525af194851561090e5786956108f5575b50508301859361088a565b610901919295506113e9565b61079d57839285386108ea565b50604051903d90823e3d90fd5b8380f35b5080fd5b50346103c657806003193601126103c6576000805160206118d08339815191525460a01c60ff161561096e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061095b565b50346103c65760603660031901126103c657806109916113b8565b6109996113d3565b6044356001600160401b038111610a08576109b8903690600401611489565b916109c3363361162c565b6001600160a01b031691823b15610a08576109f79284928360405180968195829463278f794360e11b8452600484016115d6565b03925af180156103c9576103b65750f35b505050fd5b50346103c657806003193601126103c657602060405167973871d7e74f37488152f35b50346103c65760203660031901126103c657610a4a6113b8565b6000805160206118d0833981519152546001600160a01b039081163303610a9957813b15610a7f5750610a7c90611766565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346103c657806003193601126103c657602060405167054ed88267a063458152f35b50346103c657806003193601126103c657602060405160028152f35b50346103c657806003193601126103c6577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805460ff8160401c168015610b75575b6106a55760029068ffffffffffffffffff19161790557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160028152a180f35b5060026001600160401b0382161015610b31565b50346103c657806003193601126103c6577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bf45760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b50346103c65760603660031901126103c657610c206113b8565b6001600160401b0390602435828111610ddb57610c419036906004016114d0565b91604435908111610ddb57610c5a9036906004016114d0565b91610c65363361162c565b83546001600160a01b031680158015610f4c575b6104b0578491610cea602060018060a01b036000805160206118d083398151915254169360018060a01b03600154166040519163389613c160e11b848401526024830152604482015260448152610ccf81611417565b60405180938192631cff79cd60e01b835289600484016115d6565b038187875af18015610ea157610f1d575b50805115610eac57813b15610e9d5760405163012e238d60e51b815267054ed88267a0634560048201526001600160a01b038516602482015260448101849052838160648183875af1908115610ea1578491610e89575b50505b825b8151811015610dea5761ffff610d6d8284611618565b5116833b1561079d5760405163012e238d60e51b8152620100009190911760048201526001600160a01b038616602482015260448101859052848160648183885af1908115610ddf578591610dc7575b5050600101610d57565b610dd0906113e9565b610ddb578338610dbd565b8380fd5b6040513d87823e3d90fd5b5050509182805b8251811015610e85576001546001600160a01b031661ffff610e138386611618565b5116813b15610ddb5760405163163c71df60e01b815260048101919091526001600160a01b03861660248201529083908290604490829084905af1908115610e7a578391610e66575b5050600101610df1565b610e6f906113e9565b61091f578186610e5c565b6040513d85823e3d90fd5b5080f35b610e92906113e9565b610e9d578238610d52565b8280fd5b6040513d86823e3d90fd5b908092503b1561079d57604051635be958b160e11b815267054ed88267a0634560048201526001600160a01b0384166024820152858160448183875af18015610f1257610efd575b50908491610d55565b610f0a90959192956113e9565b939038610ef4565b6040513d88823e3d90fd5b610f3e9060203d602011610f45575b610f36818361144d565b810190611581565b5038610cfb565b503d610f2c565b506001546001600160a01b031615610c79565b5060403660031901126103c657610f746113b8565b6024356001600160401b038111610e9d57610f93903690600401611489565b610f9b6117bf565b610fa5363361162c565b610fad6117bf565b6040516352d1902d60e01b81526001600160a01b038316926020918281600481885afa8691816110fc575b50610ff657604051634c9c8ce360e01b815260048101869052602490fd5b9385947f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036110e45750823b156110cb5780546001600160a01b0319168217905560405185917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a28451156110ae5750808484610e8596519101845af4903d156110a5573d6110898161146e565b90611097604051928361144d565b81528581943d92013e61186c565b6060925061186c565b9350505050346110bc575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311611124575b611114818361144d565b8101031261046857519038610fd8565b503d61110a565b50346103c657806003193601126103c657602060405167bf1faa41f651ca3a8152f35b50346103c657806003193601126103c657602060405167fcf45a9de1e9ce348152f35b5060403660031901126103c6576111866113b8565b602435906001600160401b03808311610ddb5736602384011215610ddb57826004013511610e9d57366024836004013584010111610e9d576000805160206118d08339815191525436600411610ddb5763b700961360e01b60a09081523360a4523060c45284356001600160e01b03191660e45260646080908152859182916040918391611213906113fc565b8180526020829052608051906001600160a01b0387165afa6113a5575b156112ed575b505060649160209160018060a01b036000805160206118d0833981519152541690604051948580948193631cff79cd60e01b835260018060a01b03166004830152604060248301528060040135604483015280600401356024820184840137600401358181018301899052601f01601f1916810103019134905af19081156103c957602092916112d0575b5063ffffffff60405191168152f35b6112e79150823d8411610f4557610f36818361144d565b386112c1565b90929063ffffffff1615610a995760ff60a01b19838116600160a01b176000805160206118d083398151915255916001600160a01b0384163b1561079d57846040518095634a63ebf760e11b825281838161134c36336004840161159d565b03926001600160a01b03165af1928315610ddf57606494602094611396575b506000805160206118d083398151915254166000805160206118d08339815191525591819350611236565b61139f906113e9565b3861136b565b505083516020518060201c150290611230565b600435906001600160a01b03821682036113ce57565b600080fd5b602435906001600160a01b03821682036113ce57565b6001600160401b03811161043e57604052565b60a081019081106001600160401b0382111761043e57604052565b608081019081106001600160401b0382111761043e57604052565b604081019081106001600160401b0382111761043e57604052565b90601f801991011681019081106001600160401b0382111761043e57604052565b6001600160401b03811161043e57601f01601f191660200190565b81601f820112156113ce578035906114a08261146e565b926114ae604051948561144d565b828452602083830101116113ce57816000926020809301838601378301015290565b81601f820112156113ce578035916020916001600160401b03841161043e578360051b90604051946115048584018761144d565b855283808601928201019283116113ce578301905b828210611527575050505090565b813561ffff811681036113ce578152908301908301611519565b919082519283825260005b84811061156d575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161154c565b908160209103126113ce575163ffffffff811681036113ce5790565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190526115f892910190611541565b90565b80511561049a5760200190565b80516001101561049a5760400190565b805182101561049a5760209160051b010190565b6000805160206118d08339815191528054909290916001600160a01b038084169290600482106113ce57600080604082815194602086019063b700961360e01b825288169586602482015230604482015263ffffffff60e01b83351660648201526064815261169a816113fc565b828052826020525190895afa611755575b156116ba575b50505050505050565b63ffffffff161561173e575060ff60a01b19938416600160a01b178555823b156113ce576117029260009283604051809681958294634a63ebf760e11b84526004840161159d565b03925af1801561173257611723575b508154169055388080808080806116b1565b61172c906113e9565b38611711565b6040513d6000823e3d90fd5b6024906040519062d1953b60e31b82526004820152fd5b50516020518060201c1502906116ab565b6000805160206118d083398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156117fd575b5050610bf457565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806117f5565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561185a57565b604051631afcd79f60e31b8152600490fd5b90611893575080511561188157602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806118c6575b6118a4575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561189c56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220ac8199eb1b33b1bb895092a92f7523d7329ddfd1a0b05fe408033601fc07406664736f6c63430008190033",
|
|
734
|
+
"deployedBytecode": "0x6080604052600436101561001257600080fd5b6000803560e01c80631cff79cd146111715780633a7016d41461114e5780634db51f5e1461112b5780634f1ef28614610f5f57806350faa43214610c0657806352d1902d14610b895780635cd8a76b14610aef5780636d1a747314610ad3578063743112cd14610ab05780637a9e5e4b14610a305780638293ace014610a0d5780638668c5f4146109765780638fb36037146109235780639469df8914610834578063a80e2a2214610811578063ad3cb1cc146107c7578063b12ed45e146107a4578063b428b0b014610708578063bf7e214f146106d2578063c4d66de81461057e578063ca34df4714610557578063cd3c3f5e1461053b578063cde7842114610512578063d22a40d0146104ef578063efac7034146104cc5763f892e6e71461013b57600080fd5b346103c65760403660031901126103c6576101546113b8565b9061015d6113d3565b91610168363361162c565b6001600160a01b0390811690811580156104c2575b6104b057806000805160206118d08339815191525416906bffffffffffffffffffffffff60a01b9483868654161785551680600195865416178555604051926101c584611417565b60038452602080850192606093843682376327e935a160e01b6101e7886115fb565b5263f5786b4b60e01b6101f988611608565b5286516002101561049a576327710fa960e11b87860152853b156103f1578760405180926308d6122d60e01b998a83526064830190886004850152896024850152518091526084830191908d6000905b89838310610477575050505050819067054ed88267a0634560448301520381838a5af1801561046c57908891610454575b5050604051908482018281106001600160401b0382111761043e5760405260028252828201906040368337630e260c6560e31b6102b6846115fb565b52631eea7f8960e31b6102c884611608565b52863b1561043a579188916040519384928a8452606484019160048501528860248501525180915260848301919060005b8d88838310610418575050505050819067c58ec56834342af56044830152038183895af1801561040d579087916103f5575b505060405161033981611432565b878152818101938236863763e11418b760e01b610355836115fb565b52853b156103f157604098949598939293519687526064870192600488015260248701525180915260848501939160005b8281106103d45787808881818d8183818e67973871d7e74f3748604483015203925af180156103c9576103b65750f35b6103bf906113e9565b6103c65780f35b80fd5b6040513d84823e3d90fd5b83516001600160e01b031916865294810194928101928401610386565b8780fd5b6103fe906113e9565b61040957853861032b565b8580fd5b6040513d89823e3d90fd5b84516001600160e01b03191686528e97508896509485019490930192016102f9565b8880fd5b634e487b7160e01b600052604160045260246000fd5b61045d906113e9565b61046857863861027a565b8680fd5b6040513d8a823e3d90fd5b84516001600160e01b03191686528f97508896509485019490930192018e610249565b634e487b7160e01b600052603260045260246000fd5b604051632ea0fec960e11b8152600490fd5b508084161561017d565b50346103c657806003193601126103c657602060405167c58ec56834342af58152f35b50346103c657806003193601126103c657602060405167ae92c175e0db63cd8152f35b50346103c657806003193601126103c6576001546040516001600160a01b039091168152602090f35b50346103c657806003193601126103c657602060405160018152f35b50346103c657806003193601126103c657546040516001600160a01b039091168152602090f35b50346103c65760203660031901126103c6576105986113b8565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0090815460ff8160401c1615916001600160401b038216801590816106ca575b60011490816106c0575b1590816106b7575b506106a55767ffffffffffffffff19821660011784556106309183610686575b5061061361182b565b61061b61182b565b61062361182b565b61062b61182b565b611766565b61063861182b565b61064061182b565b610648575080f35b68ff00000000000000001981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff1916680100000000000000011784553861060a565b60405163f92ee8a960e01b8152600490fd5b905015386105ea565b303b1591506105e2565b8491506105d8565b50346103c657806003193601126103c6576000805160206118d0833981519152546040516001600160a01b039091168152602090f35b50346103c65760403660031901126103c657806004356001600160401b0381168091036107a1576107376113d3565b90610742363361162c565b6000805160206118d0833981519152546001600160a01b0392908316803b1561079d57849283606492604051968795869463012e238d60e51b865260048601521660248401528160448401525af180156103c9576103b65750f35b8480fd5b50fd5b50346103c657806003193601126103c6576020604051670b49c88cd3d1ba3c8152f35b50346103c657806003193601126103c65761080d6040516107e781611432565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611541565b0390f35b50346103c657806003193601126103c65760206040516711d8f2d2caa4286e8152f35b50346103c65760203660031901126103c6576004356001600160401b03811161091f576108659036906004016114d0565b61086f363361162c565b6001805490916001600160a01b03918216156104b057839182845b610892578380f35b825181101561091b578185541661ffff6108ac8386611618565b5116813b1561040957859160448392604051988993849263163c71df60e01b8452600484015261dead60248401525af194851561090e5786956108f5575b50508301859361088a565b610901919295506113e9565b61079d57839285386108ea565b50604051903d90823e3d90fd5b8380f35b5080fd5b50346103c657806003193601126103c6576000805160206118d08339815191525460a01c60ff161561096e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061095b565b50346103c65760603660031901126103c657806109916113b8565b6109996113d3565b6044356001600160401b038111610a08576109b8903690600401611489565b916109c3363361162c565b6001600160a01b031691823b15610a08576109f79284928360405180968195829463278f794360e11b8452600484016115d6565b03925af180156103c9576103b65750f35b505050fd5b50346103c657806003193601126103c657602060405167973871d7e74f37488152f35b50346103c65760203660031901126103c657610a4a6113b8565b6000805160206118d0833981519152546001600160a01b039081163303610a9957813b15610a7f5750610a7c90611766565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346103c657806003193601126103c657602060405167054ed88267a063458152f35b50346103c657806003193601126103c657602060405160028152f35b50346103c657806003193601126103c6577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805460ff8160401c168015610b75575b6106a55760029068ffffffffffffffffff19161790557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160028152a180f35b5060026001600160401b0382161015610b31565b50346103c657806003193601126103c6577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bf45760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b50346103c65760603660031901126103c657610c206113b8565b6001600160401b0390602435828111610ddb57610c419036906004016114d0565b91604435908111610ddb57610c5a9036906004016114d0565b91610c65363361162c565b83546001600160a01b031680158015610f4c575b6104b0578491610cea602060018060a01b036000805160206118d083398151915254169360018060a01b03600154166040519163389613c160e11b848401526024830152604482015260448152610ccf81611417565b60405180938192631cff79cd60e01b835289600484016115d6565b038187875af18015610ea157610f1d575b50805115610eac57813b15610e9d5760405163012e238d60e51b815267054ed88267a0634560048201526001600160a01b038516602482015260448101849052838160648183875af1908115610ea1578491610e89575b50505b825b8151811015610dea5761ffff610d6d8284611618565b5116833b1561079d5760405163012e238d60e51b8152620100009190911760048201526001600160a01b038616602482015260448101859052848160648183885af1908115610ddf578591610dc7575b5050600101610d57565b610dd0906113e9565b610ddb578338610dbd565b8380fd5b6040513d87823e3d90fd5b5050509182805b8251811015610e85576001546001600160a01b031661ffff610e138386611618565b5116813b15610ddb5760405163163c71df60e01b815260048101919091526001600160a01b03861660248201529083908290604490829084905af1908115610e7a578391610e66575b5050600101610df1565b610e6f906113e9565b61091f578186610e5c565b6040513d85823e3d90fd5b5080f35b610e92906113e9565b610e9d578238610d52565b8280fd5b6040513d86823e3d90fd5b908092503b1561079d57604051635be958b160e11b815267054ed88267a0634560048201526001600160a01b0384166024820152858160448183875af18015610f1257610efd575b50908491610d55565b610f0a90959192956113e9565b939038610ef4565b6040513d88823e3d90fd5b610f3e9060203d602011610f45575b610f36818361144d565b810190611581565b5038610cfb565b503d610f2c565b506001546001600160a01b031615610c79565b5060403660031901126103c657610f746113b8565b6024356001600160401b038111610e9d57610f93903690600401611489565b610f9b6117bf565b610fa5363361162c565b610fad6117bf565b6040516352d1902d60e01b81526001600160a01b038316926020918281600481885afa8691816110fc575b50610ff657604051634c9c8ce360e01b815260048101869052602490fd5b9385947f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036110e45750823b156110cb5780546001600160a01b0319168217905560405185917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a28451156110ae5750808484610e8596519101845af4903d156110a5573d6110898161146e565b90611097604051928361144d565b81528581943d92013e61186c565b6060925061186c565b9350505050346110bc575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091508381813d8311611124575b611114818361144d565b8101031261046857519038610fd8565b503d61110a565b50346103c657806003193601126103c657602060405167bf1faa41f651ca3a8152f35b50346103c657806003193601126103c657602060405167fcf45a9de1e9ce348152f35b5060403660031901126103c6576111866113b8565b602435906001600160401b03808311610ddb5736602384011215610ddb57826004013511610e9d57366024836004013584010111610e9d576000805160206118d08339815191525436600411610ddb5763b700961360e01b60a09081523360a4523060c45284356001600160e01b03191660e45260646080908152859182916040918391611213906113fc565b8180526020829052608051906001600160a01b0387165afa6113a5575b156112ed575b505060649160209160018060a01b036000805160206118d0833981519152541690604051948580948193631cff79cd60e01b835260018060a01b03166004830152604060248301528060040135604483015280600401356024820184840137600401358181018301899052601f01601f1916810103019134905af19081156103c957602092916112d0575b5063ffffffff60405191168152f35b6112e79150823d8411610f4557610f36818361144d565b386112c1565b90929063ffffffff1615610a995760ff60a01b19838116600160a01b176000805160206118d083398151915255916001600160a01b0384163b1561079d57846040518095634a63ebf760e11b825281838161134c36336004840161159d565b03926001600160a01b03165af1928315610ddf57606494602094611396575b506000805160206118d083398151915254166000805160206118d08339815191525591819350611236565b61139f906113e9565b3861136b565b505083516020518060201c150290611230565b600435906001600160a01b03821682036113ce57565b600080fd5b602435906001600160a01b03821682036113ce57565b6001600160401b03811161043e57604052565b60a081019081106001600160401b0382111761043e57604052565b608081019081106001600160401b0382111761043e57604052565b604081019081106001600160401b0382111761043e57604052565b90601f801991011681019081106001600160401b0382111761043e57604052565b6001600160401b03811161043e57601f01601f191660200190565b81601f820112156113ce578035906114a08261146e565b926114ae604051948561144d565b828452602083830101116113ce57816000926020809301838601378301015290565b81601f820112156113ce578035916020916001600160401b03841161043e578360051b90604051946115048584018761144d565b855283808601928201019283116113ce578301905b828210611527575050505090565b813561ffff811681036113ce578152908301908301611519565b919082519283825260005b84811061156d575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161154c565b908160209103126113ce575163ffffffff811681036113ce5790565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6001600160a01b0390911681526040602082018190526115f892910190611541565b90565b80511561049a5760200190565b80516001101561049a5760400190565b805182101561049a5760209160051b010190565b6000805160206118d08339815191528054909290916001600160a01b038084169290600482106113ce57600080604082815194602086019063b700961360e01b825288169586602482015230604482015263ffffffff60e01b83351660648201526064815261169a816113fc565b828052826020525190895afa611755575b156116ba575b50505050505050565b63ffffffff161561173e575060ff60a01b19938416600160a01b178555823b156113ce576117029260009283604051809681958294634a63ebf760e11b84526004840161159d565b03925af1801561173257611723575b508154169055388080808080806116b1565b61172c906113e9565b38611711565b6040513d6000823e3d90fd5b6024906040519062d1953b60e31b82526004820152fd5b50516020518060201c1502906116ab565b6000805160206118d083398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156117fd575b5050610bf457565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806117f5565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561185a57565b604051631afcd79f60e31b8152600490fd5b90611893575080511561188157602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806118c6575b6118a4575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561189c56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220ac8199eb1b33b1bb895092a92f7523d7329ddfd1a0b05fe408033601fc07406664736f6c63430008190033",
|
|
735
|
+
"linkReferences": {},
|
|
736
|
+
"deployedLinkReferences": {}
|
|
737
|
+
}
|