@wireio/stake 1.1.69 → 1.3.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.
Files changed (201) hide show
  1. package/README.md +1 -1
  2. package/lib/stake.browser.js +1385 -91
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +1085 -137
  5. package/lib/stake.js +1385 -90
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +1385 -91
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +1 -1
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
  12. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
  13. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +1 -1
  14. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +1 -1
  15. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +1 -1
  16. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
  17. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
  18. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +1 -1
  19. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
  20. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +1 -1
  21. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
  22. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
  23. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +1 -1
  24. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
  25. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +1 -1
  26. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
  27. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  28. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  29. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  30. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  31. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  32. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  33. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  34. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  35. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  36. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  37. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +1 -1
  38. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
  39. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +1 -1
  40. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +1 -1
  41. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
  42. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +1 -1
  43. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +1 -1
  44. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +1 -1
  45. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +1 -1
  46. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +1 -1
  47. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
  48. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
  49. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
  50. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
  51. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
  52. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
  53. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
  54. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
  55. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
  56. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +1 -1
  57. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +1 -1
  58. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +1 -1
  59. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +1 -1
  60. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +1 -1
  61. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
  62. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
  63. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
  64. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +1 -1
  65. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +45 -2
  66. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +1 -1
  67. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +45 -2
  68. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
  69. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
  70. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +2 -2
  71. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +1 -1
  72. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +2 -2
  73. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +1 -1
  74. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +2 -2
  75. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +1 -1
  76. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +2 -2
  77. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +1 -1
  78. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +2 -2
  79. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +1 -1
  80. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +2 -2
  81. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +1 -1
  82. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +1 -1
  83. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +45 -2
  84. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +1 -1
  85. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +47 -4
  86. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
  87. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
  88. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
  89. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
  90. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
  91. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
  92. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +2 -2
  93. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
  94. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +43 -0
  95. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
  96. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +43 -0
  97. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
  98. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +43 -0
  99. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
  100. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +45 -2
  101. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
  102. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +109 -15
  103. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
  104. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +43 -0
  105. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
  106. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +43 -0
  107. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +1 -1
  108. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +45 -2
  109. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
  110. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +2 -2
  111. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
  112. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +2 -2
  113. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +1 -1
  114. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +45 -2
  115. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
  116. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +2 -2
  117. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
  118. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
  119. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
  120. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +2 -2
  121. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
  122. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +2 -2
  123. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +1 -1
  124. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +45 -2
  125. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +1 -1
  126. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +2 -2
  127. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +1 -1
  128. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +45 -2
  129. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
  130. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2 -2
  131. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +1 -1
  132. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +2 -2
  133. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +1 -1
  134. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +2 -2
  135. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +1 -1
  136. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +2 -2
  137. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +1 -1
  138. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +2 -2
  139. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +1 -1
  140. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +2 -2
  141. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +1 -1
  142. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +2 -2
  143. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +1 -1
  144. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +2 -2
  145. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +1 -1
  146. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +2 -2
  147. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +1 -1
  148. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +2 -2
  149. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +1 -1
  150. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +2 -2
  151. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +1 -1
  152. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +2 -2
  153. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +1 -1
  154. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +2 -2
  155. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
  156. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
  157. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
  158. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
  159. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
  160. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
  161. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
  162. package/src/assets/solana/devnet/idl/liqsol_core.json +774 -16
  163. package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
  164. package/src/assets/solana/devnet/types/liqsol_core.ts +774 -16
  165. package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
  166. package/src/networks/solana/clients/instaswap.client.ts +59 -47
  167. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +0 -4
  168. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +0 -699
  169. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +0 -4
  170. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +0 -3139
  171. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
  172. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +0 -106
  173. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +0 -4
  174. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +0 -180
  175. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +0 -4
  176. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +0 -470
  177. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +0 -4
  178. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +0 -1983
  179. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +0 -4
  180. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +0 -1231
  181. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +0 -4
  182. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +0 -1524
  183. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +0 -4
  184. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +0 -119
  185. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +0 -4
  186. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +0 -374
  187. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +0 -4
  188. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +0 -865
  189. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +0 -4
  190. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +0 -524
  191. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +0 -4
  192. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +0 -10
  193. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +0 -4
  194. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +0 -1232
  195. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +0 -97
  196. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +0 -4
  197. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +0 -560
  198. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +0 -4
  199. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +0 -460
  200. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +0 -4
  201. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +0 -624
