@wireio/stake 0.5.2 → 0.6.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +185 -243
- package/lib/stake.browser.js +44268 -8685
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +11351 -1479
- package/lib/stake.js +44729 -9066
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +44268 -8685
- package/lib/stake.m.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/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/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1590 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
- package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Depositor.sol/Depositor.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -19
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +669 -420
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +669 -420
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +2 -2
- package/src/networks/ethereum/clients/convert.client.ts +35 -1
- package/src/networks/ethereum/clients/opp.client.ts +20 -21
- package/src/networks/ethereum/clients/receipt.client.ts +93 -23
- package/src/networks/ethereum/clients/stake.client.ts +192 -20
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -205
- package/src/networks/ethereum/ethereum.ts +344 -132
- package/src/networks/ethereum/types.ts +41 -13
- package/src/networks/ethereum/utils.ts +103 -71
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +131 -24
- package/src/networks/solana/clients/leaderboard.client.ts +10 -13
- package/src/networks/solana/clients/outpost.client.ts +110 -78
- package/src/networks/solana/clients/token.client.ts +20 -15
- package/src/networks/solana/constants.ts +56 -285
- package/src/networks/solana/program.ts +446 -28
- package/src/networks/solana/solana.ts +816 -413
- package/src/networks/solana/types.ts +41 -15
- package/src/networks/solana/utils.ts +114 -335
- package/src/staker.ts +24 -3
- package/src/types.ts +94 -22
- package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/solana/idl/transfer_hook.json +0 -197
- package/src/assets/solana/types/transfer_hook.ts +0 -203
- package/src/networks/solana/clients/deposit.client.ts +0 -292
- /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
|
@@ -0,0 +1,1524 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "UTXOio",
|
|
4
|
+
"sourceName": "contracts/WNS/UTXOio.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "bytes",
|
|
10
|
+
"name": "packedTransaction",
|
|
11
|
+
"type": "bytes"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"components": [
|
|
15
|
+
{
|
|
16
|
+
"internalType": "SysName",
|
|
17
|
+
"name": "account",
|
|
18
|
+
"type": "uint64"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"internalType": "SysName",
|
|
22
|
+
"name": "name",
|
|
23
|
+
"type": "uint64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"components": [
|
|
27
|
+
{
|
|
28
|
+
"internalType": "SysName",
|
|
29
|
+
"name": "actor",
|
|
30
|
+
"type": "uint64"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "SysName",
|
|
34
|
+
"name": "permission",
|
|
35
|
+
"type": "uint64"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"internalType": "struct Auth[]",
|
|
39
|
+
"name": "authorization",
|
|
40
|
+
"type": "tuple[]"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"components": [
|
|
44
|
+
{
|
|
45
|
+
"internalType": "uint32",
|
|
46
|
+
"name": "length",
|
|
47
|
+
"type": "uint32"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "uint32",
|
|
51
|
+
"name": "offset",
|
|
52
|
+
"type": "uint32"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"components": [
|
|
56
|
+
{
|
|
57
|
+
"internalType": "bytes",
|
|
58
|
+
"name": "data",
|
|
59
|
+
"type": "bytes"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"internalType": "struct iodata.Buffer",
|
|
63
|
+
"name": "data",
|
|
64
|
+
"type": "tuple"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"internalType": "struct DataRef",
|
|
68
|
+
"name": "data",
|
|
69
|
+
"type": "tuple"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"internalType": "struct Action",
|
|
73
|
+
"name": "action",
|
|
74
|
+
"type": "tuple"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"name": "readActionUtxTx",
|
|
78
|
+
"outputs": [
|
|
79
|
+
{
|
|
80
|
+
"components": [
|
|
81
|
+
{
|
|
82
|
+
"internalType": "address",
|
|
83
|
+
"name": "external_id",
|
|
84
|
+
"type": "address"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"internalType": "uint64",
|
|
88
|
+
"name": "asset_type",
|
|
89
|
+
"type": "uint64"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"internalType": "uint256",
|
|
93
|
+
"name": "token_id",
|
|
94
|
+
"type": "uint256"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"components": [
|
|
98
|
+
{
|
|
99
|
+
"internalType": "bytes32",
|
|
100
|
+
"name": "tx_id",
|
|
101
|
+
"type": "bytes32"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"internalType": "uint64",
|
|
105
|
+
"name": "index",
|
|
106
|
+
"type": "uint64"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"internalType": "address",
|
|
110
|
+
"name": "owner",
|
|
111
|
+
"type": "address"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"internalType": "uint256",
|
|
115
|
+
"name": "amount",
|
|
116
|
+
"type": "uint256"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"internalType": "struct UtxInput[]",
|
|
120
|
+
"name": "inputs",
|
|
121
|
+
"type": "tuple[]"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"components": [
|
|
125
|
+
{
|
|
126
|
+
"internalType": "uint64",
|
|
127
|
+
"name": "index",
|
|
128
|
+
"type": "uint64"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"internalType": "address",
|
|
132
|
+
"name": "owner",
|
|
133
|
+
"type": "address"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"internalType": "uint256",
|
|
137
|
+
"name": "amount",
|
|
138
|
+
"type": "uint256"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"internalType": "bytes32",
|
|
142
|
+
"name": "memo_hash",
|
|
143
|
+
"type": "bytes32"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"internalType": "struct UtxOutput[]",
|
|
147
|
+
"name": "outputs",
|
|
148
|
+
"type": "tuple[]"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"internalType": "bytes32",
|
|
152
|
+
"name": "tx_id",
|
|
153
|
+
"type": "bytes32"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"internalType": "bytes32",
|
|
157
|
+
"name": "blockID",
|
|
158
|
+
"type": "bytes32"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"components": [
|
|
162
|
+
{
|
|
163
|
+
"internalType": "uint8",
|
|
164
|
+
"name": "keyType",
|
|
165
|
+
"type": "uint8"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"components": [
|
|
169
|
+
{
|
|
170
|
+
"internalType": "bytes32",
|
|
171
|
+
"name": "r",
|
|
172
|
+
"type": "bytes32"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"internalType": "bytes32",
|
|
176
|
+
"name": "s",
|
|
177
|
+
"type": "bytes32"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"internalType": "uint8",
|
|
181
|
+
"name": "v",
|
|
182
|
+
"type": "uint8"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"internalType": "struct PointSigValues",
|
|
186
|
+
"name": "rsv",
|
|
187
|
+
"type": "tuple"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"internalType": "struct Signature[]",
|
|
191
|
+
"name": "signatures",
|
|
192
|
+
"type": "tuple[]"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"internalType": "address[]",
|
|
196
|
+
"name": "recoveredSigners",
|
|
197
|
+
"type": "address[]"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"internalType": "bool",
|
|
201
|
+
"name": "isDeposit",
|
|
202
|
+
"type": "bool"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"internalType": "struct UtxTx",
|
|
206
|
+
"name": "trans",
|
|
207
|
+
"type": "tuple"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"stateMutability": "pure",
|
|
211
|
+
"type": "function"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"inputs": [
|
|
215
|
+
{
|
|
216
|
+
"components": [
|
|
217
|
+
{
|
|
218
|
+
"components": [
|
|
219
|
+
{
|
|
220
|
+
"components": [
|
|
221
|
+
{
|
|
222
|
+
"internalType": "uint256",
|
|
223
|
+
"name": "timestamp",
|
|
224
|
+
"type": "uint256"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"internalType": "SysName",
|
|
228
|
+
"name": "producer",
|
|
229
|
+
"type": "uint64"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"internalType": "uint16",
|
|
233
|
+
"name": "confirmed",
|
|
234
|
+
"type": "uint16"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"internalType": "bytes32",
|
|
238
|
+
"name": "previous",
|
|
239
|
+
"type": "bytes32"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"internalType": "bytes32",
|
|
243
|
+
"name": "txMroot",
|
|
244
|
+
"type": "bytes32"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"internalType": "bytes32",
|
|
248
|
+
"name": "actMroot",
|
|
249
|
+
"type": "bytes32"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"internalType": "uint32",
|
|
253
|
+
"name": "scheduleVersion",
|
|
254
|
+
"type": "uint32"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"components": [
|
|
258
|
+
{
|
|
259
|
+
"internalType": "uint32",
|
|
260
|
+
"name": "version",
|
|
261
|
+
"type": "uint32"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"components": [
|
|
265
|
+
{
|
|
266
|
+
"internalType": "SysName",
|
|
267
|
+
"name": "account_name",
|
|
268
|
+
"type": "uint64"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"internalType": "bytes",
|
|
272
|
+
"name": "blockSigningKey",
|
|
273
|
+
"type": "bytes"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"internalType": "struct Producer[]",
|
|
277
|
+
"name": "producers",
|
|
278
|
+
"type": "tuple[]"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"internalType": "struct ProducerSchedule",
|
|
282
|
+
"name": "new_producers",
|
|
283
|
+
"type": "tuple"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"components": [
|
|
287
|
+
{
|
|
288
|
+
"internalType": "uint16",
|
|
289
|
+
"name": "extensionType",
|
|
290
|
+
"type": "uint16"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"components": [
|
|
294
|
+
{
|
|
295
|
+
"internalType": "uint32",
|
|
296
|
+
"name": "length",
|
|
297
|
+
"type": "uint32"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"internalType": "uint32",
|
|
301
|
+
"name": "offset",
|
|
302
|
+
"type": "uint32"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"components": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "bytes",
|
|
308
|
+
"name": "data",
|
|
309
|
+
"type": "bytes"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"internalType": "struct iodata.Buffer",
|
|
313
|
+
"name": "data",
|
|
314
|
+
"type": "tuple"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"internalType": "struct DataRef",
|
|
318
|
+
"name": "dataRef",
|
|
319
|
+
"type": "tuple"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"internalType": "bytes",
|
|
323
|
+
"name": "data",
|
|
324
|
+
"type": "bytes"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"internalType": "struct Extension[]",
|
|
328
|
+
"name": "header_extensions",
|
|
329
|
+
"type": "tuple[]"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"internalType": "struct BlockHeader",
|
|
333
|
+
"name": "header",
|
|
334
|
+
"type": "tuple"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"components": [
|
|
338
|
+
{
|
|
339
|
+
"internalType": "bytes32",
|
|
340
|
+
"name": "r",
|
|
341
|
+
"type": "bytes32"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"internalType": "bytes32",
|
|
345
|
+
"name": "s",
|
|
346
|
+
"type": "bytes32"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"internalType": "uint8",
|
|
350
|
+
"name": "v",
|
|
351
|
+
"type": "uint8"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"internalType": "struct PointSigValues",
|
|
355
|
+
"name": "signature",
|
|
356
|
+
"type": "tuple"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"internalType": "bytes32",
|
|
360
|
+
"name": "blockMRoot",
|
|
361
|
+
"type": "bytes32"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"internalType": "bytes32",
|
|
365
|
+
"name": "scheduleHash",
|
|
366
|
+
"type": "bytes32"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"internalType": "struct SignedHeader",
|
|
370
|
+
"name": "signed",
|
|
371
|
+
"type": "tuple"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"internalType": "bytes[]",
|
|
375
|
+
"name": "packedTransactions",
|
|
376
|
+
"type": "bytes[]"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"components": [
|
|
380
|
+
{
|
|
381
|
+
"internalType": "uint8",
|
|
382
|
+
"name": "status",
|
|
383
|
+
"type": "uint8"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"internalType": "uint32",
|
|
387
|
+
"name": "cpu_usage_us",
|
|
388
|
+
"type": "uint32"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"internalType": "uint32",
|
|
392
|
+
"name": "net_usage_words",
|
|
393
|
+
"type": "uint32"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"components": [
|
|
397
|
+
{
|
|
398
|
+
"internalType": "uint8",
|
|
399
|
+
"name": "keyType",
|
|
400
|
+
"type": "uint8"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"components": [
|
|
404
|
+
{
|
|
405
|
+
"internalType": "bytes32",
|
|
406
|
+
"name": "r",
|
|
407
|
+
"type": "bytes32"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"internalType": "bytes32",
|
|
411
|
+
"name": "s",
|
|
412
|
+
"type": "bytes32"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"internalType": "uint8",
|
|
416
|
+
"name": "v",
|
|
417
|
+
"type": "uint8"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"internalType": "struct PointSigValues",
|
|
421
|
+
"name": "rsv",
|
|
422
|
+
"type": "tuple"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"internalType": "struct Signature[]",
|
|
426
|
+
"name": "signatures",
|
|
427
|
+
"type": "tuple[]"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"internalType": "bytes",
|
|
431
|
+
"name": "packed_context_free_data",
|
|
432
|
+
"type": "bytes"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"internalType": "struct TransactionExtra[]",
|
|
436
|
+
"name": "transactionExtras",
|
|
437
|
+
"type": "tuple[]"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"components": [
|
|
441
|
+
{
|
|
442
|
+
"internalType": "bytes32[]",
|
|
443
|
+
"name": "proof",
|
|
444
|
+
"type": "bytes32[]"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"internalType": "uint8[]",
|
|
448
|
+
"name": "ops",
|
|
449
|
+
"type": "uint8[]"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"internalType": "uint256",
|
|
453
|
+
"name": "maxStack",
|
|
454
|
+
"type": "uint256"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"internalType": "struct MerkleProof",
|
|
458
|
+
"name": "txMrootProof",
|
|
459
|
+
"type": "tuple"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"components": [
|
|
463
|
+
{
|
|
464
|
+
"internalType": "bytes32[]",
|
|
465
|
+
"name": "proof",
|
|
466
|
+
"type": "bytes32[]"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"internalType": "uint8[]",
|
|
470
|
+
"name": "ops",
|
|
471
|
+
"type": "uint8[]"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"internalType": "uint256",
|
|
475
|
+
"name": "maxStack",
|
|
476
|
+
"type": "uint256"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"internalType": "struct MerkleProof",
|
|
480
|
+
"name": "sRootProof",
|
|
481
|
+
"type": "tuple"
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"internalType": "struct BlockWithPackedTransactions",
|
|
485
|
+
"name": "blockWithTx",
|
|
486
|
+
"type": "tuple"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"internalType": "SysName",
|
|
490
|
+
"name": "utxo_contract",
|
|
491
|
+
"type": "uint64"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"internalType": "SysName",
|
|
495
|
+
"name": "action",
|
|
496
|
+
"type": "uint64"
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"name": "readBlockUtxTxs",
|
|
500
|
+
"outputs": [
|
|
501
|
+
{
|
|
502
|
+
"components": [
|
|
503
|
+
{
|
|
504
|
+
"internalType": "address",
|
|
505
|
+
"name": "external_id",
|
|
506
|
+
"type": "address"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"internalType": "uint64",
|
|
510
|
+
"name": "asset_type",
|
|
511
|
+
"type": "uint64"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"internalType": "uint256",
|
|
515
|
+
"name": "token_id",
|
|
516
|
+
"type": "uint256"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"components": [
|
|
520
|
+
{
|
|
521
|
+
"internalType": "bytes32",
|
|
522
|
+
"name": "tx_id",
|
|
523
|
+
"type": "bytes32"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"internalType": "uint64",
|
|
527
|
+
"name": "index",
|
|
528
|
+
"type": "uint64"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"internalType": "address",
|
|
532
|
+
"name": "owner",
|
|
533
|
+
"type": "address"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"internalType": "uint256",
|
|
537
|
+
"name": "amount",
|
|
538
|
+
"type": "uint256"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"internalType": "struct UtxInput[]",
|
|
542
|
+
"name": "inputs",
|
|
543
|
+
"type": "tuple[]"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"components": [
|
|
547
|
+
{
|
|
548
|
+
"internalType": "uint64",
|
|
549
|
+
"name": "index",
|
|
550
|
+
"type": "uint64"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"internalType": "address",
|
|
554
|
+
"name": "owner",
|
|
555
|
+
"type": "address"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"internalType": "uint256",
|
|
559
|
+
"name": "amount",
|
|
560
|
+
"type": "uint256"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"internalType": "bytes32",
|
|
564
|
+
"name": "memo_hash",
|
|
565
|
+
"type": "bytes32"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"internalType": "struct UtxOutput[]",
|
|
569
|
+
"name": "outputs",
|
|
570
|
+
"type": "tuple[]"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"internalType": "bytes32",
|
|
574
|
+
"name": "tx_id",
|
|
575
|
+
"type": "bytes32"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"internalType": "bytes32",
|
|
579
|
+
"name": "blockID",
|
|
580
|
+
"type": "bytes32"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"components": [
|
|
584
|
+
{
|
|
585
|
+
"internalType": "uint8",
|
|
586
|
+
"name": "keyType",
|
|
587
|
+
"type": "uint8"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"components": [
|
|
591
|
+
{
|
|
592
|
+
"internalType": "bytes32",
|
|
593
|
+
"name": "r",
|
|
594
|
+
"type": "bytes32"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"internalType": "bytes32",
|
|
598
|
+
"name": "s",
|
|
599
|
+
"type": "bytes32"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"internalType": "uint8",
|
|
603
|
+
"name": "v",
|
|
604
|
+
"type": "uint8"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"internalType": "struct PointSigValues",
|
|
608
|
+
"name": "rsv",
|
|
609
|
+
"type": "tuple"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"internalType": "struct Signature[]",
|
|
613
|
+
"name": "signatures",
|
|
614
|
+
"type": "tuple[]"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"internalType": "address[]",
|
|
618
|
+
"name": "recoveredSigners",
|
|
619
|
+
"type": "address[]"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"internalType": "bool",
|
|
623
|
+
"name": "isDeposit",
|
|
624
|
+
"type": "bool"
|
|
625
|
+
}
|
|
626
|
+
],
|
|
627
|
+
"internalType": "struct UtxTx[]",
|
|
628
|
+
"name": "utxoTxs",
|
|
629
|
+
"type": "tuple[]"
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"stateMutability": "pure",
|
|
633
|
+
"type": "function"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"inputs": [
|
|
637
|
+
{
|
|
638
|
+
"internalType": "bytes[]",
|
|
639
|
+
"name": "packedTransactions",
|
|
640
|
+
"type": "bytes[]"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"components": [
|
|
644
|
+
{
|
|
645
|
+
"internalType": "uint8",
|
|
646
|
+
"name": "status",
|
|
647
|
+
"type": "uint8"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"internalType": "uint32",
|
|
651
|
+
"name": "cpu_usage_us",
|
|
652
|
+
"type": "uint32"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"internalType": "uint32",
|
|
656
|
+
"name": "net_usage_words",
|
|
657
|
+
"type": "uint32"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"components": [
|
|
661
|
+
{
|
|
662
|
+
"internalType": "uint8",
|
|
663
|
+
"name": "keyType",
|
|
664
|
+
"type": "uint8"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"components": [
|
|
668
|
+
{
|
|
669
|
+
"internalType": "bytes32",
|
|
670
|
+
"name": "r",
|
|
671
|
+
"type": "bytes32"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"internalType": "bytes32",
|
|
675
|
+
"name": "s",
|
|
676
|
+
"type": "bytes32"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"internalType": "uint8",
|
|
680
|
+
"name": "v",
|
|
681
|
+
"type": "uint8"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"internalType": "struct PointSigValues",
|
|
685
|
+
"name": "rsv",
|
|
686
|
+
"type": "tuple"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"internalType": "struct Signature[]",
|
|
690
|
+
"name": "signatures",
|
|
691
|
+
"type": "tuple[]"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"internalType": "bytes",
|
|
695
|
+
"name": "packed_context_free_data",
|
|
696
|
+
"type": "bytes"
|
|
697
|
+
}
|
|
698
|
+
],
|
|
699
|
+
"internalType": "struct TransactionExtra[]",
|
|
700
|
+
"name": "txExtras",
|
|
701
|
+
"type": "tuple[]"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"internalType": "SysName",
|
|
705
|
+
"name": "utxo_contract",
|
|
706
|
+
"type": "uint64"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"internalType": "SysName",
|
|
710
|
+
"name": "action",
|
|
711
|
+
"type": "uint64"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"name": "readTransactionUtxTxs",
|
|
715
|
+
"outputs": [
|
|
716
|
+
{
|
|
717
|
+
"components": [
|
|
718
|
+
{
|
|
719
|
+
"internalType": "address",
|
|
720
|
+
"name": "external_id",
|
|
721
|
+
"type": "address"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"internalType": "uint64",
|
|
725
|
+
"name": "asset_type",
|
|
726
|
+
"type": "uint64"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"internalType": "uint256",
|
|
730
|
+
"name": "token_id",
|
|
731
|
+
"type": "uint256"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"components": [
|
|
735
|
+
{
|
|
736
|
+
"internalType": "bytes32",
|
|
737
|
+
"name": "tx_id",
|
|
738
|
+
"type": "bytes32"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"internalType": "uint64",
|
|
742
|
+
"name": "index",
|
|
743
|
+
"type": "uint64"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"internalType": "address",
|
|
747
|
+
"name": "owner",
|
|
748
|
+
"type": "address"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"internalType": "uint256",
|
|
752
|
+
"name": "amount",
|
|
753
|
+
"type": "uint256"
|
|
754
|
+
}
|
|
755
|
+
],
|
|
756
|
+
"internalType": "struct UtxInput[]",
|
|
757
|
+
"name": "inputs",
|
|
758
|
+
"type": "tuple[]"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"components": [
|
|
762
|
+
{
|
|
763
|
+
"internalType": "uint64",
|
|
764
|
+
"name": "index",
|
|
765
|
+
"type": "uint64"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"internalType": "address",
|
|
769
|
+
"name": "owner",
|
|
770
|
+
"type": "address"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"internalType": "uint256",
|
|
774
|
+
"name": "amount",
|
|
775
|
+
"type": "uint256"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"internalType": "bytes32",
|
|
779
|
+
"name": "memo_hash",
|
|
780
|
+
"type": "bytes32"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"internalType": "struct UtxOutput[]",
|
|
784
|
+
"name": "outputs",
|
|
785
|
+
"type": "tuple[]"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"internalType": "bytes32",
|
|
789
|
+
"name": "tx_id",
|
|
790
|
+
"type": "bytes32"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"internalType": "bytes32",
|
|
794
|
+
"name": "blockID",
|
|
795
|
+
"type": "bytes32"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"components": [
|
|
799
|
+
{
|
|
800
|
+
"internalType": "uint8",
|
|
801
|
+
"name": "keyType",
|
|
802
|
+
"type": "uint8"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"components": [
|
|
806
|
+
{
|
|
807
|
+
"internalType": "bytes32",
|
|
808
|
+
"name": "r",
|
|
809
|
+
"type": "bytes32"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"internalType": "bytes32",
|
|
813
|
+
"name": "s",
|
|
814
|
+
"type": "bytes32"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"internalType": "uint8",
|
|
818
|
+
"name": "v",
|
|
819
|
+
"type": "uint8"
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"internalType": "struct PointSigValues",
|
|
823
|
+
"name": "rsv",
|
|
824
|
+
"type": "tuple"
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"internalType": "struct Signature[]",
|
|
828
|
+
"name": "signatures",
|
|
829
|
+
"type": "tuple[]"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"internalType": "address[]",
|
|
833
|
+
"name": "recoveredSigners",
|
|
834
|
+
"type": "address[]"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"internalType": "bool",
|
|
838
|
+
"name": "isDeposit",
|
|
839
|
+
"type": "bool"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"internalType": "struct UtxTx[]",
|
|
843
|
+
"name": "utxoTxs",
|
|
844
|
+
"type": "tuple[]"
|
|
845
|
+
}
|
|
846
|
+
],
|
|
847
|
+
"stateMutability": "pure",
|
|
848
|
+
"type": "function"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"inputs": [
|
|
852
|
+
{
|
|
853
|
+
"internalType": "bytes",
|
|
854
|
+
"name": "buffer",
|
|
855
|
+
"type": "bytes"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"internalType": "uint32",
|
|
859
|
+
"name": "startingOffset",
|
|
860
|
+
"type": "uint32"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"name": "readUtxInput",
|
|
864
|
+
"outputs": [
|
|
865
|
+
{
|
|
866
|
+
"components": [
|
|
867
|
+
{
|
|
868
|
+
"internalType": "bytes32",
|
|
869
|
+
"name": "tx_id",
|
|
870
|
+
"type": "bytes32"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"internalType": "uint64",
|
|
874
|
+
"name": "index",
|
|
875
|
+
"type": "uint64"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"internalType": "address",
|
|
879
|
+
"name": "owner",
|
|
880
|
+
"type": "address"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"internalType": "uint256",
|
|
884
|
+
"name": "amount",
|
|
885
|
+
"type": "uint256"
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"internalType": "struct UtxInput",
|
|
889
|
+
"name": "input",
|
|
890
|
+
"type": "tuple"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"internalType": "uint32",
|
|
894
|
+
"name": "offset",
|
|
895
|
+
"type": "uint32"
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"stateMutability": "pure",
|
|
899
|
+
"type": "function"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"inputs": [
|
|
903
|
+
{
|
|
904
|
+
"internalType": "bytes",
|
|
905
|
+
"name": "buffer",
|
|
906
|
+
"type": "bytes"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"internalType": "uint32",
|
|
910
|
+
"name": "startingOffset",
|
|
911
|
+
"type": "uint32"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"name": "readUtxOutput",
|
|
915
|
+
"outputs": [
|
|
916
|
+
{
|
|
917
|
+
"components": [
|
|
918
|
+
{
|
|
919
|
+
"internalType": "uint64",
|
|
920
|
+
"name": "index",
|
|
921
|
+
"type": "uint64"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"internalType": "address",
|
|
925
|
+
"name": "owner",
|
|
926
|
+
"type": "address"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"internalType": "uint256",
|
|
930
|
+
"name": "amount",
|
|
931
|
+
"type": "uint256"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"internalType": "bytes32",
|
|
935
|
+
"name": "memo_hash",
|
|
936
|
+
"type": "bytes32"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"internalType": "struct UtxOutput",
|
|
940
|
+
"name": "output",
|
|
941
|
+
"type": "tuple"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"internalType": "uint32",
|
|
945
|
+
"name": "offset",
|
|
946
|
+
"type": "uint32"
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"stateMutability": "pure",
|
|
950
|
+
"type": "function"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"inputs": [
|
|
954
|
+
{
|
|
955
|
+
"internalType": "bytes",
|
|
956
|
+
"name": "buffer",
|
|
957
|
+
"type": "bytes"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"internalType": "uint32",
|
|
961
|
+
"name": "startingOffset",
|
|
962
|
+
"type": "uint32"
|
|
963
|
+
}
|
|
964
|
+
],
|
|
965
|
+
"name": "readUtxTx",
|
|
966
|
+
"outputs": [
|
|
967
|
+
{
|
|
968
|
+
"components": [
|
|
969
|
+
{
|
|
970
|
+
"internalType": "address",
|
|
971
|
+
"name": "external_id",
|
|
972
|
+
"type": "address"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"internalType": "uint64",
|
|
976
|
+
"name": "asset_type",
|
|
977
|
+
"type": "uint64"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"internalType": "uint256",
|
|
981
|
+
"name": "token_id",
|
|
982
|
+
"type": "uint256"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"components": [
|
|
986
|
+
{
|
|
987
|
+
"internalType": "bytes32",
|
|
988
|
+
"name": "tx_id",
|
|
989
|
+
"type": "bytes32"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"internalType": "uint64",
|
|
993
|
+
"name": "index",
|
|
994
|
+
"type": "uint64"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"internalType": "address",
|
|
998
|
+
"name": "owner",
|
|
999
|
+
"type": "address"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"internalType": "uint256",
|
|
1003
|
+
"name": "amount",
|
|
1004
|
+
"type": "uint256"
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"internalType": "struct UtxInput[]",
|
|
1008
|
+
"name": "inputs",
|
|
1009
|
+
"type": "tuple[]"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"components": [
|
|
1013
|
+
{
|
|
1014
|
+
"internalType": "uint64",
|
|
1015
|
+
"name": "index",
|
|
1016
|
+
"type": "uint64"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"internalType": "address",
|
|
1020
|
+
"name": "owner",
|
|
1021
|
+
"type": "address"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"internalType": "uint256",
|
|
1025
|
+
"name": "amount",
|
|
1026
|
+
"type": "uint256"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"internalType": "bytes32",
|
|
1030
|
+
"name": "memo_hash",
|
|
1031
|
+
"type": "bytes32"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"internalType": "struct UtxOutput[]",
|
|
1035
|
+
"name": "outputs",
|
|
1036
|
+
"type": "tuple[]"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"internalType": "bytes32",
|
|
1040
|
+
"name": "tx_id",
|
|
1041
|
+
"type": "bytes32"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"internalType": "bytes32",
|
|
1045
|
+
"name": "blockID",
|
|
1046
|
+
"type": "bytes32"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"components": [
|
|
1050
|
+
{
|
|
1051
|
+
"internalType": "uint8",
|
|
1052
|
+
"name": "keyType",
|
|
1053
|
+
"type": "uint8"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"components": [
|
|
1057
|
+
{
|
|
1058
|
+
"internalType": "bytes32",
|
|
1059
|
+
"name": "r",
|
|
1060
|
+
"type": "bytes32"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"internalType": "bytes32",
|
|
1064
|
+
"name": "s",
|
|
1065
|
+
"type": "bytes32"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"internalType": "uint8",
|
|
1069
|
+
"name": "v",
|
|
1070
|
+
"type": "uint8"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"internalType": "struct PointSigValues",
|
|
1074
|
+
"name": "rsv",
|
|
1075
|
+
"type": "tuple"
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"internalType": "struct Signature[]",
|
|
1079
|
+
"name": "signatures",
|
|
1080
|
+
"type": "tuple[]"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"internalType": "address[]",
|
|
1084
|
+
"name": "recoveredSigners",
|
|
1085
|
+
"type": "address[]"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"internalType": "bool",
|
|
1089
|
+
"name": "isDeposit",
|
|
1090
|
+
"type": "bool"
|
|
1091
|
+
}
|
|
1092
|
+
],
|
|
1093
|
+
"internalType": "struct UtxTx",
|
|
1094
|
+
"name": "utxTx",
|
|
1095
|
+
"type": "tuple"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"internalType": "uint32",
|
|
1099
|
+
"name": "offset",
|
|
1100
|
+
"type": "uint32"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"stateMutability": "pure",
|
|
1104
|
+
"type": "function"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"inputs": [
|
|
1108
|
+
{
|
|
1109
|
+
"components": [
|
|
1110
|
+
{
|
|
1111
|
+
"internalType": "bytes",
|
|
1112
|
+
"name": "data",
|
|
1113
|
+
"type": "bytes"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"internalType": "struct iodata.Buffer",
|
|
1117
|
+
"name": "buf",
|
|
1118
|
+
"type": "tuple"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"components": [
|
|
1122
|
+
{
|
|
1123
|
+
"internalType": "bytes32",
|
|
1124
|
+
"name": "tx_id",
|
|
1125
|
+
"type": "bytes32"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"internalType": "uint64",
|
|
1129
|
+
"name": "index",
|
|
1130
|
+
"type": "uint64"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"internalType": "address",
|
|
1134
|
+
"name": "owner",
|
|
1135
|
+
"type": "address"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"internalType": "uint256",
|
|
1139
|
+
"name": "amount",
|
|
1140
|
+
"type": "uint256"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"internalType": "struct UtxInput",
|
|
1144
|
+
"name": "input",
|
|
1145
|
+
"type": "tuple"
|
|
1146
|
+
}
|
|
1147
|
+
],
|
|
1148
|
+
"name": "writeUtxInput",
|
|
1149
|
+
"outputs": [
|
|
1150
|
+
{
|
|
1151
|
+
"components": [
|
|
1152
|
+
{
|
|
1153
|
+
"internalType": "bytes",
|
|
1154
|
+
"name": "data",
|
|
1155
|
+
"type": "bytes"
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"internalType": "struct iodata.Buffer",
|
|
1159
|
+
"name": "",
|
|
1160
|
+
"type": "tuple"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"stateMutability": "pure",
|
|
1164
|
+
"type": "function"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"inputs": [
|
|
1168
|
+
{
|
|
1169
|
+
"components": [
|
|
1170
|
+
{
|
|
1171
|
+
"internalType": "bytes",
|
|
1172
|
+
"name": "data",
|
|
1173
|
+
"type": "bytes"
|
|
1174
|
+
}
|
|
1175
|
+
],
|
|
1176
|
+
"internalType": "struct iodata.Buffer",
|
|
1177
|
+
"name": "buf",
|
|
1178
|
+
"type": "tuple"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"components": [
|
|
1182
|
+
{
|
|
1183
|
+
"internalType": "uint64",
|
|
1184
|
+
"name": "index",
|
|
1185
|
+
"type": "uint64"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"internalType": "address",
|
|
1189
|
+
"name": "owner",
|
|
1190
|
+
"type": "address"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"internalType": "uint256",
|
|
1194
|
+
"name": "amount",
|
|
1195
|
+
"type": "uint256"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"internalType": "bytes32",
|
|
1199
|
+
"name": "memo_hash",
|
|
1200
|
+
"type": "bytes32"
|
|
1201
|
+
}
|
|
1202
|
+
],
|
|
1203
|
+
"internalType": "struct UtxOutput",
|
|
1204
|
+
"name": "output",
|
|
1205
|
+
"type": "tuple"
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"name": "writeUtxOutput",
|
|
1209
|
+
"outputs": [
|
|
1210
|
+
{
|
|
1211
|
+
"components": [
|
|
1212
|
+
{
|
|
1213
|
+
"internalType": "bytes",
|
|
1214
|
+
"name": "data",
|
|
1215
|
+
"type": "bytes"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"internalType": "struct iodata.Buffer",
|
|
1219
|
+
"name": "",
|
|
1220
|
+
"type": "tuple"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"stateMutability": "pure",
|
|
1224
|
+
"type": "function"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"inputs": [
|
|
1228
|
+
{
|
|
1229
|
+
"components": [
|
|
1230
|
+
{
|
|
1231
|
+
"internalType": "bytes",
|
|
1232
|
+
"name": "data",
|
|
1233
|
+
"type": "bytes"
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"internalType": "struct iodata.Buffer",
|
|
1237
|
+
"name": "buf",
|
|
1238
|
+
"type": "tuple"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"components": [
|
|
1242
|
+
{
|
|
1243
|
+
"internalType": "address",
|
|
1244
|
+
"name": "external_id",
|
|
1245
|
+
"type": "address"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"internalType": "uint64",
|
|
1249
|
+
"name": "asset_type",
|
|
1250
|
+
"type": "uint64"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"internalType": "uint256",
|
|
1254
|
+
"name": "token_id",
|
|
1255
|
+
"type": "uint256"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"components": [
|
|
1259
|
+
{
|
|
1260
|
+
"internalType": "bytes32",
|
|
1261
|
+
"name": "tx_id",
|
|
1262
|
+
"type": "bytes32"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"internalType": "uint64",
|
|
1266
|
+
"name": "index",
|
|
1267
|
+
"type": "uint64"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"internalType": "address",
|
|
1271
|
+
"name": "owner",
|
|
1272
|
+
"type": "address"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"internalType": "uint256",
|
|
1276
|
+
"name": "amount",
|
|
1277
|
+
"type": "uint256"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"internalType": "struct UtxInput[]",
|
|
1281
|
+
"name": "inputs",
|
|
1282
|
+
"type": "tuple[]"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"components": [
|
|
1286
|
+
{
|
|
1287
|
+
"internalType": "uint64",
|
|
1288
|
+
"name": "index",
|
|
1289
|
+
"type": "uint64"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"internalType": "address",
|
|
1293
|
+
"name": "owner",
|
|
1294
|
+
"type": "address"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"internalType": "uint256",
|
|
1298
|
+
"name": "amount",
|
|
1299
|
+
"type": "uint256"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"internalType": "bytes32",
|
|
1303
|
+
"name": "memo_hash",
|
|
1304
|
+
"type": "bytes32"
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"internalType": "struct UtxOutput[]",
|
|
1308
|
+
"name": "outputs",
|
|
1309
|
+
"type": "tuple[]"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"internalType": "bytes32",
|
|
1313
|
+
"name": "tx_id",
|
|
1314
|
+
"type": "bytes32"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"internalType": "bytes32",
|
|
1318
|
+
"name": "blockID",
|
|
1319
|
+
"type": "bytes32"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"components": [
|
|
1323
|
+
{
|
|
1324
|
+
"internalType": "uint8",
|
|
1325
|
+
"name": "keyType",
|
|
1326
|
+
"type": "uint8"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"components": [
|
|
1330
|
+
{
|
|
1331
|
+
"internalType": "bytes32",
|
|
1332
|
+
"name": "r",
|
|
1333
|
+
"type": "bytes32"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"internalType": "bytes32",
|
|
1337
|
+
"name": "s",
|
|
1338
|
+
"type": "bytes32"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"internalType": "uint8",
|
|
1342
|
+
"name": "v",
|
|
1343
|
+
"type": "uint8"
|
|
1344
|
+
}
|
|
1345
|
+
],
|
|
1346
|
+
"internalType": "struct PointSigValues",
|
|
1347
|
+
"name": "rsv",
|
|
1348
|
+
"type": "tuple"
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"internalType": "struct Signature[]",
|
|
1352
|
+
"name": "signatures",
|
|
1353
|
+
"type": "tuple[]"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"internalType": "address[]",
|
|
1357
|
+
"name": "recoveredSigners",
|
|
1358
|
+
"type": "address[]"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"internalType": "bool",
|
|
1362
|
+
"name": "isDeposit",
|
|
1363
|
+
"type": "bool"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"internalType": "struct UtxTx",
|
|
1367
|
+
"name": "utxTx",
|
|
1368
|
+
"type": "tuple"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"name": "writeUtxTx",
|
|
1372
|
+
"outputs": [
|
|
1373
|
+
{
|
|
1374
|
+
"components": [
|
|
1375
|
+
{
|
|
1376
|
+
"internalType": "bytes",
|
|
1377
|
+
"name": "data",
|
|
1378
|
+
"type": "bytes"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"internalType": "struct iodata.Buffer",
|
|
1382
|
+
"name": "",
|
|
1383
|
+
"type": "tuple"
|
|
1384
|
+
}
|
|
1385
|
+
],
|
|
1386
|
+
"stateMutability": "pure",
|
|
1387
|
+
"type": "function"
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"bytecode": "0x608080604052346019576136b6908161001f823930815050f35b600080fdfe608060405260048036101561001357600080fd5b6000803560e01c91826322ef944c146100ac57505080634056488d146100a7578063652af575146100a25780637539fe5e1461009d578063788374531461009857806393b2b799146100935780639cfe7a781461008e578063d764824a146100895763fff921d41461008457600080fd5b6113d9565b610f57565b610e07565b610d5c565b610cdd565b610c66565b6107fb565b61079b565b6003196040368201126101f5576001600160401b0382358181116101ed576100d7903690850161038e565b92602435928284116101f1576101409084360301126101ed576100f86102eb565b946101048483016103d9565b86526101126024850161040f565b60208701526044840135604087015260648401358381116101e95761013c90833691870101610431565b606087015260848401358381116101e95761015c908336918701016104da565b608087015260a484013560a087015260c484013560c087015260e48401358381116101e957610190908336918701016105c9565b60e08701526101048401359283116101e6576101e26101d687876101cb610124896101bf368b83018b0161065f565b610100860152016106c9565b610120830152611640565b60405191829182610732565b0390f35b80fd5b5080fd5b8480fd5b8580fd5b8280fd5b634e487b7160e01b600052604160045260246000fd5b602081019081106001600160401b0382111761022a57604052565b6101f9565b608081019081106001600160401b0382111761022a57604052565b606081019081106001600160401b0382111761022a57604052565b604081019081106001600160401b0382111761022a57604052565b60a081019081106001600160401b0382111761022a57604052565b61014081019081106001600160401b0382111761022a57604052565b6001600160401b03811161022a57604052565b90601f801991011681019081106001600160401b0382111761022a57604052565b604051906102f88261029b565b565b6040519061012082018281106001600160401b0382111761022a57604052565b604051906102f882610280565b6001600160401b03811161022a57601f01601f191660200190565b81601f820112156103895780359061035982610327565b9261036760405194856102ca565b8284526020838301011161038957816000926020809301838601378301015290565b600080fd5b91909160208184031261038957604051906103a88261020f565b819381356001600160401b038111610389576103c49201610342565b9052565b6001600160a01b0381160361038957565b35906102f8826103c8565b6001600160401b0381160361038957565b602435906102f8826103e4565b604435906102f8826103e4565b35906102f8826103e4565b6001600160401b03811161022a5760051b60200190565b9080601f8301121561038957813591602061044b8461041a565b9360409361045c60405196876102ca565b818652828087019260071b85010193818511610389578301915b8483106104865750505050505090565b6080838303126103895783608091875161049f8161022f565b85358152828601356104b0816103e4565b83820152888601356104c1816103c8565b8982015260608087013590820152815201920191610476565b9080601f830112156103895781359160206104f48461041a565b9360409361050560405196876102ca565b818652828087019260071b85010193818511610389578301915b84831061052f5750505050505090565b608083830312610389578360809187516105488161022f565b8535610553816103e4565b815282860135610562816103c8565b8382015288860135898201526060808701359082015281520192019161051f565b60ff81160361038957565b9190826060910312610389576040516105a68161024a565b604080829480358452602081013560208501520135916105c583610583565b0152565b9080601f830112156103895781359160206105e38461041a565b936040936105f460405196876102ca565b818652828087019260071b85010193818511610389578301915b84831061061e5750505050505090565b6080838303126103895783608091875161063781610265565b853561064281610583565b81526106508584880161058e565b8382015281520192019161060e565b9080601f830112156103895760209082356106798161041a565b9361068760405195866102ca565b81855260208086019260051b82010192831161038957602001905b8282106106b0575050505090565b83809183356106be816103c8565b8152019101906106a2565b3590811515820361038957565b60005b8381106106e95750506000910152565b81810151838201526020016106d9565b90602091610712815180928185528580860191016106d6565b601f01601f1916010190565b51602080835261072f9201906106f9565b90565b604061072f9260208352519160208082015201906106f9565b63ffffffff81160361038957565b35906102f88261074b565b604060031982011261038957600435906001600160401b0382116103895761078e91600401610342565b9060243561072f8161074b565b60a063ffffffff6107b46107ae36610764565b9061194d565b6107f36040939293518094606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b166080820152f35b60a063ffffffff61081461080e36610764565b90611b30565b6107f3604093929351809460608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b81601f820112156103895780359160209161086d8461041a565b9361087b60405195866102ca565b808552838086019160051b8301019280841161038957848301915b8483106108a65750505050505090565b82356001600160401b0381116103895786916108c784848094890101610342565b815201920191610896565b81601f82011215610389578035916020916108ec8461041a565b936040926108fd60405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410610929575050505050505090565b6001600160401b0384358181116103895786019160a080601f1985880301126103895784519061095882610280565b8a85013561096581610583565b8252610972868601610759565b8b830152606090610984828701610759565b878401526080918287013586811161038957898e6109a4928a01016105c9565b90840152850135938411610389576109c3878c80979681970101610342565b90820152815201930192610918565b90815180825260208080930193019160005b8281106109f2575050505090565b9091929382608082610a36600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019501939291016109e4565b90815180825260208080930193019160005b828110610a62575050505090565b9091929382608082610aa66001948951606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01950193929101610a54565b90815180825260208080930193019160005b828110610ad2575050505090565b90919293826080600192610b0b83895160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b01950193929101610ac4565b90815180825260208080930193019160005b828110610b37575050505090565b83516001600160a01b031685529381019392810192600101610b29565b80516001600160a01b031682529061072f90610bf2610bde610bb8610ba66101406020888101516001600160401b031690870152604088015160408701526060880151908060608801528601906109d2565b60808701518582036080870152610a42565b60a086015160a085015260c086015160c085015260e086015184820360e0860152610ab2565b610100808601519084830390850152610b17565b6101209384015115159190930152565b6020808201906020835283518092526040830192602060408460051b8301019501936000915b848310610c385750505050505090565b9091929394958480610c56600193603f198682030187528a51610b54565b9801930193019194939290610c28565b6080366003190112610389576001600160401b0360043581811161038957610c92903690600401610853565b90602435908111610389576101e291610cb2610cd19236906004016108d2565b60443590610cbf826103e4565b60643592610ccc846103e4565b612392565b60405191829182610c02565b60a0366003190112610389576004356001600160401b03811161038957610d0890369060040161038e565b6080366023190112610389576101d66101e29160405190610d288261022f565b6024358252604435610d39816103e4565b6020830152606435610d4a816103c8565b60408301526084356060830152612795565b610d8a610d71610d6b36610764565b9061292a565b63ffffffff604051938493604085526040850190610b54565b911660208301520390f35b91906060838203126103895760405190610dae8261024a565b81938035610dbb8161074b565b83526020810135610dcb8161074b565b60208401526040810135916001600160401b03831161038957604092610df1920161038e565b910152565b90602061072f928181520190610b54565b60031960403682018113610389576001600160401b039160043583811161038957610e36903690600401610342565b6024359184831161038957608090833603011261038957825190610e598261022f565b8260040135610e67816103e4565b82526024830135610e77816103e4565b602090602084015260448401358681116103895784013660238201121561038957600481013591610ea78361041a565b92610eb4885194856102ca565b8084526024602085019160061b8401019236841161038957602401905b838210610f17575050505084830152606483013594851161038957610f02610f0c9360046101e29736920101610d95565b6060830152612d08565b905191829182610df6565b8882360312610389578289918251610f2e81610265565b8435610f39816103e4565b815282850135610f48816103e4565b83820152815201910190610ed1565b60a0366003190112610389576004356001600160401b03811161038957610f8290369060040161038e565b6080366023190112610389576101d66101e29160405190610fa28261022f565b602435610fae816103e4565b8252604435610fbc816103c8565b602083015260643560408301526084356060830152612f0f565b61ffff81160361038957565b35906102f882610fd6565b60409291818103841361038957835161100581610265565b809483356110128161074b565b8252602092838501356001600160401b039586821161038957019181601f84011215610389578235906110448261041a565b96611051825198896102ca565b828852868089019360051b8601019484861161038957878101935b86851061107e57505050505050500152565b84358381116103895782019084601f198389030112610389578451906110a382610265565b8a8301356110b0816103e4565b82528583013591858311610389576110cf898d80969581960101610342565b8382015281520194019361106c565b81601f82011215610389578035916020916110f88461041a565b9360409261110960405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611135575050505050505090565b6001600160401b03843581811161038957860191606080601f198588030112610389578451906111648261024a565b8a85013561117181610fd6565b82528585013584811161038957878c61118c92880101610d95565b8b830152840135928311610389576111ab868b80969581960101610342565b85820152815201930192611124565b919060c08382031261038957604051906111d38261022f565b81938035906001600160401b039182811161038957810161012081850312610389576111fd6102fa565b938135855261120e6020830161040f565b602086015261121f60408301610fe2565b6040860152606082013560608601526080820135608086015260a082013560a086015261124e60c08301610759565b60c086015260e0820135848111610389578161126b918401610fed565b60e08601526101009485830135948511610389576060956112938360a0976112a296016110de565b9082015286526020830161058e565b6020850152608081013560408501520135910152565b9080601f830112156103895760209082356112d28161041a565b936112e060405195866102ca565b81855260208086019260051b82010192831161038957602001905b828210611309575050505090565b838091833561131781610583565b8152019101906112fb565b919091606081840312610389576040519061133c8261024a565b81938135916001600160401b039283811161038957810182601f8201121561038957803560209161136c8261041a565b9161137a60405193846102ca565b808352838084019160051b830101918683116103895784809101915b8383106113c95750505050855280820135938411610389576113be60409493859484016112b8565b908501520135910152565b8235815291810191859101611396565b6003196060368201126103895760048035916001600160401b03908184116103895760a09084360301126103895761140f61031a565b90838301358181116103895761142a908436918701016111ba565b825260248401358181116103895761144790843691870101610853565b6020830152604484013581811161038957611467908436918701016108d2565b604083015260648401358181116103895761148790843691870101611322565b60608301526084840135908111610389576101e293610cd1936114ad9236920101611322565b60808201526114ba6103f5565b6114c2610402565b916134be565b604051906114d58261020f565b60608252565b81601f820112156103895780516114f181610327565b926114ff60405194856102ca565b818452602082840101116103895761072f91602080850191016106d6565b91909160208184031261038957604051906115378261020f565b819381516001600160401b038111610389576103c492016114db565b906020828203126103895781516001600160401b0381116103895761072f920161151d565b90611597602091949394604084525182604085015260608401906106f9565b6001600160a01b03909416910152565b6040513d6000823e3d90fd5b906001600160401b036115da602092959495604085525183604086015260608501906106f9565b9416910152565b9291906115ff602091604086525182604087015260608601906106f9565b930152565b634e487b7160e01b600052603260045260246000fd5b8051156116275760200190565b611604565b80518210156116275760209160051b010190565b919061164a6114c8565b50805173__$46bbbc6398365a8909166570292cf8d34e$__93906001600160a01b0316604093845192631f21838760e01b84528380611690600095869460048401611578565b0381895af4928315611837576116d3938391829161188c575b5060208601516001600160401b031687516375a2a7e360e01b8152958692839290600484016115b3565b0381895af49283156118375761170c9383918291611872575b5085870151875163fb70775b60e01b8152958692839290600484016115e1565b0381895af4928315611837578293611856575b5060608401946117568361173b8851516001600160401b031690565b83518093819263ee65ecb960e01b998a8452600484016115b3565b03818b5af490811561183757849161183c575b509683975b875180518a1015611798576001916117898b6117909361162c565b5190612795565b98019761176e565b50909192956117d0959850849750608001976117bc8951516001600160401b031690565b9351958694859384938452600484016115b3565b03915af4908115611837578391611815575b505b8351805184101561180e576001916117ff856118069361162c565b5190612f0f565b9201916117e4565b5092509050565b61183191503d8085833e61182981836102ca565b810190611553565b386117e2565b6115a7565b61185091503d8086833e61182981836102ca565b38611769565b61186b9193503d8084833e61182981836102ca565b913861171f565b61188691503d8084833e61182981836102ca565b386116ec565b6118a091503d8084833e61182981836102ca565b386116a9565b604051906118b38261022f565b60006060838281528260208201528260408201520152565b51906102f88261074b565b919082604091031261038957602082516118ef816103e4565b92015161072f8161074b565b9063ffffffff6115da6020929594956040855260408501906106f9565b919082604091031261038957602082516118ef816103c8565b9190826040910312610389576020825192015161072f8161074b565b916119566118a6565b9261198d73__$45a5e5b1d409e47128e37dc7b302887e47$__60408095815180948192632d26d76360e11b835287600484016118fb565b0381845af4918215611837576119d1928691600090600092611afe575b506001600160401b031688525b81518094819263e64f0ae560e01b835287600484016118fb565b0381845af491821561183757611a18928691600090600092611acc575b506001600160a01b031660208901525b8151809481926363d1867760e01b835287600484016118fb565b0381845af490811561183757611a55938693600090600094611aaa575b50848901528351809581948293633b2b7fe960e21b8452600484016118fb565b03915af490811561183757600093600092611a75575b5050916060840152565b611a9993945080919250903d10611aa3575b611a9181836102ca565b810190611931565b9190913880611a6b565b503d611a87565b9050611ac4919350843d8611611aa357611a9181836102ca565b929038611a35565b6119fe9250611af19150833d8511611af7575b611ae981836102ca565b810190611918565b916119ee565b503d611adf565b6119b79250611b239150833d8511611b29575b611b1b81836102ca565b8101906118d6565b916119aa565b503d611b11565b91611b396118a6565b92611b7073__$45a5e5b1d409e47128e37dc7b302887e47$__60408095815180948192633b2b7fe960e21b835287600484016118fb565b0381845af491821561183757611baa928691600090600092611c66575b508852815180948192632d26d76360e11b835287600484016118fb565b0381845af491821561183757611bdb928691600090600092611c44575b506001600160401b031660208901526119b7565b0381845af490811561183757611a55938693600090600094611c22575b506001600160a01b0316888501525b83518095819482936363d1867760e01b8452600484016118fb565b611c079450611c3e9150853d8711611af757611ae981836102ca565b93611bf8565b6119b79250611c609150833d8511611b2957611b1b81836102ca565b91611bc7565b9050611c7f9150823d8411611aa357611a9181836102ca565b9038611b8d565b90611c908261041a565b604090611ca060405191826102ca565b8381528093611cb1601f199161041a565b019160005b838110611cc35750505050565b6020908251611cd18161029b565b6000815282600081830152600085830152606060008184015260006080840152600060a08401528060c08401528060e084015280610100840152610120830152828601015201611cb6565b51906102f882610fd6565b51906102f882610583565b91906060838203126103895760405190611d4b8261024a565b81938051611d588161074b565b83526020810151611d688161074b565b60208401526040810151916001600160401b03831161038957604092610df1920161151d565b81601f8201121561038957805191602091611da88461041a565b93604092611db960405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611de5575050505050505090565b83516001600160401b039081811161038957860191606080601f19858803011261038957845190611e158261024a565b8a850151611e22816103e4565b825285850151611e31816103e4565b8b83015284015192831161038957611e50868b80969581960101611d32565b85820152815201930192611dd4565b81601f8201121561038957805191602091611e798461041a565b93604092611e89845196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611eb5575050505050505090565b83516001600160401b039081811161038957860191608080601f19858803011261038957845190611ee58261022f565b8a850151611ef2816103e4565b825285850151611f01816103e4565b8b8301526060908186015185811161038957860188603f8201121561038957808d8092015189611f308261041a565b93611f3d825195866102ca565b82855284019160061b830101918b8311610389578a01905b828210611f8d575050508784015285015193841161038957611f7e878c80979681970101611d32565b90820152815201930192611ea4565b8a828d0312610389578f8b918251611fa481610265565b8451611faf816103e4565b815282850151611fbe816103e4565b83820152815201910190611f55565b81601f8201121561038957805191602091611fe78461041a565b93604092611ff860405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410612024575050505050505090565b83516001600160401b039081811161038957860191606080601f198588030112610389578451906120548261024a565b8a85015161206181610fd6565b82528585015184811161038957878c61207c92880101611d32565b8b8301528401519283116103895761209b868b809695819601016114db565b85820152815201930192612013565b81601f82011215610389578051916020916120c48461041a565b936120d260405195866102ca565b808552838086019160051b8301019280841161038957848301915b8483106120fd5750505050505090565b82516001600160401b03811161038957869161211e84848094890101611d32565b8152019201916120ed565b91906040838203126103895782516001600160401b0390818111610389578401610140818403126103895761215c6102eb565b90612166816118cb565b825261217460208201611d1c565b6020830152612185604082016118cb565b604083015261219660608201611d27565b60608301526121a760808201611d27565b60808301526121b860a08201611d27565b60a083015260c081015183811161038957846121d5918301611d8e565b60c083015260e081015183811161038957846121f2918301611e5f565b60e0830152610100808201518481116103895785612211918401611fcd565b9083015261012090818101519384116103895761072f9460209461223592016120aa565b9082015293016118cb565b919060206115ff6000926040865260408601906106f9565b634e487b7160e01b600052601160045260246000fd5b600019811461227d5760010190565b612258565b6040519061228f8261029b565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b906122db8261041a565b6122e860405191826102ca565b82815280926122f9601f199161041a565b019060005b82811061230a57505050565b602090612315612282565b828285010152016122fe565b906001820180921161227d57565b6040519061233c82610265565b6001825260203681840137565b906123538261041a565b61236060405191826102ca565b8281528092612371601f199161041a565b0190602036910137565b9061238e602092828151948592016106d6565b0190565b919093926123a08351611c86565b9160009360009573__$45a5e5b1d409e47128e37dc7b302887e47$__975b82518810156124fc576123f160006123d68a8661162c565b516040518093819263248a103d60e01b835260048301612240565b03818d5af4908115611837576000916124da575b50612410898861162c565b5260005b60e0806124218b8a61162c565b510151518210156124ce578682828c61246f8a61245e6124508f988790612448878c61162c565b51015161162c565b51516001600160401b031690565b6001600160401b0390811691161490565b948561249c575b5050505050612488575b600101612414565b9661249460019161226e565b979050612480565b6124c49550926020926124486124b59361245e9661162c565b5101516001600160401b031690565b8682388c8b612476565b505096600101966123be565b6124f5913d8091833e6124ed81836102ca565b810190612129565b5038612405565b939650965090929361250d906122d1565b94600080945b835186101561278b5760609661253e612539896125308a8a61162c565b51015151612321565b612349565b9960005b8961254d8a8a61162c565b5101515181101561264657612562898861162c565b51604080519160008380612579602096879561237b565b039060025afa1561183757898c8c92848087600051948483838361259d8c8c61162c565b510151906125aa9161162c565b510151015160ff16968383836125c08c8561162c565b510151906125cd9161162c565b51015151986125db9161162c565b510151906125e89161162c565b5101510151905191825260ff929092166020820152604081019290925260608201526000805260805a916001600093fa1561183757806126408d6126316001946000519261162c565b6001600160a01b039091169052565b01612542565b50999598919398969490929660005b60e080612662898861162c565b51015151821015612772578a90868d84838c61268a8d61245e6124508686612448878c61162c565b948561274f575b50505050506126a5575b5050600101612655565b9989816127338b612631879f966127296127226127158f8f908f906126e260019f6127459f6124488c6126db816126e99861162c565b519561162c565b5190612d08565b6126f38a8361162c565b526126fe898261162c565b5061270d610100998a9261162c565b51015161161a565b516001600160a01b031690565b938b61162c565b510151518561162c565b61273d838961162c565b51015261226e565b989050893861269b565b6127689550926020926124486124b59361245e9661162c565b8d84838c8b612691565b5050955093600191989397509895919801949795612513565b5050505050505090565b6127aa906127a16114c8565b508251906135d5565b9073__$46bbbc6398365a8909166570292cf8d34e$__916127d560208301516001600160401b031690565b92604051916375a2a7e360e01b835282806127f76000978894600484016115b3565b0381845af49182156118375761283b92859182916128c0575b5060408501516001600160a01b0316604051631f21838760e01b815294859283929060048401611578565b0381845af49081156118375761287793859384936128a1575b506060015160405163fb70775b60e01b81529485938492839291600484016115e1565b03915af491821561183757809261288d57505090565b61072f92503d8091833e61182981836102ca565b60609193506128b9903d8087833e61182981836102ca565b9290612854565b6128d491503d8084833e61182981836102ca565b38612810565b906128e48261041a565b6128f160405191826102ca565b8281528092612902601f199161041a565b019060005b82811061291357505050565b60209061291e6118a6565b82828501015201612907565b9091612934612282565b9261296b73__$45a5e5b1d409e47128e37dc7b302887e47$__6040809381518094819263e64f0ae560e01b835289600484016118fb565b0381845af4918215611837576129af928491600090600092612b9a575b506001600160a01b031688525b815180948192632d26d76360e11b835289600484016118fb565b0381845af4918215611837576129f6928491600090600092612b78575b506001600160401b031660208901525b8151809481926363d1867760e01b835289600484016118fb565b0381845af491821561183757600090600093612b56575b5083870152825191838380612a3163013a455960e51b948583528a600484016118fb565b0381855af4801561183757600093600091612b33575b5091849291612a55856128da565b9460608a019586526000955b818710612b06575050612a839450835180958194829383528a600484016118fb565b03915af490811561183757600092600092612ae5575b50509290612aa6816128da565b608086019081526000925b828410612abe5750505050565b90919294612ace6001918361194d565b9690612adb82865161162c565b5201929190612ab1565b612aff935080919250903d10611aa357611a9181836102ca565b3880612a99565b9193600191939550612b18908a611b30565b9690612b2582855161162c565b520194929091869492612a61565b9050612b4d919350843d8611611aa357611a9181836102ca565b92909238612a47565b9050612b70919250833d8511611aa357611a9181836102ca565b919038612a0d565b6129dc9250612b949150833d8511611b2957611b1b81836102ca565b916129cc565b6129959250612bb69150833d8511611af757611ae981836102ca565b91612988565b63ffffffff918216908216039190821161227d57565b906020828203126103895781516001600160401b0381116103895761072f92016114db565b91612c0f6040929594956060855260608501906106f9565b9463ffffffff809216602085015216910152565b60409060405191612c3383610265565b60018352829160005b602080821015612c8357835160209291612c5582610265565b600082528551612c648161024a565b6000815260008282015260008782015281830152828801015201612c3c565b505091925050565b8092910360a08112610389576080811261038957606060405191612cae83610265565b8451612cb981610583565b8352601f19011261038957608090604051612cd38161024a565b60208501518152604085015160208201526060850151612cf281610583565b6040820152602082015292015161072f8161074b565b90606090612d14612282565b500190602080612d47612d38612d328387510163ffffffff90511690565b8561292a565b93909551015163ffffffff1690565b92612d528484612bbc565b9360405190634f8380a160e11b82528180612d7560009889948760048501612bf7565b038173__$49dafa11a5f5d8c0782ba98739c0e97e04$__5af4801561183757612daf869185938391612eed575b506040519182809261237b565b039060025afa1561183757612df49060a0855194818801958652612dd1612c23565b9260e089019384526040519485928392630767a8fb60e41b8452600484016118fb565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af480156118375785928391612ebd575b50612e27825161161a565b52612e3061232f565b93610100870194855251612ea0612e58604086612e4d865161161a565b510151015160ff1690565b928580612e7481612e69855161161a565b51015151935161161a565b510151015190604051948594859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa156118375761263161072f9251915161161a565b612edf915060a03d60a011612ee6575b612ed781836102ca565b810190612c8b565b5038612e1c565b503d612ecd565b612f0991503d8085833e612f0181836102ca565b810190612bd2565b38612da2565b90612f186114c8565b5073__$46bbbc6398365a8909166570292cf8d34e$__90612f4081516001600160401b031690565b92604051906375a2a7e360e01b82528180612f626000978894600484016115b3565b0381865af490811561183757612fa69185918291613040575b5060208401516001600160a01b0316604051631f21838760e01b815293849283929060048401611578565b0381865af4801561183757612fe19385928392613024575b5060408401519160405180968194829363fb70775b60e01b8452600484016115e1565b03915af4918215611837578361072f9493613003575b505060600151906135d5565b60609293509061301c913d8091833e61182981836102ca565b919038612ff7565b6130399192503d8085833e61182981836102ca565b9038612fbe565b61305491503d8084833e61182981836102ca565b38612f7b565b600091031261038957565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b8584106130af575050505050505090565b9091929394959685806130e7600193605f1986820301885286838d516001600160401b038151168452015191818582015201906106f9565b99019401940192959493919061309e565b908082519081815260208091019281808460051b8301019501936000915b8483106131265750505050505090565b9091929394958480613195600193601f198682030187528a519060609061ffff835116815284830151828683015263ffffffff80825116848401528682015116608083015261318660409384809301519060a085015260c084019061071e565b930151918184039101526106f9565b9801930193019194939290613116565b9060a06060613254845160c08552805160c08601526131d4602082015160e08701906001600160401b03169052565b60408101516131ec610100918288019061ffff169052565b61323f84830151610120908189015260808401516101408901528684015161016089015261322860c08501516101808a019063ffffffff169052565b60e0840151906101a08901526101e0880190613065565b91015185820360bf19016101c08701526130f8565b9361327e6020820151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b908082519081815260208091019281808460051b8301019501936000915b8483106132be5750505050505090565b9091929394958480613326600193601f198682030187528a5161331360a060ff83511684528583015163ffffffff80911687860152604090818501511690850152606090808285015192860152840190610ab2565b91608080920151918184039101526106f9565b98019301930191949392906132ae565b9060608101918051606083528051809452608083019360208092019060005b8181106133a85750505080820151938381038285015281808651928381520195019160005b828110613391575050505060408091015191015290565b835160ff168752958101959281019260010161337a565b825187529583019591830191600101613355565b9291906001600160401b0316835260206040818501526133e8825160a0604087015260e08601906131a5565b938183015194603f1992838383030160608401528651908183528083019281808460051b8301019901936000915b8483106134695750505050505060c0608061345961344561072f97986040880151878783030185880152613290565b6060870151868683030160a0870152613336565b9401519282850301910152613336565b90919293949984806134876001938e601f19878303018852516106f9565b9c01930193019194939290613416565b9190826040910312610389576020825192015190565b90602061072f9281815201906131a5565b92909173__$725b64e5d0c6cf971a38b70775a9eb77e8$__92833b1561038957604094855194630dba1b8960e11b8652600086806135008587600484016133bc565b0381845af4908115611837576135359688926135bc575b5082519082518080998194631a9293f560e01b8352600483016134ad565b03915af494851561183757600095613587575b5061355d939495602082015191015190612392565b9160005b835181101561358357808260c061357a6001948861162c565b51015201613561565b5050565b61355d9495506135ac90873d89116135b5575b6135a481836102ca565b810190613497565b90509493613548565b503d61359a565b806135c96135cf926102b7565b8061305a565b38613517565b61362e60009160606040516135e98161020f565b52604051936135f785610265565b6020855260208501526136406040519485938493638353c19960e01b855260406004860152516020604486015260648501906106f9565b838103600319016024850152906106f9565b038173__$871508ae888325252fdba23f15f3f16064$__5af49081156118375760009161366b575090565b61072f91503d806000833e61182981836102ca56fea26469706673582212208b66c6f4f96db54e82a13b3b3763eca9e61939a4dc75cbede0b88432f009363764736f6c63430008190033",
|
|
1391
|
+
"deployedBytecode": "0x608060405260048036101561001357600080fd5b6000803560e01c91826322ef944c146100ac57505080634056488d146100a7578063652af575146100a25780637539fe5e1461009d578063788374531461009857806393b2b799146100935780639cfe7a781461008e578063d764824a146100895763fff921d41461008457600080fd5b6113d9565b610f57565b610e07565b610d5c565b610cdd565b610c66565b6107fb565b61079b565b6003196040368201126101f5576001600160401b0382358181116101ed576100d7903690850161038e565b92602435928284116101f1576101409084360301126101ed576100f86102eb565b946101048483016103d9565b86526101126024850161040f565b60208701526044840135604087015260648401358381116101e95761013c90833691870101610431565b606087015260848401358381116101e95761015c908336918701016104da565b608087015260a484013560a087015260c484013560c087015260e48401358381116101e957610190908336918701016105c9565b60e08701526101048401359283116101e6576101e26101d687876101cb610124896101bf368b83018b0161065f565b610100860152016106c9565b610120830152611640565b60405191829182610732565b0390f35b80fd5b5080fd5b8480fd5b8580fd5b8280fd5b634e487b7160e01b600052604160045260246000fd5b602081019081106001600160401b0382111761022a57604052565b6101f9565b608081019081106001600160401b0382111761022a57604052565b606081019081106001600160401b0382111761022a57604052565b604081019081106001600160401b0382111761022a57604052565b60a081019081106001600160401b0382111761022a57604052565b61014081019081106001600160401b0382111761022a57604052565b6001600160401b03811161022a57604052565b90601f801991011681019081106001600160401b0382111761022a57604052565b604051906102f88261029b565b565b6040519061012082018281106001600160401b0382111761022a57604052565b604051906102f882610280565b6001600160401b03811161022a57601f01601f191660200190565b81601f820112156103895780359061035982610327565b9261036760405194856102ca565b8284526020838301011161038957816000926020809301838601378301015290565b600080fd5b91909160208184031261038957604051906103a88261020f565b819381356001600160401b038111610389576103c49201610342565b9052565b6001600160a01b0381160361038957565b35906102f8826103c8565b6001600160401b0381160361038957565b602435906102f8826103e4565b604435906102f8826103e4565b35906102f8826103e4565b6001600160401b03811161022a5760051b60200190565b9080601f8301121561038957813591602061044b8461041a565b9360409361045c60405196876102ca565b818652828087019260071b85010193818511610389578301915b8483106104865750505050505090565b6080838303126103895783608091875161049f8161022f565b85358152828601356104b0816103e4565b83820152888601356104c1816103c8565b8982015260608087013590820152815201920191610476565b9080601f830112156103895781359160206104f48461041a565b9360409361050560405196876102ca565b818652828087019260071b85010193818511610389578301915b84831061052f5750505050505090565b608083830312610389578360809187516105488161022f565b8535610553816103e4565b815282860135610562816103c8565b8382015288860135898201526060808701359082015281520192019161051f565b60ff81160361038957565b9190826060910312610389576040516105a68161024a565b604080829480358452602081013560208501520135916105c583610583565b0152565b9080601f830112156103895781359160206105e38461041a565b936040936105f460405196876102ca565b818652828087019260071b85010193818511610389578301915b84831061061e5750505050505090565b6080838303126103895783608091875161063781610265565b853561064281610583565b81526106508584880161058e565b8382015281520192019161060e565b9080601f830112156103895760209082356106798161041a565b9361068760405195866102ca565b81855260208086019260051b82010192831161038957602001905b8282106106b0575050505090565b83809183356106be816103c8565b8152019101906106a2565b3590811515820361038957565b60005b8381106106e95750506000910152565b81810151838201526020016106d9565b90602091610712815180928185528580860191016106d6565b601f01601f1916010190565b51602080835261072f9201906106f9565b90565b604061072f9260208352519160208082015201906106f9565b63ffffffff81160361038957565b35906102f88261074b565b604060031982011261038957600435906001600160401b0382116103895761078e91600401610342565b9060243561072f8161074b565b60a063ffffffff6107b46107ae36610764565b9061194d565b6107f36040939293518094606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b166080820152f35b60a063ffffffff61081461080e36610764565b90611b30565b6107f3604093929351809460608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b81601f820112156103895780359160209161086d8461041a565b9361087b60405195866102ca565b808552838086019160051b8301019280841161038957848301915b8483106108a65750505050505090565b82356001600160401b0381116103895786916108c784848094890101610342565b815201920191610896565b81601f82011215610389578035916020916108ec8461041a565b936040926108fd60405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410610929575050505050505090565b6001600160401b0384358181116103895786019160a080601f1985880301126103895784519061095882610280565b8a85013561096581610583565b8252610972868601610759565b8b830152606090610984828701610759565b878401526080918287013586811161038957898e6109a4928a01016105c9565b90840152850135938411610389576109c3878c80979681970101610342565b90820152815201930192610918565b90815180825260208080930193019160005b8281106109f2575050505090565b9091929382608082610a36600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019501939291016109e4565b90815180825260208080930193019160005b828110610a62575050505090565b9091929382608082610aa66001948951606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01950193929101610a54565b90815180825260208080930193019160005b828110610ad2575050505090565b90919293826080600192610b0b83895160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b01950193929101610ac4565b90815180825260208080930193019160005b828110610b37575050505090565b83516001600160a01b031685529381019392810192600101610b29565b80516001600160a01b031682529061072f90610bf2610bde610bb8610ba66101406020888101516001600160401b031690870152604088015160408701526060880151908060608801528601906109d2565b60808701518582036080870152610a42565b60a086015160a085015260c086015160c085015260e086015184820360e0860152610ab2565b610100808601519084830390850152610b17565b6101209384015115159190930152565b6020808201906020835283518092526040830192602060408460051b8301019501936000915b848310610c385750505050505090565b9091929394958480610c56600193603f198682030187528a51610b54565b9801930193019194939290610c28565b6080366003190112610389576001600160401b0360043581811161038957610c92903690600401610853565b90602435908111610389576101e291610cb2610cd19236906004016108d2565b60443590610cbf826103e4565b60643592610ccc846103e4565b612392565b60405191829182610c02565b60a0366003190112610389576004356001600160401b03811161038957610d0890369060040161038e565b6080366023190112610389576101d66101e29160405190610d288261022f565b6024358252604435610d39816103e4565b6020830152606435610d4a816103c8565b60408301526084356060830152612795565b610d8a610d71610d6b36610764565b9061292a565b63ffffffff604051938493604085526040850190610b54565b911660208301520390f35b91906060838203126103895760405190610dae8261024a565b81938035610dbb8161074b565b83526020810135610dcb8161074b565b60208401526040810135916001600160401b03831161038957604092610df1920161038e565b910152565b90602061072f928181520190610b54565b60031960403682018113610389576001600160401b039160043583811161038957610e36903690600401610342565b6024359184831161038957608090833603011261038957825190610e598261022f565b8260040135610e67816103e4565b82526024830135610e77816103e4565b602090602084015260448401358681116103895784013660238201121561038957600481013591610ea78361041a565b92610eb4885194856102ca565b8084526024602085019160061b8401019236841161038957602401905b838210610f17575050505084830152606483013594851161038957610f02610f0c9360046101e29736920101610d95565b6060830152612d08565b905191829182610df6565b8882360312610389578289918251610f2e81610265565b8435610f39816103e4565b815282850135610f48816103e4565b83820152815201910190610ed1565b60a0366003190112610389576004356001600160401b03811161038957610f8290369060040161038e565b6080366023190112610389576101d66101e29160405190610fa28261022f565b602435610fae816103e4565b8252604435610fbc816103c8565b602083015260643560408301526084356060830152612f0f565b61ffff81160361038957565b35906102f882610fd6565b60409291818103841361038957835161100581610265565b809483356110128161074b565b8252602092838501356001600160401b039586821161038957019181601f84011215610389578235906110448261041a565b96611051825198896102ca565b828852868089019360051b8601019484861161038957878101935b86851061107e57505050505050500152565b84358381116103895782019084601f198389030112610389578451906110a382610265565b8a8301356110b0816103e4565b82528583013591858311610389576110cf898d80969581960101610342565b8382015281520194019361106c565b81601f82011215610389578035916020916110f88461041a565b9360409261110960405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611135575050505050505090565b6001600160401b03843581811161038957860191606080601f198588030112610389578451906111648261024a565b8a85013561117181610fd6565b82528585013584811161038957878c61118c92880101610d95565b8b830152840135928311610389576111ab868b80969581960101610342565b85820152815201930192611124565b919060c08382031261038957604051906111d38261022f565b81938035906001600160401b039182811161038957810161012081850312610389576111fd6102fa565b938135855261120e6020830161040f565b602086015261121f60408301610fe2565b6040860152606082013560608601526080820135608086015260a082013560a086015261124e60c08301610759565b60c086015260e0820135848111610389578161126b918401610fed565b60e08601526101009485830135948511610389576060956112938360a0976112a296016110de565b9082015286526020830161058e565b6020850152608081013560408501520135910152565b9080601f830112156103895760209082356112d28161041a565b936112e060405195866102ca565b81855260208086019260051b82010192831161038957602001905b828210611309575050505090565b838091833561131781610583565b8152019101906112fb565b919091606081840312610389576040519061133c8261024a565b81938135916001600160401b039283811161038957810182601f8201121561038957803560209161136c8261041a565b9161137a60405193846102ca565b808352838084019160051b830101918683116103895784809101915b8383106113c95750505050855280820135938411610389576113be60409493859484016112b8565b908501520135910152565b8235815291810191859101611396565b6003196060368201126103895760048035916001600160401b03908184116103895760a09084360301126103895761140f61031a565b90838301358181116103895761142a908436918701016111ba565b825260248401358181116103895761144790843691870101610853565b6020830152604484013581811161038957611467908436918701016108d2565b604083015260648401358181116103895761148790843691870101611322565b60608301526084840135908111610389576101e293610cd1936114ad9236920101611322565b60808201526114ba6103f5565b6114c2610402565b916134be565b604051906114d58261020f565b60608252565b81601f820112156103895780516114f181610327565b926114ff60405194856102ca565b818452602082840101116103895761072f91602080850191016106d6565b91909160208184031261038957604051906115378261020f565b819381516001600160401b038111610389576103c492016114db565b906020828203126103895781516001600160401b0381116103895761072f920161151d565b90611597602091949394604084525182604085015260608401906106f9565b6001600160a01b03909416910152565b6040513d6000823e3d90fd5b906001600160401b036115da602092959495604085525183604086015260608501906106f9565b9416910152565b9291906115ff602091604086525182604087015260608601906106f9565b930152565b634e487b7160e01b600052603260045260246000fd5b8051156116275760200190565b611604565b80518210156116275760209160051b010190565b919061164a6114c8565b50805173__$46bbbc6398365a8909166570292cf8d34e$__93906001600160a01b0316604093845192631f21838760e01b84528380611690600095869460048401611578565b0381895af4928315611837576116d3938391829161188c575b5060208601516001600160401b031687516375a2a7e360e01b8152958692839290600484016115b3565b0381895af49283156118375761170c9383918291611872575b5085870151875163fb70775b60e01b8152958692839290600484016115e1565b0381895af4928315611837578293611856575b5060608401946117568361173b8851516001600160401b031690565b83518093819263ee65ecb960e01b998a8452600484016115b3565b03818b5af490811561183757849161183c575b509683975b875180518a1015611798576001916117898b6117909361162c565b5190612795565b98019761176e565b50909192956117d0959850849750608001976117bc8951516001600160401b031690565b9351958694859384938452600484016115b3565b03915af4908115611837578391611815575b505b8351805184101561180e576001916117ff856118069361162c565b5190612f0f565b9201916117e4565b5092509050565b61183191503d8085833e61182981836102ca565b810190611553565b386117e2565b6115a7565b61185091503d8086833e61182981836102ca565b38611769565b61186b9193503d8084833e61182981836102ca565b913861171f565b61188691503d8084833e61182981836102ca565b386116ec565b6118a091503d8084833e61182981836102ca565b386116a9565b604051906118b38261022f565b60006060838281528260208201528260408201520152565b51906102f88261074b565b919082604091031261038957602082516118ef816103e4565b92015161072f8161074b565b9063ffffffff6115da6020929594956040855260408501906106f9565b919082604091031261038957602082516118ef816103c8565b9190826040910312610389576020825192015161072f8161074b565b916119566118a6565b9261198d73__$45a5e5b1d409e47128e37dc7b302887e47$__60408095815180948192632d26d76360e11b835287600484016118fb565b0381845af4918215611837576119d1928691600090600092611afe575b506001600160401b031688525b81518094819263e64f0ae560e01b835287600484016118fb565b0381845af491821561183757611a18928691600090600092611acc575b506001600160a01b031660208901525b8151809481926363d1867760e01b835287600484016118fb565b0381845af490811561183757611a55938693600090600094611aaa575b50848901528351809581948293633b2b7fe960e21b8452600484016118fb565b03915af490811561183757600093600092611a75575b5050916060840152565b611a9993945080919250903d10611aa3575b611a9181836102ca565b810190611931565b9190913880611a6b565b503d611a87565b9050611ac4919350843d8611611aa357611a9181836102ca565b929038611a35565b6119fe9250611af19150833d8511611af7575b611ae981836102ca565b810190611918565b916119ee565b503d611adf565b6119b79250611b239150833d8511611b29575b611b1b81836102ca565b8101906118d6565b916119aa565b503d611b11565b91611b396118a6565b92611b7073__$45a5e5b1d409e47128e37dc7b302887e47$__60408095815180948192633b2b7fe960e21b835287600484016118fb565b0381845af491821561183757611baa928691600090600092611c66575b508852815180948192632d26d76360e11b835287600484016118fb565b0381845af491821561183757611bdb928691600090600092611c44575b506001600160401b031660208901526119b7565b0381845af490811561183757611a55938693600090600094611c22575b506001600160a01b0316888501525b83518095819482936363d1867760e01b8452600484016118fb565b611c079450611c3e9150853d8711611af757611ae981836102ca565b93611bf8565b6119b79250611c609150833d8511611b2957611b1b81836102ca565b91611bc7565b9050611c7f9150823d8411611aa357611a9181836102ca565b9038611b8d565b90611c908261041a565b604090611ca060405191826102ca565b8381528093611cb1601f199161041a565b019160005b838110611cc35750505050565b6020908251611cd18161029b565b6000815282600081830152600085830152606060008184015260006080840152600060a08401528060c08401528060e084015280610100840152610120830152828601015201611cb6565b51906102f882610fd6565b51906102f882610583565b91906060838203126103895760405190611d4b8261024a565b81938051611d588161074b565b83526020810151611d688161074b565b60208401526040810151916001600160401b03831161038957604092610df1920161151d565b81601f8201121561038957805191602091611da88461041a565b93604092611db960405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611de5575050505050505090565b83516001600160401b039081811161038957860191606080601f19858803011261038957845190611e158261024a565b8a850151611e22816103e4565b825285850151611e31816103e4565b8b83015284015192831161038957611e50868b80969581960101611d32565b85820152815201930192611dd4565b81601f8201121561038957805191602091611e798461041a565b93604092611e89845196876102ca565b818652848087019260051b8401019381851161038957858401925b858410611eb5575050505050505090565b83516001600160401b039081811161038957860191608080601f19858803011261038957845190611ee58261022f565b8a850151611ef2816103e4565b825285850151611f01816103e4565b8b8301526060908186015185811161038957860188603f8201121561038957808d8092015189611f308261041a565b93611f3d825195866102ca565b82855284019160061b830101918b8311610389578a01905b828210611f8d575050508784015285015193841161038957611f7e878c80979681970101611d32565b90820152815201930192611ea4565b8a828d0312610389578f8b918251611fa481610265565b8451611faf816103e4565b815282850151611fbe816103e4565b83820152815201910190611f55565b81601f8201121561038957805191602091611fe78461041a565b93604092611ff860405196876102ca565b818652848087019260051b8401019381851161038957858401925b858410612024575050505050505090565b83516001600160401b039081811161038957860191606080601f198588030112610389578451906120548261024a565b8a85015161206181610fd6565b82528585015184811161038957878c61207c92880101611d32565b8b8301528401519283116103895761209b868b809695819601016114db565b85820152815201930192612013565b81601f82011215610389578051916020916120c48461041a565b936120d260405195866102ca565b808552838086019160051b8301019280841161038957848301915b8483106120fd5750505050505090565b82516001600160401b03811161038957869161211e84848094890101611d32565b8152019201916120ed565b91906040838203126103895782516001600160401b0390818111610389578401610140818403126103895761215c6102eb565b90612166816118cb565b825261217460208201611d1c565b6020830152612185604082016118cb565b604083015261219660608201611d27565b60608301526121a760808201611d27565b60808301526121b860a08201611d27565b60a083015260c081015183811161038957846121d5918301611d8e565b60c083015260e081015183811161038957846121f2918301611e5f565b60e0830152610100808201518481116103895785612211918401611fcd565b9083015261012090818101519384116103895761072f9460209461223592016120aa565b9082015293016118cb565b919060206115ff6000926040865260408601906106f9565b634e487b7160e01b600052601160045260246000fd5b600019811461227d5760010190565b612258565b6040519061228f8261029b565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b906122db8261041a565b6122e860405191826102ca565b82815280926122f9601f199161041a565b019060005b82811061230a57505050565b602090612315612282565b828285010152016122fe565b906001820180921161227d57565b6040519061233c82610265565b6001825260203681840137565b906123538261041a565b61236060405191826102ca565b8281528092612371601f199161041a565b0190602036910137565b9061238e602092828151948592016106d6565b0190565b919093926123a08351611c86565b9160009360009573__$45a5e5b1d409e47128e37dc7b302887e47$__975b82518810156124fc576123f160006123d68a8661162c565b516040518093819263248a103d60e01b835260048301612240565b03818d5af4908115611837576000916124da575b50612410898861162c565b5260005b60e0806124218b8a61162c565b510151518210156124ce578682828c61246f8a61245e6124508f988790612448878c61162c565b51015161162c565b51516001600160401b031690565b6001600160401b0390811691161490565b948561249c575b5050505050612488575b600101612414565b9661249460019161226e565b979050612480565b6124c49550926020926124486124b59361245e9661162c565b5101516001600160401b031690565b8682388c8b612476565b505096600101966123be565b6124f5913d8091833e6124ed81836102ca565b810190612129565b5038612405565b939650965090929361250d906122d1565b94600080945b835186101561278b5760609661253e612539896125308a8a61162c565b51015151612321565b612349565b9960005b8961254d8a8a61162c565b5101515181101561264657612562898861162c565b51604080519160008380612579602096879561237b565b039060025afa1561183757898c8c92848087600051948483838361259d8c8c61162c565b510151906125aa9161162c565b510151015160ff16968383836125c08c8561162c565b510151906125cd9161162c565b51015151986125db9161162c565b510151906125e89161162c565b5101510151905191825260ff929092166020820152604081019290925260608201526000805260805a916001600093fa1561183757806126408d6126316001946000519261162c565b6001600160a01b039091169052565b01612542565b50999598919398969490929660005b60e080612662898861162c565b51015151821015612772578a90868d84838c61268a8d61245e6124508686612448878c61162c565b948561274f575b50505050506126a5575b5050600101612655565b9989816127338b612631879f966127296127226127158f8f908f906126e260019f6127459f6124488c6126db816126e99861162c565b519561162c565b5190612d08565b6126f38a8361162c565b526126fe898261162c565b5061270d610100998a9261162c565b51015161161a565b516001600160a01b031690565b938b61162c565b510151518561162c565b61273d838961162c565b51015261226e565b989050893861269b565b6127689550926020926124486124b59361245e9661162c565b8d84838c8b612691565b5050955093600191989397509895919801949795612513565b5050505050505090565b6127aa906127a16114c8565b508251906135d5565b9073__$46bbbc6398365a8909166570292cf8d34e$__916127d560208301516001600160401b031690565b92604051916375a2a7e360e01b835282806127f76000978894600484016115b3565b0381845af49182156118375761283b92859182916128c0575b5060408501516001600160a01b0316604051631f21838760e01b815294859283929060048401611578565b0381845af49081156118375761287793859384936128a1575b506060015160405163fb70775b60e01b81529485938492839291600484016115e1565b03915af491821561183757809261288d57505090565b61072f92503d8091833e61182981836102ca565b60609193506128b9903d8087833e61182981836102ca565b9290612854565b6128d491503d8084833e61182981836102ca565b38612810565b906128e48261041a565b6128f160405191826102ca565b8281528092612902601f199161041a565b019060005b82811061291357505050565b60209061291e6118a6565b82828501015201612907565b9091612934612282565b9261296b73__$45a5e5b1d409e47128e37dc7b302887e47$__6040809381518094819263e64f0ae560e01b835289600484016118fb565b0381845af4918215611837576129af928491600090600092612b9a575b506001600160a01b031688525b815180948192632d26d76360e11b835289600484016118fb565b0381845af4918215611837576129f6928491600090600092612b78575b506001600160401b031660208901525b8151809481926363d1867760e01b835289600484016118fb565b0381845af491821561183757600090600093612b56575b5083870152825191838380612a3163013a455960e51b948583528a600484016118fb565b0381855af4801561183757600093600091612b33575b5091849291612a55856128da565b9460608a019586526000955b818710612b06575050612a839450835180958194829383528a600484016118fb565b03915af490811561183757600092600092612ae5575b50509290612aa6816128da565b608086019081526000925b828410612abe5750505050565b90919294612ace6001918361194d565b9690612adb82865161162c565b5201929190612ab1565b612aff935080919250903d10611aa357611a9181836102ca565b3880612a99565b9193600191939550612b18908a611b30565b9690612b2582855161162c565b520194929091869492612a61565b9050612b4d919350843d8611611aa357611a9181836102ca565b92909238612a47565b9050612b70919250833d8511611aa357611a9181836102ca565b919038612a0d565b6129dc9250612b949150833d8511611b2957611b1b81836102ca565b916129cc565b6129959250612bb69150833d8511611af757611ae981836102ca565b91612988565b63ffffffff918216908216039190821161227d57565b906020828203126103895781516001600160401b0381116103895761072f92016114db565b91612c0f6040929594956060855260608501906106f9565b9463ffffffff809216602085015216910152565b60409060405191612c3383610265565b60018352829160005b602080821015612c8357835160209291612c5582610265565b600082528551612c648161024a565b6000815260008282015260008782015281830152828801015201612c3c565b505091925050565b8092910360a08112610389576080811261038957606060405191612cae83610265565b8451612cb981610583565b8352601f19011261038957608090604051612cd38161024a565b60208501518152604085015160208201526060850151612cf281610583565b6040820152602082015292015161072f8161074b565b90606090612d14612282565b500190602080612d47612d38612d328387510163ffffffff90511690565b8561292a565b93909551015163ffffffff1690565b92612d528484612bbc565b9360405190634f8380a160e11b82528180612d7560009889948760048501612bf7565b038173__$49dafa11a5f5d8c0782ba98739c0e97e04$__5af4801561183757612daf869185938391612eed575b506040519182809261237b565b039060025afa1561183757612df49060a0855194818801958652612dd1612c23565b9260e089019384526040519485928392630767a8fb60e41b8452600484016118fb565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af480156118375785928391612ebd575b50612e27825161161a565b52612e3061232f565b93610100870194855251612ea0612e58604086612e4d865161161a565b510151015160ff1690565b928580612e7481612e69855161161a565b51015151935161161a565b510151015190604051948594859094939260ff6060936080840197845216602083015260408201520152565b838052039060015afa156118375761263161072f9251915161161a565b612edf915060a03d60a011612ee6575b612ed781836102ca565b810190612c8b565b5038612e1c565b503d612ecd565b612f0991503d8085833e612f0181836102ca565b810190612bd2565b38612da2565b90612f186114c8565b5073__$46bbbc6398365a8909166570292cf8d34e$__90612f4081516001600160401b031690565b92604051906375a2a7e360e01b82528180612f626000978894600484016115b3565b0381865af490811561183757612fa69185918291613040575b5060208401516001600160a01b0316604051631f21838760e01b815293849283929060048401611578565b0381865af4801561183757612fe19385928392613024575b5060408401519160405180968194829363fb70775b60e01b8452600484016115e1565b03915af4918215611837578361072f9493613003575b505060600151906135d5565b60609293509061301c913d8091833e61182981836102ca565b919038612ff7565b6130399192503d8085833e61182981836102ca565b9038612fbe565b61305491503d8084833e61182981836102ca565b38612f7b565b600091031261038957565b604090604083019063ffffffff8151168452602080910151936040828201528451809352606081018260608560051b8401019601946000925b8584106130af575050505050505090565b9091929394959685806130e7600193605f1986820301885286838d516001600160401b038151168452015191818582015201906106f9565b99019401940192959493919061309e565b908082519081815260208091019281808460051b8301019501936000915b8483106131265750505050505090565b9091929394958480613195600193601f198682030187528a519060609061ffff835116815284830151828683015263ffffffff80825116848401528682015116608083015261318660409384809301519060a085015260c084019061071e565b930151918184039101526106f9565b9801930193019194939290613116565b9060a06060613254845160c08552805160c08601526131d4602082015160e08701906001600160401b03169052565b60408101516131ec610100918288019061ffff169052565b61323f84830151610120908189015260808401516101408901528684015161016089015261322860c08501516101808a019063ffffffff169052565b60e0840151906101a08901526101e0880190613065565b91015185820360bf19016101c08701526130f8565b9361327e6020820151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b908082519081815260208091019281808460051b8301019501936000915b8483106132be5750505050505090565b9091929394958480613326600193601f198682030187528a5161331360a060ff83511684528583015163ffffffff80911687860152604090818501511690850152606090808285015192860152840190610ab2565b91608080920151918184039101526106f9565b98019301930191949392906132ae565b9060608101918051606083528051809452608083019360208092019060005b8181106133a85750505080820151938381038285015281808651928381520195019160005b828110613391575050505060408091015191015290565b835160ff168752958101959281019260010161337a565b825187529583019591830191600101613355565b9291906001600160401b0316835260206040818501526133e8825160a0604087015260e08601906131a5565b938183015194603f1992838383030160608401528651908183528083019281808460051b8301019901936000915b8483106134695750505050505060c0608061345961344561072f97986040880151878783030185880152613290565b6060870151868683030160a0870152613336565b9401519282850301910152613336565b90919293949984806134876001938e601f19878303018852516106f9565b9c01930193019194939290613416565b9190826040910312610389576020825192015190565b90602061072f9281815201906131a5565b92909173__$725b64e5d0c6cf971a38b70775a9eb77e8$__92833b1561038957604094855194630dba1b8960e11b8652600086806135008587600484016133bc565b0381845af4908115611837576135359688926135bc575b5082519082518080998194631a9293f560e01b8352600483016134ad565b03915af494851561183757600095613587575b5061355d939495602082015191015190612392565b9160005b835181101561358357808260c061357a6001948861162c565b51015201613561565b5050565b61355d9495506135ac90873d89116135b5575b6135a481836102ca565b810190613497565b90509493613548565b503d61359a565b806135c96135cf926102b7565b8061305a565b38613517565b61362e60009160606040516135e98161020f565b52604051936135f785610265565b6020855260208501526136406040519485938493638353c19960e01b855260406004860152516020604486015260648501906106f9565b838103600319016024850152906106f9565b038173__$871508ae888325252fdba23f15f3f16064$__5af49081156118375760009161366b575090565b61072f91503d806000833e61182981836102ca56fea26469706673582212208b66c6f4f96db54e82a13b3b3763eca9e61939a4dc75cbede0b88432f009363764736f6c63430008190033",
|
|
1392
|
+
"linkReferences": {
|
|
1393
|
+
"contracts/common/iodata.sol": {
|
|
1394
|
+
"iodata": [
|
|
1395
|
+
{
|
|
1396
|
+
"length": 20,
|
|
1397
|
+
"start": 13923
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
"contracts/common/iodata_util.sol": {
|
|
1402
|
+
"iodata_util": [
|
|
1403
|
+
{
|
|
1404
|
+
"length": 20,
|
|
1405
|
+
"start": 11672
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
"contracts/common/sysio_read.sol": {
|
|
1410
|
+
"sysio_read": [
|
|
1411
|
+
{
|
|
1412
|
+
"length": 20,
|
|
1413
|
+
"start": 6523
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"length": 20,
|
|
1417
|
+
"start": 7006
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"length": 20,
|
|
1421
|
+
"start": 9160
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"length": 20,
|
|
1425
|
+
"start": 10585
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"length": 20,
|
|
1429
|
+
"start": 11799
|
|
1430
|
+
}
|
|
1431
|
+
]
|
|
1432
|
+
},
|
|
1433
|
+
"contracts/common/sysio_verify.sol": {
|
|
1434
|
+
"sysio_verify": [
|
|
1435
|
+
{
|
|
1436
|
+
"length": 20,
|
|
1437
|
+
"start": 13538
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"contracts/common/sysio_write.sol": {
|
|
1442
|
+
"sysio_write": [
|
|
1443
|
+
{
|
|
1444
|
+
"length": 20,
|
|
1445
|
+
"start": 5742
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"length": 20,
|
|
1449
|
+
"start": 10188
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"length": 20,
|
|
1453
|
+
"start": 12090
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"deployedLinkReferences": {
|
|
1459
|
+
"contracts/common/iodata.sol": {
|
|
1460
|
+
"iodata": [
|
|
1461
|
+
{
|
|
1462
|
+
"length": 20,
|
|
1463
|
+
"start": 13892
|
|
1464
|
+
}
|
|
1465
|
+
]
|
|
1466
|
+
},
|
|
1467
|
+
"contracts/common/iodata_util.sol": {
|
|
1468
|
+
"iodata_util": [
|
|
1469
|
+
{
|
|
1470
|
+
"length": 20,
|
|
1471
|
+
"start": 11641
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
"contracts/common/sysio_read.sol": {
|
|
1476
|
+
"sysio_read": [
|
|
1477
|
+
{
|
|
1478
|
+
"length": 20,
|
|
1479
|
+
"start": 6492
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"length": 20,
|
|
1483
|
+
"start": 6975
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"length": 20,
|
|
1487
|
+
"start": 9129
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"length": 20,
|
|
1491
|
+
"start": 10554
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"length": 20,
|
|
1495
|
+
"start": 11768
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
"contracts/common/sysio_verify.sol": {
|
|
1500
|
+
"sysio_verify": [
|
|
1501
|
+
{
|
|
1502
|
+
"length": 20,
|
|
1503
|
+
"start": 13507
|
|
1504
|
+
}
|
|
1505
|
+
]
|
|
1506
|
+
},
|
|
1507
|
+
"contracts/common/sysio_write.sol": {
|
|
1508
|
+
"sysio_write": [
|
|
1509
|
+
{
|
|
1510
|
+
"length": 20,
|
|
1511
|
+
"start": 5711
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"length": 20,
|
|
1515
|
+
"start": 10157
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"length": 20,
|
|
1519
|
+
"start": 12059
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
}
|