@wireio/stake 1.1.69 → 1.2.69

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