@@ -1,1231 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "UTXO",
4
- "sourceName": "contracts/WNS/UTXO.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "expected",
11
- "type": "address"
12
- },
13
- {
14
- "internalType": "address",
15
- "name": "actual",
16
- "type": "address"
17
- }
18
- ],
19
- "name": "BadCaller",
20
- "type": "error"
21
- },
22
- {
23
- "inputs": [
24
- {
25
- "internalType": "string",
26
- "name": "reason",
27
- "type": "string"
28
- },
29
- {
30
- "components": [
31
- {
32
- "internalType": "address",
33
- "name": "external_id",
34
- "type": "address"
35
- },
36
- {
37
- "internalType": "uint64",
38
- "name": "asset_type",
39
- "type": "uint64"
40
- },
41
- {
42
- "internalType": "uint256",
43
- "name": "token_id",
44
- "type": "uint256"
45
- },
46
- {
47
- "components": [
48
- {
49
- "internalType": "bytes32",
50
- "name": "tx_id",
51
- "type": "bytes32"
52
- },
53
- {
54
- "internalType": "uint64",
55
- "name": "index",
56
- "type": "uint64"
57
- },
58
- {
59
- "internalType": "address",
60
- "name": "owner",
61
- "type": "address"
62
- },
63
- {
64
- "internalType": "uint256",
65
- "name": "amount",
66
- "type": "uint256"
67
- }
68
- ],
69
- "internalType": "struct UtxInput[]",
70
- "name": "inputs",
71
- "type": "tuple[]"
72
- },
73
- {
74
- "components": [
75
- {
76
- "internalType": "uint64",
77
- "name": "index",
78
- "type": "uint64"
79
- },
80
- {
81
- "internalType": "address",
82
- "name": "owner",
83
- "type": "address"
84
- },
85
- {
86
- "internalType": "uint256",
87
- "name": "amount",
88
- "type": "uint256"
89
- },
90
- {
91
- "internalType": "bytes32",
92
- "name": "memo_hash",
93
- "type": "bytes32"
94
- }
95
- ],
96
- "internalType": "struct UtxOutput[]",
97
- "name": "outputs",
98
- "type": "tuple[]"
99
- },
100
- {
101
- "internalType": "bytes32",
102
- "name": "tx_id",
103
- "type": "bytes32"
104
- },
105
- {
106
- "internalType": "bytes32",
107
- "name": "blockID",
108
- "type": "bytes32"
109
- },
110
- {
111
- "components": [
112
- {
113
- "internalType": "uint8",
114
- "name": "keyType",
115
- "type": "uint8"
116
- },
117
- {
118
- "components": [
119
- {
120
- "internalType": "bytes32",
121
- "name": "r",
122
- "type": "bytes32"
123
- },
124
- {
125
- "internalType": "bytes32",
126
- "name": "s",
127
- "type": "bytes32"
128
- },
129
- {
130
- "internalType": "uint8",
131
- "name": "v",
132
- "type": "uint8"
133
- }
134
- ],
135
- "internalType": "struct PointSigValues",
136
- "name": "rsv",
137
- "type": "tuple"
138
- }
139
- ],
140
- "internalType": "struct Signature[]",
141
- "name": "signatures",
142
- "type": "tuple[]"
143
- },
144
- {
145
- "internalType": "address[]",
146
- "name": "recoveredSigners",
147
- "type": "address[]"
148
- },
149
- {
150
- "internalType": "bool",
151
- "name": "isDeposit",
152
- "type": "bool"
153
- }
154
- ],
155
- "internalType": "struct UtxTx",
156
- "name": "tx",
157
- "type": "tuple"
158
- }
159
- ],
160
- "name": "UTXODataError",
161
- "type": "error"
162
- },
163
- {
164
- "inputs": [
165
- {
166
- "internalType": "string",
167
- "name": "state",
168
- "type": "string"
169
- },
170
- {
171
- "internalType": "string",
172
- "name": "expected",
173
- "type": "string"
174
- },
175
- {
176
- "components": [
177
- {
178
- "internalType": "bytes32",
179
- "name": "startBlockID",
180
- "type": "bytes32"
181
- },
182
- {
183
- "internalType": "bytes32",
184
- "name": "badBlockID",
185
- "type": "bytes32"
186
- },
187
- {
188
- "internalType": "bytes32",
189
- "name": "foundBlockID",
190
- "type": "bytes32"
191
- },
192
- {
193
- "components": [
194
- {
195
- "internalType": "address",
196
- "name": "external_id",
197
- "type": "address"
198
- },
199
- {
200
- "internalType": "uint64",
201
- "name": "asset_type",
202
- "type": "uint64"
203
- },
204
- {
205
- "internalType": "uint256",
206
- "name": "token_id",
207
- "type": "uint256"
208
- },
209
- {
210
- "components": [
211
- {
212
- "internalType": "bytes32",
213
- "name": "tx_id",
214
- "type": "bytes32"
215
- },
216
- {
217
- "internalType": "uint64",
218
- "name": "index",
219
- "type": "uint64"
220
- },
221
- {
222
- "internalType": "address",
223
- "name": "owner",
224
- "type": "address"
225
- },
226
- {
227
- "internalType": "uint256",
228
- "name": "amount",
229
- "type": "uint256"
230
- }
231
- ],
232
- "internalType": "struct UtxInput[]",
233
- "name": "inputs",
234
- "type": "tuple[]"
235
- },
236
- {
237
- "components": [
238
- {
239
- "internalType": "uint64",
240
- "name": "index",
241
- "type": "uint64"
242
- },
243
- {
244
- "internalType": "address",
245
- "name": "owner",
246
- "type": "address"
247
- },
248
- {
249
- "internalType": "uint256",
250
- "name": "amount",
251
- "type": "uint256"
252
- },
253
- {
254
- "internalType": "bytes32",
255
- "name": "memo_hash",
256
- "type": "bytes32"
257
- }
258
- ],
259
- "internalType": "struct UtxOutput[]",
260
- "name": "outputs",
261
- "type": "tuple[]"
262
- },
263
- {
264
- "internalType": "bytes32",
265
- "name": "tx_id",
266
- "type": "bytes32"
267
- },
268
- {
269
- "internalType": "bytes32",
270
- "name": "blockID",
271
- "type": "bytes32"
272
- },
273
- {
274
- "components": [
275
- {
276
- "internalType": "uint8",
277
- "name": "keyType",
278
- "type": "uint8"
279
- },
280
- {
281
- "components": [
282
- {
283
- "internalType": "bytes32",
284
- "name": "r",
285
- "type": "bytes32"
286
- },
287
- {
288
- "internalType": "bytes32",
289
- "name": "s",
290
- "type": "bytes32"
291
- },
292
- {
293
- "internalType": "uint8",
294
- "name": "v",
295
- "type": "uint8"
296
- }
297
- ],
298
- "internalType": "struct PointSigValues",
299
- "name": "rsv",
300
- "type": "tuple"
301
- }
302
- ],
303
- "internalType": "struct Signature[]",
304
- "name": "signatures",
305
- "type": "tuple[]"
306
- },
307
- {
308
- "internalType": "address[]",
309
- "name": "recoveredSigners",
310
- "type": "address[]"
311
- },
312
- {
313
- "internalType": "bool",
314
- "name": "isDeposit",
315
- "type": "bool"
316
- }
317
- ],
318
- "internalType": "struct UtxTx",
319
- "name": "badTx",
320
- "type": "tuple"
321
- },
322
- {
323
- "internalType": "bytes32",
324
- "name": "foundTxID",
325
- "type": "bytes32"
326
- },
327
- {
328
- "internalType": "enum UTXOEvalState",
329
- "name": "state",
330
- "type": "uint8"
331
- }
332
- ],
333
- "internalType": "struct UTXOEvalResult",
334
- "name": "result",
335
- "type": "tuple"
336
- }
337
- ],
338
- "name": "UTXOResultUnexpected",
339
- "type": "error"
340
- },
341
- {
342
- "inputs": [
343
- {
344
- "internalType": "bytes32",
345
- "name": "treeID",
346
- "type": "bytes32"
347
- },
348
- {
349
- "internalType": "enum UTXOEvalState",
350
- "name": "expected",
351
- "type": "uint8"
352
- },
353
- {
354
- "internalType": "bytes32[]",
355
- "name": "startTxIDs",
356
- "type": "bytes32[]"
357
- },
358
- {
359
- "internalType": "bytes32",
360
- "name": "findInTxID",
361
- "type": "bytes32"
362
- },
363
- {
364
- "internalType": "bytes32",
365
- "name": "findTxID",
366
- "type": "bytes32"
367
- },
368
- {
369
- "internalType": "uint64",
370
- "name": "findIndex",
371
- "type": "uint64"
372
- }
373
- ],
374
- "name": "checkUTXO",
375
- "outputs": [
376
- {
377
- "components": [
378
- {
379
- "internalType": "bytes32",
380
- "name": "startBlockID",
381
- "type": "bytes32"
382
- },
383
- {
384
- "internalType": "bytes32",
385
- "name": "badBlockID",
386
- "type": "bytes32"
387
- },
388
- {
389
- "internalType": "bytes32",
390
- "name": "foundBlockID",
391
- "type": "bytes32"
392
- },
393
- {
394
- "components": [
395
- {
396
- "internalType": "address",
397
- "name": "external_id",
398
- "type": "address"
399
- },
400
- {
401
- "internalType": "uint64",
402
- "name": "asset_type",
403
- "type": "uint64"
404
- },
405
- {
406
- "internalType": "uint256",
407
- "name": "token_id",
408
- "type": "uint256"
409
- },
410
- {
411
- "components": [
412
- {
413
- "internalType": "bytes32",
414
- "name": "tx_id",
415
- "type": "bytes32"
416
- },
417
- {
418
- "internalType": "uint64",
419
- "name": "index",
420
- "type": "uint64"
421
- },
422
- {
423
- "internalType": "address",
424
- "name": "owner",
425
- "type": "address"
426
- },
427
- {
428
- "internalType": "uint256",
429
- "name": "amount",
430
- "type": "uint256"
431
- }
432
- ],
433
- "internalType": "struct UtxInput[]",
434
- "name": "inputs",
435
- "type": "tuple[]"
436
- },
437
- {
438
- "components": [
439
- {
440
- "internalType": "uint64",
441
- "name": "index",
442
- "type": "uint64"
443
- },
444
- {
445
- "internalType": "address",
446
- "name": "owner",
447
- "type": "address"
448
- },
449
- {
450
- "internalType": "uint256",
451
- "name": "amount",
452
- "type": "uint256"
453
- },
454
- {
455
- "internalType": "bytes32",
456
- "name": "memo_hash",
457
- "type": "bytes32"
458
- }
459
- ],
460
- "internalType": "struct UtxOutput[]",
461
- "name": "outputs",
462
- "type": "tuple[]"
463
- },
464
- {
465
- "internalType": "bytes32",
466
- "name": "tx_id",
467
- "type": "bytes32"
468
- },
469
- {
470
- "internalType": "bytes32",
471
- "name": "blockID",
472
- "type": "bytes32"
473
- },
474
- {
475
- "components": [
476
- {
477
- "internalType": "uint8",
478
- "name": "keyType",
479
- "type": "uint8"
480
- },
481
- {
482
- "components": [
483
- {
484
- "internalType": "bytes32",
485
- "name": "r",
486
- "type": "bytes32"
487
- },
488
- {
489
- "internalType": "bytes32",
490
- "name": "s",
491
- "type": "bytes32"
492
- },
493
- {
494
- "internalType": "uint8",
495
- "name": "v",
496
- "type": "uint8"
497
- }
498
- ],
499
- "internalType": "struct PointSigValues",
500
- "name": "rsv",
501
- "type": "tuple"
502
- }
503
- ],
504
- "internalType": "struct Signature[]",
505
- "name": "signatures",
506
- "type": "tuple[]"
507
- },
508
- {
509
- "internalType": "address[]",
510
- "name": "recoveredSigners",
511
- "type": "address[]"
512
- },
513
- {
514
- "internalType": "bool",
515
- "name": "isDeposit",
516
- "type": "bool"
517
- }
518
- ],
519
- "internalType": "struct UtxTx",
520
- "name": "badTx",
521
- "type": "tuple"
522
- },
523
- {
524
- "internalType": "bytes32",
525
- "name": "foundTxID",
526
- "type": "bytes32"
527
- },
528
- {
529
- "internalType": "enum UTXOEvalState",
530
- "name": "state",
531
- "type": "uint8"
532
- }
533
- ],
534
- "internalType": "struct UTXOEvalResult",
535
- "name": "result",
536
- "type": "tuple"
537
- }
538
- ],
539
- "stateMutability": "view",
540
- "type": "function"
541
- },
542
- {
543
- "inputs": [
544
- {
545
- "internalType": "bytes32",
546
- "name": "treeID",
547
- "type": "bytes32"
548
- }
549
- ],
550
- "name": "createUTXOTree",
551
- "outputs": [],
552
- "stateMutability": "nonpayable",
553
- "type": "function"
554
- },
555
- {
556
- "inputs": [
557
- {
558
- "internalType": "bytes32",
559
- "name": "treeID",
560
- "type": "bytes32"
561
- }
562
- ],
563
- "name": "deleteUTXOTree",
564
- "outputs": [],
565
- "stateMutability": "nonpayable",
566
- "type": "function"
567
- },
568
- {
569
- "inputs": [
570
- {
571
- "internalType": "bytes32",
572
- "name": "treeID",
573
- "type": "bytes32"
574
- }
575
- ],
576
- "name": "dumpUTXOTree",
577
- "outputs": [
578
- {
579
- "components": [
580
- {
581
- "internalType": "address",
582
- "name": "external_id",
583
- "type": "address"
584
- },
585
- {
586
- "internalType": "uint64",
587
- "name": "asset_type",
588
- "type": "uint64"
589
- },
590
- {
591
- "internalType": "uint256",
592
- "name": "token_id",
593
- "type": "uint256"
594
- },
595
- {
596
- "components": [
597
- {
598
- "internalType": "bytes32",
599
- "name": "tx_id",
600
- "type": "bytes32"
601
- },
602
- {
603
- "internalType": "uint64",
604
- "name": "index",
605
- "type": "uint64"
606
- },
607
- {
608
- "internalType": "address",
609
- "name": "owner",
610
- "type": "address"
611
- },
612
- {
613
- "internalType": "uint256",
614
- "name": "amount",
615
- "type": "uint256"
616
- }
617
- ],
618
- "internalType": "struct UtxInput[]",
619
- "name": "inputs",
620
- "type": "tuple[]"
621
- },
622
- {
623
- "components": [
624
- {
625
- "internalType": "uint64",
626
- "name": "index",
627
- "type": "uint64"
628
- },
629
- {
630
- "internalType": "address",
631
- "name": "owner",
632
- "type": "address"
633
- },
634
- {
635
- "internalType": "uint256",
636
- "name": "amount",
637
- "type": "uint256"
638
- },
639
- {
640
- "internalType": "bytes32",
641
- "name": "memo_hash",
642
- "type": "bytes32"
643
- }
644
- ],
645
- "internalType": "struct UtxOutput[]",
646
- "name": "outputs",
647
- "type": "tuple[]"
648
- },
649
- {
650
- "internalType": "bytes32",
651
- "name": "tx_id",
652
- "type": "bytes32"
653
- },
654
- {
655
- "internalType": "bytes32",
656
- "name": "blockID",
657
- "type": "bytes32"
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": "address[]",
695
- "name": "recoveredSigners",
696
- "type": "address[]"
697
- },
698
- {
699
- "internalType": "bool",
700
- "name": "isDeposit",
701
- "type": "bool"
702
- }
703
- ],
704
- "internalType": "struct UtxTx[]",
705
- "name": "Txs",
706
- "type": "tuple[]"
707
- }
708
- ],
709
- "stateMutability": "view",
710
- "type": "function"
711
- },
712
- {
713
- "inputs": [
714
- {
715
- "internalType": "enum UTXOEvalState",
716
- "name": "result",
717
- "type": "uint8"
718
- }
719
- ],
720
- "name": "getEvalStateName",
721
- "outputs": [
722
- {
723
- "internalType": "string",
724
- "name": "",
725
- "type": "string"
726
- }
727
- ],
728
- "stateMutability": "pure",
729
- "type": "function"
730
- },
731
- {
732
- "inputs": [
733
- {
734
- "internalType": "bytes32",
735
- "name": "treeID",
736
- "type": "bytes32"
737
- },
738
- {
739
- "components": [
740
- {
741
- "internalType": "address",
742
- "name": "external_id",
743
- "type": "address"
744
- },
745
- {
746
- "internalType": "uint64",
747
- "name": "asset_type",
748
- "type": "uint64"
749
- },
750
- {
751
- "internalType": "uint256",
752
- "name": "token_id",
753
- "type": "uint256"
754
- },
755
- {
756
- "components": [
757
- {
758
- "internalType": "bytes32",
759
- "name": "tx_id",
760
- "type": "bytes32"
761
- },
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": "struct UtxInput[]",
779
- "name": "inputs",
780
- "type": "tuple[]"
781
- },
782
- {
783
- "components": [
784
- {
785
- "internalType": "uint64",
786
- "name": "index",
787
- "type": "uint64"
788
- },
789
- {
790
- "internalType": "address",
791
- "name": "owner",
792
- "type": "address"
793
- },
794
- {
795
- "internalType": "uint256",
796
- "name": "amount",
797
- "type": "uint256"
798
- },
799
- {
800
- "internalType": "bytes32",
801
- "name": "memo_hash",
802
- "type": "bytes32"
803
- }
804
- ],
805
- "internalType": "struct UtxOutput[]",
806
- "name": "outputs",
807
- "type": "tuple[]"
808
- },
809
- {
810
- "internalType": "bytes32",
811
- "name": "tx_id",
812
- "type": "bytes32"
813
- },
814
- {
815
- "internalType": "bytes32",
816
- "name": "blockID",
817
- "type": "bytes32"
818
- },
819
- {
820
- "components": [
821
- {
822
- "internalType": "uint8",
823
- "name": "keyType",
824
- "type": "uint8"
825
- },
826
- {
827
- "components": [
828
- {
829
- "internalType": "bytes32",
830
- "name": "r",
831
- "type": "bytes32"
832
- },
833
- {
834
- "internalType": "bytes32",
835
- "name": "s",
836
- "type": "bytes32"
837
- },
838
- {
839
- "internalType": "uint8",
840
- "name": "v",
841
- "type": "uint8"
842
- }
843
- ],
844
- "internalType": "struct PointSigValues",
845
- "name": "rsv",
846
- "type": "tuple"
847
- }
848
- ],
849
- "internalType": "struct Signature[]",
850
- "name": "signatures",
851
- "type": "tuple[]"
852
- },
853
- {
854
- "internalType": "address[]",
855
- "name": "recoveredSigners",
856
- "type": "address[]"
857
- },
858
- {
859
- "internalType": "bool",
860
- "name": "isDeposit",
861
- "type": "bool"
862
- }
863
- ],
864
- "internalType": "struct UtxTx[]",
865
- "name": "utxoTxs",
866
- "type": "tuple[]"
867
- }
868
- ],
869
- "name": "loadBareUTXOs",
870
- "outputs": [],
871
- "stateMutability": "nonpayable",
872
- "type": "function"
873
- },
874
- {
875
- "inputs": [
876
- {
877
- "internalType": "bytes32",
878
- "name": "treeID",
879
- "type": "bytes32"
880
- },
881
- {
882
- "components": [
883
- {
884
- "components": [
885
- {
886
- "components": [
887
- {
888
- "internalType": "uint256",
889
- "name": "timestamp",
890
- "type": "uint256"
891
- },
892
- {
893
- "internalType": "SysName",
894
- "name": "producer",
895
- "type": "uint64"
896
- },
897
- {
898
- "internalType": "uint16",
899
- "name": "confirmed",
900
- "type": "uint16"
901
- },
902
- {
903
- "internalType": "bytes32",
904
- "name": "previous",
905
- "type": "bytes32"
906
- },
907
- {
908
- "internalType": "bytes32",
909
- "name": "txMroot",
910
- "type": "bytes32"
911
- },
912
- {
913
- "internalType": "bytes32",
914
- "name": "actMroot",
915
- "type": "bytes32"
916
- },
917
- {
918
- "internalType": "uint32",
919
- "name": "scheduleVersion",
920
- "type": "uint32"
921
- },
922
- {
923
- "components": [
924
- {
925
- "internalType": "uint32",
926
- "name": "version",
927
- "type": "uint32"
928
- },
929
- {
930
- "components": [
931
- {
932
- "internalType": "SysName",
933
- "name": "account_name",
934
- "type": "uint64"
935
- },
936
- {
937
- "internalType": "bytes",
938
- "name": "blockSigningKey",
939
- "type": "bytes"
940
- }
941
- ],
942
- "internalType": "struct Producer[]",
943
- "name": "producers",
944
- "type": "tuple[]"
945
- }
946
- ],
947
- "internalType": "struct ProducerSchedule",
948
- "name": "new_producers",
949
- "type": "tuple"
950
- },
951
- {
952
- "components": [
953
- {
954
- "internalType": "uint16",
955
- "name": "extensionType",
956
- "type": "uint16"
957
- },
958
- {
959
- "components": [
960
- {
961
- "internalType": "uint32",
962
- "name": "length",
963
- "type": "uint32"
964
- },
965
- {
966
- "internalType": "uint32",
967
- "name": "offset",
968
- "type": "uint32"
969
- },
970
- {
971
- "components": [
972
- {
973
- "internalType": "bytes",
974
- "name": "data",
975
- "type": "bytes"
976
- }
977
- ],
978
- "internalType": "struct iodata.Buffer",
979
- "name": "data",
980
- "type": "tuple"
981
- }
982
- ],
983
- "internalType": "struct DataRef",
984
- "name": "dataRef",
985
- "type": "tuple"
986
- },
987
- {
988
- "internalType": "bytes",
989
- "name": "data",
990
- "type": "bytes"
991
- }
992
- ],
993
- "internalType": "struct Extension[]",
994
- "name": "header_extensions",
995
- "type": "tuple[]"
996
- }
997
- ],
998
- "internalType": "struct BlockHeader",
999
- "name": "header",
1000
- "type": "tuple"
1001
- },
1002
- {
1003
- "components": [
1004
- {
1005
- "internalType": "bytes32",
1006
- "name": "r",
1007
- "type": "bytes32"
1008
- },
1009
- {
1010
- "internalType": "bytes32",
1011
- "name": "s",
1012
- "type": "bytes32"
1013
- },
1014
- {
1015
- "internalType": "uint8",
1016
- "name": "v",
1017
- "type": "uint8"
1018
- }
1019
- ],
1020
- "internalType": "struct PointSigValues",
1021
- "name": "signature",
1022
- "type": "tuple"
1023
- },
1024
- {
1025
- "internalType": "bytes32",
1026
- "name": "blockMRoot",
1027
- "type": "bytes32"
1028
- },
1029
- {
1030
- "internalType": "bytes32",
1031
- "name": "scheduleHash",
1032
- "type": "bytes32"
1033
- }
1034
- ],
1035
- "internalType": "struct SignedHeader",
1036
- "name": "signed",
1037
- "type": "tuple"
1038
- },
1039
- {
1040
- "internalType": "bytes[]",
1041
- "name": "packedTransactions",
1042
- "type": "bytes[]"
1043
- },
1044
- {
1045
- "components": [
1046
- {
1047
- "internalType": "uint8",
1048
- "name": "status",
1049
- "type": "uint8"
1050
- },
1051
- {
1052
- "internalType": "uint32",
1053
- "name": "cpu_usage_us",
1054
- "type": "uint32"
1055
- },
1056
- {
1057
- "internalType": "uint32",
1058
- "name": "net_usage_words",
1059
- "type": "uint32"
1060
- },
1061
- {
1062
- "components": [
1063
- {
1064
- "internalType": "uint8",
1065
- "name": "keyType",
1066
- "type": "uint8"
1067
- },
1068
- {
1069
- "components": [
1070
- {
1071
- "internalType": "bytes32",
1072
- "name": "r",
1073
- "type": "bytes32"
1074
- },
1075
- {
1076
- "internalType": "bytes32",
1077
- "name": "s",
1078
- "type": "bytes32"
1079
- },
1080
- {
1081
- "internalType": "uint8",
1082
- "name": "v",
1083
- "type": "uint8"
1084
- }
1085
- ],
1086
- "internalType": "struct PointSigValues",
1087
- "name": "rsv",
1088
- "type": "tuple"
1089
- }
1090
- ],
1091
- "internalType": "struct Signature[]",
1092
- "name": "signatures",
1093
- "type": "tuple[]"
1094
- },
1095
- {
1096
- "internalType": "bytes",
1097
- "name": "packed_context_free_data",
1098
- "type": "bytes"
1099
- }
1100
- ],
1101
- "internalType": "struct TransactionExtra[]",
1102
- "name": "transactionExtras",
1103
- "type": "tuple[]"
1104
- },
1105
- {
1106
- "components": [
1107
- {
1108
- "internalType": "bytes32[]",
1109
- "name": "proof",
1110
- "type": "bytes32[]"
1111
- },
1112
- {
1113
- "internalType": "uint8[]",
1114
- "name": "ops",
1115
- "type": "uint8[]"
1116
- },
1117
- {
1118
- "internalType": "uint256",
1119
- "name": "maxStack",
1120
- "type": "uint256"
1121
- }
1122
- ],
1123
- "internalType": "struct MerkleProof",
1124
- "name": "txMrootProof",
1125
- "type": "tuple"
1126
- },
1127
- {
1128
- "components": [
1129
- {
1130
- "internalType": "bytes32[]",
1131
- "name": "proof",
1132
- "type": "bytes32[]"
1133
- },
1134
- {
1135
- "internalType": "uint8[]",
1136
- "name": "ops",
1137
- "type": "uint8[]"
1138
- },
1139
- {
1140
- "internalType": "uint256",
1141
- "name": "maxStack",
1142
- "type": "uint256"
1143
- }
1144
- ],
1145
- "internalType": "struct MerkleProof",
1146
- "name": "sRootProof",
1147
- "type": "tuple"
1148
- }
1149
- ],
1150
- "internalType": "struct BlockWithPackedTransactions",
1151
- "name": "blockWithTx",
1152
- "type": "tuple"
1153
- }
1154
- ],
1155
- "name": "loadBlockUTXOs",
1156
- "outputs": [],
1157
- "stateMutability": "nonpayable",
1158
- "type": "function"
1159
- }
1160
- ],
1161
- "bytecode": "0x608080604052346015576139fe908161001b8239f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806329e16d92146109b2578063377242eb146108865780633946fae51461060e578063b0f333bc14610597578063b31976a014610151578063bd3a492f146101105763c90d448b1461006957600080fd5b3461010b57602036600319011261010b5760043561008681612fac565b6000908152600160205260409020546001600160a01b031680151580610101575b6100d4576100b482612fac565b600090815260016020526040902080546001600160a01b03191633179055005b604051630f94022160e21b81526001600160a01b03919091166004820152336024820152604490fd5b0390fd5b50338114156100a7565b600080fd5b3461010b57602036600319011261010b57600435600881101561010b5761013961014d91612a68565b604051918291602083526020830190612085565b0390f35b3461010b57604036600319011261010b576001600160401b036024351161010b5736602360243501121561010b576024356004013561018f81611b72565b9061019d6040519283611b1d565b80825260208201903660248260051b813501011161010b576024803501915b60248260051b813501018310610291578360005b8151811015610283576101006101e68284612256565b5101515161022057806102046101fe60019385612256565b51613314565b61020e8285612256565b526102198184612256565b50016101d0565b61022d906100fd92612256565b51604051918291636df2e68d60e11b835260406004840152601e60448401527f7265636f76657265645369676e657273206d75737420626520656d70747900006064840152608060248401526084830190611ddf565b61028f82600435612c0e565b005b82356001600160401b03811161010b5761014060243582013603602319011261010b57604051906102c182611b01565b6102d06024828135010161204e565b82526102e26044826024350101611b3e565b6020830152602435810160648101356040840152608401356001600160401b03811161010b578160243501013660438201121561010b5760248101359061032882611b72565b916103366040519384611b1d565b808352602083013660448360071b8501011161010b5760448301905b60448360071b85010182106105435750505050606083015260a4816024350101356001600160401b03811161010b573660438284602435010101121561010b5760248183823501010135906103a682611b72565b916103b46040519384611b1d565b808352602083013660448360071b8588602435010101011161010b5760448386602435010101905b60448360071b85886024350101010182106104ef57505050506080830152602435810160c481013560a084015260e481013560c084015261010401356001600160401b03811161010b576104399060243691848235010101611c32565b60e0830152610124816024350101356001600160401b03811161010b578160243501013660438201121561010b5760248101359061047682611b72565b916104846040519384611b1d565b8083526044602084019160051b8301019136831161010b57604401905b8282106104d757505050610100830152602435016101440135801515810361010b576101208201528152602092830192016101bc565b602080916104e48461204e565b8152019101906104a1565b60808236031261010b57602060809160405161050a81611a95565b61051385611b3e565b815261052083860161204e565b8382015260408501356040820152606085013560608201528152019101906103dc565b60808236031261010b57602060809160405161055e81611a95565b8435815261056d838601611b3e565b8382015261057d6040860161204e565b604082015260608086013590820152815201910190610352565b3461010b5760c036600319011261010b57602435600881101561010b576001600160401b039060443582811161010b576105d5903690600401611cc6565b9160a435908116810361010b5761014d926105fa926084359160643591600435612327565b604051918291602083526020830190611fe6565b3461010b5760208060031936011261010b576004359061062d82612fac565b80600052600192838352604060002060018060a01b038154163381036100d457508401845b610698575b5050600052818152816040600020600081550190815491600081558261067957005b600052600020908101905b81811061068d57005b600081558201610684565b8054801561088057600019908082019081116107ee576106bb6106ca9184612228565b919054600392831b1c85613250565b6000526002808752604060002090600082556000898301558082018054906000815581610842575b50508282018054906000815581610804575b50506000600483015560006005830155600682019081549160008155826107a9575b505050600781018054906000815581610783575b505060086000910155825491821561076d57808893019161075b8386612228565b81939154921b1b191690558255610652565b634e487b7160e01b600052603160045260246000fd5b6000528888600020918201915b82811061079d575061073a565b60008155018990610790565b6001600160fe1b03831683036107ee576000528860002091811b8201915b82811015610726578060006004925560008c820155600083820155600086820155016107c7565b634e487b7160e01b600052601160045260246000fd5b81850291858304036107ee576000528389600020918201915b82811061082a5750610704565b6000815560008c82015560008482015501849061081d565b81850291858304036107ee576000528389600020918201915b82811061086857506106f2565b6000815560008c82015560008482015501849061085b565b50610657565b3461010b5760208060031936011261010b57600435906108a582612fac565b60005260018082526001604060002001928354906108c282611b72565b946108d06040519687611b1d565b8286526108dc83611b72565b601f190160005b81811061099657505060005b838110610959575050505060405191808301818452845180915260408401918060408360051b8701019601926000905b83821061092c5786880387f35b90919293948380610948839a603f198b82030186528951611ddf565b99970195949391909101910161091f565b938461097761096a83999785612228565b90549060031b1c85612fcf565b6109818288612256565b5261098c8187612256565b50019593956108ef565b86906109a39896986121d9565b828289010152019694966108e3565b3461010b57604036600319011261010b576001600160401b036024351161010b5760a06024353603600319011261010b576109ed6080611a7a565b602435600401356001600160401b03811161010b5760c060243582013603600319011261010b57604051610a2081611a95565b600482602435010135916001600160401b03831161010b57610120602435820184013603600319011261010b57604051806101208101106001600160401b0361012083011117611a64576101208101604052602480358301850160048101358352610a8b9101611b3e565b6020820152610aa260448584602435010101611b52565b604082015260243582018401606481013560608301526084810135608083015260a481013560a0830152610ad89060c401611b61565b60c082015260e48483602435010101356001600160401b03811161010b5760406024358401860182013603600319011261010b5760405190610b1982611ab0565b610b2d600482888760243501010101611b61565b82526024818786833501010101356001600160401b03811161010b5736602382848a896024350101010101121561010b57610b75600482848a89602435010101010135611b72565b91610b836040519384611b1d565b60046024803588018a01830184019182013580865260208601923660059290921b019091011161010b57602483838b8a84350101010101905b6024803589018b0184018501600481013560051b010182106119b25750505050602082015260e0820152610104848360243501010135936001600160401b03851161010b5736602386838660243501010101121561010b57610c2960048683866024350101010135611b72565b90610c376040519283611b1d565b6004602480358601830188019182013580855260208501923660059290921b019091011161010b576024878387833501010101905b60248035870184018901600481013560051b010182106117e0578660a48787876101008201528352610ca43660248381350101611bf9565b6020840152608481602435010135604084015260243501013560608201526080526024803501356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610cfb82611b72565b91610d096040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106117ac5760a0859052602435604401356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610d7a82611b72565b91610d886040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106116b55760c08590526001600160401b03602435606401351161010b57610deb36602435606481013501600401611d26565b60e0526001600160401b03602435608401351161010b57610e1736602435608481013501600401611d26565b608080015260005460405190633ffe487560e21b8252606060048301528160805160a0606483015280519060c061010484015281516101c48401526001600160401b036020830151166101e484015261ffff6040830151166102048401526060820151610224840152608082015161024484015260a082015161026484015263ffffffff60c08301511661028484015260e0820151916101206102a4850152602061032485019363ffffffff8151166102e487015201519260406103048601528351809152610344906020828701928260051b8801019501916000905b82821061166757505050506101000151916101c319848203016102c4850152825180825260208201916020808360051b8301019501926000915b8383106115d957505050506020828101518051610124870152908101516101448601526040015160ff1661016485015250606090604081015161018485015201516101a483015260a05160631983830301608484015280518083526020600582901b8401810193928101926000918101905b8383106115a8575050505050604060800151906063198382030160a4840152815180825260208201916020808360051b8301019401926000915b83831061152a5786600081808b6001600160401b0361102261100d8d6060608001516063198783030160c4880152612153565b610100518582036063190160e4870152612153565b91818116602485015260401c166044830152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af4801561151e57600090611067575b61028f90600435612c0e565b503d90816000823e6110798282611b1d565b602081838101031261010b578051906001600160401b03821161010b57828101601f83830101121561010b57818101516110b281611b72565b926110c06040519485611b1d565b818452602084019085840160208460051b83870101011161010b57602081850101915b60208460051b8387010101831061110357505050505061028f915061105b565b82516001600160401b03811161010b57610140868401820189880103601f19011261010b576040519061113582611b01565b611145602082868a0101016120aa565b8252611157604082868a0101016120be565b6020830152868401810160608101516040840152608001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906111a582611b72565b916111b36040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b9285010101010184106114c857505050505050606083015260a0818589010101516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b01010101519061124082611b72565b9161124e6040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b928501010101018410611472575050505050608084019190915250868401810160c08181015160a085015260e08201519084015261010001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906112f382611b72565b916113016040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d60408d86898d8860071b930101010101831061140157505050505060e0830152610120818589010101516001600160401b03811161010b57818589010101898801603f8201121561010b57602081015161138681611b72565b916113946040519384611b1d565b8183526040602084019260051b820101908c8b01821161010b57604001915b8183106113e957505050610100830152868401016101400151801515810361010b576101208201528152602092830192016110e3565b602080916113f6856120aa565b8152019201916113b3565b82908d01036080811261010b5760606040519161141d83611ab0565b611426856120d2565b8352601f19011261010b5760809160209160405161144381611acb565b83860151815260408601518482015261145e606087016120d2565b60408201528382015281520191019061132c565b608091849101031261010b57602060809160405161148f81611a95565b611498856120be565b81526114a58386016120aa565b838201526040850151604082015260608501516060820152815201910190611279565b608091849101031261010b5760206080916040516114e581611a95565b845181526114f48386016120be565b83820152611504604086016120aa565b6040820152606085015160608201528152019101906111de565b6040513d6000823e3d90fd5b919395509193602080611596600193601f1986820301875289519060ff825116815263ffffffff84830151168482015263ffffffff60408301511660408201526080611585606084015160a0606085015260a0840190612112565b920151906080818403910152612085565b97019301930190928795949293610fda565b9193955091936020806115c7600193601f198682030187528951612085565b97019301930190928795949293610fa0565b91939650919394602080611654600193601f198682030187528a519061ffff82511681526040611643818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612085565b920151906040818403910152612085565b9801930193019092889695949293610f2e565b9193949560019193975060206116a38192610343198d82030186526040838c516001600160401b03815116845201519181858201520190612085565b98019201920188969594939192610ef4565b6001600160401b0384351161010b5760a060243583018535013603602319011261010b57604051906116e682611a7a565b6116f860248635858235010101611beb565b825261170d6044863585602435010101611b61565b60208301526117256064863585602435010101611b61565b60408301526001600160401b036084863585602435010101351161010b5761175c3660248035860188350160848101350101611c32565b60608301526001600160401b0360a4863585602435010101351161010b57602491602091829161179a36863588018a350160a4810135018701611ba4565b60808201528152019401939050610dab565b6001600160401b0384351161010b576020806024926117d336858935888235010101611ba4565b8152019401939050610d2c565b6001600160401b0382351161010b5760606024358701840189018335013603602319011261010b5760405161181481611acb565b61182a602484358b878b84350101010101611b52565b81526001600160401b03604484358b878b6024350101010101351161010b576060602435880185018a018435016044810135013603602319011261010b5760405161187481611acb565b611890602480358a0187018c0186350160448101350101611b61565b81526118ae604485356024358b0188018d0101818101350101611b61565b60208201526001600160401b03602435890186018b01853501604481013501606401351161010b576020602435890186018b018535016044810135016064810135013603602319011261010b5760405161190781611ae6565b6001600160401b03602480358b0188018d0187350160448101350160648101350101351161010b5761195736602480358c0189018e01883501604481013501606481013501808201350101611ba4565b8152604082015260208201526001600160401b03606484358b878b6024350101010101351161010b5760209182916119a236602480358c0189018e0188350160648101350101611ba4565b6040820152815201910190610c6c565b6001600160401b0382351161010b57604060243589018b01840185018335013603602319011261010b576040516001600160401b0360448a87878f6119f687611ab0565b611a0e60248a35858585898535010101010101611b3e565b8752883593602435010101010101351161010b576020918291611a558b60248f36928b8b60448c35838387878a3501010101010135938c3593863501010101010101611ba4565b83820152815201910190610bbc565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611a6457604052565b608081019081106001600160401b03821117611a6457604052565b604081019081106001600160401b03821117611a6457604052565b606081019081106001600160401b03821117611a6457604052565b602081019081106001600160401b03821117611a6457604052565b61014081019081106001600160401b03821117611a6457604052565b90601f801991011681019081106001600160401b03821117611a6457604052565b35906001600160401b038216820361010b57565b359061ffff8216820361010b57565b359063ffffffff8216820361010b57565b6001600160401b038111611a645760051b60200190565b6001600160401b038111611a6457601f01601f191660200190565b81601f8201121561010b57803590611bbb82611b89565b92611bc96040519485611b1d565b8284526020838301011161010b57816000926020809301838601378301015290565b359060ff8216820361010b57565b919082606091031261010b57604051611c1181611acb565b6040611c2d818395803585526020810135602086015201611beb565b910152565b9080601f8301121561010b578135916020611c4c84611b72565b93604093611c5d6040519687611b1d565b818652828087019260071b8501019381851161010b578301915b848310611c875750505050505090565b60808383031261010b57836080918751611ca081611ab0565b611ca986611beb565b8152611cb785848801611bf9565b83820152815201920191611c77565b9080601f8301121561010b576020908235611ce081611b72565b93611cee6040519586611b1d565b81855260208086019260051b82010192831161010b57602001905b828210611d17575050505090565b81358152908301908301611d09565b91909160608184031261010b5760405190611d4082611acb565b819381356001600160401b039081811161010b5782611d60918501611cc6565b84526020908184013590811161010b5783019180601f8401121561010b578235611d8981611b72565b93611d976040519586611b1d565b818552838086019260051b82010192831161010b578301905b828210611dc857505050830152604090810135910152565b838091611dd484611beb565b815201910190611db0565b90610140918282019260018060a01b03908183511684526020946001600160401b03868501511686860152604084015160408601526060840151916060860152815180915285610160860192019060005b818110611f925750505060808084015191858103608087015286808451928381520193019060005b818110611f3d5750505060a084015160a086015260c084015160c086015260e08401519185810360e08701528680845192838152019301916000905b828210611ef35750505050610100948584015195858303908601528080875193848152019601926000905b838210611eda57505050505061012080910151151591015290565b8451811688529682019693820193600190910190611ebf565b9091929497938482600192611f2d838a5160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b969a979601950193920190611e94565b909192949793848682611f826001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b969a979601959401929101611e58565b909193969283608082611fd7600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b95999695019401929101611e30565b9081518152602082015160208201526040820151604082015260a061201a606084015160c0606085015260c0840190611ddf565b926080810151608084015201519060088210156120385760a0015290565b634e487b7160e01b600052602160045260246000fd5b35906001600160a01b038216820361010b57565b60005b8381106120755750506000910152565b8181015183820152602001612065565b9060209161209e81518092818552858086019101612062565b601f01601f1916010190565b51906001600160a01b038216820361010b57565b51906001600160401b038216820361010b57565b519060ff8216820361010b57565b906020806121109360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b565b90815180825260208080930193019160005b828110612132575050505090565b909192938260808261214760019489516120e0565b01950193929101612124565b9060608101918051606083528051809452608083019360208092019060005b8181106121c55750505080820151938381038285015281808651928381520195019160005b8281106121ae575050505060408091015191015290565b835160ff1687529581019592810192600101612197565b825187529583019591830191600101612172565b604051906121e682611b01565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b80548210156122405760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b80518210156122405760209160051b010190565b6040519060c082018281106001600160401b03821117611a6457604052600060a0838281528260208201528260408201526122a36121d9565b60608201528260808201520152565b604051906122bf82611a95565b60006060838281528260208201528260408201520152565b906122e182611b72565b6122ee6040519182611b1d565b82815280926122ff601f1991611b72565b019060005b82811061231057505050565b60209061231b6122b2565b82828501015201612304565b93919295909561233561226a565b5061234084516122d7565b9660005b85518110156124275761236161235a8288612256565b5188612fcf565b9061236a6122b2565b5060808201805151156123d95751918251156122405760019260a060208092015192015191848060a01b038282015116906000604080920151938251956123b087611a95565b865285015283015260608201526123c7828c612256565b526123d2818b612256565b5001612344565b60408051636df2e68d60e11b815260048101919091526013604482015272496e646578206f7574206f6620626f756e647360681b606482015260806024820152806100fd6084820186611ddf565b5091935091946001600160401b03909694966124416122b2565b506040519661244f88611a95565b6000604089015260006060890152875216602086015261246d61226a565b916040519661102088018881106001600160401b03821117611a64576040526080885260005b6110008110612a5157508551968860005b88518110156124d857808b6124c6826124bf6001958e612256565b5192612256565b526124d1818d612256565b50016124a4565b509497919598509192955080600060a08901525b6125e157505050505060a0820151600890818110156120385781831015612038578214801561258d575b1561252057505090565b60a0830151908110156120385761256b926125466125406100fd93612a68565b93612a68565b9061257e604051958695630bd78e0f60e41b8752606060048801526064870190612085565b6003199384878303016024880152612085565b91848303016044850152611fe6565b50600782148015612516575060a0830151818110156120385760021480156125cb575b80612516575060a08301518181101561203857600414612516565b5060a083015181811015612038576003146125b0565b939694959360001901926125f58482612256565b519261260284518a612fcf565b946000975b6060870151518910156126a2576000998a5b61010089015180518210156126955781604061264f8e60608e9561264560018060a01b03968792612256565b5116950151612256565b510151161461266057600101612619565b509860018092939b505b15612679575b01979890612607565b60c088015160208a01528760608a0152600560a08a0152612670565b505098600191929a61266a565b989192999490975095949560406126cb60808901516001600160401b0360208501511690612256565b510151606082015103612a35575b60808701516020828101516001600160a01b0392612700916001600160401b031690612256565b5101511690604060018060a01b039101511603612a19575b600090815b606088015180518410156129885790606061273b8561274494612256565b51015190613274565b916127538160608a0151612256565b518551815114908161296b575b5080612956575b6128df575b61012088015115612781575b6001019161271d565b8a51808a1015612871575b506127956122b2565b506060880151516001600160401b0382161015612836576127c36001600160401b03821660608a0151612256565b51908151916001600160401b0360208201511690606060018060a01b0360408301511691015191604051946127f786611a95565b85526020850152604084015260608301528960001981146107ee578a6001936128278f9d8661282e95019e612256565b528d612256565b509050612778565b60405162461bcd60e51b8152602060048201526013602482015272496e646578206f7574206f6620626f756e647360681b6044820152606490fd5b60019b919b9080821b90808204600214901517156107ee57612892906122d7565b916000825b6128a6575b505050993861278c565b81518110156128da5782816128bc829385612256565b516128c78288612256565b526128d28187612256565b500190612897565b61289c565b60a087015160088110156120385760011480612944575b61292f575b600160a088015260c06129236129158360608c0151612256565b51518060808b015288612fcf565b0151604088015261276c565b60c088015160208801528760608801526128fb565b5060c0880151604088015114156128f6565b50831580612767575060a08801518414612767565b90506001600160401b036020818189015116920151161438612760565b509794909291509792949597600095865b60808b015180518910156129c157600191604061273b8b6129b994612256565b970196612999565b50869499919693989a9297509a949a610120830151159182612a0e575b50506129f0575b5094929193946124ec565b60c081015160208a0152606089015250600360a088015280386129e5565b1415905038806129de565b60c08601516020860152856060860152600460a0860152612718565b60c08701516020870152866060870152600260a08701526126d9565b602090612a5c6122b2565b82828c01015201612493565b6008811015612038578015612bef5760018114612bcd5760028114612ba15760038114612b755760048114612b465760058114612b1c5760068114612af357600714612ad157604051612aba81611ab0565b60078152662ab735b737bbb760c91b602082015290565b604051612add81611ab0565b60068152650848288bea8b60d31b602082015290565b50604051612b0081611ab0565b600c81526b1113d550931157d4d411539160a21b602082015290565b50604051612b2981611ab0565b600d81526c424144205349474e415455524560981b602082015290565b50604051612b5381611ab0565b60128152710a48a8692a0928a9ca8409a92a69a82a886960731b602082015290565b50604051612b8281611ab0565b600f81526e0929cbe9eaaa8be9a92a69a82a8869608b1b602082015290565b50604051612bae81611ab0565b600f81526e0829a9eaa9ca8be9a92a69a82a8869608b1b602082015290565b50604051612bda81611ab0565b60058152641193d5539160da1b602082015290565b50604051612bfc81611ab0565b60028152614f4b60f01b602082015290565b9190612c1983612fac565b6000908152600160205260409020546001600160a01b03163381036100d457506000905b8051821015612fa657612c508282612256565b5192612c5b85612fac565b9060a092612c6c8487015188613250565b600052600260205260406000209660018060a01b038751168854906001600160401b0360a01b60208a0151881b169163ffffffff60e01b16171788556040870151600189015560005b60608801518051821015612d645781612ccd91612256565b519060028a0154600160401b811015611a6457806001612cf6920160028d015560028c016139ac565b612d4e5782518155602083015160018083018054604080880151600160401b600160e01b03911b166001600160401b039094166001600160e01b03199091161792909217909155926002906060015191015501612cb5565b634e487b7160e01b600052600060045260246000fd5b5050919095939594929460005b60808601518051821015612e095781612d8991612256565b519060038a0154600160401b811015611a6457806001612db2920160038d015560038c016139ac565b612d4e57825181546020850151600160401b600160e01b0360409190911b166001600160401b039092166001600160e01b031990911617178155600192600290606090604081015186850155015191015501612d71565b5050919095939594929460c08701518588015160048a0155600589015560005b60e08801518051821015612eb85781612e4191612256565b519060068a015491600160401b831015611a6457600183018060068d01558310156122405760019260068c0160005260206000209060021b019060ff604060036020838551169460ff1995868854161787550151948551888201556020860151600282015501930151169082541617905501612e29565b5050919095939594929460005b6101008601518051821015612f34576001600160a01b0390612ee8908390612256565b51169060078a015491600160401b831015611a6457612f15838c6007600180970191015560078d01612228565b819291549060031b91821b91858060a01b03901b191617905501612ec5565b5050969591959490946008610120860151151591019060ff8019835416911617905560005260016020526001604060002001920151825492600160401b841015611a645783612f899160018096018155612228565b819291549060031b91821b91600019901b19161790550190612c3d565b50509050565b6040516020810191338352604082015260408152612fc981611acb565b51902090565b90612fe291612fdc6121d9565b50613250565b600090815260029060206002815260408083209281519461300286611b01565b845460018060a01b039081811688526001600160401b03809160a01c168689015260019283880154868a01526002880191825461303e81611b72565b9361304b89519586611b1d565b818552875288872087908a86015b838310613207575050505060609260608b015260039260038a0180549161307f83611b72565b9361308c8b519586611b1d565b8385528b8501928a528b8a20918a935b8585106131bf5750505050505060808a015260048089015460a08b0152600589015460c08b0152600689018054926130d384611b72565b946130e08a519687611b1d565b8486528a86019289528a89209189935b868510613167575050505050505060e0880152600786019351908195808654938481520195855280852094915b83831061315057505050505050918161313c60089360ff950382611b1d565b610100850152015416151561012082015290565b85548116875295810195948401949184019161311d565b98858d829c9a9e9b8e80519061317c82611ab0565b60ff90818a5416835280519161319183611acb565b878b01548352888b015486840152898b01541690820152838201528152019401940193929b9799989b6130f0565b99888e8b9f9c8f9c849f9d8051916131d683611a95565b89548981168452821c168483015285890154908201528b880154868201528152019401940193929c989a999c61309c565b9760038c899d9a839c9a8e80519161321e83611a95565b87548352868801548b811686850152821c16908201528986015460608201528152019201920191909a9698979a613059565b906040519060208201923384526040830152606082015260608152612fc981611a95565b919082018092116107ee57565b81601f8201121561010b57805161329781611b89565b926132a56040519485611b1d565b8184526020828401011161010b576132c39160208085019101612062565b90565b9060208282031261010b5781516001600160401b039283821161010b57019060208282031261010b57604051926132fc84611ae6565b825190811161010b5761330f9201613281565b815290565b61331c6121d9565b506101208101511561343c576060810151511580159061342e575b6133af5760a0810151156133485790565b6100fd90604051918291636df2e68d60e11b835260406004840152602560448401527f4465706f736974207472616e73616374696f6e2073686f756c642068617665206064840152641d1e17da5960da1b608484015260a0602484015260a4830190611ddf565b6100fd90604051918291636df2e68d60e11b835260406004840152603860448401527f4465706f736974207472616e73616374696f6e2073686f756c64206e6f74206860648401527f617665207369676e617475726573206f7220696e707574730000000000000000608484015260a0602484015260a4830190611ddf565b5060e0810151511515613337565b906060820151511561394357604051635ca2159160e11b815260008160048173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e57600091613928575b506134ac604051916308bbe51360e21b83526040600484015251602060448401526064830190612085565b60031982820301602483015260018060a01b0384511681526001600160401b0360208501511660208201526040840151604082015281606085015161014060608401528051806101408501526020610160850192019060005b8181106138d55750505060808601519083810360808501526020808351928381520192019060005b818110613882575050506135619060a087015160a085015260c087015160c085015260e087015184820360e0860152612112565b610100860151908381036101008501526020808351928381520192019060005b818110613860575050508190600093610120808901511515910152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af490811561151e576135f591600091829161383e575b506040518093819263509106ff60e11b83526020600484015251602060248401526044830190612085565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e576000916137f5575b5060006136396020928360405192828480945193849201612062565b8101039060025afa1561151e5760005160a083015260e08201515161365d81611b72565b9061366b6040519283611b1d565b80825261367a601f1991611b72565b0136602083013761010083015260005b60e083015180518210156137f1576136c86136aa8360a087015193612256565b5160405192632dd015af60e01b8452600484015260248301906120e0565b60a4602082828173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af491821561151e576000926137b5575b506001600160a01b0382161561372c5750610100840151600192916001600160a01b031690613725908390612256565b520161368a565b61321760f11b906100fd86604051938493636df2e68d60e11b855260406004860152604260448601527f4661696c656420746f207265636f766572207369676e61747572652e204f6e6c60648601527f79205349475f4b3120616e64205349475f454d2061726520737570706f727465608486015284015260c0602484015260c4830190611ddf565b9091506020813d6020116137e9575b816137d160209383611b1d565b8101031261010b576137e2906120aa565b90386136f5565b3d91506137c4565b5050565b90503d806000833e6138078183611b1d565b810160208282031261010b5781516001600160401b03811161010b576138366000926136399260209501613281565b92505061361d565b61385a91503d8084833e6138528183611b1d565b8101906132c6565b386135ca565b82516001600160a01b0316845286945060209384019390920191600101613581565b9193509160206080826138c76001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01940191019185939261352d565b91935091602060808261391a600194885160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019401910191859392613505565b61393d91503d806000833e6138528183611b1d565b38613481565b60408051636df2e68d60e11b81526004810191909152602860448201527f4e6f6e2d6465706f736974207472616e73616374696f6e206d757374206861766064820152676520696e7075747360c01b608482015260a06024820152806100fd60a4820185611ddf565b805482101561224057600052600360206000209102019060009056fea26469706673582212207fdc1ffdf20a188d15ca59019ddd94fb7545fe8656c6c9577464011a0077062c64736f6c63430008190033",
1162
- "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806329e16d92146109b2578063377242eb146108865780633946fae51461060e578063b0f333bc14610597578063b31976a014610151578063bd3a492f146101105763c90d448b1461006957600080fd5b3461010b57602036600319011261010b5760043561008681612fac565b6000908152600160205260409020546001600160a01b031680151580610101575b6100d4576100b482612fac565b600090815260016020526040902080546001600160a01b03191633179055005b604051630f94022160e21b81526001600160a01b03919091166004820152336024820152604490fd5b0390fd5b50338114156100a7565b600080fd5b3461010b57602036600319011261010b57600435600881101561010b5761013961014d91612a68565b604051918291602083526020830190612085565b0390f35b3461010b57604036600319011261010b576001600160401b036024351161010b5736602360243501121561010b576024356004013561018f81611b72565b9061019d6040519283611b1d565b80825260208201903660248260051b813501011161010b576024803501915b60248260051b813501018310610291578360005b8151811015610283576101006101e68284612256565b5101515161022057806102046101fe60019385612256565b51613314565b61020e8285612256565b526102198184612256565b50016101d0565b61022d906100fd92612256565b51604051918291636df2e68d60e11b835260406004840152601e60448401527f7265636f76657265645369676e657273206d75737420626520656d70747900006064840152608060248401526084830190611ddf565b61028f82600435612c0e565b005b82356001600160401b03811161010b5761014060243582013603602319011261010b57604051906102c182611b01565b6102d06024828135010161204e565b82526102e26044826024350101611b3e565b6020830152602435810160648101356040840152608401356001600160401b03811161010b578160243501013660438201121561010b5760248101359061032882611b72565b916103366040519384611b1d565b808352602083013660448360071b8501011161010b5760448301905b60448360071b85010182106105435750505050606083015260a4816024350101356001600160401b03811161010b573660438284602435010101121561010b5760248183823501010135906103a682611b72565b916103b46040519384611b1d565b808352602083013660448360071b8588602435010101011161010b5760448386602435010101905b60448360071b85886024350101010182106104ef57505050506080830152602435810160c481013560a084015260e481013560c084015261010401356001600160401b03811161010b576104399060243691848235010101611c32565b60e0830152610124816024350101356001600160401b03811161010b578160243501013660438201121561010b5760248101359061047682611b72565b916104846040519384611b1d565b8083526044602084019160051b8301019136831161010b57604401905b8282106104d757505050610100830152602435016101440135801515810361010b576101208201528152602092830192016101bc565b602080916104e48461204e565b8152019101906104a1565b60808236031261010b57602060809160405161050a81611a95565b61051385611b3e565b815261052083860161204e565b8382015260408501356040820152606085013560608201528152019101906103dc565b60808236031261010b57602060809160405161055e81611a95565b8435815261056d838601611b3e565b8382015261057d6040860161204e565b604082015260608086013590820152815201910190610352565b3461010b5760c036600319011261010b57602435600881101561010b576001600160401b039060443582811161010b576105d5903690600401611cc6565b9160a435908116810361010b5761014d926105fa926084359160643591600435612327565b604051918291602083526020830190611fe6565b3461010b5760208060031936011261010b576004359061062d82612fac565b80600052600192838352604060002060018060a01b038154163381036100d457508401845b610698575b5050600052818152816040600020600081550190815491600081558261067957005b600052600020908101905b81811061068d57005b600081558201610684565b8054801561088057600019908082019081116107ee576106bb6106ca9184612228565b919054600392831b1c85613250565b6000526002808752604060002090600082556000898301558082018054906000815581610842575b50508282018054906000815581610804575b50506000600483015560006005830155600682019081549160008155826107a9575b505050600781018054906000815581610783575b505060086000910155825491821561076d57808893019161075b8386612228565b81939154921b1b191690558255610652565b634e487b7160e01b600052603160045260246000fd5b6000528888600020918201915b82811061079d575061073a565b60008155018990610790565b6001600160fe1b03831683036107ee576000528860002091811b8201915b82811015610726578060006004925560008c820155600083820155600086820155016107c7565b634e487b7160e01b600052601160045260246000fd5b81850291858304036107ee576000528389600020918201915b82811061082a5750610704565b6000815560008c82015560008482015501849061081d565b81850291858304036107ee576000528389600020918201915b82811061086857506106f2565b6000815560008c82015560008482015501849061085b565b50610657565b3461010b5760208060031936011261010b57600435906108a582612fac565b60005260018082526001604060002001928354906108c282611b72565b946108d06040519687611b1d565b8286526108dc83611b72565b601f190160005b81811061099657505060005b838110610959575050505060405191808301818452845180915260408401918060408360051b8701019601926000905b83821061092c5786880387f35b90919293948380610948839a603f198b82030186528951611ddf565b99970195949391909101910161091f565b938461097761096a83999785612228565b90549060031b1c85612fcf565b6109818288612256565b5261098c8187612256565b50019593956108ef565b86906109a39896986121d9565b828289010152019694966108e3565b3461010b57604036600319011261010b576001600160401b036024351161010b5760a06024353603600319011261010b576109ed6080611a7a565b602435600401356001600160401b03811161010b5760c060243582013603600319011261010b57604051610a2081611a95565b600482602435010135916001600160401b03831161010b57610120602435820184013603600319011261010b57604051806101208101106001600160401b0361012083011117611a64576101208101604052602480358301850160048101358352610a8b9101611b3e565b6020820152610aa260448584602435010101611b52565b604082015260243582018401606481013560608301526084810135608083015260a481013560a0830152610ad89060c401611b61565b60c082015260e48483602435010101356001600160401b03811161010b5760406024358401860182013603600319011261010b5760405190610b1982611ab0565b610b2d600482888760243501010101611b61565b82526024818786833501010101356001600160401b03811161010b5736602382848a896024350101010101121561010b57610b75600482848a89602435010101010135611b72565b91610b836040519384611b1d565b60046024803588018a01830184019182013580865260208601923660059290921b019091011161010b57602483838b8a84350101010101905b6024803589018b0184018501600481013560051b010182106119b25750505050602082015260e0820152610104848360243501010135936001600160401b03851161010b5736602386838660243501010101121561010b57610c2960048683866024350101010135611b72565b90610c376040519283611b1d565b6004602480358601830188019182013580855260208501923660059290921b019091011161010b576024878387833501010101905b60248035870184018901600481013560051b010182106117e0578660a48787876101008201528352610ca43660248381350101611bf9565b6020840152608481602435010135604084015260243501013560608201526080526024803501356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610cfb82611b72565b91610d096040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106117ac5760a0859052602435604401356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610d7a82611b72565b91610d886040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106116b55760c08590526001600160401b03602435606401351161010b57610deb36602435606481013501600401611d26565b60e0526001600160401b03602435608401351161010b57610e1736602435608481013501600401611d26565b608080015260005460405190633ffe487560e21b8252606060048301528160805160a0606483015280519060c061010484015281516101c48401526001600160401b036020830151166101e484015261ffff6040830151166102048401526060820151610224840152608082015161024484015260a082015161026484015263ffffffff60c08301511661028484015260e0820151916101206102a4850152602061032485019363ffffffff8151166102e487015201519260406103048601528351809152610344906020828701928260051b8801019501916000905b82821061166757505050506101000151916101c319848203016102c4850152825180825260208201916020808360051b8301019501926000915b8383106115d957505050506020828101518051610124870152908101516101448601526040015160ff1661016485015250606090604081015161018485015201516101a483015260a05160631983830301608484015280518083526020600582901b8401810193928101926000918101905b8383106115a8575050505050604060800151906063198382030160a4840152815180825260208201916020808360051b8301019401926000915b83831061152a5786600081808b6001600160401b0361102261100d8d6060608001516063198783030160c4880152612153565b610100518582036063190160e4870152612153565b91818116602485015260401c166044830152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af4801561151e57600090611067575b61028f90600435612c0e565b503d90816000823e6110798282611b1d565b602081838101031261010b578051906001600160401b03821161010b57828101601f83830101121561010b57818101516110b281611b72565b926110c06040519485611b1d565b818452602084019085840160208460051b83870101011161010b57602081850101915b60208460051b8387010101831061110357505050505061028f915061105b565b82516001600160401b03811161010b57610140868401820189880103601f19011261010b576040519061113582611b01565b611145602082868a0101016120aa565b8252611157604082868a0101016120be565b6020830152868401810160608101516040840152608001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906111a582611b72565b916111b36040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b9285010101010184106114c857505050505050606083015260a0818589010101516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b01010101519061124082611b72565b9161124e6040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b928501010101018410611472575050505050608084019190915250868401810160c08181015160a085015260e08201519084015261010001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906112f382611b72565b916113016040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d60408d86898d8860071b930101010101831061140157505050505060e0830152610120818589010101516001600160401b03811161010b57818589010101898801603f8201121561010b57602081015161138681611b72565b916113946040519384611b1d565b8183526040602084019260051b820101908c8b01821161010b57604001915b8183106113e957505050610100830152868401016101400151801515810361010b576101208201528152602092830192016110e3565b602080916113f6856120aa565b8152019201916113b3565b82908d01036080811261010b5760606040519161141d83611ab0565b611426856120d2565b8352601f19011261010b5760809160209160405161144381611acb565b83860151815260408601518482015261145e606087016120d2565b60408201528382015281520191019061132c565b608091849101031261010b57602060809160405161148f81611a95565b611498856120be565b81526114a58386016120aa565b838201526040850151604082015260608501516060820152815201910190611279565b608091849101031261010b5760206080916040516114e581611a95565b845181526114f48386016120be565b83820152611504604086016120aa565b6040820152606085015160608201528152019101906111de565b6040513d6000823e3d90fd5b919395509193602080611596600193601f1986820301875289519060ff825116815263ffffffff84830151168482015263ffffffff60408301511660408201526080611585606084015160a0606085015260a0840190612112565b920151906080818403910152612085565b97019301930190928795949293610fda565b9193955091936020806115c7600193601f198682030187528951612085565b97019301930190928795949293610fa0565b91939650919394602080611654600193601f198682030187528a519061ffff82511681526040611643818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612085565b920151906040818403910152612085565b9801930193019092889695949293610f2e565b9193949560019193975060206116a38192610343198d82030186526040838c516001600160401b03815116845201519181858201520190612085565b98019201920188969594939192610ef4565b6001600160401b0384351161010b5760a060243583018535013603602319011261010b57604051906116e682611a7a565b6116f860248635858235010101611beb565b825261170d6044863585602435010101611b61565b60208301526117256064863585602435010101611b61565b60408301526001600160401b036084863585602435010101351161010b5761175c3660248035860188350160848101350101611c32565b60608301526001600160401b0360a4863585602435010101351161010b57602491602091829161179a36863588018a350160a4810135018701611ba4565b60808201528152019401939050610dab565b6001600160401b0384351161010b576020806024926117d336858935888235010101611ba4565b8152019401939050610d2c565b6001600160401b0382351161010b5760606024358701840189018335013603602319011261010b5760405161181481611acb565b61182a602484358b878b84350101010101611b52565b81526001600160401b03604484358b878b6024350101010101351161010b576060602435880185018a018435016044810135013603602319011261010b5760405161187481611acb565b611890602480358a0187018c0186350160448101350101611b61565b81526118ae604485356024358b0188018d0101818101350101611b61565b60208201526001600160401b03602435890186018b01853501604481013501606401351161010b576020602435890186018b018535016044810135016064810135013603602319011261010b5760405161190781611ae6565b6001600160401b03602480358b0188018d0187350160448101350160648101350101351161010b5761195736602480358c0189018e01883501604481013501606481013501808201350101611ba4565b8152604082015260208201526001600160401b03606484358b878b6024350101010101351161010b5760209182916119a236602480358c0189018e0188350160648101350101611ba4565b6040820152815201910190610c6c565b6001600160401b0382351161010b57604060243589018b01840185018335013603602319011261010b576040516001600160401b0360448a87878f6119f687611ab0565b611a0e60248a35858585898535010101010101611b3e565b8752883593602435010101010101351161010b576020918291611a558b60248f36928b8b60448c35838387878a3501010101010135938c3593863501010101010101611ba4565b83820152815201910190610bbc565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611a6457604052565b608081019081106001600160401b03821117611a6457604052565b604081019081106001600160401b03821117611a6457604052565b606081019081106001600160401b03821117611a6457604052565b602081019081106001600160401b03821117611a6457604052565b61014081019081106001600160401b03821117611a6457604052565b90601f801991011681019081106001600160401b03821117611a6457604052565b35906001600160401b038216820361010b57565b359061ffff8216820361010b57565b359063ffffffff8216820361010b57565b6001600160401b038111611a645760051b60200190565b6001600160401b038111611a6457601f01601f191660200190565b81601f8201121561010b57803590611bbb82611b89565b92611bc96040519485611b1d565b8284526020838301011161010b57816000926020809301838601378301015290565b359060ff8216820361010b57565b919082606091031261010b57604051611c1181611acb565b6040611c2d818395803585526020810135602086015201611beb565b910152565b9080601f8301121561010b578135916020611c4c84611b72565b93604093611c5d6040519687611b1d565b818652828087019260071b8501019381851161010b578301915b848310611c875750505050505090565b60808383031261010b57836080918751611ca081611ab0565b611ca986611beb565b8152611cb785848801611bf9565b83820152815201920191611c77565b9080601f8301121561010b576020908235611ce081611b72565b93611cee6040519586611b1d565b81855260208086019260051b82010192831161010b57602001905b828210611d17575050505090565b81358152908301908301611d09565b91909160608184031261010b5760405190611d4082611acb565b819381356001600160401b039081811161010b5782611d60918501611cc6565b84526020908184013590811161010b5783019180601f8401121561010b578235611d8981611b72565b93611d976040519586611b1d565b818552838086019260051b82010192831161010b578301905b828210611dc857505050830152604090810135910152565b838091611dd484611beb565b815201910190611db0565b90610140918282019260018060a01b03908183511684526020946001600160401b03868501511686860152604084015160408601526060840151916060860152815180915285610160860192019060005b818110611f925750505060808084015191858103608087015286808451928381520193019060005b818110611f3d5750505060a084015160a086015260c084015160c086015260e08401519185810360e08701528680845192838152019301916000905b828210611ef35750505050610100948584015195858303908601528080875193848152019601926000905b838210611eda57505050505061012080910151151591015290565b8451811688529682019693820193600190910190611ebf565b9091929497938482600192611f2d838a5160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b969a979601950193920190611e94565b909192949793848682611f826001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b969a979601959401929101611e58565b909193969283608082611fd7600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b95999695019401929101611e30565b9081518152602082015160208201526040820151604082015260a061201a606084015160c0606085015260c0840190611ddf565b926080810151608084015201519060088210156120385760a0015290565b634e487b7160e01b600052602160045260246000fd5b35906001600160a01b038216820361010b57565b60005b8381106120755750506000910152565b8181015183820152602001612065565b9060209161209e81518092818552858086019101612062565b601f01601f1916010190565b51906001600160a01b038216820361010b57565b51906001600160401b038216820361010b57565b519060ff8216820361010b57565b906020806121109360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b565b90815180825260208080930193019160005b828110612132575050505090565b909192938260808261214760019489516120e0565b01950193929101612124565b9060608101918051606083528051809452608083019360208092019060005b8181106121c55750505080820151938381038285015281808651928381520195019160005b8281106121ae575050505060408091015191015290565b835160ff1687529581019592810192600101612197565b825187529583019591830191600101612172565b604051906121e682611b01565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b80548210156122405760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b80518210156122405760209160051b010190565b6040519060c082018281106001600160401b03821117611a6457604052600060a0838281528260208201528260408201526122a36121d9565b60608201528260808201520152565b604051906122bf82611a95565b60006060838281528260208201528260408201520152565b906122e182611b72565b6122ee6040519182611b1d565b82815280926122ff601f1991611b72565b019060005b82811061231057505050565b60209061231b6122b2565b82828501015201612304565b93919295909561233561226a565b5061234084516122d7565b9660005b85518110156124275761236161235a8288612256565b5188612fcf565b9061236a6122b2565b5060808201805151156123d95751918251156122405760019260a060208092015192015191848060a01b038282015116906000604080920151938251956123b087611a95565b865285015283015260608201526123c7828c612256565b526123d2818b612256565b5001612344565b60408051636df2e68d60e11b815260048101919091526013604482015272496e646578206f7574206f6620626f756e647360681b606482015260806024820152806100fd6084820186611ddf565b5091935091946001600160401b03909694966124416122b2565b506040519661244f88611a95565b6000604089015260006060890152875216602086015261246d61226a565b916040519661102088018881106001600160401b03821117611a64576040526080885260005b6110008110612a5157508551968860005b88518110156124d857808b6124c6826124bf6001958e612256565b5192612256565b526124d1818d612256565b50016124a4565b509497919598509192955080600060a08901525b6125e157505050505060a0820151600890818110156120385781831015612038578214801561258d575b1561252057505090565b60a0830151908110156120385761256b926125466125406100fd93612a68565b93612a68565b9061257e604051958695630bd78e0f60e41b8752606060048801526064870190612085565b6003199384878303016024880152612085565b91848303016044850152611fe6565b50600782148015612516575060a0830151818110156120385760021480156125cb575b80612516575060a08301518181101561203857600414612516565b5060a083015181811015612038576003146125b0565b939694959360001901926125f58482612256565b519261260284518a612fcf565b946000975b6060870151518910156126a2576000998a5b61010089015180518210156126955781604061264f8e60608e9561264560018060a01b03968792612256565b5116950151612256565b510151161461266057600101612619565b509860018092939b505b15612679575b01979890612607565b60c088015160208a01528760608a0152600560a08a0152612670565b505098600191929a61266a565b989192999490975095949560406126cb60808901516001600160401b0360208501511690612256565b510151606082015103612a35575b60808701516020828101516001600160a01b0392612700916001600160401b031690612256565b5101511690604060018060a01b039101511603612a19575b600090815b606088015180518410156129885790606061273b8561274494612256565b51015190613274565b916127538160608a0151612256565b518551815114908161296b575b5080612956575b6128df575b61012088015115612781575b6001019161271d565b8a51808a1015612871575b506127956122b2565b506060880151516001600160401b0382161015612836576127c36001600160401b03821660608a0151612256565b51908151916001600160401b0360208201511690606060018060a01b0360408301511691015191604051946127f786611a95565b85526020850152604084015260608301528960001981146107ee578a6001936128278f9d8661282e95019e612256565b528d612256565b509050612778565b60405162461bcd60e51b8152602060048201526013602482015272496e646578206f7574206f6620626f756e647360681b6044820152606490fd5b60019b919b9080821b90808204600214901517156107ee57612892906122d7565b916000825b6128a6575b505050993861278c565b81518110156128da5782816128bc829385612256565b516128c78288612256565b526128d28187612256565b500190612897565b61289c565b60a087015160088110156120385760011480612944575b61292f575b600160a088015260c06129236129158360608c0151612256565b51518060808b015288612fcf565b0151604088015261276c565b60c088015160208801528760608801526128fb565b5060c0880151604088015114156128f6565b50831580612767575060a08801518414612767565b90506001600160401b036020818189015116920151161438612760565b509794909291509792949597600095865b60808b015180518910156129c157600191604061273b8b6129b994612256565b970196612999565b50869499919693989a9297509a949a610120830151159182612a0e575b50506129f0575b5094929193946124ec565b60c081015160208a0152606089015250600360a088015280386129e5565b1415905038806129de565b60c08601516020860152856060860152600460a0860152612718565b60c08701516020870152866060870152600260a08701526126d9565b602090612a5c6122b2565b82828c01015201612493565b6008811015612038578015612bef5760018114612bcd5760028114612ba15760038114612b755760048114612b465760058114612b1c5760068114612af357600714612ad157604051612aba81611ab0565b60078152662ab735b737bbb760c91b602082015290565b604051612add81611ab0565b60068152650848288bea8b60d31b602082015290565b50604051612b0081611ab0565b600c81526b1113d550931157d4d411539160a21b602082015290565b50604051612b2981611ab0565b600d81526c424144205349474e415455524560981b602082015290565b50604051612b5381611ab0565b60128152710a48a8692a0928a9ca8409a92a69a82a886960731b602082015290565b50604051612b8281611ab0565b600f81526e0929cbe9eaaa8be9a92a69a82a8869608b1b602082015290565b50604051612bae81611ab0565b600f81526e0829a9eaa9ca8be9a92a69a82a8869608b1b602082015290565b50604051612bda81611ab0565b60058152641193d5539160da1b602082015290565b50604051612bfc81611ab0565b60028152614f4b60f01b602082015290565b9190612c1983612fac565b6000908152600160205260409020546001600160a01b03163381036100d457506000905b8051821015612fa657612c508282612256565b5192612c5b85612fac565b9060a092612c6c8487015188613250565b600052600260205260406000209660018060a01b038751168854906001600160401b0360a01b60208a0151881b169163ffffffff60e01b16171788556040870151600189015560005b60608801518051821015612d645781612ccd91612256565b519060028a0154600160401b811015611a6457806001612cf6920160028d015560028c016139ac565b612d4e5782518155602083015160018083018054604080880151600160401b600160e01b03911b166001600160401b039094166001600160e01b03199091161792909217909155926002906060015191015501612cb5565b634e487b7160e01b600052600060045260246000fd5b5050919095939594929460005b60808601518051821015612e095781612d8991612256565b519060038a0154600160401b811015611a6457806001612db2920160038d015560038c016139ac565b612d4e57825181546020850151600160401b600160e01b0360409190911b166001600160401b039092166001600160e01b031990911617178155600192600290606090604081015186850155015191015501612d71565b5050919095939594929460c08701518588015160048a0155600589015560005b60e08801518051821015612eb85781612e4191612256565b519060068a015491600160401b831015611a6457600183018060068d01558310156122405760019260068c0160005260206000209060021b019060ff604060036020838551169460ff1995868854161787550151948551888201556020860151600282015501930151169082541617905501612e29565b5050919095939594929460005b6101008601518051821015612f34576001600160a01b0390612ee8908390612256565b51169060078a015491600160401b831015611a6457612f15838c6007600180970191015560078d01612228565b819291549060031b91821b91858060a01b03901b191617905501612ec5565b5050969591959490946008610120860151151591019060ff8019835416911617905560005260016020526001604060002001920151825492600160401b841015611a645783612f899160018096018155612228565b819291549060031b91821b91600019901b19161790550190612c3d565b50509050565b6040516020810191338352604082015260408152612fc981611acb565b51902090565b90612fe291612fdc6121d9565b50613250565b600090815260029060206002815260408083209281519461300286611b01565b845460018060a01b039081811688526001600160401b03809160a01c168689015260019283880154868a01526002880191825461303e81611b72565b9361304b89519586611b1d565b818552875288872087908a86015b838310613207575050505060609260608b015260039260038a0180549161307f83611b72565b9361308c8b519586611b1d565b8385528b8501928a528b8a20918a935b8585106131bf5750505050505060808a015260048089015460a08b0152600589015460c08b0152600689018054926130d384611b72565b946130e08a519687611b1d565b8486528a86019289528a89209189935b868510613167575050505050505060e0880152600786019351908195808654938481520195855280852094915b83831061315057505050505050918161313c60089360ff950382611b1d565b610100850152015416151561012082015290565b85548116875295810195948401949184019161311d565b98858d829c9a9e9b8e80519061317c82611ab0565b60ff90818a5416835280519161319183611acb565b878b01548352888b015486840152898b01541690820152838201528152019401940193929b9799989b6130f0565b99888e8b9f9c8f9c849f9d8051916131d683611a95565b89548981168452821c168483015285890154908201528b880154868201528152019401940193929c989a999c61309c565b9760038c899d9a839c9a8e80519161321e83611a95565b87548352868801548b811686850152821c16908201528986015460608201528152019201920191909a9698979a613059565b906040519060208201923384526040830152606082015260608152612fc981611a95565b919082018092116107ee57565b81601f8201121561010b57805161329781611b89565b926132a56040519485611b1d565b8184526020828401011161010b576132c39160208085019101612062565b90565b9060208282031261010b5781516001600160401b039283821161010b57019060208282031261010b57604051926132fc84611ae6565b825190811161010b5761330f9201613281565b815290565b61331c6121d9565b506101208101511561343c576060810151511580159061342e575b6133af5760a0810151156133485790565b6100fd90604051918291636df2e68d60e11b835260406004840152602560448401527f4465706f736974207472616e73616374696f6e2073686f756c642068617665206064840152641d1e17da5960da1b608484015260a0602484015260a4830190611ddf565b6100fd90604051918291636df2e68d60e11b835260406004840152603860448401527f4465706f736974207472616e73616374696f6e2073686f756c64206e6f74206860648401527f617665207369676e617475726573206f7220696e707574730000000000000000608484015260a0602484015260a4830190611ddf565b5060e0810151511515613337565b906060820151511561394357604051635ca2159160e11b815260008160048173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e57600091613928575b506134ac604051916308bbe51360e21b83526040600484015251602060448401526064830190612085565b60031982820301602483015260018060a01b0384511681526001600160401b0360208501511660208201526040840151604082015281606085015161014060608401528051806101408501526020610160850192019060005b8181106138d55750505060808601519083810360808501526020808351928381520192019060005b818110613882575050506135619060a087015160a085015260c087015160c085015260e087015184820360e0860152612112565b610100860151908381036101008501526020808351928381520192019060005b818110613860575050508190600093610120808901511515910152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af490811561151e576135f591600091829161383e575b506040518093819263509106ff60e11b83526020600484015251602060248401526044830190612085565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e576000916137f5575b5060006136396020928360405192828480945193849201612062565b8101039060025afa1561151e5760005160a083015260e08201515161365d81611b72565b9061366b6040519283611b1d565b80825261367a601f1991611b72565b0136602083013761010083015260005b60e083015180518210156137f1576136c86136aa8360a087015193612256565b5160405192632dd015af60e01b8452600484015260248301906120e0565b60a4602082828173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af491821561151e576000926137b5575b506001600160a01b0382161561372c5750610100840151600192916001600160a01b031690613725908390612256565b520161368a565b61321760f11b906100fd86604051938493636df2e68d60e11b855260406004860152604260448601527f4661696c656420746f207265636f766572207369676e61747572652e204f6e6c60648601527f79205349475f4b3120616e64205349475f454d2061726520737570706f727465608486015284015260c0602484015260c4830190611ddf565b9091506020813d6020116137e9575b816137d160209383611b1d565b8101031261010b576137e2906120aa565b90386136f5565b3d91506137c4565b5050565b90503d806000833e6138078183611b1d565b810160208282031261010b5781516001600160401b03811161010b576138366000926136399260209501613281565b92505061361d565b61385a91503d8084833e6138528183611b1d565b8101906132c6565b386135ca565b82516001600160a01b0316845286945060209384019390920191600101613581565b9193509160206080826138c76001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01940191019185939261352d565b91935091602060808261391a600194885160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019401910191859392613505565b61393d91503d806000833e6138528183611b1d565b38613481565b60408051636df2e68d60e11b81526004810191909152602860448201527f4e6f6e2d6465706f736974207472616e73616374696f6e206d757374206861766064820152676520696e7075747360c01b608482015260a06024820152806100fd60a4820185611ddf565b805482101561224057600052600360206000209102019060009056fea26469706673582212207fdc1ffdf20a188d15ca59019ddd94fb7545fe8656c6c9577464011a0077062c64736f6c63430008190033",
1163
- "linkReferences": {
1164
- "contracts/WNS/UTXOio.sol": {
1165
- "UTXOio": [
1166
- {
1167
- "length": 20,
1168
- "start": 4179
1169
- },
1170
- {
1171
- "length": 20,
1172
- "start": 13755
1173
- }
1174
- ]
1175
- },
1176
- "contracts/common/iodata.sol": {
1177
- "iodata": [
1178
- {
1179
- "length": 20,
1180
- "start": 13432
1181
- },
1182
- {
1183
- "length": 20,
1184
- "start": 13844
1185
- }
1186
- ]
1187
- },
1188
- "contracts/common/sysio_verify.sol": {
1189
- "sysio_verify": [
1190
- {
1191
- "length": 20,
1192
- "start": 14060
1193
- }
1194
- ]
1195
- }
1196
- },
1197
- "deployedLinkReferences": {
1198
- "contracts/WNS/UTXOio.sol": {
1199
- "UTXOio": [
1200
- {
1201
- "length": 20,
1202
- "start": 4152
1203
- },
1204
- {
1205
- "length": 20,
1206
- "start": 13728
1207
- }
1208
- ]
1209
- },
1210
- "contracts/common/iodata.sol": {
1211
- "iodata": [
1212
- {
1213
- "length": 20,
1214
- "start": 13405
1215
- },
1216
- {
1217
- "length": 20,
1218
- "start": 13817
1219
- }
1220
- ]
1221
- },
1222
- "contracts/common/sysio_verify.sol": {
1223
- "sysio_verify": [
1224
- {
1225
- "length": 20,
1226
- "start": 14033
1227
- }
1228
- ]
1229
- }
1230
- }
1231
- }