@wireio/stake 1.1.69 → 1.2.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/stake.browser.js +1334 -44
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +946 -27
- package/lib/stake.js +1334 -44
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1334 -44
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
- package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
- package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "ChallengeLib",
|
|
4
|
-
"sourceName": "contracts/WNS/ChallengeLib.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "bytes32",
|
|
10
|
-
"name": "blockID",
|
|
11
|
-
"type": "bytes32"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "ChainDisproofContainsDisputed",
|
|
15
|
-
"type": "error"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [],
|
|
19
|
-
"name": "ChainProofBadSequence",
|
|
20
|
-
"type": "error"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"inputs": [
|
|
24
|
-
{
|
|
25
|
-
"internalType": "uint32",
|
|
26
|
-
"name": "blockNumber",
|
|
27
|
-
"type": "uint32"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"internalType": "uint256",
|
|
31
|
-
"name": "timestamp",
|
|
32
|
-
"type": "uint256"
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"name": "ChainProofBadTimestamp",
|
|
36
|
-
"type": "error"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"inputs": [],
|
|
40
|
-
"name": "ChainProofMissingDisputed",
|
|
41
|
-
"type": "error"
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
|
-
"bytecode": "0x60808060405234601b57611a9f90816100218239308160070152f35b600080fdfe6080604052307f000000000000000000000000000000000000000000000000000000000000000014600436101561003557600080fd5b60003560e01c806319adff31146112ab5780631e3a9f981461047c578063484ec9b91461017c57806383ba5137146100e9578063a40d517b146100cd578063ee08e3a2146100b15763f17f03f91461008c57600080fd5b6100ac5760403660031901126100ac576100aa602435600435611862565b005b600080fd5b506100ac5760203660031901126100ac576100aa6004356117e9565b506100ac5760203660031901126100ac576100aa600435611767565b506100ac5760203660031901126100ac576000600e6004358281558260018201556002810164ffffffffff198154169055610126600382016117e9565b610132600582016117e9565b61013e60078201611767565b600981016bffffffffffffffffffffffff60a01b90818154169055600a820190815416905582600b82015582600c82015582600d8201550155600080f35b506100ac5760403660031901126100ac57600435805460009190600019808201916024359083116104665782811061026b575b508254801561025557016101c38184611713565b93909361023f576000600e85826001975582878201558260028201556101eb6003820161172f565b6101f76005820161172f565b6102036007820161172f565b82600982015582600a82015582600b82015582600c82015582600d82015501555514610237575b6020906040519015158152f35b50600061022a565b634e487b7160e01b600052600060045260246000fd5b634e487b7160e01b600052603160045260246000fd5b6102758385611713565b50546102818286611713565b5055600161028f8486611713565b500154600161029e8387611713565b50015560ff60026102af8587611713565b5001541660026102bf8387611713565b50019160058210156104505761044a926104339260ff1982541617905560026102e88688611713565b50015460026102f78389611713565b50019064ffffffff00825491169064ffffffff001916179055600961031c8688611713565b5001546001600160a01b03908116906009610337848a611713565b50016bffffffffffffffffffffffff60a01b9283825416179055600a61035d888a611713565b50015416600a61036d848a611713565b500191825416179055600b6103828688611713565b500154600b6103918389611713565b500155600c6103a08688611713565b500154600c6103af8389611713565b500155600d6103be8688611713565b500154600d6103cd8389611713565b500155600e6103dc8688611713565b500154600e6103eb8389611713565b5001556104126103fb8288611713565b50600380610409898b611713565b500191016113ec565b61042d61041f8288611713565b50600580610409898b611713565b85611713565b506007806104418688611713565b50019101611862565b386101af565b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b506100ac5760a03660031901126100ac576001600160401b03600435116100ac573660236004350112156100ac57600435600401356104ba81611321565b906104c86040519283611300565b80825260208201903660248260051b6004350101116100ac57602460043501915b60248260051b60043501018310610cd257836044351515604435036100ac576064351515606435036100ac57608435906001600160401b03821682036100ac57610531611475565b9161053a611475565b60243560030154926000928360643580610cc8575b610cb5575b82519461057961056387611321565b966105716040519889611300565b808852611321565b60005b601f1982018110610c9e575050906000915b8451831015610bd1576105c960206105a685886113c2565b515160405180938192631b725d0960e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a57600090610b94575b63ffffffff915016895263ffffffff81168015600014610b245750505063ffffffff87511661061f82856113c2565b515151915b610656602061063383886113c2565b5151604051809381926316fa876f60e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600091610af2575b504210610ab75761068f81866113c2565b51606060405180809363152914a560e31b825260206004830152836106c0825160c0602486015260e4850190611508565b9160ff6040602083015180516044880152602081015160648801520151166084850152604081015160a4850152015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600090600092610a6d575b5060208b018290526001600160a01b031660a08b01526064359081610a50575b50610a13575b610787606061075483886113c2565b51516040518093819263df54527160e01b83526001600160401b038a166004840152604060248401526044830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a576000916000916000916109c5575b5063ffffffff1660408c015260808b015260608a015280610807575b60019063ffffffff8a5116875260208a01516020880152896107f3828a6113c2565b526107fe81896113c2565b5001919061058e565b63ffffffff89511663ffffffff610820818951166116fe565b1614610999575b606089015115158061098c575b8061096f575b156109485763ffffffff60408a01511663ffffffff61085e8160408a0151166116fe565b16036109365760608901519060808a015160608801519073__$725b64e5d0c6cf971a38b70775a9eb77e8$__3b156100ac576040519363a2297d0f60e01b855260048501526024840152604483015260008260648173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a576108fb575b6001915063ffffffff60408b015116604088015260608a015160608801525b90506107d1565b6001600160401b038211610914576001916040526108d5565b634e487b7160e01b600052604160045260246000fd5b6040513d6000823e3d90fd5b60405163ebbc9b5160e01b8152600490fd5b63ffffffff89511663ffffffff610961818951166116fe565b1603610936576001906108f4565b5063ffffffff60408a01511663ffffffff6040880151161061083a565b5060608601511515610834565b60606109a582876113c2565b515101516020870151146108275760405163ebbc9b5160e01b8152600490fd5b925050506060813d606011610a0b575b816109e260609383611300565b810103126100ac57805163ffffffff610a026040602085015194016114b7565b919291906107b5565b3d91506109d5565b60443515610a3757602460208a01516040519063de374d1760e01b82526004820152fd5b610a4a60208a0151600560243501611906565b50610745565b60009081526004602435016020526040902054151590508a61073f565b9150506060813d606011610aaf575b81610a8960609383611300565b810103126100ac578051906001600160a01b03821682036100ac5760400151908b61071f565b3d9150610a7c565b610aca859163ffffffff8b5116926113c2565b5151516040516362dee7b560e11b815263ffffffff9290921660048301526024820152604490fd5b90506020813d602011610b1c575b81610b0d60209383611300565b810103126100ac57518a61067e565b3d9150610b00565b610b3e83610b368689979596976113c2565b5151516116f1565b9063ffffffff8b51160363ffffffff81116104665763ffffffff16908082119182610b7e575b50501561062457610aca859163ffffffff8b5116926113c2565b6002925090610b8c916116f1565b118a80610b64565b506020813d602011610bc9575b81610bae60209383611300565b810103126100ac57610bc463ffffffff916114b7565b6105f0565b3d9150610ba1565b866064358981610c93575b81610c82575b50610c705760405180916020820160208352815180915260206040840192019060005b818110610c13575050500390f35b91935091602060c0600192865163ffffffff80825116835284820151858401526040820151166040830152606081015160608301526080810151608083015260a08580821b039101511660a0820152019401910191849392610c05565b60405163244024f760e11b8152600490fd5b905060056024350154141582610be2565b604435159150610bdc565b602090610ca9611475565b82828b0101520161057c565b610cc36005602435016117e9565b610554565b506044351561054f565b8235906001600160401b0382116100ac5760c06004358301360360231901126100ac57604051918260808101106001600160401b03608085011117610914576024816004350101356001600160401b0381116100ac5761012060043583018201360360231901126100ac57608084016101a08501106001600160401b036101a086011117610914576101a084016040526004358201810160248101356080860152610d7f90604401611338565b60a0850152610d966064828460043501010161134c565b60c085015260043582018101608481013560e086015260a481013561010086015260c4810135610120860152610dce9060e40161135b565b6101408501526001600160401b03610104828460043501010135116100ac5760406004358301820161010481013501360360231901126100ac57604051610e14816112ca565b610e2d600435840183016101048101350160240161135b565b81526004358301820161010481013501604401356001600160401b0381116100ac57366004358501840161010481013501820160430112156100ac57600435840183016101048101350181016024013590610e8782611321565b91610e956040519384611300565b808352602083013660043588018701610104810135018401600584901b01604401116100ac5760043587018601610104810135018301604401905b60043588018701610104810135018401600584901b0160440182106111f3575050505060208201526101608501526101248183600435010101356001600160401b0381116100ac573660438284866004350101010112156100ac5760248183856004350101010135610f4181611321565b92610f4f6040519485611300565b81845260208401903660448460051b86848a6004350101010101116100ac57604484828860043501010101915b60448460051b86848a6004350101010101831061102357505050505061018084015260808301835260606004358201360360431901126100ac5760405191610fc3836112e5565b600435820160448101358452606481013560208501526084013560ff811690036100ac57600435909101608481013560408085019190915260208086019490945260a48201359085015260c40135606084015291825292830192016104e9565b82356001600160401b0381116100ac5760606004358901840187018201360360431901126100ac5760405191611058836112e5565b61106e60448389878d600435010101010161134c565b835260648288868c6004350101010101356001600160401b0381116100ac5760606004358b018601890184018201360360431901126100ac57806001600160401b0360848c93868c8a604051976110c4896112e5565b6110dc6044868686868660043501010101010161135b565b89526110f66064868686868660043501010101010161135b565b60208a015260043501010101010135116100ac5760206004358c0187018a0185018201608481013501360360431901126100ac57604051908160208101106001600160401b0360208401111761091457602082016040526001600160401b036004358d0188018b018601820160848101350160440135116100ac576111989036906004358e0189018c018701016084810135016044818101359091010161136c565b8152604082015260208401526001600160401b0360848389878d600435010101010135116100ac5760209283926111e39036906004358d0188018b010160848101350160440161136c565b6040820152815201920191610f7c565b6001600160401b038235116100ac57604060043589018801610104810135018501833501360360431901126100ac5760405161122e816112ca565b61124c6004358a018901610104810135018601843501604401611338565b81526001600160401b036004358a01890161010481013501860184350160640135116100ac57602091829161129c366004358d018c0161010481013501890187350160648101350160440161136c565b83820152815201910190610ed0565b506100ac5760403660031901126100ac576100aa6024356004356113ec565b604081019081106001600160401b0382111761091457604052565b606081019081106001600160401b0382111761091457604052565b90601f801991011681019081106001600160401b0382111761091457604052565b6001600160401b0381116109145760051b60200190565b35906001600160401b03821682036100ac57565b359061ffff821682036100ac57565b359063ffffffff821682036100ac57565b81601f820112156100ac578035906001600160401b03821161091457604051926113a0601f8401601f191660200185611300565b828452602083830101116100ac57816000926020809301838601378301015290565b80518210156113d65760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b919060405180828193548084526020809401916000526020600020936000905b82821061145b5750505061142292500382611300565b61142b836117e9565b60005b8151811015611455578061144e611447600193856113c2565b5186611906565b500161142e565b50509050565b85548452600195860195879550938101939091019061140c565b6040519060c082018281106001600160401b03821117610914576040528160a06000918281528260208201528260408201528260608201528260808201520152565b519063ffffffff821682036100ac57565b919082519283825260005b8481106114f4575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016114d3565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b83831061169f5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a1061160b57505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b611674986116849d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906114c8565b920151908d8184039101526114c8565b9f019a019a01989b9a9997969594939291909e9c9d9e6115f3565b909192939a8c899a9b9f9d9e9798996116d96001938f9284809461017f198d8503018a5251888151168452015191818582015201906114c8565b9d0193019301919392909d99989796959c9b9d6115bb565b9190820391821161046657565b90600163ffffffff8093160191821161046657565b80548210156113d657600052600f602060002091020190600090565b805490600090600081558261174357505050565b6000526020600020918201915b82811061175c57505050565b818155600101611750565b9060405180818454808352602080930190866000526020600020936000905b8282106117cf5750505061179c92500382611300565b60005b8151811015611455576001906117c86001600160a01b036117c083866113c2565b511686611979565b500161179f565b855484526001958601958795509381019390910190611786565b9060405180818454808352602080930190866000526020600020936000905b8282106118485750505061181e92500382611300565b60005b8151811015611455578061184161183a600193856113c2565b5186611979565b5001611821565b855484526001958601958795509381019390910190611808565b919060405180828193548084526020809401916000526020600020936000905b8282106118d45750505061189892500382611300565b6118a183611767565b60005b8151811015611455576001906118cd6001600160a01b036118c583866113c2565b511686611906565b50016118a4565b855484526001958601958795509381019390910190611882565b80548210156113d65760005260206000200190600090565b60008281526001820160205260409020546119725780549068010000000000000000821015610914578261195b6119448460018096018555846118ee565b819391549060031b91821b91600019901b19161790565b905580549260005201602052604060002055600190565b5050600090565b90600182019060009281845282602052604084205490811515600014611a625760001991808301818111611a4e57825490848201918211611a3a57818103611a05575b505050805480156119f1578201916119d483836118ee565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b611a25611a1561194493866118ee565b90549060031b1c928392866118ee565b905586528460205260408620553880806119bc565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056fea2646970667358221220486e9ab69eeddfc50bf73eed4ce29c8e67b749a216449246666344e7f89ad1c764736f6c63430008190033",
|
|
45
|
-
"deployedBytecode": "0x6080604052307f000000000000000000000000000000000000000000000000000000000000000014600436101561003557600080fd5b60003560e01c806319adff31146112ab5780631e3a9f981461047c578063484ec9b91461017c57806383ba5137146100e9578063a40d517b146100cd578063ee08e3a2146100b15763f17f03f91461008c57600080fd5b6100ac5760403660031901126100ac576100aa602435600435611862565b005b600080fd5b506100ac5760203660031901126100ac576100aa6004356117e9565b506100ac5760203660031901126100ac576100aa600435611767565b506100ac5760203660031901126100ac576000600e6004358281558260018201556002810164ffffffffff198154169055610126600382016117e9565b610132600582016117e9565b61013e60078201611767565b600981016bffffffffffffffffffffffff60a01b90818154169055600a820190815416905582600b82015582600c82015582600d8201550155600080f35b506100ac5760403660031901126100ac57600435805460009190600019808201916024359083116104665782811061026b575b508254801561025557016101c38184611713565b93909361023f576000600e85826001975582878201558260028201556101eb6003820161172f565b6101f76005820161172f565b6102036007820161172f565b82600982015582600a82015582600b82015582600c82015582600d82015501555514610237575b6020906040519015158152f35b50600061022a565b634e487b7160e01b600052600060045260246000fd5b634e487b7160e01b600052603160045260246000fd5b6102758385611713565b50546102818286611713565b5055600161028f8486611713565b500154600161029e8387611713565b50015560ff60026102af8587611713565b5001541660026102bf8387611713565b50019160058210156104505761044a926104339260ff1982541617905560026102e88688611713565b50015460026102f78389611713565b50019064ffffffff00825491169064ffffffff001916179055600961031c8688611713565b5001546001600160a01b03908116906009610337848a611713565b50016bffffffffffffffffffffffff60a01b9283825416179055600a61035d888a611713565b50015416600a61036d848a611713565b500191825416179055600b6103828688611713565b500154600b6103918389611713565b500155600c6103a08688611713565b500154600c6103af8389611713565b500155600d6103be8688611713565b500154600d6103cd8389611713565b500155600e6103dc8688611713565b500154600e6103eb8389611713565b5001556104126103fb8288611713565b50600380610409898b611713565b500191016113ec565b61042d61041f8288611713565b50600580610409898b611713565b85611713565b506007806104418688611713565b50019101611862565b386101af565b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b506100ac5760a03660031901126100ac576001600160401b03600435116100ac573660236004350112156100ac57600435600401356104ba81611321565b906104c86040519283611300565b80825260208201903660248260051b6004350101116100ac57602460043501915b60248260051b60043501018310610cd257836044351515604435036100ac576064351515606435036100ac57608435906001600160401b03821682036100ac57610531611475565b9161053a611475565b60243560030154926000928360643580610cc8575b610cb5575b82519461057961056387611321565b966105716040519889611300565b808852611321565b60005b601f1982018110610c9e575050906000915b8451831015610bd1576105c960206105a685886113c2565b515160405180938192631b725d0960e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a57600090610b94575b63ffffffff915016895263ffffffff81168015600014610b245750505063ffffffff87511661061f82856113c2565b515151915b610656602061063383886113c2565b5151604051809381926316fa876f60e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600091610af2575b504210610ab75761068f81866113c2565b51606060405180809363152914a560e31b825260206004830152836106c0825160c0602486015260e4850190611508565b9160ff6040602083015180516044880152602081015160648801520151166084850152604081015160a4850152015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600090600092610a6d575b5060208b018290526001600160a01b031660a08b01526064359081610a50575b50610a13575b610787606061075483886113c2565b51516040518093819263df54527160e01b83526001600160401b038a166004840152604060248401526044830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a576000916000916000916109c5575b5063ffffffff1660408c015260808b015260608a015280610807575b60019063ffffffff8a5116875260208a01516020880152896107f3828a6113c2565b526107fe81896113c2565b5001919061058e565b63ffffffff89511663ffffffff610820818951166116fe565b1614610999575b606089015115158061098c575b8061096f575b156109485763ffffffff60408a01511663ffffffff61085e8160408a0151166116fe565b16036109365760608901519060808a015160608801519073__$725b64e5d0c6cf971a38b70775a9eb77e8$__3b156100ac576040519363a2297d0f60e01b855260048501526024840152604483015260008260648173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a576108fb575b6001915063ffffffff60408b015116604088015260608a015160608801525b90506107d1565b6001600160401b038211610914576001916040526108d5565b634e487b7160e01b600052604160045260246000fd5b6040513d6000823e3d90fd5b60405163ebbc9b5160e01b8152600490fd5b63ffffffff89511663ffffffff610961818951166116fe565b1603610936576001906108f4565b5063ffffffff60408a01511663ffffffff6040880151161061083a565b5060608601511515610834565b60606109a582876113c2565b515101516020870151146108275760405163ebbc9b5160e01b8152600490fd5b925050506060813d606011610a0b575b816109e260609383611300565b810103126100ac57805163ffffffff610a026040602085015194016114b7565b919291906107b5565b3d91506109d5565b60443515610a3757602460208a01516040519063de374d1760e01b82526004820152fd5b610a4a60208a0151600560243501611906565b50610745565b60009081526004602435016020526040902054151590508a61073f565b9150506060813d606011610aaf575b81610a8960609383611300565b810103126100ac578051906001600160a01b03821682036100ac5760400151908b61071f565b3d9150610a7c565b610aca859163ffffffff8b5116926113c2565b5151516040516362dee7b560e11b815263ffffffff9290921660048301526024820152604490fd5b90506020813d602011610b1c575b81610b0d60209383611300565b810103126100ac57518a61067e565b3d9150610b00565b610b3e83610b368689979596976113c2565b5151516116f1565b9063ffffffff8b51160363ffffffff81116104665763ffffffff16908082119182610b7e575b50501561062457610aca859163ffffffff8b5116926113c2565b6002925090610b8c916116f1565b118a80610b64565b506020813d602011610bc9575b81610bae60209383611300565b810103126100ac57610bc463ffffffff916114b7565b6105f0565b3d9150610ba1565b866064358981610c93575b81610c82575b50610c705760405180916020820160208352815180915260206040840192019060005b818110610c13575050500390f35b91935091602060c0600192865163ffffffff80825116835284820151858401526040820151166040830152606081015160608301526080810151608083015260a08580821b039101511660a0820152019401910191849392610c05565b60405163244024f760e11b8152600490fd5b905060056024350154141582610be2565b604435159150610bdc565b602090610ca9611475565b82828b0101520161057c565b610cc36005602435016117e9565b610554565b506044351561054f565b8235906001600160401b0382116100ac5760c06004358301360360231901126100ac57604051918260808101106001600160401b03608085011117610914576024816004350101356001600160401b0381116100ac5761012060043583018201360360231901126100ac57608084016101a08501106001600160401b036101a086011117610914576101a084016040526004358201810160248101356080860152610d7f90604401611338565b60a0850152610d966064828460043501010161134c565b60c085015260043582018101608481013560e086015260a481013561010086015260c4810135610120860152610dce9060e40161135b565b6101408501526001600160401b03610104828460043501010135116100ac5760406004358301820161010481013501360360231901126100ac57604051610e14816112ca565b610e2d600435840183016101048101350160240161135b565b81526004358301820161010481013501604401356001600160401b0381116100ac57366004358501840161010481013501820160430112156100ac57600435840183016101048101350181016024013590610e8782611321565b91610e956040519384611300565b808352602083013660043588018701610104810135018401600584901b01604401116100ac5760043587018601610104810135018301604401905b60043588018701610104810135018401600584901b0160440182106111f3575050505060208201526101608501526101248183600435010101356001600160401b0381116100ac573660438284866004350101010112156100ac5760248183856004350101010135610f4181611321565b92610f4f6040519485611300565b81845260208401903660448460051b86848a6004350101010101116100ac57604484828860043501010101915b60448460051b86848a6004350101010101831061102357505050505061018084015260808301835260606004358201360360431901126100ac5760405191610fc3836112e5565b600435820160448101358452606481013560208501526084013560ff811690036100ac57600435909101608481013560408085019190915260208086019490945260a48201359085015260c40135606084015291825292830192016104e9565b82356001600160401b0381116100ac5760606004358901840187018201360360431901126100ac5760405191611058836112e5565b61106e60448389878d600435010101010161134c565b835260648288868c6004350101010101356001600160401b0381116100ac5760606004358b018601890184018201360360431901126100ac57806001600160401b0360848c93868c8a604051976110c4896112e5565b6110dc6044868686868660043501010101010161135b565b89526110f66064868686868660043501010101010161135b565b60208a015260043501010101010135116100ac5760206004358c0187018a0185018201608481013501360360431901126100ac57604051908160208101106001600160401b0360208401111761091457602082016040526001600160401b036004358d0188018b018601820160848101350160440135116100ac576111989036906004358e0189018c018701016084810135016044818101359091010161136c565b8152604082015260208401526001600160401b0360848389878d600435010101010135116100ac5760209283926111e39036906004358d0188018b010160848101350160440161136c565b6040820152815201920191610f7c565b6001600160401b038235116100ac57604060043589018801610104810135018501833501360360431901126100ac5760405161122e816112ca565b61124c6004358a018901610104810135018601843501604401611338565b81526001600160401b036004358a01890161010481013501860184350160640135116100ac57602091829161129c366004358d018c0161010481013501890187350160648101350160440161136c565b83820152815201910190610ed0565b506100ac5760403660031901126100ac576100aa6024356004356113ec565b604081019081106001600160401b0382111761091457604052565b606081019081106001600160401b0382111761091457604052565b90601f801991011681019081106001600160401b0382111761091457604052565b6001600160401b0381116109145760051b60200190565b35906001600160401b03821682036100ac57565b359061ffff821682036100ac57565b359063ffffffff821682036100ac57565b81601f820112156100ac578035906001600160401b03821161091457604051926113a0601f8401601f191660200185611300565b828452602083830101116100ac57816000926020809301838601378301015290565b80518210156113d65760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b919060405180828193548084526020809401916000526020600020936000905b82821061145b5750505061142292500382611300565b61142b836117e9565b60005b8151811015611455578061144e611447600193856113c2565b5186611906565b500161142e565b50509050565b85548452600195860195879550938101939091019061140c565b6040519060c082018281106001600160401b03821117610914576040528160a06000918281528260208201528260408201528260608201528260808201520152565b519063ffffffff821682036100ac57565b919082519283825260005b8481106114f4575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016114d3565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b83831061169f5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a1061160b57505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b611674986116849d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906114c8565b920151908d8184039101526114c8565b9f019a019a01989b9a9997969594939291909e9c9d9e6115f3565b909192939a8c899a9b9f9d9e9798996116d96001938f9284809461017f198d8503018a5251888151168452015191818582015201906114c8565b9d0193019301919392909d99989796959c9b9d6115bb565b9190820391821161046657565b90600163ffffffff8093160191821161046657565b80548210156113d657600052600f602060002091020190600090565b805490600090600081558261174357505050565b6000526020600020918201915b82811061175c57505050565b818155600101611750565b9060405180818454808352602080930190866000526020600020936000905b8282106117cf5750505061179c92500382611300565b60005b8151811015611455576001906117c86001600160a01b036117c083866113c2565b511686611979565b500161179f565b855484526001958601958795509381019390910190611786565b9060405180818454808352602080930190866000526020600020936000905b8282106118485750505061181e92500382611300565b60005b8151811015611455578061184161183a600193856113c2565b5186611979565b5001611821565b855484526001958601958795509381019390910190611808565b919060405180828193548084526020809401916000526020600020936000905b8282106118d45750505061189892500382611300565b6118a183611767565b60005b8151811015611455576001906118cd6001600160a01b036118c583866113c2565b511686611906565b50016118a4565b855484526001958601958795509381019390910190611882565b80548210156113d65760005260206000200190600090565b60008281526001820160205260409020546119725780549068010000000000000000821015610914578261195b6119448460018096018555846118ee565b819391549060031b91821b91600019901b19161790565b905580549260005201602052604060002055600190565b5050600090565b90600182019060009281845282602052604084205490811515600014611a625760001991808301818111611a4e57825490848201918211611a3a57818103611a05575b505050805480156119f1578201916119d483836118ee565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b611a25611a1561194493866118ee565b90549060031b1c928392866118ee565b905586528460205260408620553880806119bc565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056fea2646970667358221220486e9ab69eeddfc50bf73eed4ce29c8e67b749a216449246666344e7f89ad1c764736f6c63430008190033",
|
|
46
|
-
"linkReferences": {
|
|
47
|
-
"contracts/common/sysio_verify.sol": {
|
|
48
|
-
"sysio_verify": [
|
|
49
|
-
{
|
|
50
|
-
"length": 20,
|
|
51
|
-
"start": 1518
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"length": 20,
|
|
55
|
-
"start": 1659
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"length": 20,
|
|
59
|
-
"start": 1817
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"length": 20,
|
|
63
|
-
"start": 1964
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"length": 20,
|
|
67
|
-
"start": 2200
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"length": 20,
|
|
71
|
-
"start": 2262
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"deployedLinkReferences": {
|
|
77
|
-
"contracts/common/sysio_verify.sol": {
|
|
78
|
-
"sysio_verify": [
|
|
79
|
-
{
|
|
80
|
-
"length": 20,
|
|
81
|
-
"start": 1485
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"length": 20,
|
|
85
|
-
"start": 1626
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"length": 20,
|
|
89
|
-
"start": 1784
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"length": 20,
|
|
93
|
-
"start": 1931
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"length": 20,
|
|
97
|
-
"start": 2167
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"length": 20,
|
|
101
|
-
"start": 2229
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "WNSErrs",
|
|
4
|
-
"sourceName": "contracts/WNS/Errors.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [],
|
|
8
|
-
"name": "ACTIONS_NOT_IN_TX",
|
|
9
|
-
"outputs": [
|
|
10
|
-
{
|
|
11
|
-
"internalType": "string",
|
|
12
|
-
"name": "",
|
|
13
|
-
"type": "string"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"stateMutability": "view",
|
|
17
|
-
"type": "function"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"inputs": [],
|
|
21
|
-
"name": "ASSETS_NOT_IN_VAULT",
|
|
22
|
-
"outputs": [
|
|
23
|
-
{
|
|
24
|
-
"internalType": "string",
|
|
25
|
-
"name": "",
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"stateMutability": "view",
|
|
30
|
-
"type": "function"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"inputs": [],
|
|
34
|
-
"name": "BAD_TOKEN_TYPE",
|
|
35
|
-
"outputs": [
|
|
36
|
-
{
|
|
37
|
-
"internalType": "string",
|
|
38
|
-
"name": "",
|
|
39
|
-
"type": "string"
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"stateMutability": "view",
|
|
43
|
-
"type": "function"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"inputs": [],
|
|
47
|
-
"name": "BATCH_ALREADY_INITIATED",
|
|
48
|
-
"outputs": [
|
|
49
|
-
{
|
|
50
|
-
"internalType": "string",
|
|
51
|
-
"name": "",
|
|
52
|
-
"type": "string"
|
|
53
|
-
}
|
|
54
|
-
],
|
|
55
|
-
"stateMutability": "view",
|
|
56
|
-
"type": "function"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"inputs": [],
|
|
60
|
-
"name": "BATCH_NOT_EXPIRED",
|
|
61
|
-
"outputs": [
|
|
62
|
-
{
|
|
63
|
-
"internalType": "string",
|
|
64
|
-
"name": "",
|
|
65
|
-
"type": "string"
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"stateMutability": "view",
|
|
69
|
-
"type": "function"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [],
|
|
73
|
-
"name": "BATCH_NOT_INITIATED",
|
|
74
|
-
"outputs": [
|
|
75
|
-
{
|
|
76
|
-
"internalType": "string",
|
|
77
|
-
"name": "",
|
|
78
|
-
"type": "string"
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
|
-
"stateMutability": "view",
|
|
82
|
-
"type": "function"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"inputs": [],
|
|
86
|
-
"name": "BATCH_NOT_UNLOCKED",
|
|
87
|
-
"outputs": [
|
|
88
|
-
{
|
|
89
|
-
"internalType": "string",
|
|
90
|
-
"name": "",
|
|
91
|
-
"type": "string"
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"stateMutability": "view",
|
|
95
|
-
"type": "function"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"inputs": [],
|
|
99
|
-
"name": "INVALID_LEAF",
|
|
100
|
-
"outputs": [
|
|
101
|
-
{
|
|
102
|
-
"internalType": "string",
|
|
103
|
-
"name": "",
|
|
104
|
-
"type": "string"
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"stateMutability": "view",
|
|
108
|
-
"type": "function"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"inputs": [],
|
|
112
|
-
"name": "INVALID_SIGNATURE",
|
|
113
|
-
"outputs": [
|
|
114
|
-
{
|
|
115
|
-
"internalType": "string",
|
|
116
|
-
"name": "",
|
|
117
|
-
"type": "string"
|
|
118
|
-
}
|
|
119
|
-
],
|
|
120
|
-
"stateMutability": "view",
|
|
121
|
-
"type": "function"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"inputs": [],
|
|
125
|
-
"name": "MROOT_NO_MATCH",
|
|
126
|
-
"outputs": [
|
|
127
|
-
{
|
|
128
|
-
"internalType": "string",
|
|
129
|
-
"name": "",
|
|
130
|
-
"type": "string"
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
|
-
"stateMutability": "view",
|
|
134
|
-
"type": "function"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"inputs": [],
|
|
138
|
-
"name": "OWNER_ONLY",
|
|
139
|
-
"outputs": [
|
|
140
|
-
{
|
|
141
|
-
"internalType": "string",
|
|
142
|
-
"name": "",
|
|
143
|
-
"type": "string"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"stateMutability": "view",
|
|
147
|
-
"type": "function"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"inputs": [],
|
|
151
|
-
"name": "TX_NOT_EXECUTED",
|
|
152
|
-
"outputs": [
|
|
153
|
-
{
|
|
154
|
-
"internalType": "string",
|
|
155
|
-
"name": "",
|
|
156
|
-
"type": "string"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"stateMutability": "view",
|
|
160
|
-
"type": "function"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"inputs": [],
|
|
164
|
-
"name": "UNAUTH_SIGNER",
|
|
165
|
-
"outputs": [
|
|
166
|
-
{
|
|
167
|
-
"internalType": "string",
|
|
168
|
-
"name": "",
|
|
169
|
-
"type": "string"
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"stateMutability": "view",
|
|
173
|
-
"type": "function"
|
|
174
|
-
}
|
|
175
|
-
],
|
|
176
|
-
"bytecode": "0x608080604052346019576105ca908161001f823930815050f35b600080fdfe6040608081526004908136101561001557600080fd5b600090813560e01c80630133d29b146104b057806309a2080f1461044257806313cbc10e146104035780632a3d6b1d146103a15780632bf40ed8146103525780634d26b339146102fe578063556369a4146102c15780636d904759146102825780638755920214610228578063a3402a38146101cd578063a4007d4e1461018e578063bb0b99c61461012c5763fc7a5db9146100b057600080fd5b81600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601782527f426174636820616c726561647920696e697469617465640000000000000000006020830152519182918261054b565b0390f35b634e487b7160e01b815260418552602490fd5b5080fd5b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601a82527f42617463682074696d656c6f636b206e6f7420657870697265640000000000006020830152519182918261054b565b508160031936011261012857610111906101a6610527565b9072105cdcd95d1cc81b9bdd081a5b881d985d5b1d606a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff8311176101155750610111935081526016825275496e76616c6964207369676e6174757265206461746160501b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff83111761011557506101119350815260158252745478204d726f6f74206e6f74206d61746368696e6760581b6020830152519182918261054b565b5081600319360112610128576101119061029a610527565b90722ab730baba3437b934bd32b21039b4b3b732b960691b6020830152519182918261054b565b508160031936011261012857610111906102d96104ed565b907010985d18da081b9bdd08195e1c1a5c9959607a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600f82526e1516081b9bdd08195e1958dd5d1959608a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600a8252694f776e6572206f6e6c7960b01b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601f82527f496e76616c6964207478206c656166206e6f6465206f722074782064617461006020830152519182918261054b565b5081600319360112610128576101119061041b610527565b907210985d18da081b9bdd081a5b9a5d1a585d1959606a1b6020830152519182918261054b565b508160031936011261012857805191606083019083821067ffffffffffffffff831117610115575061011193508152602382527f5769746864726177616c20616374696f6e73206e6f7420696e207061636b6564602083015262040e8f60eb1b81830152519182918261054b565b508160031936011261012857610111906104c86104ed565b9070496e76616c696420746f6b656e5479706560781b6020830152519182918261054b565b604051906040820182811067ffffffffffffffff8211176105115760405260118252565b634e487b7160e01b600052604160045260246000fd5b604051906040820182811067ffffffffffffffff8211176105115760405260138252565b6020808252825181830181905290939260005b82811061058057505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161055e56fea2646970667358221220dcf47119edaf6fc236e0cbc44b7e6e7cd8699ece7437f101d6b3429fe6503ec864736f6c63430008190033",
|
|
177
|
-
"deployedBytecode": "0x6040608081526004908136101561001557600080fd5b600090813560e01c80630133d29b146104b057806309a2080f1461044257806313cbc10e146104035780632a3d6b1d146103a15780632bf40ed8146103525780634d26b339146102fe578063556369a4146102c15780636d904759146102825780638755920214610228578063a3402a38146101cd578063a4007d4e1461018e578063bb0b99c61461012c5763fc7a5db9146100b057600080fd5b81600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601782527f426174636820616c726561647920696e697469617465640000000000000000006020830152519182918261054b565b0390f35b634e487b7160e01b815260418552602490fd5b5080fd5b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601a82527f42617463682074696d656c6f636b206e6f7420657870697265640000000000006020830152519182918261054b565b508160031936011261012857610111906101a6610527565b9072105cdcd95d1cc81b9bdd081a5b881d985d5b1d606a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff8311176101155750610111935081526016825275496e76616c6964207369676e6174757265206461746160501b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff83111761011557506101119350815260158252745478204d726f6f74206e6f74206d61746368696e6760581b6020830152519182918261054b565b5081600319360112610128576101119061029a610527565b90722ab730baba3437b934bd32b21039b4b3b732b960691b6020830152519182918261054b565b508160031936011261012857610111906102d96104ed565b907010985d18da081b9bdd08195e1c1a5c9959607a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600f82526e1516081b9bdd08195e1958dd5d1959608a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600a8252694f776e6572206f6e6c7960b01b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601f82527f496e76616c6964207478206c656166206e6f6465206f722074782064617461006020830152519182918261054b565b5081600319360112610128576101119061041b610527565b907210985d18da081b9bdd081a5b9a5d1a585d1959606a1b6020830152519182918261054b565b508160031936011261012857805191606083019083821067ffffffffffffffff831117610115575061011193508152602382527f5769746864726177616c20616374696f6e73206e6f7420696e207061636b6564602083015262040e8f60eb1b81830152519182918261054b565b508160031936011261012857610111906104c86104ed565b9070496e76616c696420746f6b656e5479706560781b6020830152519182918261054b565b604051906040820182811067ffffffffffffffff8211176105115760405260118252565b634e487b7160e01b600052604160045260246000fd5b604051906040820182811067ffffffffffffffff8211176105115760405260138252565b6020808252825181830181905290939260005b82811061058057505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161055e56fea2646970667358221220dcf47119edaf6fc236e0cbc44b7e6e7cd8699ece7437f101d6b3429fe6503ec864736f6c63430008190033",
|
|
178
|
-
"linkReferences": {},
|
|
179
|
-
"deployedLinkReferences": {}
|
|
180
|
-
}
|