@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,3139 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "Challenge",
4
- "sourceName": "contracts/WNS/Challenge.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "stateMutability": "nonpayable",
9
- "type": "constructor"
10
- },
11
- {
12
- "inputs": [
13
- {
14
- "internalType": "bytes32",
15
- "name": "blockID",
16
- "type": "bytes32"
17
- },
18
- {
19
- "internalType": "bytes32",
20
- "name": "challengeID",
21
- "type": "bytes32"
22
- }
23
- ],
24
- "name": "BlockChallenged",
25
- "type": "error"
26
- },
27
- {
28
- "inputs": [
29
- {
30
- "internalType": "bytes32",
31
- "name": "blockID",
32
- "type": "bytes32"
33
- },
34
- {
35
- "internalType": "uint256",
36
- "name": "earnest",
37
- "type": "uint256"
38
- },
39
- {
40
- "internalType": "uint256",
41
- "name": "exposure",
42
- "type": "uint256"
43
- }
44
- ],
45
- "name": "BlockInsufficientEarnest",
46
- "type": "error"
47
- },
48
- {
49
- "inputs": [
50
- {
51
- "internalType": "bytes32",
52
- "name": "blockID",
53
- "type": "bytes32"
54
- }
55
- ],
56
- "name": "BlockMissingSExtension",
57
- "type": "error"
58
- },
59
- {
60
- "inputs": [
61
- {
62
- "internalType": "bytes32",
63
- "name": "challengeID",
64
- "type": "bytes32"
65
- }
66
- ],
67
- "name": "ChallengeTimeoutNotMet",
68
- "type": "error"
69
- },
70
- {
71
- "inputs": [
72
- {
73
- "internalType": "bytes32",
74
- "name": "challengeID",
75
- "type": "bytes32"
76
- },
77
- {
78
- "internalType": "uint256",
79
- "name": "earnestRequired",
80
- "type": "uint256"
81
- }
82
- ],
83
- "name": "InsufficientEarnest",
84
- "type": "error"
85
- },
86
- {
87
- "inputs": [],
88
- "name": "MalformedChallenge",
89
- "type": "error"
90
- },
91
- {
92
- "inputs": [
93
- {
94
- "internalType": "address",
95
- "name": "owner",
96
- "type": "address"
97
- }
98
- ],
99
- "name": "OwnableInvalidOwner",
100
- "type": "error"
101
- },
102
- {
103
- "inputs": [
104
- {
105
- "internalType": "address",
106
- "name": "account",
107
- "type": "address"
108
- }
109
- ],
110
- "name": "OwnableUnauthorizedAccount",
111
- "type": "error"
112
- },
113
- {
114
- "inputs": [
115
- {
116
- "internalType": "bytes32",
117
- "name": "challengeID",
118
- "type": "bytes32"
119
- }
120
- ],
121
- "name": "UnknownChallenge",
122
- "type": "error"
123
- },
124
- {
125
- "anonymous": false,
126
- "inputs": [
127
- {
128
- "indexed": true,
129
- "internalType": "bytes32",
130
- "name": "blockID",
131
- "type": "bytes32"
132
- },
133
- {
134
- "indexed": true,
135
- "internalType": "address payable",
136
- "name": "payor",
137
- "type": "address"
138
- },
139
- {
140
- "indexed": false,
141
- "internalType": "uint256",
142
- "name": "exposure",
143
- "type": "uint256"
144
- },
145
- {
146
- "indexed": false,
147
- "internalType": "uint256",
148
- "name": "amount",
149
- "type": "uint256"
150
- }
151
- ],
152
- "name": "BlockEarnestPaid",
153
- "type": "event"
154
- },
155
- {
156
- "anonymous": false,
157
- "inputs": [
158
- {
159
- "indexed": true,
160
- "internalType": "bytes32",
161
- "name": "blockID",
162
- "type": "bytes32"
163
- },
164
- {
165
- "indexed": true,
166
- "internalType": "address payable",
167
- "name": "payor",
168
- "type": "address"
169
- },
170
- {
171
- "indexed": false,
172
- "internalType": "uint256",
173
- "name": "amount",
174
- "type": "uint256"
175
- }
176
- ],
177
- "name": "BlockEarnestRefund",
178
- "type": "event"
179
- },
180
- {
181
- "anonymous": false,
182
- "inputs": [
183
- {
184
- "indexed": true,
185
- "internalType": "bytes32",
186
- "name": "blockID",
187
- "type": "bytes32"
188
- },
189
- {
190
- "indexed": true,
191
- "internalType": "address payable",
192
- "name": "payor",
193
- "type": "address"
194
- },
195
- {
196
- "indexed": false,
197
- "internalType": "uint256",
198
- "name": "amount",
199
- "type": "uint256"
200
- }
201
- ],
202
- "name": "BlockEarnestRefundFailed",
203
- "type": "event"
204
- },
205
- {
206
- "anonymous": false,
207
- "inputs": [
208
- {
209
- "indexed": false,
210
- "internalType": "address",
211
- "name": "oldBucketWNSAddress",
212
- "type": "address"
213
- },
214
- {
215
- "indexed": false,
216
- "internalType": "address",
217
- "name": "newBucketWNSAddress",
218
- "type": "address"
219
- }
220
- ],
221
- "name": "BucketWNSAddressChanged",
222
- "type": "event"
223
- },
224
- {
225
- "anonymous": false,
226
- "inputs": [
227
- {
228
- "indexed": false,
229
- "internalType": "bytes32",
230
- "name": "challengeID",
231
- "type": "bytes32"
232
- },
233
- {
234
- "indexed": false,
235
- "internalType": "address",
236
- "name": "challenger",
237
- "type": "address"
238
- },
239
- {
240
- "indexed": false,
241
- "internalType": "uint256",
242
- "name": "challengeProofLen",
243
- "type": "uint256"
244
- },
245
- {
246
- "indexed": false,
247
- "internalType": "bytes32[]",
248
- "name": "disputedBlockIDs",
249
- "type": "bytes32[]"
250
- },
251
- {
252
- "indexed": false,
253
- "internalType": "address[]",
254
- "name": "impugnedProducers",
255
- "type": "address[]"
256
- },
257
- {
258
- "indexed": false,
259
- "internalType": "uint256",
260
- "name": "earnestAmount",
261
- "type": "uint256"
262
- }
263
- ],
264
- "name": "ChainChallengeInitiated",
265
- "type": "event"
266
- },
267
- {
268
- "anonymous": false,
269
- "inputs": [
270
- {
271
- "indexed": false,
272
- "internalType": "bytes32",
273
- "name": "challengeID",
274
- "type": "bytes32"
275
- },
276
- {
277
- "indexed": false,
278
- "internalType": "bool",
279
- "name": "challengeSuccess",
280
- "type": "bool"
281
- },
282
- {
283
- "indexed": false,
284
- "internalType": "address",
285
- "name": "earnestRecipient",
286
- "type": "address"
287
- },
288
- {
289
- "indexed": false,
290
- "internalType": "uint256",
291
- "name": "earnestAmount",
292
- "type": "uint256"
293
- }
294
- ],
295
- "name": "ChainChallengeResolved",
296
- "type": "event"
297
- },
298
- {
299
- "anonymous": false,
300
- "inputs": [
301
- {
302
- "indexed": false,
303
- "internalType": "bytes32",
304
- "name": "challengeID",
305
- "type": "bytes32"
306
- },
307
- {
308
- "indexed": false,
309
- "internalType": "address",
310
- "name": "challenger",
311
- "type": "address"
312
- },
313
- {
314
- "indexed": false,
315
- "internalType": "address",
316
- "name": "responder",
317
- "type": "address"
318
- },
319
- {
320
- "indexed": false,
321
- "internalType": "bool",
322
- "name": "isCounter",
323
- "type": "bool"
324
- },
325
- {
326
- "indexed": false,
327
- "internalType": "uint256",
328
- "name": "proofLen",
329
- "type": "uint256"
330
- },
331
- {
332
- "indexed": false,
333
- "internalType": "uint256",
334
- "name": "earnestAmount",
335
- "type": "uint256"
336
- }
337
- ],
338
- "name": "ChainChallengeUpdated",
339
- "type": "event"
340
- },
341
- {
342
- "anonymous": false,
343
- "inputs": [
344
- {
345
- "indexed": false,
346
- "internalType": "uint256",
347
- "name": "oldBlockCoef",
348
- "type": "uint256"
349
- },
350
- {
351
- "indexed": false,
352
- "internalType": "uint256",
353
- "name": "oldSBlockCoef",
354
- "type": "uint256"
355
- },
356
- {
357
- "indexed": false,
358
- "internalType": "uint256",
359
- "name": "oldPendingCoef",
360
- "type": "uint256"
361
- },
362
- {
363
- "indexed": false,
364
- "internalType": "uint256",
365
- "name": "newBlockCoef",
366
- "type": "uint256"
367
- },
368
- {
369
- "indexed": false,
370
- "internalType": "uint256",
371
- "name": "newSBlockCoef",
372
- "type": "uint256"
373
- },
374
- {
375
- "indexed": false,
376
- "internalType": "uint256",
377
- "name": "newPendingCoef",
378
- "type": "uint256"
379
- }
380
- ],
381
- "name": "ExposureCoefficientsChanged",
382
- "type": "event"
383
- },
384
- {
385
- "anonymous": false,
386
- "inputs": [
387
- {
388
- "indexed": true,
389
- "internalType": "address",
390
- "name": "previousOwner",
391
- "type": "address"
392
- },
393
- {
394
- "indexed": true,
395
- "internalType": "address",
396
- "name": "newOwner",
397
- "type": "address"
398
- }
399
- ],
400
- "name": "OwnershipTransferred",
401
- "type": "event"
402
- },
403
- {
404
- "anonymous": false,
405
- "inputs": [
406
- {
407
- "indexed": false,
408
- "internalType": "address",
409
- "name": "oldSChainAddress",
410
- "type": "address"
411
- },
412
- {
413
- "indexed": false,
414
- "internalType": "address",
415
- "name": "newSChainAddress",
416
- "type": "address"
417
- }
418
- ],
419
- "name": "SChainAddressChanged",
420
- "type": "event"
421
- },
422
- {
423
- "anonymous": false,
424
- "inputs": [
425
- {
426
- "indexed": false,
427
- "internalType": "SysName",
428
- "name": "oldName",
429
- "type": "uint64"
430
- },
431
- {
432
- "indexed": false,
433
- "internalType": "SysName",
434
- "name": "newName",
435
- "type": "uint64"
436
- }
437
- ],
438
- "name": "SettleNameChanged",
439
- "type": "event"
440
- },
441
- {
442
- "anonymous": false,
443
- "inputs": [
444
- {
445
- "indexed": false,
446
- "internalType": "address",
447
- "name": "oldUTXOAddress",
448
- "type": "address"
449
- },
450
- {
451
- "indexed": false,
452
- "internalType": "address",
453
- "name": "newUTXOAddress",
454
- "type": "address"
455
- }
456
- ],
457
- "name": "UTXOAddressChanged",
458
- "type": "event"
459
- },
460
- {
461
- "anonymous": false,
462
- "inputs": [
463
- {
464
- "indexed": false,
465
- "internalType": "enum ChallengeType",
466
- "name": "challengeType",
467
- "type": "uint8"
468
- },
469
- {
470
- "indexed": false,
471
- "internalType": "bytes32",
472
- "name": "challengeID",
473
- "type": "bytes32"
474
- },
475
- {
476
- "indexed": false,
477
- "internalType": "address",
478
- "name": "challenger",
479
- "type": "address"
480
- },
481
- {
482
- "components": [
483
- {
484
- "internalType": "uint32",
485
- "name": "num",
486
- "type": "uint32"
487
- },
488
- {
489
- "internalType": "bytes32",
490
- "name": "id",
491
- "type": "bytes32"
492
- },
493
- {
494
- "internalType": "uint32",
495
- "name": "sNum",
496
- "type": "uint32"
497
- },
498
- {
499
- "internalType": "bytes32",
500
- "name": "sID",
501
- "type": "bytes32"
502
- },
503
- {
504
- "internalType": "bytes32",
505
- "name": "sRoot",
506
- "type": "bytes32"
507
- },
508
- {
509
- "internalType": "address",
510
- "name": "signer",
511
- "type": "address"
512
- }
513
- ],
514
- "indexed": false,
515
- "internalType": "struct EvalBlockInfo[]",
516
- "name": "blocksInfo",
517
- "type": "tuple[]"
518
- },
519
- {
520
- "indexed": false,
521
- "internalType": "bytes32[]",
522
- "name": "badBlockIDs",
523
- "type": "bytes32[]"
524
- },
525
- {
526
- "indexed": false,
527
- "internalType": "uint256",
528
- "name": "earnestPayout",
529
- "type": "uint256"
530
- }
531
- ],
532
- "name": "UTXOChallengeSuccess",
533
- "type": "event"
534
- },
535
- {
536
- "inputs": [],
537
- "name": "SETTLE_WNS",
538
- "outputs": [
539
- {
540
- "internalType": "SysName",
541
- "name": "",
542
- "type": "uint64"
543
- }
544
- ],
545
- "stateMutability": "view",
546
- "type": "function"
547
- },
548
- {
549
- "inputs": [],
550
- "name": "activeChallenge",
551
- "outputs": [
552
- {
553
- "internalType": "bool",
554
- "name": "",
555
- "type": "bool"
556
- }
557
- ],
558
- "stateMutability": "view",
559
- "type": "function"
560
- },
561
- {
562
- "inputs": [],
563
- "name": "autoResolveChainChallenges",
564
- "outputs": [],
565
- "stateMutability": "nonpayable",
566
- "type": "function"
567
- },
568
- {
569
- "inputs": [
570
- {
571
- "components": [
572
- {
573
- "components": [
574
- {
575
- "components": [
576
- {
577
- "internalType": "uint256",
578
- "name": "timestamp",
579
- "type": "uint256"
580
- },
581
- {
582
- "internalType": "SysName",
583
- "name": "producer",
584
- "type": "uint64"
585
- },
586
- {
587
- "internalType": "uint16",
588
- "name": "confirmed",
589
- "type": "uint16"
590
- },
591
- {
592
- "internalType": "bytes32",
593
- "name": "previous",
594
- "type": "bytes32"
595
- },
596
- {
597
- "internalType": "bytes32",
598
- "name": "txMroot",
599
- "type": "bytes32"
600
- },
601
- {
602
- "internalType": "bytes32",
603
- "name": "actMroot",
604
- "type": "bytes32"
605
- },
606
- {
607
- "internalType": "uint32",
608
- "name": "scheduleVersion",
609
- "type": "uint32"
610
- },
611
- {
612
- "components": [
613
- {
614
- "internalType": "uint32",
615
- "name": "version",
616
- "type": "uint32"
617
- },
618
- {
619
- "components": [
620
- {
621
- "internalType": "SysName",
622
- "name": "account_name",
623
- "type": "uint64"
624
- },
625
- {
626
- "internalType": "bytes",
627
- "name": "blockSigningKey",
628
- "type": "bytes"
629
- }
630
- ],
631
- "internalType": "struct Producer[]",
632
- "name": "producers",
633
- "type": "tuple[]"
634
- }
635
- ],
636
- "internalType": "struct ProducerSchedule",
637
- "name": "new_producers",
638
- "type": "tuple"
639
- },
640
- {
641
- "components": [
642
- {
643
- "internalType": "uint16",
644
- "name": "extensionType",
645
- "type": "uint16"
646
- },
647
- {
648
- "components": [
649
- {
650
- "internalType": "uint32",
651
- "name": "length",
652
- "type": "uint32"
653
- },
654
- {
655
- "internalType": "uint32",
656
- "name": "offset",
657
- "type": "uint32"
658
- },
659
- {
660
- "components": [
661
- {
662
- "internalType": "bytes",
663
- "name": "data",
664
- "type": "bytes"
665
- }
666
- ],
667
- "internalType": "struct iodata.Buffer",
668
- "name": "data",
669
- "type": "tuple"
670
- }
671
- ],
672
- "internalType": "struct DataRef",
673
- "name": "dataRef",
674
- "type": "tuple"
675
- },
676
- {
677
- "internalType": "bytes",
678
- "name": "data",
679
- "type": "bytes"
680
- }
681
- ],
682
- "internalType": "struct Extension[]",
683
- "name": "header_extensions",
684
- "type": "tuple[]"
685
- }
686
- ],
687
- "internalType": "struct BlockHeader",
688
- "name": "header",
689
- "type": "tuple"
690
- },
691
- {
692
- "components": [
693
- {
694
- "internalType": "bytes32",
695
- "name": "r",
696
- "type": "bytes32"
697
- },
698
- {
699
- "internalType": "bytes32",
700
- "name": "s",
701
- "type": "bytes32"
702
- },
703
- {
704
- "internalType": "uint8",
705
- "name": "v",
706
- "type": "uint8"
707
- }
708
- ],
709
- "internalType": "struct PointSigValues",
710
- "name": "signature",
711
- "type": "tuple"
712
- },
713
- {
714
- "internalType": "bytes32",
715
- "name": "blockMRoot",
716
- "type": "bytes32"
717
- },
718
- {
719
- "internalType": "bytes32",
720
- "name": "scheduleHash",
721
- "type": "bytes32"
722
- }
723
- ],
724
- "internalType": "struct SignedHeader",
725
- "name": "signed",
726
- "type": "tuple"
727
- },
728
- {
729
- "internalType": "bytes[]",
730
- "name": "packedTransactions",
731
- "type": "bytes[]"
732
- },
733
- {
734
- "components": [
735
- {
736
- "internalType": "uint8",
737
- "name": "status",
738
- "type": "uint8"
739
- },
740
- {
741
- "internalType": "uint32",
742
- "name": "cpu_usage_us",
743
- "type": "uint32"
744
- },
745
- {
746
- "internalType": "uint32",
747
- "name": "net_usage_words",
748
- "type": "uint32"
749
- },
750
- {
751
- "components": [
752
- {
753
- "internalType": "uint8",
754
- "name": "keyType",
755
- "type": "uint8"
756
- },
757
- {
758
- "components": [
759
- {
760
- "internalType": "bytes32",
761
- "name": "r",
762
- "type": "bytes32"
763
- },
764
- {
765
- "internalType": "bytes32",
766
- "name": "s",
767
- "type": "bytes32"
768
- },
769
- {
770
- "internalType": "uint8",
771
- "name": "v",
772
- "type": "uint8"
773
- }
774
- ],
775
- "internalType": "struct PointSigValues",
776
- "name": "rsv",
777
- "type": "tuple"
778
- }
779
- ],
780
- "internalType": "struct Signature[]",
781
- "name": "signatures",
782
- "type": "tuple[]"
783
- },
784
- {
785
- "internalType": "bytes",
786
- "name": "packed_context_free_data",
787
- "type": "bytes"
788
- }
789
- ],
790
- "internalType": "struct TransactionExtra[]",
791
- "name": "transactionExtras",
792
- "type": "tuple[]"
793
- },
794
- {
795
- "components": [
796
- {
797
- "internalType": "bytes32[]",
798
- "name": "proof",
799
- "type": "bytes32[]"
800
- },
801
- {
802
- "internalType": "uint8[]",
803
- "name": "ops",
804
- "type": "uint8[]"
805
- },
806
- {
807
- "internalType": "uint256",
808
- "name": "maxStack",
809
- "type": "uint256"
810
- }
811
- ],
812
- "internalType": "struct MerkleProof",
813
- "name": "txMrootProof",
814
- "type": "tuple"
815
- },
816
- {
817
- "components": [
818
- {
819
- "internalType": "bytes32[]",
820
- "name": "proof",
821
- "type": "bytes32[]"
822
- },
823
- {
824
- "internalType": "uint8[]",
825
- "name": "ops",
826
- "type": "uint8[]"
827
- },
828
- {
829
- "internalType": "uint256",
830
- "name": "maxStack",
831
- "type": "uint256"
832
- }
833
- ],
834
- "internalType": "struct MerkleProof",
835
- "name": "sRootProof",
836
- "type": "tuple"
837
- }
838
- ],
839
- "internalType": "struct BlockWithPackedTransactions[]",
840
- "name": "blocks",
841
- "type": "tuple[]"
842
- },
843
- {
844
- "internalType": "bytes[]",
845
- "name": "packedTransactions",
846
- "type": "bytes[]"
847
- },
848
- {
849
- "internalType": "bytes32",
850
- "name": "startingTx",
851
- "type": "bytes32"
852
- },
853
- {
854
- "internalType": "uint256",
855
- "name": "badDepositRoot",
856
- "type": "uint256"
857
- },
858
- {
859
- "internalType": "bytes32[]",
860
- "name": "depositHistory",
861
- "type": "bytes32[]"
862
- },
863
- {
864
- "internalType": "uint256",
865
- "name": "startingRoot",
866
- "type": "uint256"
867
- }
868
- ],
869
- "name": "badDepositChallenge",
870
- "outputs": [],
871
- "stateMutability": "nonpayable",
872
- "type": "function"
873
- },
874
- {
875
- "inputs": [
876
- {
877
- "components": [
878
- {
879
- "components": [
880
- {
881
- "components": [
882
- {
883
- "internalType": "uint256",
884
- "name": "timestamp",
885
- "type": "uint256"
886
- },
887
- {
888
- "internalType": "SysName",
889
- "name": "producer",
890
- "type": "uint64"
891
- },
892
- {
893
- "internalType": "uint16",
894
- "name": "confirmed",
895
- "type": "uint16"
896
- },
897
- {
898
- "internalType": "bytes32",
899
- "name": "previous",
900
- "type": "bytes32"
901
- },
902
- {
903
- "internalType": "bytes32",
904
- "name": "txMroot",
905
- "type": "bytes32"
906
- },
907
- {
908
- "internalType": "bytes32",
909
- "name": "actMroot",
910
- "type": "bytes32"
911
- },
912
- {
913
- "internalType": "uint32",
914
- "name": "scheduleVersion",
915
- "type": "uint32"
916
- },
917
- {
918
- "components": [
919
- {
920
- "internalType": "uint32",
921
- "name": "version",
922
- "type": "uint32"
923
- },
924
- {
925
- "components": [
926
- {
927
- "internalType": "SysName",
928
- "name": "account_name",
929
- "type": "uint64"
930
- },
931
- {
932
- "internalType": "bytes",
933
- "name": "blockSigningKey",
934
- "type": "bytes"
935
- }
936
- ],
937
- "internalType": "struct Producer[]",
938
- "name": "producers",
939
- "type": "tuple[]"
940
- }
941
- ],
942
- "internalType": "struct ProducerSchedule",
943
- "name": "new_producers",
944
- "type": "tuple"
945
- },
946
- {
947
- "components": [
948
- {
949
- "internalType": "uint16",
950
- "name": "extensionType",
951
- "type": "uint16"
952
- },
953
- {
954
- "components": [
955
- {
956
- "internalType": "uint32",
957
- "name": "length",
958
- "type": "uint32"
959
- },
960
- {
961
- "internalType": "uint32",
962
- "name": "offset",
963
- "type": "uint32"
964
- },
965
- {
966
- "components": [
967
- {
968
- "internalType": "bytes",
969
- "name": "data",
970
- "type": "bytes"
971
- }
972
- ],
973
- "internalType": "struct iodata.Buffer",
974
- "name": "data",
975
- "type": "tuple"
976
- }
977
- ],
978
- "internalType": "struct DataRef",
979
- "name": "dataRef",
980
- "type": "tuple"
981
- },
982
- {
983
- "internalType": "bytes",
984
- "name": "data",
985
- "type": "bytes"
986
- }
987
- ],
988
- "internalType": "struct Extension[]",
989
- "name": "header_extensions",
990
- "type": "tuple[]"
991
- }
992
- ],
993
- "internalType": "struct BlockHeader",
994
- "name": "header",
995
- "type": "tuple"
996
- },
997
- {
998
- "components": [
999
- {
1000
- "internalType": "bytes32",
1001
- "name": "r",
1002
- "type": "bytes32"
1003
- },
1004
- {
1005
- "internalType": "bytes32",
1006
- "name": "s",
1007
- "type": "bytes32"
1008
- },
1009
- {
1010
- "internalType": "uint8",
1011
- "name": "v",
1012
- "type": "uint8"
1013
- }
1014
- ],
1015
- "internalType": "struct PointSigValues",
1016
- "name": "signature",
1017
- "type": "tuple"
1018
- },
1019
- {
1020
- "internalType": "bytes32",
1021
- "name": "blockMRoot",
1022
- "type": "bytes32"
1023
- },
1024
- {
1025
- "internalType": "bytes32",
1026
- "name": "scheduleHash",
1027
- "type": "bytes32"
1028
- }
1029
- ],
1030
- "internalType": "struct SignedHeader",
1031
- "name": "signed",
1032
- "type": "tuple"
1033
- },
1034
- {
1035
- "internalType": "bytes[]",
1036
- "name": "packedTransactions",
1037
- "type": "bytes[]"
1038
- },
1039
- {
1040
- "components": [
1041
- {
1042
- "internalType": "uint8",
1043
- "name": "status",
1044
- "type": "uint8"
1045
- },
1046
- {
1047
- "internalType": "uint32",
1048
- "name": "cpu_usage_us",
1049
- "type": "uint32"
1050
- },
1051
- {
1052
- "internalType": "uint32",
1053
- "name": "net_usage_words",
1054
- "type": "uint32"
1055
- },
1056
- {
1057
- "components": [
1058
- {
1059
- "internalType": "uint8",
1060
- "name": "keyType",
1061
- "type": "uint8"
1062
- },
1063
- {
1064
- "components": [
1065
- {
1066
- "internalType": "bytes32",
1067
- "name": "r",
1068
- "type": "bytes32"
1069
- },
1070
- {
1071
- "internalType": "bytes32",
1072
- "name": "s",
1073
- "type": "bytes32"
1074
- },
1075
- {
1076
- "internalType": "uint8",
1077
- "name": "v",
1078
- "type": "uint8"
1079
- }
1080
- ],
1081
- "internalType": "struct PointSigValues",
1082
- "name": "rsv",
1083
- "type": "tuple"
1084
- }
1085
- ],
1086
- "internalType": "struct Signature[]",
1087
- "name": "signatures",
1088
- "type": "tuple[]"
1089
- },
1090
- {
1091
- "internalType": "bytes",
1092
- "name": "packed_context_free_data",
1093
- "type": "bytes"
1094
- }
1095
- ],
1096
- "internalType": "struct TransactionExtra[]",
1097
- "name": "transactionExtras",
1098
- "type": "tuple[]"
1099
- },
1100
- {
1101
- "components": [
1102
- {
1103
- "internalType": "bytes32[]",
1104
- "name": "proof",
1105
- "type": "bytes32[]"
1106
- },
1107
- {
1108
- "internalType": "uint8[]",
1109
- "name": "ops",
1110
- "type": "uint8[]"
1111
- },
1112
- {
1113
- "internalType": "uint256",
1114
- "name": "maxStack",
1115
- "type": "uint256"
1116
- }
1117
- ],
1118
- "internalType": "struct MerkleProof",
1119
- "name": "txMrootProof",
1120
- "type": "tuple"
1121
- },
1122
- {
1123
- "components": [
1124
- {
1125
- "internalType": "bytes32[]",
1126
- "name": "proof",
1127
- "type": "bytes32[]"
1128
- },
1129
- {
1130
- "internalType": "uint8[]",
1131
- "name": "ops",
1132
- "type": "uint8[]"
1133
- },
1134
- {
1135
- "internalType": "uint256",
1136
- "name": "maxStack",
1137
- "type": "uint256"
1138
- }
1139
- ],
1140
- "internalType": "struct MerkleProof",
1141
- "name": "sRootProof",
1142
- "type": "tuple"
1143
- }
1144
- ],
1145
- "internalType": "struct BlockWithPackedTransactions[]",
1146
- "name": "blocks",
1147
- "type": "tuple[]"
1148
- },
1149
- {
1150
- "internalType": "bytes[]",
1151
- "name": "packedTransactions",
1152
- "type": "bytes[]"
1153
- },
1154
- {
1155
- "internalType": "bytes32",
1156
- "name": "startingTx",
1157
- "type": "bytes32"
1158
- }
1159
- ],
1160
- "name": "badTxChallenge",
1161
- "outputs": [],
1162
- "stateMutability": "nonpayable",
1163
- "type": "function"
1164
- },
1165
- {
1166
- "inputs": [],
1167
- "name": "bucketAddr",
1168
- "outputs": [
1169
- {
1170
- "internalType": "address",
1171
- "name": "",
1172
- "type": "address"
1173
- }
1174
- ],
1175
- "stateMutability": "view",
1176
- "type": "function"
1177
- },
1178
- {
1179
- "inputs": [],
1180
- "name": "challengeTimeout",
1181
- "outputs": [
1182
- {
1183
- "internalType": "uint256",
1184
- "name": "",
1185
- "type": "uint256"
1186
- }
1187
- ],
1188
- "stateMutability": "view",
1189
- "type": "function"
1190
- },
1191
- {
1192
- "inputs": [
1193
- {
1194
- "components": [
1195
- {
1196
- "components": [
1197
- {
1198
- "internalType": "uint256",
1199
- "name": "timestamp",
1200
- "type": "uint256"
1201
- },
1202
- {
1203
- "internalType": "SysName",
1204
- "name": "producer",
1205
- "type": "uint64"
1206
- },
1207
- {
1208
- "internalType": "uint16",
1209
- "name": "confirmed",
1210
- "type": "uint16"
1211
- },
1212
- {
1213
- "internalType": "bytes32",
1214
- "name": "previous",
1215
- "type": "bytes32"
1216
- },
1217
- {
1218
- "internalType": "bytes32",
1219
- "name": "txMroot",
1220
- "type": "bytes32"
1221
- },
1222
- {
1223
- "internalType": "bytes32",
1224
- "name": "actMroot",
1225
- "type": "bytes32"
1226
- },
1227
- {
1228
- "internalType": "uint32",
1229
- "name": "scheduleVersion",
1230
- "type": "uint32"
1231
- },
1232
- {
1233
- "components": [
1234
- {
1235
- "internalType": "uint32",
1236
- "name": "version",
1237
- "type": "uint32"
1238
- },
1239
- {
1240
- "components": [
1241
- {
1242
- "internalType": "SysName",
1243
- "name": "account_name",
1244
- "type": "uint64"
1245
- },
1246
- {
1247
- "internalType": "bytes",
1248
- "name": "blockSigningKey",
1249
- "type": "bytes"
1250
- }
1251
- ],
1252
- "internalType": "struct Producer[]",
1253
- "name": "producers",
1254
- "type": "tuple[]"
1255
- }
1256
- ],
1257
- "internalType": "struct ProducerSchedule",
1258
- "name": "new_producers",
1259
- "type": "tuple"
1260
- },
1261
- {
1262
- "components": [
1263
- {
1264
- "internalType": "uint16",
1265
- "name": "extensionType",
1266
- "type": "uint16"
1267
- },
1268
- {
1269
- "components": [
1270
- {
1271
- "internalType": "uint32",
1272
- "name": "length",
1273
- "type": "uint32"
1274
- },
1275
- {
1276
- "internalType": "uint32",
1277
- "name": "offset",
1278
- "type": "uint32"
1279
- },
1280
- {
1281
- "components": [
1282
- {
1283
- "internalType": "bytes",
1284
- "name": "data",
1285
- "type": "bytes"
1286
- }
1287
- ],
1288
- "internalType": "struct iodata.Buffer",
1289
- "name": "data",
1290
- "type": "tuple"
1291
- }
1292
- ],
1293
- "internalType": "struct DataRef",
1294
- "name": "dataRef",
1295
- "type": "tuple"
1296
- },
1297
- {
1298
- "internalType": "bytes",
1299
- "name": "data",
1300
- "type": "bytes"
1301
- }
1302
- ],
1303
- "internalType": "struct Extension[]",
1304
- "name": "header_extensions",
1305
- "type": "tuple[]"
1306
- }
1307
- ],
1308
- "internalType": "struct BlockHeader",
1309
- "name": "header",
1310
- "type": "tuple"
1311
- },
1312
- {
1313
- "components": [
1314
- {
1315
- "internalType": "bytes32",
1316
- "name": "r",
1317
- "type": "bytes32"
1318
- },
1319
- {
1320
- "internalType": "bytes32",
1321
- "name": "s",
1322
- "type": "bytes32"
1323
- },
1324
- {
1325
- "internalType": "uint8",
1326
- "name": "v",
1327
- "type": "uint8"
1328
- }
1329
- ],
1330
- "internalType": "struct PointSigValues",
1331
- "name": "signature",
1332
- "type": "tuple"
1333
- },
1334
- {
1335
- "internalType": "bytes32",
1336
- "name": "blockMRoot",
1337
- "type": "bytes32"
1338
- },
1339
- {
1340
- "internalType": "bytes32",
1341
- "name": "scheduleHash",
1342
- "type": "bytes32"
1343
- }
1344
- ],
1345
- "internalType": "struct SignedHeader",
1346
- "name": "signed",
1347
- "type": "tuple"
1348
- },
1349
- {
1350
- "internalType": "address",
1351
- "name": "signer",
1352
- "type": "address"
1353
- }
1354
- ],
1355
- "name": "checkChallenge",
1356
- "outputs": [],
1357
- "stateMutability": "view",
1358
- "type": "function"
1359
- },
1360
- {
1361
- "inputs": [
1362
- {
1363
- "internalType": "bytes32",
1364
- "name": "challengeID",
1365
- "type": "bytes32"
1366
- },
1367
- {
1368
- "components": [
1369
- {
1370
- "components": [
1371
- {
1372
- "internalType": "uint256",
1373
- "name": "timestamp",
1374
- "type": "uint256"
1375
- },
1376
- {
1377
- "internalType": "SysName",
1378
- "name": "producer",
1379
- "type": "uint64"
1380
- },
1381
- {
1382
- "internalType": "uint16",
1383
- "name": "confirmed",
1384
- "type": "uint16"
1385
- },
1386
- {
1387
- "internalType": "bytes32",
1388
- "name": "previous",
1389
- "type": "bytes32"
1390
- },
1391
- {
1392
- "internalType": "bytes32",
1393
- "name": "txMroot",
1394
- "type": "bytes32"
1395
- },
1396
- {
1397
- "internalType": "bytes32",
1398
- "name": "actMroot",
1399
- "type": "bytes32"
1400
- },
1401
- {
1402
- "internalType": "uint32",
1403
- "name": "scheduleVersion",
1404
- "type": "uint32"
1405
- },
1406
- {
1407
- "components": [
1408
- {
1409
- "internalType": "uint32",
1410
- "name": "version",
1411
- "type": "uint32"
1412
- },
1413
- {
1414
- "components": [
1415
- {
1416
- "internalType": "SysName",
1417
- "name": "account_name",
1418
- "type": "uint64"
1419
- },
1420
- {
1421
- "internalType": "bytes",
1422
- "name": "blockSigningKey",
1423
- "type": "bytes"
1424
- }
1425
- ],
1426
- "internalType": "struct Producer[]",
1427
- "name": "producers",
1428
- "type": "tuple[]"
1429
- }
1430
- ],
1431
- "internalType": "struct ProducerSchedule",
1432
- "name": "new_producers",
1433
- "type": "tuple"
1434
- },
1435
- {
1436
- "components": [
1437
- {
1438
- "internalType": "uint16",
1439
- "name": "extensionType",
1440
- "type": "uint16"
1441
- },
1442
- {
1443
- "components": [
1444
- {
1445
- "internalType": "uint32",
1446
- "name": "length",
1447
- "type": "uint32"
1448
- },
1449
- {
1450
- "internalType": "uint32",
1451
- "name": "offset",
1452
- "type": "uint32"
1453
- },
1454
- {
1455
- "components": [
1456
- {
1457
- "internalType": "bytes",
1458
- "name": "data",
1459
- "type": "bytes"
1460
- }
1461
- ],
1462
- "internalType": "struct iodata.Buffer",
1463
- "name": "data",
1464
- "type": "tuple"
1465
- }
1466
- ],
1467
- "internalType": "struct DataRef",
1468
- "name": "dataRef",
1469
- "type": "tuple"
1470
- },
1471
- {
1472
- "internalType": "bytes",
1473
- "name": "data",
1474
- "type": "bytes"
1475
- }
1476
- ],
1477
- "internalType": "struct Extension[]",
1478
- "name": "header_extensions",
1479
- "type": "tuple[]"
1480
- }
1481
- ],
1482
- "internalType": "struct BlockHeader",
1483
- "name": "header",
1484
- "type": "tuple"
1485
- },
1486
- {
1487
- "components": [
1488
- {
1489
- "internalType": "bytes32",
1490
- "name": "r",
1491
- "type": "bytes32"
1492
- },
1493
- {
1494
- "internalType": "bytes32",
1495
- "name": "s",
1496
- "type": "bytes32"
1497
- },
1498
- {
1499
- "internalType": "uint8",
1500
- "name": "v",
1501
- "type": "uint8"
1502
- }
1503
- ],
1504
- "internalType": "struct PointSigValues",
1505
- "name": "signature",
1506
- "type": "tuple"
1507
- },
1508
- {
1509
- "internalType": "bytes32",
1510
- "name": "blockMRoot",
1511
- "type": "bytes32"
1512
- },
1513
- {
1514
- "internalType": "bytes32",
1515
- "name": "scheduleHash",
1516
- "type": "bytes32"
1517
- }
1518
- ],
1519
- "internalType": "struct SignedHeader[]",
1520
- "name": "counterProof",
1521
- "type": "tuple[]"
1522
- }
1523
- ],
1524
- "name": "counterChainChallenge",
1525
- "outputs": [],
1526
- "stateMutability": "payable",
1527
- "type": "function"
1528
- },
1529
- {
1530
- "inputs": [
1531
- {
1532
- "components": [
1533
- {
1534
- "components": [
1535
- {
1536
- "components": [
1537
- {
1538
- "internalType": "uint256",
1539
- "name": "timestamp",
1540
- "type": "uint256"
1541
- },
1542
- {
1543
- "internalType": "SysName",
1544
- "name": "producer",
1545
- "type": "uint64"
1546
- },
1547
- {
1548
- "internalType": "uint16",
1549
- "name": "confirmed",
1550
- "type": "uint16"
1551
- },
1552
- {
1553
- "internalType": "bytes32",
1554
- "name": "previous",
1555
- "type": "bytes32"
1556
- },
1557
- {
1558
- "internalType": "bytes32",
1559
- "name": "txMroot",
1560
- "type": "bytes32"
1561
- },
1562
- {
1563
- "internalType": "bytes32",
1564
- "name": "actMroot",
1565
- "type": "bytes32"
1566
- },
1567
- {
1568
- "internalType": "uint32",
1569
- "name": "scheduleVersion",
1570
- "type": "uint32"
1571
- },
1572
- {
1573
- "components": [
1574
- {
1575
- "internalType": "uint32",
1576
- "name": "version",
1577
- "type": "uint32"
1578
- },
1579
- {
1580
- "components": [
1581
- {
1582
- "internalType": "SysName",
1583
- "name": "account_name",
1584
- "type": "uint64"
1585
- },
1586
- {
1587
- "internalType": "bytes",
1588
- "name": "blockSigningKey",
1589
- "type": "bytes"
1590
- }
1591
- ],
1592
- "internalType": "struct Producer[]",
1593
- "name": "producers",
1594
- "type": "tuple[]"
1595
- }
1596
- ],
1597
- "internalType": "struct ProducerSchedule",
1598
- "name": "new_producers",
1599
- "type": "tuple"
1600
- },
1601
- {
1602
- "components": [
1603
- {
1604
- "internalType": "uint16",
1605
- "name": "extensionType",
1606
- "type": "uint16"
1607
- },
1608
- {
1609
- "components": [
1610
- {
1611
- "internalType": "uint32",
1612
- "name": "length",
1613
- "type": "uint32"
1614
- },
1615
- {
1616
- "internalType": "uint32",
1617
- "name": "offset",
1618
- "type": "uint32"
1619
- },
1620
- {
1621
- "components": [
1622
- {
1623
- "internalType": "bytes",
1624
- "name": "data",
1625
- "type": "bytes"
1626
- }
1627
- ],
1628
- "internalType": "struct iodata.Buffer",
1629
- "name": "data",
1630
- "type": "tuple"
1631
- }
1632
- ],
1633
- "internalType": "struct DataRef",
1634
- "name": "dataRef",
1635
- "type": "tuple"
1636
- },
1637
- {
1638
- "internalType": "bytes",
1639
- "name": "data",
1640
- "type": "bytes"
1641
- }
1642
- ],
1643
- "internalType": "struct Extension[]",
1644
- "name": "header_extensions",
1645
- "type": "tuple[]"
1646
- }
1647
- ],
1648
- "internalType": "struct BlockHeader",
1649
- "name": "header",
1650
- "type": "tuple"
1651
- },
1652
- {
1653
- "components": [
1654
- {
1655
- "internalType": "bytes32",
1656
- "name": "r",
1657
- "type": "bytes32"
1658
- },
1659
- {
1660
- "internalType": "bytes32",
1661
- "name": "s",
1662
- "type": "bytes32"
1663
- },
1664
- {
1665
- "internalType": "uint8",
1666
- "name": "v",
1667
- "type": "uint8"
1668
- }
1669
- ],
1670
- "internalType": "struct PointSigValues",
1671
- "name": "signature",
1672
- "type": "tuple"
1673
- },
1674
- {
1675
- "internalType": "bytes32",
1676
- "name": "blockMRoot",
1677
- "type": "bytes32"
1678
- },
1679
- {
1680
- "internalType": "bytes32",
1681
- "name": "scheduleHash",
1682
- "type": "bytes32"
1683
- }
1684
- ],
1685
- "internalType": "struct SignedHeader",
1686
- "name": "signed",
1687
- "type": "tuple"
1688
- },
1689
- {
1690
- "internalType": "bytes[]",
1691
- "name": "packedTransactions",
1692
- "type": "bytes[]"
1693
- },
1694
- {
1695
- "components": [
1696
- {
1697
- "internalType": "uint8",
1698
- "name": "status",
1699
- "type": "uint8"
1700
- },
1701
- {
1702
- "internalType": "uint32",
1703
- "name": "cpu_usage_us",
1704
- "type": "uint32"
1705
- },
1706
- {
1707
- "internalType": "uint32",
1708
- "name": "net_usage_words",
1709
- "type": "uint32"
1710
- },
1711
- {
1712
- "components": [
1713
- {
1714
- "internalType": "uint8",
1715
- "name": "keyType",
1716
- "type": "uint8"
1717
- },
1718
- {
1719
- "components": [
1720
- {
1721
- "internalType": "bytes32",
1722
- "name": "r",
1723
- "type": "bytes32"
1724
- },
1725
- {
1726
- "internalType": "bytes32",
1727
- "name": "s",
1728
- "type": "bytes32"
1729
- },
1730
- {
1731
- "internalType": "uint8",
1732
- "name": "v",
1733
- "type": "uint8"
1734
- }
1735
- ],
1736
- "internalType": "struct PointSigValues",
1737
- "name": "rsv",
1738
- "type": "tuple"
1739
- }
1740
- ],
1741
- "internalType": "struct Signature[]",
1742
- "name": "signatures",
1743
- "type": "tuple[]"
1744
- },
1745
- {
1746
- "internalType": "bytes",
1747
- "name": "packed_context_free_data",
1748
- "type": "bytes"
1749
- }
1750
- ],
1751
- "internalType": "struct TransactionExtra[]",
1752
- "name": "transactionExtras",
1753
- "type": "tuple[]"
1754
- },
1755
- {
1756
- "components": [
1757
- {
1758
- "internalType": "bytes32[]",
1759
- "name": "proof",
1760
- "type": "bytes32[]"
1761
- },
1762
- {
1763
- "internalType": "uint8[]",
1764
- "name": "ops",
1765
- "type": "uint8[]"
1766
- },
1767
- {
1768
- "internalType": "uint256",
1769
- "name": "maxStack",
1770
- "type": "uint256"
1771
- }
1772
- ],
1773
- "internalType": "struct MerkleProof",
1774
- "name": "txMrootProof",
1775
- "type": "tuple"
1776
- },
1777
- {
1778
- "components": [
1779
- {
1780
- "internalType": "bytes32[]",
1781
- "name": "proof",
1782
- "type": "bytes32[]"
1783
- },
1784
- {
1785
- "internalType": "uint8[]",
1786
- "name": "ops",
1787
- "type": "uint8[]"
1788
- },
1789
- {
1790
- "internalType": "uint256",
1791
- "name": "maxStack",
1792
- "type": "uint256"
1793
- }
1794
- ],
1795
- "internalType": "struct MerkleProof",
1796
- "name": "sRootProof",
1797
- "type": "tuple"
1798
- }
1799
- ],
1800
- "internalType": "struct BlockWithPackedTransactions[]",
1801
- "name": "blocks",
1802
- "type": "tuple[]"
1803
- },
1804
- {
1805
- "internalType": "bytes[]",
1806
- "name": "packedTransactions",
1807
- "type": "bytes[]"
1808
- },
1809
- {
1810
- "internalType": "bytes32[]",
1811
- "name": "startingTxs",
1812
- "type": "bytes32[]"
1813
- },
1814
- {
1815
- "internalType": "bytes32",
1816
- "name": "duplicatedTx",
1817
- "type": "bytes32"
1818
- },
1819
- {
1820
- "internalType": "uint256",
1821
- "name": "duplicatedIndex",
1822
- "type": "uint256"
1823
- }
1824
- ],
1825
- "name": "doubleSpendChallenge",
1826
- "outputs": [],
1827
- "stateMutability": "nonpayable",
1828
- "type": "function"
1829
- },
1830
- {
1831
- "inputs": [
1832
- {
1833
- "internalType": "bytes32",
1834
- "name": "blockID",
1835
- "type": "bytes32"
1836
- },
1837
- {
1838
- "components": [
1839
- {
1840
- "components": [
1841
- {
1842
- "internalType": "uint256",
1843
- "name": "timestamp",
1844
- "type": "uint256"
1845
- },
1846
- {
1847
- "internalType": "SysName",
1848
- "name": "producer",
1849
- "type": "uint64"
1850
- },
1851
- {
1852
- "internalType": "uint16",
1853
- "name": "confirmed",
1854
- "type": "uint16"
1855
- },
1856
- {
1857
- "internalType": "bytes32",
1858
- "name": "previous",
1859
- "type": "bytes32"
1860
- },
1861
- {
1862
- "internalType": "bytes32",
1863
- "name": "txMroot",
1864
- "type": "bytes32"
1865
- },
1866
- {
1867
- "internalType": "bytes32",
1868
- "name": "actMroot",
1869
- "type": "bytes32"
1870
- },
1871
- {
1872
- "internalType": "uint32",
1873
- "name": "scheduleVersion",
1874
- "type": "uint32"
1875
- },
1876
- {
1877
- "components": [
1878
- {
1879
- "internalType": "uint32",
1880
- "name": "version",
1881
- "type": "uint32"
1882
- },
1883
- {
1884
- "components": [
1885
- {
1886
- "internalType": "SysName",
1887
- "name": "account_name",
1888
- "type": "uint64"
1889
- },
1890
- {
1891
- "internalType": "bytes",
1892
- "name": "blockSigningKey",
1893
- "type": "bytes"
1894
- }
1895
- ],
1896
- "internalType": "struct Producer[]",
1897
- "name": "producers",
1898
- "type": "tuple[]"
1899
- }
1900
- ],
1901
- "internalType": "struct ProducerSchedule",
1902
- "name": "new_producers",
1903
- "type": "tuple"
1904
- },
1905
- {
1906
- "components": [
1907
- {
1908
- "internalType": "uint16",
1909
- "name": "extensionType",
1910
- "type": "uint16"
1911
- },
1912
- {
1913
- "components": [
1914
- {
1915
- "internalType": "uint32",
1916
- "name": "length",
1917
- "type": "uint32"
1918
- },
1919
- {
1920
- "internalType": "uint32",
1921
- "name": "offset",
1922
- "type": "uint32"
1923
- },
1924
- {
1925
- "components": [
1926
- {
1927
- "internalType": "bytes",
1928
- "name": "data",
1929
- "type": "bytes"
1930
- }
1931
- ],
1932
- "internalType": "struct iodata.Buffer",
1933
- "name": "data",
1934
- "type": "tuple"
1935
- }
1936
- ],
1937
- "internalType": "struct DataRef",
1938
- "name": "dataRef",
1939
- "type": "tuple"
1940
- },
1941
- {
1942
- "internalType": "bytes",
1943
- "name": "data",
1944
- "type": "bytes"
1945
- }
1946
- ],
1947
- "internalType": "struct Extension[]",
1948
- "name": "header_extensions",
1949
- "type": "tuple[]"
1950
- }
1951
- ],
1952
- "internalType": "struct BlockHeader",
1953
- "name": "header",
1954
- "type": "tuple"
1955
- },
1956
- {
1957
- "components": [
1958
- {
1959
- "internalType": "bytes32",
1960
- "name": "r",
1961
- "type": "bytes32"
1962
- },
1963
- {
1964
- "internalType": "bytes32",
1965
- "name": "s",
1966
- "type": "bytes32"
1967
- },
1968
- {
1969
- "internalType": "uint8",
1970
- "name": "v",
1971
- "type": "uint8"
1972
- }
1973
- ],
1974
- "internalType": "struct PointSigValues",
1975
- "name": "signature",
1976
- "type": "tuple"
1977
- },
1978
- {
1979
- "internalType": "bytes32",
1980
- "name": "blockMRoot",
1981
- "type": "bytes32"
1982
- },
1983
- {
1984
- "internalType": "bytes32",
1985
- "name": "scheduleHash",
1986
- "type": "bytes32"
1987
- }
1988
- ],
1989
- "internalType": "struct SignedHeader",
1990
- "name": "signed",
1991
- "type": "tuple"
1992
- }
1993
- ],
1994
- "name": "getChallengeExposure",
1995
- "outputs": [
1996
- {
1997
- "internalType": "uint256",
1998
- "name": "gasAmount",
1999
- "type": "uint256"
2000
- }
2001
- ],
2002
- "stateMutability": "view",
2003
- "type": "function"
2004
- },
2005
- {
2006
- "inputs": [
2007
- {
2008
- "components": [
2009
- {
2010
- "components": [
2011
- {
2012
- "internalType": "uint256",
2013
- "name": "timestamp",
2014
- "type": "uint256"
2015
- },
2016
- {
2017
- "internalType": "SysName",
2018
- "name": "producer",
2019
- "type": "uint64"
2020
- },
2021
- {
2022
- "internalType": "uint16",
2023
- "name": "confirmed",
2024
- "type": "uint16"
2025
- },
2026
- {
2027
- "internalType": "bytes32",
2028
- "name": "previous",
2029
- "type": "bytes32"
2030
- },
2031
- {
2032
- "internalType": "bytes32",
2033
- "name": "txMroot",
2034
- "type": "bytes32"
2035
- },
2036
- {
2037
- "internalType": "bytes32",
2038
- "name": "actMroot",
2039
- "type": "bytes32"
2040
- },
2041
- {
2042
- "internalType": "uint32",
2043
- "name": "scheduleVersion",
2044
- "type": "uint32"
2045
- },
2046
- {
2047
- "components": [
2048
- {
2049
- "internalType": "uint32",
2050
- "name": "version",
2051
- "type": "uint32"
2052
- },
2053
- {
2054
- "components": [
2055
- {
2056
- "internalType": "SysName",
2057
- "name": "account_name",
2058
- "type": "uint64"
2059
- },
2060
- {
2061
- "internalType": "bytes",
2062
- "name": "blockSigningKey",
2063
- "type": "bytes"
2064
- }
2065
- ],
2066
- "internalType": "struct Producer[]",
2067
- "name": "producers",
2068
- "type": "tuple[]"
2069
- }
2070
- ],
2071
- "internalType": "struct ProducerSchedule",
2072
- "name": "new_producers",
2073
- "type": "tuple"
2074
- },
2075
- {
2076
- "components": [
2077
- {
2078
- "internalType": "uint16",
2079
- "name": "extensionType",
2080
- "type": "uint16"
2081
- },
2082
- {
2083
- "components": [
2084
- {
2085
- "internalType": "uint32",
2086
- "name": "length",
2087
- "type": "uint32"
2088
- },
2089
- {
2090
- "internalType": "uint32",
2091
- "name": "offset",
2092
- "type": "uint32"
2093
- },
2094
- {
2095
- "components": [
2096
- {
2097
- "internalType": "bytes",
2098
- "name": "data",
2099
- "type": "bytes"
2100
- }
2101
- ],
2102
- "internalType": "struct iodata.Buffer",
2103
- "name": "data",
2104
- "type": "tuple"
2105
- }
2106
- ],
2107
- "internalType": "struct DataRef",
2108
- "name": "dataRef",
2109
- "type": "tuple"
2110
- },
2111
- {
2112
- "internalType": "bytes",
2113
- "name": "data",
2114
- "type": "bytes"
2115
- }
2116
- ],
2117
- "internalType": "struct Extension[]",
2118
- "name": "header_extensions",
2119
- "type": "tuple[]"
2120
- }
2121
- ],
2122
- "internalType": "struct BlockHeader",
2123
- "name": "header",
2124
- "type": "tuple"
2125
- },
2126
- {
2127
- "components": [
2128
- {
2129
- "internalType": "bytes32",
2130
- "name": "r",
2131
- "type": "bytes32"
2132
- },
2133
- {
2134
- "internalType": "bytes32",
2135
- "name": "s",
2136
- "type": "bytes32"
2137
- },
2138
- {
2139
- "internalType": "uint8",
2140
- "name": "v",
2141
- "type": "uint8"
2142
- }
2143
- ],
2144
- "internalType": "struct PointSigValues",
2145
- "name": "signature",
2146
- "type": "tuple"
2147
- },
2148
- {
2149
- "internalType": "bytes32",
2150
- "name": "blockMRoot",
2151
- "type": "bytes32"
2152
- },
2153
- {
2154
- "internalType": "bytes32",
2155
- "name": "scheduleHash",
2156
- "type": "bytes32"
2157
- }
2158
- ],
2159
- "internalType": "struct SignedHeader[]",
2160
- "name": "challengeProof",
2161
- "type": "tuple[]"
2162
- },
2163
- {
2164
- "components": [
2165
- {
2166
- "components": [
2167
- {
2168
- "internalType": "uint256",
2169
- "name": "timestamp",
2170
- "type": "uint256"
2171
- },
2172
- {
2173
- "internalType": "SysName",
2174
- "name": "producer",
2175
- "type": "uint64"
2176
- },
2177
- {
2178
- "internalType": "uint16",
2179
- "name": "confirmed",
2180
- "type": "uint16"
2181
- },
2182
- {
2183
- "internalType": "bytes32",
2184
- "name": "previous",
2185
- "type": "bytes32"
2186
- },
2187
- {
2188
- "internalType": "bytes32",
2189
- "name": "txMroot",
2190
- "type": "bytes32"
2191
- },
2192
- {
2193
- "internalType": "bytes32",
2194
- "name": "actMroot",
2195
- "type": "bytes32"
2196
- },
2197
- {
2198
- "internalType": "uint32",
2199
- "name": "scheduleVersion",
2200
- "type": "uint32"
2201
- },
2202
- {
2203
- "components": [
2204
- {
2205
- "internalType": "uint32",
2206
- "name": "version",
2207
- "type": "uint32"
2208
- },
2209
- {
2210
- "components": [
2211
- {
2212
- "internalType": "SysName",
2213
- "name": "account_name",
2214
- "type": "uint64"
2215
- },
2216
- {
2217
- "internalType": "bytes",
2218
- "name": "blockSigningKey",
2219
- "type": "bytes"
2220
- }
2221
- ],
2222
- "internalType": "struct Producer[]",
2223
- "name": "producers",
2224
- "type": "tuple[]"
2225
- }
2226
- ],
2227
- "internalType": "struct ProducerSchedule",
2228
- "name": "new_producers",
2229
- "type": "tuple"
2230
- },
2231
- {
2232
- "components": [
2233
- {
2234
- "internalType": "uint16",
2235
- "name": "extensionType",
2236
- "type": "uint16"
2237
- },
2238
- {
2239
- "components": [
2240
- {
2241
- "internalType": "uint32",
2242
- "name": "length",
2243
- "type": "uint32"
2244
- },
2245
- {
2246
- "internalType": "uint32",
2247
- "name": "offset",
2248
- "type": "uint32"
2249
- },
2250
- {
2251
- "components": [
2252
- {
2253
- "internalType": "bytes",
2254
- "name": "data",
2255
- "type": "bytes"
2256
- }
2257
- ],
2258
- "internalType": "struct iodata.Buffer",
2259
- "name": "data",
2260
- "type": "tuple"
2261
- }
2262
- ],
2263
- "internalType": "struct DataRef",
2264
- "name": "dataRef",
2265
- "type": "tuple"
2266
- },
2267
- {
2268
- "internalType": "bytes",
2269
- "name": "data",
2270
- "type": "bytes"
2271
- }
2272
- ],
2273
- "internalType": "struct Extension[]",
2274
- "name": "header_extensions",
2275
- "type": "tuple[]"
2276
- }
2277
- ],
2278
- "internalType": "struct BlockHeader",
2279
- "name": "header",
2280
- "type": "tuple"
2281
- },
2282
- {
2283
- "components": [
2284
- {
2285
- "internalType": "bytes32",
2286
- "name": "r",
2287
- "type": "bytes32"
2288
- },
2289
- {
2290
- "internalType": "bytes32",
2291
- "name": "s",
2292
- "type": "bytes32"
2293
- },
2294
- {
2295
- "internalType": "uint8",
2296
- "name": "v",
2297
- "type": "uint8"
2298
- }
2299
- ],
2300
- "internalType": "struct PointSigValues",
2301
- "name": "signature",
2302
- "type": "tuple"
2303
- },
2304
- {
2305
- "internalType": "bytes32",
2306
- "name": "blockMRoot",
2307
- "type": "bytes32"
2308
- },
2309
- {
2310
- "internalType": "bytes32",
2311
- "name": "scheduleHash",
2312
- "type": "bytes32"
2313
- }
2314
- ],
2315
- "internalType": "struct SignedHeader[]",
2316
- "name": "disputedBlocks",
2317
- "type": "tuple[]"
2318
- }
2319
- ],
2320
- "name": "initChainChallenge",
2321
- "outputs": [],
2322
- "stateMutability": "payable",
2323
- "type": "function"
2324
- },
2325
- {
2326
- "inputs": [],
2327
- "name": "owner",
2328
- "outputs": [
2329
- {
2330
- "internalType": "address",
2331
- "name": "",
2332
- "type": "address"
2333
- }
2334
- ],
2335
- "stateMutability": "view",
2336
- "type": "function"
2337
- },
2338
- {
2339
- "inputs": [
2340
- {
2341
- "internalType": "address payable",
2342
- "name": "payor",
2343
- "type": "address"
2344
- },
2345
- {
2346
- "internalType": "bytes32",
2347
- "name": "blockID",
2348
- "type": "bytes32"
2349
- },
2350
- {
2351
- "components": [
2352
- {
2353
- "components": [
2354
- {
2355
- "internalType": "uint256",
2356
- "name": "timestamp",
2357
- "type": "uint256"
2358
- },
2359
- {
2360
- "internalType": "SysName",
2361
- "name": "producer",
2362
- "type": "uint64"
2363
- },
2364
- {
2365
- "internalType": "uint16",
2366
- "name": "confirmed",
2367
- "type": "uint16"
2368
- },
2369
- {
2370
- "internalType": "bytes32",
2371
- "name": "previous",
2372
- "type": "bytes32"
2373
- },
2374
- {
2375
- "internalType": "bytes32",
2376
- "name": "txMroot",
2377
- "type": "bytes32"
2378
- },
2379
- {
2380
- "internalType": "bytes32",
2381
- "name": "actMroot",
2382
- "type": "bytes32"
2383
- },
2384
- {
2385
- "internalType": "uint32",
2386
- "name": "scheduleVersion",
2387
- "type": "uint32"
2388
- },
2389
- {
2390
- "components": [
2391
- {
2392
- "internalType": "uint32",
2393
- "name": "version",
2394
- "type": "uint32"
2395
- },
2396
- {
2397
- "components": [
2398
- {
2399
- "internalType": "SysName",
2400
- "name": "account_name",
2401
- "type": "uint64"
2402
- },
2403
- {
2404
- "internalType": "bytes",
2405
- "name": "blockSigningKey",
2406
- "type": "bytes"
2407
- }
2408
- ],
2409
- "internalType": "struct Producer[]",
2410
- "name": "producers",
2411
- "type": "tuple[]"
2412
- }
2413
- ],
2414
- "internalType": "struct ProducerSchedule",
2415
- "name": "new_producers",
2416
- "type": "tuple"
2417
- },
2418
- {
2419
- "components": [
2420
- {
2421
- "internalType": "uint16",
2422
- "name": "extensionType",
2423
- "type": "uint16"
2424
- },
2425
- {
2426
- "components": [
2427
- {
2428
- "internalType": "uint32",
2429
- "name": "length",
2430
- "type": "uint32"
2431
- },
2432
- {
2433
- "internalType": "uint32",
2434
- "name": "offset",
2435
- "type": "uint32"
2436
- },
2437
- {
2438
- "components": [
2439
- {
2440
- "internalType": "bytes",
2441
- "name": "data",
2442
- "type": "bytes"
2443
- }
2444
- ],
2445
- "internalType": "struct iodata.Buffer",
2446
- "name": "data",
2447
- "type": "tuple"
2448
- }
2449
- ],
2450
- "internalType": "struct DataRef",
2451
- "name": "dataRef",
2452
- "type": "tuple"
2453
- },
2454
- {
2455
- "internalType": "bytes",
2456
- "name": "data",
2457
- "type": "bytes"
2458
- }
2459
- ],
2460
- "internalType": "struct Extension[]",
2461
- "name": "header_extensions",
2462
- "type": "tuple[]"
2463
- }
2464
- ],
2465
- "internalType": "struct BlockHeader",
2466
- "name": "header",
2467
- "type": "tuple"
2468
- },
2469
- {
2470
- "components": [
2471
- {
2472
- "internalType": "bytes32",
2473
- "name": "r",
2474
- "type": "bytes32"
2475
- },
2476
- {
2477
- "internalType": "bytes32",
2478
- "name": "s",
2479
- "type": "bytes32"
2480
- },
2481
- {
2482
- "internalType": "uint8",
2483
- "name": "v",
2484
- "type": "uint8"
2485
- }
2486
- ],
2487
- "internalType": "struct PointSigValues",
2488
- "name": "signature",
2489
- "type": "tuple"
2490
- },
2491
- {
2492
- "internalType": "bytes32",
2493
- "name": "blockMRoot",
2494
- "type": "bytes32"
2495
- },
2496
- {
2497
- "internalType": "bytes32",
2498
- "name": "scheduleHash",
2499
- "type": "bytes32"
2500
- }
2501
- ],
2502
- "internalType": "struct SignedHeader",
2503
- "name": "header",
2504
- "type": "tuple"
2505
- }
2506
- ],
2507
- "name": "payBlockEarnest",
2508
- "outputs": [],
2509
- "stateMutability": "payable",
2510
- "type": "function"
2511
- },
2512
- {
2513
- "inputs": [
2514
- {
2515
- "internalType": "bytes32",
2516
- "name": "challengeID",
2517
- "type": "bytes32"
2518
- },
2519
- {
2520
- "components": [
2521
- {
2522
- "components": [
2523
- {
2524
- "internalType": "uint256",
2525
- "name": "timestamp",
2526
- "type": "uint256"
2527
- },
2528
- {
2529
- "internalType": "SysName",
2530
- "name": "producer",
2531
- "type": "uint64"
2532
- },
2533
- {
2534
- "internalType": "uint16",
2535
- "name": "confirmed",
2536
- "type": "uint16"
2537
- },
2538
- {
2539
- "internalType": "bytes32",
2540
- "name": "previous",
2541
- "type": "bytes32"
2542
- },
2543
- {
2544
- "internalType": "bytes32",
2545
- "name": "txMroot",
2546
- "type": "bytes32"
2547
- },
2548
- {
2549
- "internalType": "bytes32",
2550
- "name": "actMroot",
2551
- "type": "bytes32"
2552
- },
2553
- {
2554
- "internalType": "uint32",
2555
- "name": "scheduleVersion",
2556
- "type": "uint32"
2557
- },
2558
- {
2559
- "components": [
2560
- {
2561
- "internalType": "uint32",
2562
- "name": "version",
2563
- "type": "uint32"
2564
- },
2565
- {
2566
- "components": [
2567
- {
2568
- "internalType": "SysName",
2569
- "name": "account_name",
2570
- "type": "uint64"
2571
- },
2572
- {
2573
- "internalType": "bytes",
2574
- "name": "blockSigningKey",
2575
- "type": "bytes"
2576
- }
2577
- ],
2578
- "internalType": "struct Producer[]",
2579
- "name": "producers",
2580
- "type": "tuple[]"
2581
- }
2582
- ],
2583
- "internalType": "struct ProducerSchedule",
2584
- "name": "new_producers",
2585
- "type": "tuple"
2586
- },
2587
- {
2588
- "components": [
2589
- {
2590
- "internalType": "uint16",
2591
- "name": "extensionType",
2592
- "type": "uint16"
2593
- },
2594
- {
2595
- "components": [
2596
- {
2597
- "internalType": "uint32",
2598
- "name": "length",
2599
- "type": "uint32"
2600
- },
2601
- {
2602
- "internalType": "uint32",
2603
- "name": "offset",
2604
- "type": "uint32"
2605
- },
2606
- {
2607
- "components": [
2608
- {
2609
- "internalType": "bytes",
2610
- "name": "data",
2611
- "type": "bytes"
2612
- }
2613
- ],
2614
- "internalType": "struct iodata.Buffer",
2615
- "name": "data",
2616
- "type": "tuple"
2617
- }
2618
- ],
2619
- "internalType": "struct DataRef",
2620
- "name": "dataRef",
2621
- "type": "tuple"
2622
- },
2623
- {
2624
- "internalType": "bytes",
2625
- "name": "data",
2626
- "type": "bytes"
2627
- }
2628
- ],
2629
- "internalType": "struct Extension[]",
2630
- "name": "header_extensions",
2631
- "type": "tuple[]"
2632
- }
2633
- ],
2634
- "internalType": "struct BlockHeader",
2635
- "name": "header",
2636
- "type": "tuple"
2637
- },
2638
- {
2639
- "components": [
2640
- {
2641
- "internalType": "bytes32",
2642
- "name": "r",
2643
- "type": "bytes32"
2644
- },
2645
- {
2646
- "internalType": "bytes32",
2647
- "name": "s",
2648
- "type": "bytes32"
2649
- },
2650
- {
2651
- "internalType": "uint8",
2652
- "name": "v",
2653
- "type": "uint8"
2654
- }
2655
- ],
2656
- "internalType": "struct PointSigValues",
2657
- "name": "signature",
2658
- "type": "tuple"
2659
- },
2660
- {
2661
- "internalType": "bytes32",
2662
- "name": "blockMRoot",
2663
- "type": "bytes32"
2664
- },
2665
- {
2666
- "internalType": "bytes32",
2667
- "name": "scheduleHash",
2668
- "type": "bytes32"
2669
- }
2670
- ],
2671
- "internalType": "struct SignedHeader[]",
2672
- "name": "newProof",
2673
- "type": "tuple[]"
2674
- }
2675
- ],
2676
- "name": "reassertChainChallenge",
2677
- "outputs": [],
2678
- "stateMutability": "payable",
2679
- "type": "function"
2680
- },
2681
- {
2682
- "inputs": [
2683
- {
2684
- "internalType": "bytes32",
2685
- "name": "blockID",
2686
- "type": "bytes32"
2687
- }
2688
- ],
2689
- "name": "refundBlockEarnest",
2690
- "outputs": [],
2691
- "stateMutability": "nonpayable",
2692
- "type": "function"
2693
- },
2694
- {
2695
- "inputs": [],
2696
- "name": "renounceOwnership",
2697
- "outputs": [],
2698
- "stateMutability": "nonpayable",
2699
- "type": "function"
2700
- },
2701
- {
2702
- "inputs": [
2703
- {
2704
- "internalType": "bytes32",
2705
- "name": "challengeID",
2706
- "type": "bytes32"
2707
- }
2708
- ],
2709
- "name": "resolveChallenge",
2710
- "outputs": [
2711
- {
2712
- "internalType": "bool",
2713
- "name": "challengerWin",
2714
- "type": "bool"
2715
- }
2716
- ],
2717
- "stateMutability": "nonpayable",
2718
- "type": "function"
2719
- },
2720
- {
2721
- "inputs": [],
2722
- "name": "sChainAddr",
2723
- "outputs": [
2724
- {
2725
- "internalType": "address",
2726
- "name": "",
2727
- "type": "address"
2728
- }
2729
- ],
2730
- "stateMutability": "view",
2731
- "type": "function"
2732
- },
2733
- {
2734
- "inputs": [
2735
- {
2736
- "internalType": "address",
2737
- "name": "_bucketAddr",
2738
- "type": "address"
2739
- }
2740
- ],
2741
- "name": "setBucketWNSAddr",
2742
- "outputs": [],
2743
- "stateMutability": "nonpayable",
2744
- "type": "function"
2745
- },
2746
- {
2747
- "inputs": [
2748
- {
2749
- "internalType": "uint256",
2750
- "name": "_block",
2751
- "type": "uint256"
2752
- },
2753
- {
2754
- "internalType": "uint256",
2755
- "name": "_sBlock",
2756
- "type": "uint256"
2757
- },
2758
- {
2759
- "internalType": "uint256",
2760
- "name": "_pending",
2761
- "type": "uint256"
2762
- }
2763
- ],
2764
- "name": "setExposureCoefficients",
2765
- "outputs": [],
2766
- "stateMutability": "nonpayable",
2767
- "type": "function"
2768
- },
2769
- {
2770
- "inputs": [
2771
- {
2772
- "internalType": "address",
2773
- "name": "_sChainAddr",
2774
- "type": "address"
2775
- }
2776
- ],
2777
- "name": "setSChainAddr",
2778
- "outputs": [],
2779
- "stateMutability": "nonpayable",
2780
- "type": "function"
2781
- },
2782
- {
2783
- "inputs": [
2784
- {
2785
- "internalType": "SysName",
2786
- "name": "newName",
2787
- "type": "uint64"
2788
- }
2789
- ],
2790
- "name": "setSettleName",
2791
- "outputs": [],
2792
- "stateMutability": "nonpayable",
2793
- "type": "function"
2794
- },
2795
- {
2796
- "inputs": [
2797
- {
2798
- "internalType": "address",
2799
- "name": "_utxoAddr",
2800
- "type": "address"
2801
- }
2802
- ],
2803
- "name": "setUTXOAddr",
2804
- "outputs": [],
2805
- "stateMutability": "nonpayable",
2806
- "type": "function"
2807
- },
2808
- {
2809
- "inputs": [
2810
- {
2811
- "components": [
2812
- {
2813
- "components": [
2814
- {
2815
- "internalType": "uint256",
2816
- "name": "timestamp",
2817
- "type": "uint256"
2818
- },
2819
- {
2820
- "internalType": "SysName",
2821
- "name": "producer",
2822
- "type": "uint64"
2823
- },
2824
- {
2825
- "internalType": "uint16",
2826
- "name": "confirmed",
2827
- "type": "uint16"
2828
- },
2829
- {
2830
- "internalType": "bytes32",
2831
- "name": "previous",
2832
- "type": "bytes32"
2833
- },
2834
- {
2835
- "internalType": "bytes32",
2836
- "name": "txMroot",
2837
- "type": "bytes32"
2838
- },
2839
- {
2840
- "internalType": "bytes32",
2841
- "name": "actMroot",
2842
- "type": "bytes32"
2843
- },
2844
- {
2845
- "internalType": "uint32",
2846
- "name": "scheduleVersion",
2847
- "type": "uint32"
2848
- },
2849
- {
2850
- "components": [
2851
- {
2852
- "internalType": "uint32",
2853
- "name": "version",
2854
- "type": "uint32"
2855
- },
2856
- {
2857
- "components": [
2858
- {
2859
- "internalType": "SysName",
2860
- "name": "account_name",
2861
- "type": "uint64"
2862
- },
2863
- {
2864
- "internalType": "bytes",
2865
- "name": "blockSigningKey",
2866
- "type": "bytes"
2867
- }
2868
- ],
2869
- "internalType": "struct Producer[]",
2870
- "name": "producers",
2871
- "type": "tuple[]"
2872
- }
2873
- ],
2874
- "internalType": "struct ProducerSchedule",
2875
- "name": "new_producers",
2876
- "type": "tuple"
2877
- },
2878
- {
2879
- "components": [
2880
- {
2881
- "internalType": "uint16",
2882
- "name": "extensionType",
2883
- "type": "uint16"
2884
- },
2885
- {
2886
- "components": [
2887
- {
2888
- "internalType": "uint32",
2889
- "name": "length",
2890
- "type": "uint32"
2891
- },
2892
- {
2893
- "internalType": "uint32",
2894
- "name": "offset",
2895
- "type": "uint32"
2896
- },
2897
- {
2898
- "components": [
2899
- {
2900
- "internalType": "bytes",
2901
- "name": "data",
2902
- "type": "bytes"
2903
- }
2904
- ],
2905
- "internalType": "struct iodata.Buffer",
2906
- "name": "data",
2907
- "type": "tuple"
2908
- }
2909
- ],
2910
- "internalType": "struct DataRef",
2911
- "name": "dataRef",
2912
- "type": "tuple"
2913
- },
2914
- {
2915
- "internalType": "bytes",
2916
- "name": "data",
2917
- "type": "bytes"
2918
- }
2919
- ],
2920
- "internalType": "struct Extension[]",
2921
- "name": "header_extensions",
2922
- "type": "tuple[]"
2923
- }
2924
- ],
2925
- "internalType": "struct BlockHeader",
2926
- "name": "header",
2927
- "type": "tuple"
2928
- },
2929
- {
2930
- "components": [
2931
- {
2932
- "internalType": "bytes32",
2933
- "name": "r",
2934
- "type": "bytes32"
2935
- },
2936
- {
2937
- "internalType": "bytes32",
2938
- "name": "s",
2939
- "type": "bytes32"
2940
- },
2941
- {
2942
- "internalType": "uint8",
2943
- "name": "v",
2944
- "type": "uint8"
2945
- }
2946
- ],
2947
- "internalType": "struct PointSigValues",
2948
- "name": "signature",
2949
- "type": "tuple"
2950
- },
2951
- {
2952
- "internalType": "bytes32",
2953
- "name": "blockMRoot",
2954
- "type": "bytes32"
2955
- },
2956
- {
2957
- "internalType": "bytes32",
2958
- "name": "scheduleHash",
2959
- "type": "bytes32"
2960
- }
2961
- ],
2962
- "internalType": "struct SignedHeader[]",
2963
- "name": "challengeProof",
2964
- "type": "tuple[]"
2965
- }
2966
- ],
2967
- "name": "testChainProof",
2968
- "outputs": [
2969
- {
2970
- "components": [
2971
- {
2972
- "internalType": "uint32",
2973
- "name": "num",
2974
- "type": "uint32"
2975
- },
2976
- {
2977
- "internalType": "bytes32",
2978
- "name": "id",
2979
- "type": "bytes32"
2980
- },
2981
- {
2982
- "internalType": "uint32",
2983
- "name": "sNum",
2984
- "type": "uint32"
2985
- },
2986
- {
2987
- "internalType": "bytes32",
2988
- "name": "sID",
2989
- "type": "bytes32"
2990
- },
2991
- {
2992
- "internalType": "bytes32",
2993
- "name": "sRoot",
2994
- "type": "bytes32"
2995
- },
2996
- {
2997
- "internalType": "address",
2998
- "name": "signer",
2999
- "type": "address"
3000
- }
3001
- ],
3002
- "internalType": "struct EvalBlockInfo[]",
3003
- "name": "info",
3004
- "type": "tuple[]"
3005
- }
3006
- ],
3007
- "stateMutability": "nonpayable",
3008
- "type": "function"
3009
- },
3010
- {
3011
- "inputs": [
3012
- {
3013
- "internalType": "address",
3014
- "name": "newOwner",
3015
- "type": "address"
3016
- }
3017
- ],
3018
- "name": "transferOwnership",
3019
- "outputs": [],
3020
- "stateMutability": "nonpayable",
3021
- "type": "function"
3022
- },
3023
- {
3024
- "inputs": [],
3025
- "name": "utxoAddr",
3026
- "outputs": [
3027
- {
3028
- "internalType": "address",
3029
- "name": "",
3030
- "type": "address"
3031
- }
3032
- ],
3033
- "stateMutability": "view",
3034
- "type": "function"
3035
- }
3036
- ],
3037
- "bytecode": "0x6080806040523460ac57331560965760008054336001600160a01b03198216811783556040519290916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a361c350600455620186a060055562030d40600655600780546001600160481b03191667c2b398a81c9e000017905561038460085561488690816100b28239f35b631e4fbdf760e01b815260006004820152602490fd5b600080fdfe610100604052600436101561001357600080fd5b6000803560e01c80630f8eb7a914611d2a57806323af01ce14611d0457806330a1a18f14611b815780633801762c14611b6857806347d8db8d14611b4157806351c5444614611b235780635f41aed7146118415780636de1cddb146117c1578063715018a6146117675780637857e2e9146115b75780638da5cb5b146115905780639cb506b614611567578063a06941cd14611493578063a7e5ca8e14611312578063ab878716146112c2578063b7745bf41461127c578063c0b60e3c14611253578063c10c177c14610f23578063c71ad01a14610ea1578063c933e24214610e78578063cfe5e0dc14610a64578063d32c943a14610a3b578063de4b8970146104dd578063e47eb70914610460578063e5c7c00514610251578063ebf1ad0a146101d95763f2fde38b1461014757600080fd5b346101d65760203660031901126101d657610160611da4565b6101686141c6565b6001600160a01b039081169081156101bd57600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b80fd5b50346101d65760603660031901126101d6577f8e1689f3f9a0915954b1bbc046057fd5e887b72f2f9ad593f3104f05df96ab4960c060043560443560243561021f6141c6565b826004558060055581600655604051928084528160208501528260408501526060840152608083015260a0820152a180f35b5060603660031901126101d6576004356001600160a01b038181169182900361045c576024908135916044356001600160401b0381116104585761029c6102dd913690600401611f9b565b6102a68186613afb565b93858852602093600a85528460408a209383600154166040518080988194633253789f60e01b835286600484015287830190613010565b03915afa93841561044d57899461041a575b506004830154806103fd57508534106103d957856002840155825491600160401b92838110156103c657806001610329920186558561389d565b819291549060031b918b831b921b191617905560018301908154928310156103b45750604094926103a26103888460039460017fe626c57d3a8e2e5a27b7b4c4eea722b9f3cef00c88ceac2d46d00faaffb48a4a9b999701815561389d565b919091349083549060031b91821b91600019901b19161790565b9055015582519182523490820152a380f35b634e487b7160e01b8a52604160045289fd5b634e487b7160e01b8b526041600452828bfd5b868660649260405192631395028160e21b8452600484015234908301526044820152fd5b6040516346a427fb60e11b81526004810189905291820152604490fd5b9093508481813d8311610446575b6104328183611e86565b81010312610442575192386102ef565b8880fd5b503d610428565b6040513d8b823e3d90fd5b8580fd5b8280fd5b50346101d65760203660031901126101d6576004356001600160401b0381168091036104d85760407f5e9a02bbb91745c47cf5d5eccb3826311d67b73a0fe98e6ab572e935ea4a7baa916104b26141c6565b60075490806001600160401b03198316176007558085845193161782526020820152a180f35b600080fd5b5060403660031901126101d6576001600160401b0360043581811161045c5761050a903690600401612376565b9060243590811161045c57610523903690600401612376565b915a92600954600160401b811015610a2757600181018060095561054682612ded565b50508111610a135761055790612ded565b50916040516020810190604082526105996105756060830188614149565b8261058d601f19928383820301604084015288614149565b03908101835282611e86565b519020835542600184015560028301805460ff191690556009830180546001600160a01b031916331790558351600b84015563ffffffff948190815b84518110156107f85761061060606105ed83886134e1565b516040518093819263152914a560e31b8352602060048401526024830190612d3c565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af480156107ed57859186916107a9575b5061066b6020610648858a6134e1565b515160405180938192631b725d0960e01b83528460048401526024830190612b53565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561079e578791610760575b5063ffffffff8b1663ffffffff821610610758575b50808652600a602052604086206002810154600654808210610750575b50815490885b82811061070857505050916106f0610701926001959460048c5491015560038b016147df565b50838060a01b0316600789016147df565b50016105d5565b886107268361071a846001890161389d565b90549060031b1c6141a6565b11610734575b6001016106ca565b975060016107488261071a8b84880161389d565b98905061072c565b9050386106c4565b9950386106a7565b90506020813d602011610796575b8161077b60209383611e86565b810103126107925761078c90612a13565b38610692565b8680fd5b3d915061076e565b6040513d89823e3d90fd5b9150506060813d6060116107e5575b816107c560609383611e86565b810103126107e15760406107d882612a24565b91015138610638565b8480fd5b3d91506107b8565b6040513d87823e3d90fd5b50610836839161082f878981968c64ffffffff0060028501549160081b169064ffffffff001916176002840155600e83015561460f565b508361469e565b91600160401b60ff60401b196007541617600755815b60078201548110156108d9576001546001600160a01b0390811690610874836007860161389d565b90549060031b1c16813b156107e157849160248392604051948593849263bc649a1360e01b845260048401525af19081156108ce5784916108ba575b505060010161084c565b6108c390611dba565b61045c5782866108b0565b6040513d86823e3d90fd5b509050805491600b82015460405180816020600387015492838152016003870189526020892092895b8181106109fa57505061091792500382611e86565b604051918280936020600788015491828152019060078298018a5260208a20908a5b8181106109e1575050509161095660209492610977940386611e86565b6040519788523384890152604088015260c0606088015260c087019061325e565b9185830360808701525191828152019290855b8181106109c257867fc2bf9c15b6e782d6f3ec5a83490cc3f31203e8405d165a9357c5314a5ca9425e8780888860a08301520390a180f35b82516001600160a01b031685526020948501949092019160010161098a565b8254845287945060209093019260019283019201610939565b8454835260019485019486945060209093019201610902565b634e487b7160e01b83526011600452602483fd5b634e487b7160e01b83526041600452602483fd5b50346101d65760203660031901126101d6576020610a5a600435613df0565b6040519015158152f35b50346101d65760c03660031901126101d6576001600160401b0360043581811161045c57610a96903690600401612609565b6024916024358181116107e157610ab1903690600401612471565b906044356064359160843590811161079257610ad19036906004016124f0565b9060405193610b3160209586810190610b2760a0946080845282610b0f610afc8d60a0840190613467565b601f199384848303016040850152613201565b8860608301528a608083015203908101835282611e86565b5190209687614290565b9660405194610b3f86611e35565b600193848752873681890137610b54876134c4565b52610b978a60018060a01b039788600254168b836040518096819582946327a86b6160e01b845260048401528c602484015260c0604484015260c483019061325e565b886064830152886084830152600060a483015203925af1958615610e6d5788918c97610e44575b50610bf5908860035416906040518095819482936364e5027b60e01b845260a435600485015260606024850152606484019061325e565b90604483015203915afa8015610e395784918b91610dfd575b50151503610de857908560405194610c2586611de3565b60028652604036838801378051610c3b876134c4565b520151610c47856134d1565b526000835b610d1a575b50505050610c5f8133614711565b916002541690813b156104d85760008092602460405180958193633946fae560e01b83528a60048401525af18015610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9896610cf393610ce592610cff575b506040519687966004885287015233604087015260c0606087015260c08601906123f5565b90848203608086015261325e565b9060a08301520390a180f35b610d0890611dba565b38610cc0565b6040513d6000823e3d90fd5b8851811015610de357839291906000845b610d3b575b508301909192610c4c565b86949192939451811015610dd9578a89610d5585836134e1565b510151610d62838a6134e1565b5114610d76575b5081018194939291610d2b565b9184610d87858b80945416956134e1565b51015116823b156104d857600092868492604051958693849263bc649a1360e01b845260048401525af1908115610d0e5786928392610dca575b5090508a610d69565b610dd390611dba565b38610dc1565b9392919093610d30565b610c51565b6040516001623e33b960e21b03198152600490fd5b809250888092503d8311610e32575b610e168183611e86565b81010312610e2e57610e288491613517565b38610c0e565b8980fd5b503d610e0c565b6040513d8c823e3d90fd5b610bf5919750610e66908d3d8091833e610e5e8183611e86565b810190613524565b9690610bbe565b6040513d8d823e3d90fd5b50346101d657806003193601126101d6576001546040516001600160a01b039091168152602090f35b50346101d65760203660031901126101d6577f78e2dbf980774ab18c49411a78da08fd6d36726f634dde9291807cce2a5b791f81610edd611da4565b610ee56141c6565b600280546001600160a01b039283166001600160a01b0319821681179092556040805194909116909216811783526020830152819081015b0390a180f35b50346101d65760a09060a06003193601126101d6576001600160401b039060043582811161124f57610f59903690600401612609565b60249360243584811161124b57610f74903690600401612471565b9360443590811161124b57610f8d9036906004016124f0565b91606435608435948115610de8578061100b60405198602099611001602082019260a0845282610fe9610fd9610fc660c084018d613467565b601f199485858303016040860152613201565b838382030160608401528d61325e565b8960808301528d60a083015203908101835282611e86565b5190209485614290565b9660018060a01b039661105083896002541692604051978895869485936327a86b6160e01b85528c60048601526006602486015260c0604486015260c485019061325e565b91846064850152608484015260a483015203925af191821561123e578192611222575b50604080519261108284611dfe565b6003845260603660208601378051611099856134c4565b5260208101516110a8856134d1565b52015182516002101561120c5760608301526000925b86518410156111675760005b835181101561115c57886110de868a6134e1565b5101516110eb82866134e1565b51146110fa575b6001016110ca565b866001541690878761110c888c6134e1565b51015116823b156104d8576000928c8492604051958693849263bc649a1360e01b845260048401525af1918215610d0e5760019261114d575b5090506110f2565b61115690611dba565b38611145565b5092600101926110be565b868391876111758433614711565b906002541693843b156104d85760008095602460405180988193633946fae560e01b83528860048401525af1908115610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9895610cf3926111fd575b50610ce560405195869560028752602087015233604087015260c0606087015260c08601906123f5565b61120690611dba565b876111d3565b634e487b7160e01b600052603260045260246000fd5b6112379192503d8084833e610e5e8183611e86565b9038611073565b50604051903d90823e3d90fd5b8380fd5b5080fd5b50346101d657806003193601126101d6576003546040516001600160a01b039091168152602090f35b50346101d65760403660031901126101d657602435906001600160401b0382116101d65760206112ba6112b23660048601611f9b565b600435613afb565b604051908152f35b50346101d65760403660031901126101d6576004356001600160401b03811161124f576112f3903690600401611f9b565b6024356001600160a01b03811681036104d85761130f916138cb565b80f35b5061131c366129e1565b905a9061133061132b826145ca565b612ded565b506001600160401b03600754169360006040518080976303c753f360e31b825260a0600483015261136460a4830186612d90565b90866024840152846044840152600160648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af4938415610d0e577f95c4f287bc015d3e0de1361f9d217dd3d78dbf23cfddea43073eec71d56694329560c095611470575b506009611402600a850193336bffffffffffffffffffffffff60a01b8654161785555192600c860193845480821161143d575b50508561469e565b93015491549054604080519586526001600160a01b039384166020870152919092169084015260016060840152608083015260a0820152a180f35b600b8801549081119081611466575b5061145b575b845538806113fa565b426001880155611452565b905081113861144c565b61148c903d806000833e6114848183611e86565b810190612a38565b50386113c7565b507f95c4f287bc015d3e0de1361f9d217dd3d78dbf23cfddea43073eec71d566943260c06114c0366129e1565b5a906114f76114d161132b856145ca565b50916114dd838261460f565b505192600b8301938454808211611534575b50508261469e565b9160018060a01b03600a81600985015416930154169054916040519485526020850152604084015260006060840152608083015260a0820152a180f35b600c850154908111908161155d575b50611552575b845538806114ef565b426001850155611549565b9050811138611543565b50346101d657806003193601126101d6576002546040516001600160a01b039091168152602090f35b50346101d657806003193601126101d657546040516001600160a01b039091168152602090f35b50346101d65760208060031936011261124f5760043590818352600a602052604083209060048201548061174957506001908160018401925b61160a575b85858152600a60205261130f60408220612e8e565b835480156117435760001981810191821161172f57611629828761389d565b909160018060a01b03809354600393841b1c1693875482810190811161171b57611653908961389d565b905490841b1c93611664828b61389d565b9091825491861b1b191690558855865480156117075790808a949392019161168c838a61389d565b81939154921b1b191690558655846116a4828561458b565b156116d9577fa201ae5bf4d658512c5c97de0a009c270353fd3000802cfbc252e3f6212b01ba91604051908152a35b806115f0565b7f909585ca3f042e5a4e7217a2c7a36266d2c6c7e265fe7e5bbf0863724736a75091604051908152a36116d3565b634e487b7160e01b8b52603160045260248bfd5b634e487b7160e01b8c52601160045260248cfd5b634e487b7160e01b88526011600452602488fd5b506115f5565b83604491604051916346a427fb60e11b835260048301526024820152fd5b50346101d657806003193601126101d6576117806141c6565b600080546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b50346101d65760203660031901126101d6577f14940b6c0fbbce6549cc8228a77c0d18195f504d2c7805fc06d6ce3a760a01ee816117fd611da4565b6118056141c6565b600180546001600160a01b039283166001600160a01b031982168117909255604080519490911690921681178352602083015281908101610f1d565b50346101d65760603660031901126101d6576001600160401b0360043581811161045c57611873903690600401612609565b9060249060243590811161124b5761188f903690600401612471565b90604435906118cc604051936020946110018682019260608452826118ba610afc608083018c613467565b88606083015203908101835282611e86565b604051916118d983611e35565b6001938484528536818601376118ee846134c4565b526119328760018060a01b0394856002541689836040518096819582946327a86b6160e01b845260048401526007602484015260c0604484015260c483019061325e565b6000606483015260006084830152600060a483015203925af1918215611b185785918993611afc575b509050856040519261196c84611de3565b60028452604036838601378051611982856134c4565b52015161198e836134d1565b526000855b611a38575b50506119a48133614711565b926002541691823b156104d85760008093602460405180968193633946fae560e01b83528c60048401525af1908115610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9897610cf394610ce593611a29575b50604051978897885287015233604087015260c0606087015260c08601906123f5565b611a3290611dba565b38611a06565b8351811015611af7578591906000835b611a57575b5082019091611993565b9091928451821015611aef5788611a6e84886134e1565b510151611a7b83876134e1565b5114611a8d575b929190830183611a48565b548616908660a0611a9e85896134e1565b51015116823b156104d857600092858492604051958693849263bc649a1360e01b845260048401525af1908115610d0e5788928392611ae0575b509150611a82565b611ae990611dba565b38611ad8565b929190611a4d565b611998565b611b119193503d808b833e610e5e8183611e86565b913861195b565b6040513d8a823e3d90fd5b50346101d657806003193601126101d6576020600854604051908152f35b50346101d657806003193601126101d65760206001600160401b0360075416604051908152f35b50346101d657806003193601126101d65761130f612ec3565b50346101d65760203660031901126101d6576001600160401b0360043581811161045c57611bb3903690600401612376565b9073__$62acd07ec1773bdd442a216c81903ad717$__90813b1561124b576040516383ba513760e01b808252600b600483015291908581602481875af48015611cf957611ce0575b509084611c2b8193600754169560405196879283926303c753f360e31b845260a0600485015260a4840190612d90565b90600b6024840152600060448401526001606484015260848301520381865af4938415611cd5578294611cb9575b50823b1561124f576024604051809481938252600b60048301525af48015611cae57611c9a575b60405160208082528190611c96908201856123f5565b0390f35b611ca48391611dba565b61124f5781611c80565b6040513d85823e3d90fd5b611cce9194503d8084833e6114848183611e86565b9238611c59565b6040513d84823e3d90fd5b94611cf0611c2b96939293611dba565b94919091611bfb565b6040513d88823e3d90fd5b50346101d657806003193601126101d657602060ff60075460401c166040519015158152f35b50346101d65760203660031901126101d6577fa810af7a2208643a0b3e3ef442873b5f537429e114dd58648d62cbda0828a1d8611d65611da4565b611d6d6141c6565b600380546001600160a01b0319166001600160a01b0392909216918217905560408051828152602081019290925281908101610f1d565b600435906001600160a01b03821682036104d857565b6001600160401b038111611dcd57604052565b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b03821117611dcd57604052565b608081019081106001600160401b03821117611dcd57604052565b61012081019081106001600160401b03821117611dcd57604052565b604081019081106001600160401b03821117611dcd57604052565b60a081019081106001600160401b03821117611dcd57604052565b60c081019081106001600160401b03821117611dcd57604052565b90601f801991011681019081106001600160401b03821117611dcd57604052565b6001600160401b038111611dcd5760051b60200190565b35906001600160401b03821682036104d857565b359061ffff821682036104d857565b359063ffffffff821682036104d857565b6001600160401b038111611dcd57601f01601f191660200190565b81601f820112156104d857803590611f2482611ef2565b92611f326040519485611e86565b828452602083830101116104d857816000926020809301838601378301015290565b359060ff821682036104d857565b91908260609103126104d857604051611f7a81611de3565b6040611f96818395803585526020810135602086015201611f54565b910152565b91909160c0818403126104d85760405190611fb582611dfe565b819381356001600160401b0381116104d8578201610120818303126104d85760405190611fe182611e19565b80358252611ff160208201611ebe565b602083015261200260408201611ed2565b6040830152606081013560608301526080810135608083015260a081013560a083015261203160c08201611ee1565b60c083015260e08101356001600160401b0381116104d85781016040818503126104d8576040519061206282611e35565b61206b81611ee1565b82526020810135906001600160401b0382116104d8570184601f820112156104d85780359061209982611ea7565b916120a76040519384611e86565b80835260208084019160051b830101918783116104d85760208101915b8383106123055750505050602082015260e0830152610100810135906001600160401b0382116104d85783601f8383010112156104d8578181013561210881611ea7565b926121166040519485611e86565b818452602084018660208460051b8487010101116104d857602082850101905b60208460051b8487010101821061217e57505050505060a0928261216892610100606097950152865260208301611f62565b6020850152608081013560408501520135910152565b81356001600160401b0381116104d857606086850182018a03601f1901126104d857604051916121ad83611de3565b6121bd602083878a010101611ed2565b83526040828689010101356001600160401b0381116104d8576060888701840182018c03601f1901126104d857604051906121f782611de3565b612209602082868a8d01010101611ee1565b825261221d604082868a8d01010101611ee1565b602083015260608185898c0101010135906001600160401b0382116104d8576020888b018601820183018e03601f1901126104d85760405191602083018381106001600160401b038211176122f0576040528a890186018201810160200135916001600160401b0383116104d8576122a2928f92602092898f8e010101010101611f0d565b815260408201526020840152606082868901010135906001600160401b0382116104d8576020936122de8c8680969581968b8e01010101611f0d565b60408201528152019201919050612136565b60246000634e487b7160e01b81526041600452fd5b82356001600160401b0381116104d8578201906040828b03601f1901126104d8576040519061233382611e35565b61233f60208401611ebe565b82526040830135916001600160401b0383116104d8576123678c602080969581960101611f0d565b838201528152019201916120c4565b81601f820112156104d85780359160209161239084611ea7565b9361239e6040519586611e86565b808552838086019160051b830101928084116104d857848301915b8483106123c95750505050505090565b82356001600160401b0381116104d85786916123ea84848094890101611f9b565b8152019201916123b9565b90815180825260208080930193019160005b828110612415575050505090565b8351805163ffffffff9081168752818401518785015260408083015190911690870152606080820151908701526080808201519087015260a0908101516001600160a01b03169086015260c09094019392810192600101612407565b81601f820112156104d85780359160209161248b84611ea7565b936124996040519586611e86565b808552838086019160051b830101928084116104d857848301915b8483106124c45750505050505090565b82356001600160401b0381116104d85786916124e584848094890101611f0d565b8152019201916124b4565b9080601f830112156104d857602090823561250a81611ea7565b936125186040519586611e86565b81855260208086019260051b8201019283116104d857602001905b828210612541575050505090565b81358152908301908301612533565b9190916060818403126104d8576040519061256a82611de3565b819381356001600160401b03908181116104d8578261258a9185016124f0565b8452602090818401359081116104d85783019180601f840112156104d85782356125b381611ea7565b936125c16040519586611e86565b818552838086019260051b8201019283116104d8578301905b8282106125f257505050830152604090810135910152565b8380916125fe84611f54565b8152019101906125da565b60e052608052608051601f60e0510112156104d85760e0513560a05261263060a051611ea7565b61263d6040519182611e86565b60a051815260208101608051602060a05160051b60e0510101116104d857602060e0510160c0525b602060a05160051b60e051010160c0511061267e575090565b60c05135906001600160401b0382116104d85760a0601f198360e051016080510301126104d8576040516126b181611e50565b60208360e0510101356001600160401b0381116104d8576126de906020608051918660e051010101611f9b565b815260408360e0510101356001600160401b0381116104d85761270d906020608051918660e051010101612471565b602082015260608360e0510101356001600160401b0381116104d857608051603f828660e05101010112156104d8576020818560e051010101359061275182611ea7565b9161275f6040519384611e86565b8083526020830160805160408360051b858a60e05101010101116104d8576040838860e051010101905b60408360051b858a60e05101010101821061281d575050505060408201526080808460e0510101356001600160401b0381116104d8576127d5906020608051918760e051010101612550565b606083015260a08460e0510101356001600160401b0381116104d85760209485612808926080519260e051010101612550565b90820152815201602060c0510160c052612665565b8135906001600160401b0382116104d85760a0603f1983878c60e0510101016080510301126104d8576040519061285382611e50565b612867604084888d60e05101010101611f54565b825261287d606084888d60e05101010101611ee1565b6020830152612896608084888d60e05101010101611ee1565b604083015260a083878c60e05101010101356001600160401b0381116104d85760805160e0518c01880185018201605f0112156104d8578a604082868a8460e0510101010101356128e681611ea7565b926128f46040519485611e86565b81845260805160e0516020860194018b0188018201600784901b01606001116104d857918260608f828a838f98828a8660e0510101010101975b8760071b9360e05101010101010184106129955750505050606083015260c083878c60e0510101010135916001600160401b0383116104d8576129858b60406020969587968b6080519460e0510101010101611f0d565b6080820152815201910190612789565b608084815103126104d85760608f828a60808f966020906040516129b881611e35565b6129c18c611f54565b81526129d18c8486519101611f62565b838201528152019801979561292e565b9060406003198301126104d85760043591602435906001600160401b0382116104d857612a1091600401612376565b90565b519063ffffffff821682036104d857565b51906001600160a01b03821682036104d857565b60209081818403126104d8578051906001600160401b0382116104d8570182601f820112156104d857805191612a6d83611ea7565b936040612a7d6040519687611e86565b848652828601918360c0809702860101948186116104d8578401925b858410612aaa575050505050505090565b86848303126104d8578487918451612ac181611e6b565b612aca87612a13565b81528287015183820152612adf868801612a13565b86820152606080880151908201526080808801519082015260a0612b04818901612a24565b90820152815201930192612a99565b919082519283825260005b848110612b3f575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612b1e565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b838310612cea5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a10612c5657505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b612cbf98612ccf9d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d840190612b13565b920151908d818403910152612b13565b9f019a019a01989b9a9997969594939291909e9c9d9e612c3e565b909192939a8c899a9b9f9d9e979899612d246001938f9284809461017f198d8503018a525188815116845201519181858201520190612b13565b9d0193019301919392909d99989796959c9b9d612c06565b9060a06060612d54845160c0855260c0850190612b53565b93612d7e6020820151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b90808251908181526020809101926020808460051b8301019501936000915b848310612dbf5750505050505090565b9091929394958480612ddd600193601f198682030187528a51612d3c565b9801930193019194939290612daf565b60095481101561120c57600f906009600052027f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af0190600090565b91908201809211612e3557565b634e487b7160e01b600052601160045260246000fd5b81810292918115918404141715612e3557565b81612e67575050565b6000906000526020600020918201915b828110612e8357505050565b818155600101612e77565b6004600091612ea1815484835582612e5e565b612eb360018201805490858155612e5e565b8260028201558260038201550155565b60075460ff60409160401c161561300d576000915b60095483101561300857600090815b612ef085612ded565b50600380910154821015612f4157612f138282612f0c89612ded565b500161389d565b905490821b1c600052600a602052846000200154838111612f38575b50600101612ee7565b92506001612f2f565b50509290421180612fe5575b612f64575b6000198114612e355760010191612ed8565b612f77612f7082612ded565b5054613df0565b15612f52579160005b612f8984612ded565b50600380910154821015612fc8579081612fa982600194612f0c89612ded565b9054911b1c600052600a602052612fc284600020612e8e565b01612f80565b505091808015612e35576000190190612fe0906141f2565b612f52565b506001612ff182612ded565b500154613002429160085490612e28565b10612f4d565b915050565b50565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b8282106131bb575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b838310613133575050505050606081612d7e602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b90919293966020806131ac600193601f198682030187528b519061ffff8251168152604061319b818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612b13565b920151906040818403910152612b13565b990193019301919392906130f9565b909192966020806131f360019361023f198b82030186526040838d516001600160401b03815116845201519181858201520190612b13565b9901920192019092916130c0565b90808251908181526020809101926020808460051b8301019501936000915b8483106132305750505050505090565b909192939495848061324e600193601f198682030187528a51612b13565b9801930193019194939290613220565b90815180825260208080930193019160005b82811061327e575050505090565b835185529381019392810192600101613270565b906132a6825160608352606083019061325e565b91602080820151938381038285015281808651928381520195019160005b8281106132db575050505060408091015191015290565b835160ff16875295810195928101926001016132c4565b91909160a09261330b825160a0835260a0830190613010565b6133216020918285015184820384860152613201565b9460409160408501519684810360408601528751928382528282019083808660051b8501019a01956000906000945b87861061338d57505050505050505050608061337c612a10949560608501518482036060860152613292565b920151906080818403910152613292565b90919293949596979b601f19828203018652878d518683019260ff938483511682528383015163ffffffff8091168584015287840151168783015260609489868501519684015285518092528460c0840196019189915b81831061341d5750505050600193839261340a9260808092015191818403910152612b13565b9e01960196019497969593929190613350565b919394956080849861345683600195975187815116845201518483019060ff604080928051855260208101516020860152015116910152565b019701930190918d959493926133e4565b90808251908181526020809101926020808460051b8301019501936000915b8483106134965750505050505090565b90919293949584806134b4600193601f198682030187528a516132f2565b9801930193019194939290613486565b80511561120c5760200190565b80516001101561120c5760400190565b805182101561120c5760209160051b010190565b51906001600160401b03821682036104d857565b519060ff821682036104d857565b519081151582036104d857565b6020929181810384136104d85781516001600160401b03928382116104d857019060c0828203126104d85760409283519361355e85611e6b565b8351855286840151878601528084015181860152606090818501518381116104d8578501906101409384838703126104d857815194850185811082821117611dcd5782526135ab83612a24565b85526135b88a84016134f5565b8a8601528183015182860152838301518181116104d857830186601f820112156104d8578051906135e882611ea7565b916135f585519384611e86565b8083528c8084019160071b830101918983116104d8578d01905b8282106138425750505084860152608095868401518281116104d857840181601f820112156104d85780519061364482611ea7565b9161365186519384611e86565b8083528d8084019160071b830101918483116104d8578e01905b8282106137f6575050508787015260a084015160a087015260c084015160c087015260e08401518281116104d857840181601f820112156104d8578051906136b282611ea7565b916136bf86519384611e86565b8083528d8084019160071b830101918483116104d8578e01905b82821061378f5750505060e087015261010091828501519081116104d857840181601f820112156104d85780519061371c61371383611ea7565b95519586611e86565b8185528c8086019260051b8201019283116104d8578c01905b8282106137785750505060a097989950840152613756610120809201613517565b908301528501528082015190840152015160088110156104d85760a082015290565b8c809161378484612a24565b815201910190613735565b8185038b81126104d857898851916137a683611e35565b6137af85613509565b8352601f1901126104d8578f90918c9289516137ca81611de3565b8386015181528a860151848201526137e38d8701613509565b8b820152838201528152019101906136d9565b8a828603126104d8578e8b91885161380d81611dfe565b613816856134f5565b8152613823838601612a24565b83820152898501518a8201528b8501518c82015281520191019061366b565b6080828b03126104d8578d608091875161385b81611dfe565b8451815261386a8386016134f5565b83820152613879898601612a24565b898201528a8501518b82015281520191019061360f565b91908203918211612e3557565b805482101561120c5760005260206000200190600090565b91908260409103126104d8576020825192015190565b91906007926007549060ff604092831c1615613ade5773__$725b64e5d0c6cf971a38b70775a9eb77e8$__92815191835194631b725d0960e01b8652613927600496602495818060209485938460048401526024830190612b53565b0381865af4908115613ad357600091613a9e575b5060005b600954811015613a9157600261395482612ded565b50015460081c63ffffffff9081169083161015613974575b60010161393f565b949390928798999296975196631a9293f560e01b8852808b89015289888061399e8c820187612d3c565b0381855af4978815613a8657600098613a55575b508b6139bd88612ded565b50015415613a465760005b8c806139d38a612ded565b500154821015613a3557816139eb91612f0c8b612ded565b905460039190911b1c6001600160a01b0390811690881614613a0f576001016139c8565b60448c8c8c8c613a1e8d612ded565b505492516346a427fb60e11b815293840152820152fd5b50509299989796509290939461396c565b60448b8b8b8b613a1e8c612ded565b613a769198508a3d8c11613a7f575b613a6e8183611e86565b8101906138b5565b905096386139b2565b503d613a64565b8a513d6000823e3d90fd5b5050505050505050509050565b90508181813d8311613acc575b613ab58183611e86565b810103126104d857613ac690612a13565b3861393b565b503d613aab565b87513d6000823e3d90fd5b5050509050565b63ffffffff9182169082160391908211612e3557565b9190916000818152602091600a83526040926002848420015480613de85750613b6a73__$725b64e5d0c6cf971a38b70775a9eb77e8$__6001600160401b0360075416976060815188518095819263df54527160e01b835260049d8e8401528b60248401526044830190612b53565b0381855af4928315613dde578693613da0575b5063ffffffff9485841615613d8a5750518651631b725d0960e01b8152808a01859052939291839185919082908190613bba906024830190612b53565b03915af4928315613d80578593613d49575b506001548651632486328d60e11b8152926001600160a01b03909116919087848b81865afa928315613d3f57908a9188958995613cf7575b5081908a519384809263d795ede160e01b82525afa988915613cee57508798613c9a575b505092613c60613c568694613c50613c45613c6696600199613ae5565b876005549116612e4b565b93613ae5565b848b549116612e4b565b90612e28565b94160191818311613c875750612a1093945090613c60916006549116612e4b565b634e487b7160e01b815260118652602490fd5b9080929850813d8311613ce7575b613cb28183611e86565b810103126104585792613c60613c568694613c50613c45613c6696613cd860019a612a13565b9c969950965050509450613c28565b503d613ca8565b513d89823e3d90fd5b9550935090508784813d8311613d38575b613d128183611e86565b81010312610792578080613d318c93613d2a88612a13565b9701612a13565b9490613c04565b503d613d08565b88513d89823e3d90fd5b9092508181813d8311613d79575b613d618183611e86565b810103126107e157613d7290612a13565b9138613bcc565b503d613d57565b86513d87823e3d90fd5b89602491895191630602a63d60e01b8352820152fd5b9092506060813d606011613dd6575b81613dbc60609383611e86565b810103126104585786613dcf9101612a13565b9138613b7d565b3d9150613daf565b87513d88823e3d90fd5b955050505050565b613df9816145ca565b90613e0382612ded565b5091600190613e188285015460085490612e28565b421061413057600b840154600c8501541115613f8b57600d840193845492600080965585818060039260038601915b613f54575b5050908760078501925b613ec3575b50505050917f8aab2f0f75a0e55946800c511c0cb1067fbc27619d288525687b506d233485769391600a60809401613ea760018060a01b0392613ea1858585541661458b565b506141f2565b541660405192835285602084015260408301526060820152a190565b8254811015613f4f5783546001600160a01b0390811690613ee4838661389d565b905490851b1c1690803b15613f4b57908a8092602460409384519586938492636e4e34a560e11b845260048401525af1908115613f4257509185949392918592613f33575b5001909192613e56565b613f3c90611dba565b38613f29565b513d8c823e3d90fd5b8a80fd5b613e5b565b8154811015613f865780613f6984928461389d565b905490861b1c8b52600a6020528a60046040822001550182613e47565b613e4c565b5091600d8101908154906000809355846009820160018060a01b039081815416600380950196604095865197888a819b54808c526020809c019186528b862090865b8d828210614108575050505090613fe591038b611e86565b9882875b61403e575b50505050917f8aab2f0f75a0e55946800c511c0cb1067fbc27619d288525687b506d233485769795939161402688608099979561458b565b5054169282519586528501528301526060820152a190565b9091929394959682518210156140ff5792919084845b614067575b508301839796959493613fe9565b6140758284959693946134e1565b518652600a9b8c8c528a8720548210156140f357906140bc83926140b08f8f8f869288928e6140a48d8f6134e1565b519052528c200161389d565b905490891b1c90612e28565b9c6140c785876134e1565b5188528c526140da81838d8a200161389d565b81549060001990891b1b19169055018194939291614054565b9b509392919093614059565b96959493613fee565b90938c93809798999a9b9c9d9396505481520194019101908c928f9a99989796959492613fcd565b604051636d96b7a160e01b815260048101849052602490fd5b90808251908181526020809101926020808460051b8301019501936000915b8483106141785750505050505090565b9091929394958480614196600193601f198682030187528a51613010565b9801930193019194939290614168565b81156141b0570490565b634e487b7160e01b600052601260045260246000fd5b6000546001600160a01b031633036141da57565b60405163118cdaa760e01b8152336004820152602490fd5b6040519063484ec9b960e01b825260096004830152602482015260208160448173__$62acd07ec1773bdd442a216c81903ad717$__5af4908115610d0e57600091614256575b5060ff60401b60075491151560401b169060ff60401b191617600755565b90506020813d602011614288575b8161427160209383611e86565b810103126104d85761428290613517565b38614238565b3d9150614264565b9080519160009215610de8576002805490926001600160a01b0391821690813b156104585760409384519363c90d448b60e01b855260049482600482015288816024818382995af180156145815761456e575b508251966142f088611ea7565b976142fd8851998a611e86565b80895261430c601f1991611ea7565b01895b8181106144db5750508873__$725b64e5d0c6cf971a38b70775a9eb77e8$__905b855181101561443a5761434381876134e1565b515161434f828c6134e1565b5261435a818b6134e1565b5061436581876134e1565b51518960208a61438b83519485938493631a9293f560e01b85528401528c830190612d3c565b0381865af480156144105761441e575b50838354166143aa82886134e1565b51813b1561441a57888b92888f8d6143e082968851988997889687956314f0b6c960e11b875286015284015260448301906132f2565b03925af1801561441057908c916143fc575b5050600101614330565b61440590611dba565b613f4b578a386143f2565b8a513d8e823e3d90fd5b8c80fd5b614434908a3d8c11613a7f57613a6e8183611e86565b5061439b565b505050505050505091806144766001600160401b036007541693855194859283926303c753f360e31b845260a0600485015260a4840190612d90565b90600b602484015260006044840152600060648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af49283156144d1575080926144bd57505090565b612a1092503d8091833e6114848183611e86565b51903d90823e3d90fd5b60209089516144e981611dfe565b8a8d81516144f681611e19565b8181528186938185840152818184015260609282848201528260808201528260a08201528260c0820152815161452b81611e35565b838152848782015260e0820152836101008201528652805161454c81611de3565b8281528286820152828282015285870152850152830152828d0101520161430f565b61457a90989198611dba565b96386142e3565b87513d8b823e3d90fd5b6000918291829182916001600160a01b03165af13d15612a10573d6145af81611ef2565b906145bd6040519283611e86565b8152600060203d92013e90565b60095460005b8181106145f057604051630a102ee560e11b815260048101849052602490fd5b826145fa82612ded565b505414614609576001016145d0565b91505090565b6146456000916001600160401b03600754169360405194859384936303c753f360e31b855260a0600486015260a4850190612d90565b91602484015260016044840152600160648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af4908115610d0e57600091614689575090565b612a1091503d806000833e6114848183611e86565b906146ad6146b8915a90613890565b600e83015490612e4b565b908134106146f157600d016146ce828254612e28565b90558034116146da5790565b6146ed6146e78234613890565b3361458b565b5090565b60449250549060405191630de9b3c160e41b835260048301526024820152fd5b91600091825b81518410156147c55760005b61472d85846134e1565b51600052600a91602092808452604080600020548410156147b45783600194939261479f9261475c8b8a6134e1565b5160005281885286916147866147778585856000200161389d565b979054600398891b1c90612e28565b986147918d8c6134e1565b51600052526000200161389d565b9091825491600019911b1b1916905501614723565b505060019095019491506147179050565b91939192506146ed918391506001600160a01b031661458b565b9190600183016000908282528060205260408220541560001461484a57845494600160401b861015610a27578361483a614823886001604098999a0185558461389d565b819391549060031b91821b91600019901b19161790565b9055549382526020522055600190565b5092505056fea2646970667358221220f203425014165da2b826b4ed7590de67610d905563255f64935dcf2e9d3df29564736f6c63430008190033",
3038
- "deployedBytecode": "0x610100604052600436101561001357600080fd5b6000803560e01c80630f8eb7a914611d2a57806323af01ce14611d0457806330a1a18f14611b815780633801762c14611b6857806347d8db8d14611b4157806351c5444614611b235780635f41aed7146118415780636de1cddb146117c1578063715018a6146117675780637857e2e9146115b75780638da5cb5b146115905780639cb506b614611567578063a06941cd14611493578063a7e5ca8e14611312578063ab878716146112c2578063b7745bf41461127c578063c0b60e3c14611253578063c10c177c14610f23578063c71ad01a14610ea1578063c933e24214610e78578063cfe5e0dc14610a64578063d32c943a14610a3b578063de4b8970146104dd578063e47eb70914610460578063e5c7c00514610251578063ebf1ad0a146101d95763f2fde38b1461014757600080fd5b346101d65760203660031901126101d657610160611da4565b6101686141c6565b6001600160a01b039081169081156101bd57600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b80fd5b50346101d65760603660031901126101d6577f8e1689f3f9a0915954b1bbc046057fd5e887b72f2f9ad593f3104f05df96ab4960c060043560443560243561021f6141c6565b826004558060055581600655604051928084528160208501528260408501526060840152608083015260a0820152a180f35b5060603660031901126101d6576004356001600160a01b038181169182900361045c576024908135916044356001600160401b0381116104585761029c6102dd913690600401611f9b565b6102a68186613afb565b93858852602093600a85528460408a209383600154166040518080988194633253789f60e01b835286600484015287830190613010565b03915afa93841561044d57899461041a575b506004830154806103fd57508534106103d957856002840155825491600160401b92838110156103c657806001610329920186558561389d565b819291549060031b918b831b921b191617905560018301908154928310156103b45750604094926103a26103888460039460017fe626c57d3a8e2e5a27b7b4c4eea722b9f3cef00c88ceac2d46d00faaffb48a4a9b999701815561389d565b919091349083549060031b91821b91600019901b19161790565b9055015582519182523490820152a380f35b634e487b7160e01b8a52604160045289fd5b634e487b7160e01b8b526041600452828bfd5b868660649260405192631395028160e21b8452600484015234908301526044820152fd5b6040516346a427fb60e11b81526004810189905291820152604490fd5b9093508481813d8311610446575b6104328183611e86565b81010312610442575192386102ef565b8880fd5b503d610428565b6040513d8b823e3d90fd5b8580fd5b8280fd5b50346101d65760203660031901126101d6576004356001600160401b0381168091036104d85760407f5e9a02bbb91745c47cf5d5eccb3826311d67b73a0fe98e6ab572e935ea4a7baa916104b26141c6565b60075490806001600160401b03198316176007558085845193161782526020820152a180f35b600080fd5b5060403660031901126101d6576001600160401b0360043581811161045c5761050a903690600401612376565b9060243590811161045c57610523903690600401612376565b915a92600954600160401b811015610a2757600181018060095561054682612ded565b50508111610a135761055790612ded565b50916040516020810190604082526105996105756060830188614149565b8261058d601f19928383820301604084015288614149565b03908101835282611e86565b519020835542600184015560028301805460ff191690556009830180546001600160a01b031916331790558351600b84015563ffffffff948190815b84518110156107f85761061060606105ed83886134e1565b516040518093819263152914a560e31b8352602060048401526024830190612d3c565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af480156107ed57859186916107a9575b5061066b6020610648858a6134e1565b515160405180938192631b725d0960e01b83528460048401526024830190612b53565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561079e578791610760575b5063ffffffff8b1663ffffffff821610610758575b50808652600a602052604086206002810154600654808210610750575b50815490885b82811061070857505050916106f0610701926001959460048c5491015560038b016147df565b50838060a01b0316600789016147df565b50016105d5565b886107268361071a846001890161389d565b90549060031b1c6141a6565b11610734575b6001016106ca565b975060016107488261071a8b84880161389d565b98905061072c565b9050386106c4565b9950386106a7565b90506020813d602011610796575b8161077b60209383611e86565b810103126107925761078c90612a13565b38610692565b8680fd5b3d915061076e565b6040513d89823e3d90fd5b9150506060813d6060116107e5575b816107c560609383611e86565b810103126107e15760406107d882612a24565b91015138610638565b8480fd5b3d91506107b8565b6040513d87823e3d90fd5b50610836839161082f878981968c64ffffffff0060028501549160081b169064ffffffff001916176002840155600e83015561460f565b508361469e565b91600160401b60ff60401b196007541617600755815b60078201548110156108d9576001546001600160a01b0390811690610874836007860161389d565b90549060031b1c16813b156107e157849160248392604051948593849263bc649a1360e01b845260048401525af19081156108ce5784916108ba575b505060010161084c565b6108c390611dba565b61045c5782866108b0565b6040513d86823e3d90fd5b509050805491600b82015460405180816020600387015492838152016003870189526020892092895b8181106109fa57505061091792500382611e86565b604051918280936020600788015491828152019060078298018a5260208a20908a5b8181106109e1575050509161095660209492610977940386611e86565b6040519788523384890152604088015260c0606088015260c087019061325e565b9185830360808701525191828152019290855b8181106109c257867fc2bf9c15b6e782d6f3ec5a83490cc3f31203e8405d165a9357c5314a5ca9425e8780888860a08301520390a180f35b82516001600160a01b031685526020948501949092019160010161098a565b8254845287945060209093019260019283019201610939565b8454835260019485019486945060209093019201610902565b634e487b7160e01b83526011600452602483fd5b634e487b7160e01b83526041600452602483fd5b50346101d65760203660031901126101d6576020610a5a600435613df0565b6040519015158152f35b50346101d65760c03660031901126101d6576001600160401b0360043581811161045c57610a96903690600401612609565b6024916024358181116107e157610ab1903690600401612471565b906044356064359160843590811161079257610ad19036906004016124f0565b9060405193610b3160209586810190610b2760a0946080845282610b0f610afc8d60a0840190613467565b601f199384848303016040850152613201565b8860608301528a608083015203908101835282611e86565b5190209687614290565b9660405194610b3f86611e35565b600193848752873681890137610b54876134c4565b52610b978a60018060a01b039788600254168b836040518096819582946327a86b6160e01b845260048401528c602484015260c0604484015260c483019061325e565b886064830152886084830152600060a483015203925af1958615610e6d5788918c97610e44575b50610bf5908860035416906040518095819482936364e5027b60e01b845260a435600485015260606024850152606484019061325e565b90604483015203915afa8015610e395784918b91610dfd575b50151503610de857908560405194610c2586611de3565b60028652604036838801378051610c3b876134c4565b520151610c47856134d1565b526000835b610d1a575b50505050610c5f8133614711565b916002541690813b156104d85760008092602460405180958193633946fae560e01b83528a60048401525af18015610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9896610cf393610ce592610cff575b506040519687966004885287015233604087015260c0606087015260c08601906123f5565b90848203608086015261325e565b9060a08301520390a180f35b610d0890611dba565b38610cc0565b6040513d6000823e3d90fd5b8851811015610de357839291906000845b610d3b575b508301909192610c4c565b86949192939451811015610dd9578a89610d5585836134e1565b510151610d62838a6134e1565b5114610d76575b5081018194939291610d2b565b9184610d87858b80945416956134e1565b51015116823b156104d857600092868492604051958693849263bc649a1360e01b845260048401525af1908115610d0e5786928392610dca575b5090508a610d69565b610dd390611dba565b38610dc1565b9392919093610d30565b610c51565b6040516001623e33b960e21b03198152600490fd5b809250888092503d8311610e32575b610e168183611e86565b81010312610e2e57610e288491613517565b38610c0e565b8980fd5b503d610e0c565b6040513d8c823e3d90fd5b610bf5919750610e66908d3d8091833e610e5e8183611e86565b810190613524565b9690610bbe565b6040513d8d823e3d90fd5b50346101d657806003193601126101d6576001546040516001600160a01b039091168152602090f35b50346101d65760203660031901126101d6577f78e2dbf980774ab18c49411a78da08fd6d36726f634dde9291807cce2a5b791f81610edd611da4565b610ee56141c6565b600280546001600160a01b039283166001600160a01b0319821681179092556040805194909116909216811783526020830152819081015b0390a180f35b50346101d65760a09060a06003193601126101d6576001600160401b039060043582811161124f57610f59903690600401612609565b60249360243584811161124b57610f74903690600401612471565b9360443590811161124b57610f8d9036906004016124f0565b91606435608435948115610de8578061100b60405198602099611001602082019260a0845282610fe9610fd9610fc660c084018d613467565b601f199485858303016040860152613201565b838382030160608401528d61325e565b8960808301528d60a083015203908101835282611e86565b5190209485614290565b9660018060a01b039661105083896002541692604051978895869485936327a86b6160e01b85528c60048601526006602486015260c0604486015260c485019061325e565b91846064850152608484015260a483015203925af191821561123e578192611222575b50604080519261108284611dfe565b6003845260603660208601378051611099856134c4565b5260208101516110a8856134d1565b52015182516002101561120c5760608301526000925b86518410156111675760005b835181101561115c57886110de868a6134e1565b5101516110eb82866134e1565b51146110fa575b6001016110ca565b866001541690878761110c888c6134e1565b51015116823b156104d8576000928c8492604051958693849263bc649a1360e01b845260048401525af1918215610d0e5760019261114d575b5090506110f2565b61115690611dba565b38611145565b5092600101926110be565b868391876111758433614711565b906002541693843b156104d85760008095602460405180988193633946fae560e01b83528860048401525af1908115610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9895610cf3926111fd575b50610ce560405195869560028752602087015233604087015260c0606087015260c08601906123f5565b61120690611dba565b876111d3565b634e487b7160e01b600052603260045260246000fd5b6112379192503d8084833e610e5e8183611e86565b9038611073565b50604051903d90823e3d90fd5b8380fd5b5080fd5b50346101d657806003193601126101d6576003546040516001600160a01b039091168152602090f35b50346101d65760403660031901126101d657602435906001600160401b0382116101d65760206112ba6112b23660048601611f9b565b600435613afb565b604051908152f35b50346101d65760403660031901126101d6576004356001600160401b03811161124f576112f3903690600401611f9b565b6024356001600160a01b03811681036104d85761130f916138cb565b80f35b5061131c366129e1565b905a9061133061132b826145ca565b612ded565b506001600160401b03600754169360006040518080976303c753f360e31b825260a0600483015261136460a4830186612d90565b90866024840152846044840152600160648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af4938415610d0e577f95c4f287bc015d3e0de1361f9d217dd3d78dbf23cfddea43073eec71d56694329560c095611470575b506009611402600a850193336bffffffffffffffffffffffff60a01b8654161785555192600c860193845480821161143d575b50508561469e565b93015491549054604080519586526001600160a01b039384166020870152919092169084015260016060840152608083015260a0820152a180f35b600b8801549081119081611466575b5061145b575b845538806113fa565b426001880155611452565b905081113861144c565b61148c903d806000833e6114848183611e86565b810190612a38565b50386113c7565b507f95c4f287bc015d3e0de1361f9d217dd3d78dbf23cfddea43073eec71d566943260c06114c0366129e1565b5a906114f76114d161132b856145ca565b50916114dd838261460f565b505192600b8301938454808211611534575b50508261469e565b9160018060a01b03600a81600985015416930154169054916040519485526020850152604084015260006060840152608083015260a0820152a180f35b600c850154908111908161155d575b50611552575b845538806114ef565b426001850155611549565b9050811138611543565b50346101d657806003193601126101d6576002546040516001600160a01b039091168152602090f35b50346101d657806003193601126101d657546040516001600160a01b039091168152602090f35b50346101d65760208060031936011261124f5760043590818352600a602052604083209060048201548061174957506001908160018401925b61160a575b85858152600a60205261130f60408220612e8e565b835480156117435760001981810191821161172f57611629828761389d565b909160018060a01b03809354600393841b1c1693875482810190811161171b57611653908961389d565b905490841b1c93611664828b61389d565b9091825491861b1b191690558855865480156117075790808a949392019161168c838a61389d565b81939154921b1b191690558655846116a4828561458b565b156116d9577fa201ae5bf4d658512c5c97de0a009c270353fd3000802cfbc252e3f6212b01ba91604051908152a35b806115f0565b7f909585ca3f042e5a4e7217a2c7a36266d2c6c7e265fe7e5bbf0863724736a75091604051908152a36116d3565b634e487b7160e01b8b52603160045260248bfd5b634e487b7160e01b8c52601160045260248cfd5b634e487b7160e01b88526011600452602488fd5b506115f5565b83604491604051916346a427fb60e11b835260048301526024820152fd5b50346101d657806003193601126101d6576117806141c6565b600080546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b50346101d65760203660031901126101d6577f14940b6c0fbbce6549cc8228a77c0d18195f504d2c7805fc06d6ce3a760a01ee816117fd611da4565b6118056141c6565b600180546001600160a01b039283166001600160a01b031982168117909255604080519490911690921681178352602083015281908101610f1d565b50346101d65760603660031901126101d6576001600160401b0360043581811161045c57611873903690600401612609565b9060249060243590811161124b5761188f903690600401612471565b90604435906118cc604051936020946110018682019260608452826118ba610afc608083018c613467565b88606083015203908101835282611e86565b604051916118d983611e35565b6001938484528536818601376118ee846134c4565b526119328760018060a01b0394856002541689836040518096819582946327a86b6160e01b845260048401526007602484015260c0604484015260c483019061325e565b6000606483015260006084830152600060a483015203925af1918215611b185785918993611afc575b509050856040519261196c84611de3565b60028452604036838601378051611982856134c4565b52015161198e836134d1565b526000855b611a38575b50506119a48133614711565b926002541691823b156104d85760008093602460405180968193633946fae560e01b83528c60048401525af1908115610d0e577f7c8a8a674b08b091c74dc4418fd58977de1fdfebfde87d6a2ae61e5d062d0f9897610cf394610ce593611a29575b50604051978897885287015233604087015260c0606087015260c08601906123f5565b611a3290611dba565b38611a06565b8351811015611af7578591906000835b611a57575b5082019091611993565b9091928451821015611aef5788611a6e84886134e1565b510151611a7b83876134e1565b5114611a8d575b929190830183611a48565b548616908660a0611a9e85896134e1565b51015116823b156104d857600092858492604051958693849263bc649a1360e01b845260048401525af1908115610d0e5788928392611ae0575b509150611a82565b611ae990611dba565b38611ad8565b929190611a4d565b611998565b611b119193503d808b833e610e5e8183611e86565b913861195b565b6040513d8a823e3d90fd5b50346101d657806003193601126101d6576020600854604051908152f35b50346101d657806003193601126101d65760206001600160401b0360075416604051908152f35b50346101d657806003193601126101d65761130f612ec3565b50346101d65760203660031901126101d6576001600160401b0360043581811161045c57611bb3903690600401612376565b9073__$62acd07ec1773bdd442a216c81903ad717$__90813b1561124b576040516383ba513760e01b808252600b600483015291908581602481875af48015611cf957611ce0575b509084611c2b8193600754169560405196879283926303c753f360e31b845260a0600485015260a4840190612d90565b90600b6024840152600060448401526001606484015260848301520381865af4938415611cd5578294611cb9575b50823b1561124f576024604051809481938252600b60048301525af48015611cae57611c9a575b60405160208082528190611c96908201856123f5565b0390f35b611ca48391611dba565b61124f5781611c80565b6040513d85823e3d90fd5b611cce9194503d8084833e6114848183611e86565b9238611c59565b6040513d84823e3d90fd5b94611cf0611c2b96939293611dba565b94919091611bfb565b6040513d88823e3d90fd5b50346101d657806003193601126101d657602060ff60075460401c166040519015158152f35b50346101d65760203660031901126101d6577fa810af7a2208643a0b3e3ef442873b5f537429e114dd58648d62cbda0828a1d8611d65611da4565b611d6d6141c6565b600380546001600160a01b0319166001600160a01b0392909216918217905560408051828152602081019290925281908101610f1d565b600435906001600160a01b03821682036104d857565b6001600160401b038111611dcd57604052565b634e487b7160e01b600052604160045260246000fd5b606081019081106001600160401b03821117611dcd57604052565b608081019081106001600160401b03821117611dcd57604052565b61012081019081106001600160401b03821117611dcd57604052565b604081019081106001600160401b03821117611dcd57604052565b60a081019081106001600160401b03821117611dcd57604052565b60c081019081106001600160401b03821117611dcd57604052565b90601f801991011681019081106001600160401b03821117611dcd57604052565b6001600160401b038111611dcd5760051b60200190565b35906001600160401b03821682036104d857565b359061ffff821682036104d857565b359063ffffffff821682036104d857565b6001600160401b038111611dcd57601f01601f191660200190565b81601f820112156104d857803590611f2482611ef2565b92611f326040519485611e86565b828452602083830101116104d857816000926020809301838601378301015290565b359060ff821682036104d857565b91908260609103126104d857604051611f7a81611de3565b6040611f96818395803585526020810135602086015201611f54565b910152565b91909160c0818403126104d85760405190611fb582611dfe565b819381356001600160401b0381116104d8578201610120818303126104d85760405190611fe182611e19565b80358252611ff160208201611ebe565b602083015261200260408201611ed2565b6040830152606081013560608301526080810135608083015260a081013560a083015261203160c08201611ee1565b60c083015260e08101356001600160401b0381116104d85781016040818503126104d8576040519061206282611e35565b61206b81611ee1565b82526020810135906001600160401b0382116104d8570184601f820112156104d85780359061209982611ea7565b916120a76040519384611e86565b80835260208084019160051b830101918783116104d85760208101915b8383106123055750505050602082015260e0830152610100810135906001600160401b0382116104d85783601f8383010112156104d8578181013561210881611ea7565b926121166040519485611e86565b818452602084018660208460051b8487010101116104d857602082850101905b60208460051b8487010101821061217e57505050505060a0928261216892610100606097950152865260208301611f62565b6020850152608081013560408501520135910152565b81356001600160401b0381116104d857606086850182018a03601f1901126104d857604051916121ad83611de3565b6121bd602083878a010101611ed2565b83526040828689010101356001600160401b0381116104d8576060888701840182018c03601f1901126104d857604051906121f782611de3565b612209602082868a8d01010101611ee1565b825261221d604082868a8d01010101611ee1565b602083015260608185898c0101010135906001600160401b0382116104d8576020888b018601820183018e03601f1901126104d85760405191602083018381106001600160401b038211176122f0576040528a890186018201810160200135916001600160401b0383116104d8576122a2928f92602092898f8e010101010101611f0d565b815260408201526020840152606082868901010135906001600160401b0382116104d8576020936122de8c8680969581968b8e01010101611f0d565b60408201528152019201919050612136565b60246000634e487b7160e01b81526041600452fd5b82356001600160401b0381116104d8578201906040828b03601f1901126104d8576040519061233382611e35565b61233f60208401611ebe565b82526040830135916001600160401b0383116104d8576123678c602080969581960101611f0d565b838201528152019201916120c4565b81601f820112156104d85780359160209161239084611ea7565b9361239e6040519586611e86565b808552838086019160051b830101928084116104d857848301915b8483106123c95750505050505090565b82356001600160401b0381116104d85786916123ea84848094890101611f9b565b8152019201916123b9565b90815180825260208080930193019160005b828110612415575050505090565b8351805163ffffffff9081168752818401518785015260408083015190911690870152606080820151908701526080808201519087015260a0908101516001600160a01b03169086015260c09094019392810192600101612407565b81601f820112156104d85780359160209161248b84611ea7565b936124996040519586611e86565b808552838086019160051b830101928084116104d857848301915b8483106124c45750505050505090565b82356001600160401b0381116104d85786916124e584848094890101611f0d565b8152019201916124b4565b9080601f830112156104d857602090823561250a81611ea7565b936125186040519586611e86565b81855260208086019260051b8201019283116104d857602001905b828210612541575050505090565b81358152908301908301612533565b9190916060818403126104d8576040519061256a82611de3565b819381356001600160401b03908181116104d8578261258a9185016124f0565b8452602090818401359081116104d85783019180601f840112156104d85782356125b381611ea7565b936125c16040519586611e86565b818552838086019260051b8201019283116104d8578301905b8282106125f257505050830152604090810135910152565b8380916125fe84611f54565b8152019101906125da565b60e052608052608051601f60e0510112156104d85760e0513560a05261263060a051611ea7565b61263d6040519182611e86565b60a051815260208101608051602060a05160051b60e0510101116104d857602060e0510160c0525b602060a05160051b60e051010160c0511061267e575090565b60c05135906001600160401b0382116104d85760a0601f198360e051016080510301126104d8576040516126b181611e50565b60208360e0510101356001600160401b0381116104d8576126de906020608051918660e051010101611f9b565b815260408360e0510101356001600160401b0381116104d85761270d906020608051918660e051010101612471565b602082015260608360e0510101356001600160401b0381116104d857608051603f828660e05101010112156104d8576020818560e051010101359061275182611ea7565b9161275f6040519384611e86565b8083526020830160805160408360051b858a60e05101010101116104d8576040838860e051010101905b60408360051b858a60e05101010101821061281d575050505060408201526080808460e0510101356001600160401b0381116104d8576127d5906020608051918760e051010101612550565b606083015260a08460e0510101356001600160401b0381116104d85760209485612808926080519260e051010101612550565b90820152815201602060c0510160c052612665565b8135906001600160401b0382116104d85760a0603f1983878c60e0510101016080510301126104d8576040519061285382611e50565b612867604084888d60e05101010101611f54565b825261287d606084888d60e05101010101611ee1565b6020830152612896608084888d60e05101010101611ee1565b604083015260a083878c60e05101010101356001600160401b0381116104d85760805160e0518c01880185018201605f0112156104d8578a604082868a8460e0510101010101356128e681611ea7565b926128f46040519485611e86565b81845260805160e0516020860194018b0188018201600784901b01606001116104d857918260608f828a838f98828a8660e0510101010101975b8760071b9360e05101010101010184106129955750505050606083015260c083878c60e0510101010135916001600160401b0383116104d8576129858b60406020969587968b6080519460e0510101010101611f0d565b6080820152815201910190612789565b608084815103126104d85760608f828a60808f966020906040516129b881611e35565b6129c18c611f54565b81526129d18c8486519101611f62565b838201528152019801979561292e565b9060406003198301126104d85760043591602435906001600160401b0382116104d857612a1091600401612376565b90565b519063ffffffff821682036104d857565b51906001600160a01b03821682036104d857565b60209081818403126104d8578051906001600160401b0382116104d8570182601f820112156104d857805191612a6d83611ea7565b936040612a7d6040519687611e86565b848652828601918360c0809702860101948186116104d8578401925b858410612aaa575050505050505090565b86848303126104d8578487918451612ac181611e6b565b612aca87612a13565b81528287015183820152612adf868801612a13565b86820152606080880151908201526080808801519082015260a0612b04818901612a24565b90820152815201930192612a99565b919082519283825260005b848110612b3f575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612b1e565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b838310612cea5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a10612c5657505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b612cbf98612ccf9d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d840190612b13565b920151908d818403910152612b13565b9f019a019a01989b9a9997969594939291909e9c9d9e612c3e565b909192939a8c899a9b9f9d9e979899612d246001938f9284809461017f198d8503018a525188815116845201519181858201520190612b13565b9d0193019301919392909d99989796959c9b9d612c06565b9060a06060612d54845160c0855260c0850190612b53565b93612d7e6020820151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b90808251908181526020809101926020808460051b8301019501936000915b848310612dbf5750505050505090565b9091929394958480612ddd600193601f198682030187528a51612d3c565b9801930193019194939290612daf565b60095481101561120c57600f906009600052027f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af0190600090565b91908201809211612e3557565b634e487b7160e01b600052601160045260246000fd5b81810292918115918404141715612e3557565b81612e67575050565b6000906000526020600020918201915b828110612e8357505050565b818155600101612e77565b6004600091612ea1815484835582612e5e565b612eb360018201805490858155612e5e565b8260028201558260038201550155565b60075460ff60409160401c161561300d576000915b60095483101561300857600090815b612ef085612ded565b50600380910154821015612f4157612f138282612f0c89612ded565b500161389d565b905490821b1c600052600a602052846000200154838111612f38575b50600101612ee7565b92506001612f2f565b50509290421180612fe5575b612f64575b6000198114612e355760010191612ed8565b612f77612f7082612ded565b5054613df0565b15612f52579160005b612f8984612ded565b50600380910154821015612fc8579081612fa982600194612f0c89612ded565b9054911b1c600052600a602052612fc284600020612e8e565b01612f80565b505091808015612e35576000190190612fe0906141f2565b612f52565b506001612ff182612ded565b500154613002429160085490612e28565b10612f4d565b915050565b50565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b8282106131bb575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b838310613133575050505050606081612d7e602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b90919293966020806131ac600193601f198682030187528b519061ffff8251168152604061319b818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612b13565b920151906040818403910152612b13565b990193019301919392906130f9565b909192966020806131f360019361023f198b82030186526040838d516001600160401b03815116845201519181858201520190612b13565b9901920192019092916130c0565b90808251908181526020809101926020808460051b8301019501936000915b8483106132305750505050505090565b909192939495848061324e600193601f198682030187528a51612b13565b9801930193019194939290613220565b90815180825260208080930193019160005b82811061327e575050505090565b835185529381019392810192600101613270565b906132a6825160608352606083019061325e565b91602080820151938381038285015281808651928381520195019160005b8281106132db575050505060408091015191015290565b835160ff16875295810195928101926001016132c4565b91909160a09261330b825160a0835260a0830190613010565b6133216020918285015184820384860152613201565b9460409160408501519684810360408601528751928382528282019083808660051b8501019a01956000906000945b87861061338d57505050505050505050608061337c612a10949560608501518482036060860152613292565b920151906080818403910152613292565b90919293949596979b601f19828203018652878d518683019260ff938483511682528383015163ffffffff8091168584015287840151168783015260609489868501519684015285518092528460c0840196019189915b81831061341d5750505050600193839261340a9260808092015191818403910152612b13565b9e01960196019497969593929190613350565b919394956080849861345683600195975187815116845201518483019060ff604080928051855260208101516020860152015116910152565b019701930190918d959493926133e4565b90808251908181526020809101926020808460051b8301019501936000915b8483106134965750505050505090565b90919293949584806134b4600193601f198682030187528a516132f2565b9801930193019194939290613486565b80511561120c5760200190565b80516001101561120c5760400190565b805182101561120c5760209160051b010190565b51906001600160401b03821682036104d857565b519060ff821682036104d857565b519081151582036104d857565b6020929181810384136104d85781516001600160401b03928382116104d857019060c0828203126104d85760409283519361355e85611e6b565b8351855286840151878601528084015181860152606090818501518381116104d8578501906101409384838703126104d857815194850185811082821117611dcd5782526135ab83612a24565b85526135b88a84016134f5565b8a8601528183015182860152838301518181116104d857830186601f820112156104d8578051906135e882611ea7565b916135f585519384611e86565b8083528c8084019160071b830101918983116104d8578d01905b8282106138425750505084860152608095868401518281116104d857840181601f820112156104d85780519061364482611ea7565b9161365186519384611e86565b8083528d8084019160071b830101918483116104d8578e01905b8282106137f6575050508787015260a084015160a087015260c084015160c087015260e08401518281116104d857840181601f820112156104d8578051906136b282611ea7565b916136bf86519384611e86565b8083528d8084019160071b830101918483116104d8578e01905b82821061378f5750505060e087015261010091828501519081116104d857840181601f820112156104d85780519061371c61371383611ea7565b95519586611e86565b8185528c8086019260051b8201019283116104d8578c01905b8282106137785750505060a097989950840152613756610120809201613517565b908301528501528082015190840152015160088110156104d85760a082015290565b8c809161378484612a24565b815201910190613735565b8185038b81126104d857898851916137a683611e35565b6137af85613509565b8352601f1901126104d8578f90918c9289516137ca81611de3565b8386015181528a860151848201526137e38d8701613509565b8b820152838201528152019101906136d9565b8a828603126104d8578e8b91885161380d81611dfe565b613816856134f5565b8152613823838601612a24565b83820152898501518a8201528b8501518c82015281520191019061366b565b6080828b03126104d8578d608091875161385b81611dfe565b8451815261386a8386016134f5565b83820152613879898601612a24565b898201528a8501518b82015281520191019061360f565b91908203918211612e3557565b805482101561120c5760005260206000200190600090565b91908260409103126104d8576020825192015190565b91906007926007549060ff604092831c1615613ade5773__$725b64e5d0c6cf971a38b70775a9eb77e8$__92815191835194631b725d0960e01b8652613927600496602495818060209485938460048401526024830190612b53565b0381865af4908115613ad357600091613a9e575b5060005b600954811015613a9157600261395482612ded565b50015460081c63ffffffff9081169083161015613974575b60010161393f565b949390928798999296975196631a9293f560e01b8852808b89015289888061399e8c820187612d3c565b0381855af4978815613a8657600098613a55575b508b6139bd88612ded565b50015415613a465760005b8c806139d38a612ded565b500154821015613a3557816139eb91612f0c8b612ded565b905460039190911b1c6001600160a01b0390811690881614613a0f576001016139c8565b60448c8c8c8c613a1e8d612ded565b505492516346a427fb60e11b815293840152820152fd5b50509299989796509290939461396c565b60448b8b8b8b613a1e8c612ded565b613a769198508a3d8c11613a7f575b613a6e8183611e86565b8101906138b5565b905096386139b2565b503d613a64565b8a513d6000823e3d90fd5b5050505050505050509050565b90508181813d8311613acc575b613ab58183611e86565b810103126104d857613ac690612a13565b3861393b565b503d613aab565b87513d6000823e3d90fd5b5050509050565b63ffffffff9182169082160391908211612e3557565b9190916000818152602091600a83526040926002848420015480613de85750613b6a73__$725b64e5d0c6cf971a38b70775a9eb77e8$__6001600160401b0360075416976060815188518095819263df54527160e01b835260049d8e8401528b60248401526044830190612b53565b0381855af4928315613dde578693613da0575b5063ffffffff9485841615613d8a5750518651631b725d0960e01b8152808a01859052939291839185919082908190613bba906024830190612b53565b03915af4928315613d80578593613d49575b506001548651632486328d60e11b8152926001600160a01b03909116919087848b81865afa928315613d3f57908a9188958995613cf7575b5081908a519384809263d795ede160e01b82525afa988915613cee57508798613c9a575b505092613c60613c568694613c50613c45613c6696600199613ae5565b876005549116612e4b565b93613ae5565b848b549116612e4b565b90612e28565b94160191818311613c875750612a1093945090613c60916006549116612e4b565b634e487b7160e01b815260118652602490fd5b9080929850813d8311613ce7575b613cb28183611e86565b810103126104585792613c60613c568694613c50613c45613c6696613cd860019a612a13565b9c969950965050509450613c28565b503d613ca8565b513d89823e3d90fd5b9550935090508784813d8311613d38575b613d128183611e86565b81010312610792578080613d318c93613d2a88612a13565b9701612a13565b9490613c04565b503d613d08565b88513d89823e3d90fd5b9092508181813d8311613d79575b613d618183611e86565b810103126107e157613d7290612a13565b9138613bcc565b503d613d57565b86513d87823e3d90fd5b89602491895191630602a63d60e01b8352820152fd5b9092506060813d606011613dd6575b81613dbc60609383611e86565b810103126104585786613dcf9101612a13565b9138613b7d565b3d9150613daf565b87513d88823e3d90fd5b955050505050565b613df9816145ca565b90613e0382612ded565b5091600190613e188285015460085490612e28565b421061413057600b840154600c8501541115613f8b57600d840193845492600080965585818060039260038601915b613f54575b5050908760078501925b613ec3575b50505050917f8aab2f0f75a0e55946800c511c0cb1067fbc27619d288525687b506d233485769391600a60809401613ea760018060a01b0392613ea1858585541661458b565b506141f2565b541660405192835285602084015260408301526060820152a190565b8254811015613f4f5783546001600160a01b0390811690613ee4838661389d565b905490851b1c1690803b15613f4b57908a8092602460409384519586938492636e4e34a560e11b845260048401525af1908115613f4257509185949392918592613f33575b5001909192613e56565b613f3c90611dba565b38613f29565b513d8c823e3d90fd5b8a80fd5b613e5b565b8154811015613f865780613f6984928461389d565b905490861b1c8b52600a6020528a60046040822001550182613e47565b613e4c565b5091600d8101908154906000809355846009820160018060a01b039081815416600380950196604095865197888a819b54808c526020809c019186528b862090865b8d828210614108575050505090613fe591038b611e86565b9882875b61403e575b50505050917f8aab2f0f75a0e55946800c511c0cb1067fbc27619d288525687b506d233485769795939161402688608099979561458b565b5054169282519586528501528301526060820152a190565b9091929394959682518210156140ff5792919084845b614067575b508301839796959493613fe9565b6140758284959693946134e1565b518652600a9b8c8c528a8720548210156140f357906140bc83926140b08f8f8f869288928e6140a48d8f6134e1565b519052528c200161389d565b905490891b1c90612e28565b9c6140c785876134e1565b5188528c526140da81838d8a200161389d565b81549060001990891b1b19169055018194939291614054565b9b509392919093614059565b96959493613fee565b90938c93809798999a9b9c9d9396505481520194019101908c928f9a99989796959492613fcd565b604051636d96b7a160e01b815260048101849052602490fd5b90808251908181526020809101926020808460051b8301019501936000915b8483106141785750505050505090565b9091929394958480614196600193601f198682030187528a51613010565b9801930193019194939290614168565b81156141b0570490565b634e487b7160e01b600052601260045260246000fd5b6000546001600160a01b031633036141da57565b60405163118cdaa760e01b8152336004820152602490fd5b6040519063484ec9b960e01b825260096004830152602482015260208160448173__$62acd07ec1773bdd442a216c81903ad717$__5af4908115610d0e57600091614256575b5060ff60401b60075491151560401b169060ff60401b191617600755565b90506020813d602011614288575b8161427160209383611e86565b810103126104d85761428290613517565b38614238565b3d9150614264565b9080519160009215610de8576002805490926001600160a01b0391821690813b156104585760409384519363c90d448b60e01b855260049482600482015288816024818382995af180156145815761456e575b508251966142f088611ea7565b976142fd8851998a611e86565b80895261430c601f1991611ea7565b01895b8181106144db5750508873__$725b64e5d0c6cf971a38b70775a9eb77e8$__905b855181101561443a5761434381876134e1565b515161434f828c6134e1565b5261435a818b6134e1565b5061436581876134e1565b51518960208a61438b83519485938493631a9293f560e01b85528401528c830190612d3c565b0381865af480156144105761441e575b50838354166143aa82886134e1565b51813b1561441a57888b92888f8d6143e082968851988997889687956314f0b6c960e11b875286015284015260448301906132f2565b03925af1801561441057908c916143fc575b5050600101614330565b61440590611dba565b613f4b578a386143f2565b8a513d8e823e3d90fd5b8c80fd5b614434908a3d8c11613a7f57613a6e8183611e86565b5061439b565b505050505050505091806144766001600160401b036007541693855194859283926303c753f360e31b845260a0600485015260a4840190612d90565b90600b602484015260006044840152600060648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af49283156144d1575080926144bd57505090565b612a1092503d8091833e6114848183611e86565b51903d90823e3d90fd5b60209089516144e981611dfe565b8a8d81516144f681611e19565b8181528186938185840152818184015260609282848201528260808201528260a08201528260c0820152815161452b81611e35565b838152848782015260e0820152836101008201528652805161454c81611de3565b8281528286820152828282015285870152850152830152828d0101520161430f565b61457a90989198611dba565b96386142e3565b87513d8b823e3d90fd5b6000918291829182916001600160a01b03165af13d15612a10573d6145af81611ef2565b906145bd6040519283611e86565b8152600060203d92013e90565b60095460005b8181106145f057604051630a102ee560e11b815260048101849052602490fd5b826145fa82612ded565b505414614609576001016145d0565b91505090565b6146456000916001600160401b03600754169360405194859384936303c753f360e31b855260a0600486015260a4850190612d90565b91602484015260016044840152600160648401526084830152038173__$62acd07ec1773bdd442a216c81903ad717$__5af4908115610d0e57600091614689575090565b612a1091503d806000833e6114848183611e86565b906146ad6146b8915a90613890565b600e83015490612e4b565b908134106146f157600d016146ce828254612e28565b90558034116146da5790565b6146ed6146e78234613890565b3361458b565b5090565b60449250549060405191630de9b3c160e41b835260048301526024820152fd5b91600091825b81518410156147c55760005b61472d85846134e1565b51600052600a91602092808452604080600020548410156147b45783600194939261479f9261475c8b8a6134e1565b5160005281885286916147866147778585856000200161389d565b979054600398891b1c90612e28565b986147918d8c6134e1565b51600052526000200161389d565b9091825491600019911b1b1916905501614723565b505060019095019491506147179050565b91939192506146ed918391506001600160a01b031661458b565b9190600183016000908282528060205260408220541560001461484a57845494600160401b861015610a27578361483a614823886001604098999a0185558461389d565b819391549060031b91821b91600019901b19161790565b9055549382526020522055600190565b5092505056fea2646970667358221220f203425014165da2b826b4ed7590de67610d905563255f64935dcf2e9d3df29564736f6c63430008190033",
3039
- "linkReferences": {
3040
- "contracts/WNS/ChallengeLib.sol": {
3041
- "ChallengeLib": [
3042
- {
3043
- "length": 20,
3044
- "start": 5171
3045
- },
3046
- {
3047
- "length": 20,
3048
- "start": 7272
3049
- },
3050
- {
3051
- "length": 20,
3052
- "start": 17094
3053
- },
3054
- {
3055
- "length": 20,
3056
- "start": 17735
3057
- },
3058
- {
3059
- "length": 20,
3060
- "start": 18196
3061
- }
3062
- ]
3063
- },
3064
- "contracts/common/sysio_verify.sol": {
3065
- "sysio_verify": [
3066
- {
3067
- "length": 20,
3068
- "start": 1734
3069
- },
3070
- {
3071
- "length": 20,
3072
- "start": 1825
3073
- },
3074
- {
3075
- "length": 20,
3076
- "start": 14741
3077
- },
3078
- {
3079
- "length": 20,
3080
- "start": 15313
3081
- },
3082
- {
3083
- "length": 20,
3084
- "start": 17357
3085
- }
3086
- ]
3087
- }
3088
- },
3089
- "deployedLinkReferences": {
3090
- "contracts/WNS/ChallengeLib.sol": {
3091
- "ChallengeLib": [
3092
- {
3093
- "length": 20,
3094
- "start": 4993
3095
- },
3096
- {
3097
- "length": 20,
3098
- "start": 7094
3099
- },
3100
- {
3101
- "length": 20,
3102
- "start": 16916
3103
- },
3104
- {
3105
- "length": 20,
3106
- "start": 17557
3107
- },
3108
- {
3109
- "length": 20,
3110
- "start": 18018
3111
- }
3112
- ]
3113
- },
3114
- "contracts/common/sysio_verify.sol": {
3115
- "sysio_verify": [
3116
- {
3117
- "length": 20,
3118
- "start": 1556
3119
- },
3120
- {
3121
- "length": 20,
3122
- "start": 1647
3123
- },
3124
- {
3125
- "length": 20,
3126
- "start": 14563
3127
- },
3128
- {
3129
- "length": 20,
3130
- "start": 15135
3131
- },
3132
- {
3133
- "length": 20,
3134
- "start": 17179
3135
- }
3136
- ]
3137
- }
3138
- }
3139
- }