@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,524 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "IUTXO",
|
|
4
|
-
"sourceName": "contracts/WNS/WNSCommon.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "bytes32",
|
|
10
|
-
"name": "treeID",
|
|
11
|
-
"type": "bytes32"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "enum UTXOEvalState",
|
|
15
|
-
"name": "expected",
|
|
16
|
-
"type": "uint8"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "bytes32[]",
|
|
20
|
-
"name": "startTxIDs",
|
|
21
|
-
"type": "bytes32[]"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"internalType": "bytes32",
|
|
25
|
-
"name": "findInTxID",
|
|
26
|
-
"type": "bytes32"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"internalType": "bytes32",
|
|
30
|
-
"name": "findTxID",
|
|
31
|
-
"type": "bytes32"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"internalType": "uint256",
|
|
35
|
-
"name": "findIndex",
|
|
36
|
-
"type": "uint256"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"name": "checkUTXO",
|
|
40
|
-
"outputs": [
|
|
41
|
-
{
|
|
42
|
-
"components": [
|
|
43
|
-
{
|
|
44
|
-
"internalType": "bytes32",
|
|
45
|
-
"name": "startBlockID",
|
|
46
|
-
"type": "bytes32"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"internalType": "bytes32",
|
|
50
|
-
"name": "badBlockID",
|
|
51
|
-
"type": "bytes32"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"internalType": "bytes32",
|
|
55
|
-
"name": "foundBlockID",
|
|
56
|
-
"type": "bytes32"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"components": [
|
|
60
|
-
{
|
|
61
|
-
"internalType": "address",
|
|
62
|
-
"name": "external_id",
|
|
63
|
-
"type": "address"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"internalType": "uint64",
|
|
67
|
-
"name": "asset_type",
|
|
68
|
-
"type": "uint64"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"internalType": "uint256",
|
|
72
|
-
"name": "token_id",
|
|
73
|
-
"type": "uint256"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"components": [
|
|
77
|
-
{
|
|
78
|
-
"internalType": "bytes32",
|
|
79
|
-
"name": "tx_id",
|
|
80
|
-
"type": "bytes32"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"internalType": "uint64",
|
|
84
|
-
"name": "index",
|
|
85
|
-
"type": "uint64"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"internalType": "address",
|
|
89
|
-
"name": "owner",
|
|
90
|
-
"type": "address"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"internalType": "uint256",
|
|
94
|
-
"name": "amount",
|
|
95
|
-
"type": "uint256"
|
|
96
|
-
}
|
|
97
|
-
],
|
|
98
|
-
"internalType": "struct UtxInput[]",
|
|
99
|
-
"name": "inputs",
|
|
100
|
-
"type": "tuple[]"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"components": [
|
|
104
|
-
{
|
|
105
|
-
"internalType": "uint64",
|
|
106
|
-
"name": "index",
|
|
107
|
-
"type": "uint64"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"internalType": "address",
|
|
111
|
-
"name": "owner",
|
|
112
|
-
"type": "address"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"internalType": "uint256",
|
|
116
|
-
"name": "amount",
|
|
117
|
-
"type": "uint256"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"internalType": "bytes32",
|
|
121
|
-
"name": "memo_hash",
|
|
122
|
-
"type": "bytes32"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"internalType": "struct UtxOutput[]",
|
|
126
|
-
"name": "outputs",
|
|
127
|
-
"type": "tuple[]"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"internalType": "bytes32",
|
|
131
|
-
"name": "tx_id",
|
|
132
|
-
"type": "bytes32"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"internalType": "bytes32",
|
|
136
|
-
"name": "blockID",
|
|
137
|
-
"type": "bytes32"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"components": [
|
|
141
|
-
{
|
|
142
|
-
"internalType": "uint8",
|
|
143
|
-
"name": "keyType",
|
|
144
|
-
"type": "uint8"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"components": [
|
|
148
|
-
{
|
|
149
|
-
"internalType": "bytes32",
|
|
150
|
-
"name": "r",
|
|
151
|
-
"type": "bytes32"
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"internalType": "bytes32",
|
|
155
|
-
"name": "s",
|
|
156
|
-
"type": "bytes32"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"internalType": "uint8",
|
|
160
|
-
"name": "v",
|
|
161
|
-
"type": "uint8"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"internalType": "struct PointSigValues",
|
|
165
|
-
"name": "rsv",
|
|
166
|
-
"type": "tuple"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"internalType": "struct Signature[]",
|
|
170
|
-
"name": "signatures",
|
|
171
|
-
"type": "tuple[]"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"internalType": "address[]",
|
|
175
|
-
"name": "recoveredSigners",
|
|
176
|
-
"type": "address[]"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"internalType": "bool",
|
|
180
|
-
"name": "isDeposit",
|
|
181
|
-
"type": "bool"
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
"internalType": "struct UtxTx",
|
|
185
|
-
"name": "badTx",
|
|
186
|
-
"type": "tuple"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"internalType": "bytes32",
|
|
190
|
-
"name": "foundTxID",
|
|
191
|
-
"type": "bytes32"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"internalType": "enum UTXOEvalState",
|
|
195
|
-
"name": "state",
|
|
196
|
-
"type": "uint8"
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"internalType": "struct UTXOEvalResult",
|
|
200
|
-
"name": "result",
|
|
201
|
-
"type": "tuple"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"stateMutability": "nonpayable",
|
|
205
|
-
"type": "function"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"inputs": [
|
|
209
|
-
{
|
|
210
|
-
"internalType": "bytes32",
|
|
211
|
-
"name": "treeID",
|
|
212
|
-
"type": "bytes32"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"name": "createUTXOTree",
|
|
216
|
-
"outputs": [],
|
|
217
|
-
"stateMutability": "nonpayable",
|
|
218
|
-
"type": "function"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"inputs": [
|
|
222
|
-
{
|
|
223
|
-
"internalType": "bytes32",
|
|
224
|
-
"name": "treeID",
|
|
225
|
-
"type": "bytes32"
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"name": "deleteUTXOTree",
|
|
229
|
-
"outputs": [],
|
|
230
|
-
"stateMutability": "nonpayable",
|
|
231
|
-
"type": "function"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"inputs": [
|
|
235
|
-
{
|
|
236
|
-
"internalType": "bytes32",
|
|
237
|
-
"name": "treeID",
|
|
238
|
-
"type": "bytes32"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"components": [
|
|
242
|
-
{
|
|
243
|
-
"components": [
|
|
244
|
-
{
|
|
245
|
-
"components": [
|
|
246
|
-
{
|
|
247
|
-
"internalType": "uint256",
|
|
248
|
-
"name": "timestamp",
|
|
249
|
-
"type": "uint256"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"internalType": "SysName",
|
|
253
|
-
"name": "producer",
|
|
254
|
-
"type": "uint64"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"internalType": "uint16",
|
|
258
|
-
"name": "confirmed",
|
|
259
|
-
"type": "uint16"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"internalType": "bytes32",
|
|
263
|
-
"name": "previous",
|
|
264
|
-
"type": "bytes32"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"internalType": "bytes32",
|
|
268
|
-
"name": "txMroot",
|
|
269
|
-
"type": "bytes32"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"internalType": "bytes32",
|
|
273
|
-
"name": "actMroot",
|
|
274
|
-
"type": "bytes32"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"internalType": "uint32",
|
|
278
|
-
"name": "scheduleVersion",
|
|
279
|
-
"type": "uint32"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"components": [
|
|
283
|
-
{
|
|
284
|
-
"internalType": "uint32",
|
|
285
|
-
"name": "version",
|
|
286
|
-
"type": "uint32"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"components": [
|
|
290
|
-
{
|
|
291
|
-
"internalType": "SysName",
|
|
292
|
-
"name": "account_name",
|
|
293
|
-
"type": "uint64"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"internalType": "bytes",
|
|
297
|
-
"name": "blockSigningKey",
|
|
298
|
-
"type": "bytes"
|
|
299
|
-
}
|
|
300
|
-
],
|
|
301
|
-
"internalType": "struct Producer[]",
|
|
302
|
-
"name": "producers",
|
|
303
|
-
"type": "tuple[]"
|
|
304
|
-
}
|
|
305
|
-
],
|
|
306
|
-
"internalType": "struct ProducerSchedule",
|
|
307
|
-
"name": "new_producers",
|
|
308
|
-
"type": "tuple"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"components": [
|
|
312
|
-
{
|
|
313
|
-
"internalType": "uint16",
|
|
314
|
-
"name": "extensionType",
|
|
315
|
-
"type": "uint16"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"components": [
|
|
319
|
-
{
|
|
320
|
-
"internalType": "uint32",
|
|
321
|
-
"name": "length",
|
|
322
|
-
"type": "uint32"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"internalType": "uint32",
|
|
326
|
-
"name": "offset",
|
|
327
|
-
"type": "uint32"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"components": [
|
|
331
|
-
{
|
|
332
|
-
"internalType": "bytes",
|
|
333
|
-
"name": "data",
|
|
334
|
-
"type": "bytes"
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"internalType": "struct iodata.Buffer",
|
|
338
|
-
"name": "data",
|
|
339
|
-
"type": "tuple"
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"internalType": "struct DataRef",
|
|
343
|
-
"name": "dataRef",
|
|
344
|
-
"type": "tuple"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"internalType": "bytes",
|
|
348
|
-
"name": "data",
|
|
349
|
-
"type": "bytes"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"internalType": "struct Extension[]",
|
|
353
|
-
"name": "header_extensions",
|
|
354
|
-
"type": "tuple[]"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"internalType": "struct BlockHeader",
|
|
358
|
-
"name": "header",
|
|
359
|
-
"type": "tuple"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"components": [
|
|
363
|
-
{
|
|
364
|
-
"internalType": "bytes32",
|
|
365
|
-
"name": "r",
|
|
366
|
-
"type": "bytes32"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"internalType": "bytes32",
|
|
370
|
-
"name": "s",
|
|
371
|
-
"type": "bytes32"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"internalType": "uint8",
|
|
375
|
-
"name": "v",
|
|
376
|
-
"type": "uint8"
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
|
-
"internalType": "struct PointSigValues",
|
|
380
|
-
"name": "signature",
|
|
381
|
-
"type": "tuple"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"internalType": "bytes32",
|
|
385
|
-
"name": "blockMRoot",
|
|
386
|
-
"type": "bytes32"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"internalType": "bytes32",
|
|
390
|
-
"name": "scheduleHash",
|
|
391
|
-
"type": "bytes32"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"internalType": "struct SignedHeader",
|
|
395
|
-
"name": "signed",
|
|
396
|
-
"type": "tuple"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"internalType": "bytes[]",
|
|
400
|
-
"name": "packedTransactions",
|
|
401
|
-
"type": "bytes[]"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"components": [
|
|
405
|
-
{
|
|
406
|
-
"internalType": "uint8",
|
|
407
|
-
"name": "status",
|
|
408
|
-
"type": "uint8"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"internalType": "uint32",
|
|
412
|
-
"name": "cpu_usage_us",
|
|
413
|
-
"type": "uint32"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"internalType": "uint32",
|
|
417
|
-
"name": "net_usage_words",
|
|
418
|
-
"type": "uint32"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"components": [
|
|
422
|
-
{
|
|
423
|
-
"internalType": "uint8",
|
|
424
|
-
"name": "keyType",
|
|
425
|
-
"type": "uint8"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"components": [
|
|
429
|
-
{
|
|
430
|
-
"internalType": "bytes32",
|
|
431
|
-
"name": "r",
|
|
432
|
-
"type": "bytes32"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"internalType": "bytes32",
|
|
436
|
-
"name": "s",
|
|
437
|
-
"type": "bytes32"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"internalType": "uint8",
|
|
441
|
-
"name": "v",
|
|
442
|
-
"type": "uint8"
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"internalType": "struct PointSigValues",
|
|
446
|
-
"name": "rsv",
|
|
447
|
-
"type": "tuple"
|
|
448
|
-
}
|
|
449
|
-
],
|
|
450
|
-
"internalType": "struct Signature[]",
|
|
451
|
-
"name": "signatures",
|
|
452
|
-
"type": "tuple[]"
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"internalType": "bytes",
|
|
456
|
-
"name": "packed_context_free_data",
|
|
457
|
-
"type": "bytes"
|
|
458
|
-
}
|
|
459
|
-
],
|
|
460
|
-
"internalType": "struct TransactionExtra[]",
|
|
461
|
-
"name": "transactionExtras",
|
|
462
|
-
"type": "tuple[]"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"components": [
|
|
466
|
-
{
|
|
467
|
-
"internalType": "bytes32[]",
|
|
468
|
-
"name": "proof",
|
|
469
|
-
"type": "bytes32[]"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"internalType": "uint8[]",
|
|
473
|
-
"name": "ops",
|
|
474
|
-
"type": "uint8[]"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"internalType": "uint256",
|
|
478
|
-
"name": "maxStack",
|
|
479
|
-
"type": "uint256"
|
|
480
|
-
}
|
|
481
|
-
],
|
|
482
|
-
"internalType": "struct MerkleProof",
|
|
483
|
-
"name": "txMrootProof",
|
|
484
|
-
"type": "tuple"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"components": [
|
|
488
|
-
{
|
|
489
|
-
"internalType": "bytes32[]",
|
|
490
|
-
"name": "proof",
|
|
491
|
-
"type": "bytes32[]"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"internalType": "uint8[]",
|
|
495
|
-
"name": "ops",
|
|
496
|
-
"type": "uint8[]"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"internalType": "uint256",
|
|
500
|
-
"name": "maxStack",
|
|
501
|
-
"type": "uint256"
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"internalType": "struct MerkleProof",
|
|
505
|
-
"name": "sRootProof",
|
|
506
|
-
"type": "tuple"
|
|
507
|
-
}
|
|
508
|
-
],
|
|
509
|
-
"internalType": "struct BlockWithPackedTransactions",
|
|
510
|
-
"name": "blockWithTx",
|
|
511
|
-
"type": "tuple"
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
"name": "loadBlockUTXOs",
|
|
515
|
-
"outputs": [],
|
|
516
|
-
"stateMutability": "nonpayable",
|
|
517
|
-
"type": "function"
|
|
518
|
-
}
|
|
519
|
-
],
|
|
520
|
-
"bytecode": "0x",
|
|
521
|
-
"deployedBytecode": "0x",
|
|
522
|
-
"linkReferences": {},
|
|
523
|
-
"deployedLinkReferences": {}
|
|
524
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "WNSCommon",
|
|
4
|
-
"sourceName": "contracts/WNS/WNSCommon.sol",
|
|
5
|
-
"abi": [],
|
|
6
|
-
"bytecode": "0x60808060405234601357603a908160198239f35b600080fdfe600080fdfea2646970667358221220d0ba28df1b0f19dc44d8f1a7d32c5d4100cbf3a7aae87064b818512fd25c064064736f6c63430008190033",
|
|
7
|
-
"deployedBytecode": "0x600080fdfea2646970667358221220d0ba28df1b0f19dc44d8f1a7d32c5d4100cbf3a7aae87064b818512fd25c064064736f6c63430008190033",
|
|
8
|
-
"linkReferences": {},
|
|
9
|
-
"deployedLinkReferences": {}
|
|
10
|
-
}
|