@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,1232 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "WithdrawBatch",
4
- "sourceName": "contracts/WNS/WithdrawBatch.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "_sChainAddr",
11
- "type": "address"
12
- },
13
- {
14
- "internalType": "address",
15
- "name": "_bucketAddr",
16
- "type": "address"
17
- }
18
- ],
19
- "stateMutability": "nonpayable",
20
- "type": "constructor"
21
- },
22
- {
23
- "inputs": [
24
- {
25
- "internalType": "string",
26
- "name": "expected",
27
- "type": "string"
28
- },
29
- {
30
- "internalType": "string",
31
- "name": "actual",
32
- "type": "string"
33
- }
34
- ],
35
- "name": "BadName",
36
- "type": "error"
37
- },
38
- {
39
- "inputs": [
40
- {
41
- "internalType": "bytes32",
42
- "name": "transactionID",
43
- "type": "bytes32"
44
- }
45
- ],
46
- "name": "BatchInitiated",
47
- "type": "error"
48
- },
49
- {
50
- "inputs": [
51
- {
52
- "internalType": "bytes32",
53
- "name": "transactionID",
54
- "type": "bytes32"
55
- },
56
- {
57
- "internalType": "uint8",
58
- "name": "blockState",
59
- "type": "uint8"
60
- },
61
- {
62
- "internalType": "uint8",
63
- "name": "batchState",
64
- "type": "uint8"
65
- },
66
- {
67
- "internalType": "bytes32",
68
- "name": "blockID",
69
- "type": "bytes32"
70
- },
71
- {
72
- "internalType": "address",
73
- "name": "initiator",
74
- "type": "address"
75
- }
76
- ],
77
- "name": "BatchNotExecutable",
78
- "type": "error"
79
- },
80
- {
81
- "inputs": [
82
- {
83
- "internalType": "bytes32",
84
- "name": "transactionID",
85
- "type": "bytes32"
86
- }
87
- ],
88
- "name": "BatchNotExecuted",
89
- "type": "error"
90
- },
91
- {
92
- "inputs": [
93
- {
94
- "internalType": "bytes32",
95
- "name": "transactionID",
96
- "type": "bytes32"
97
- },
98
- {
99
- "internalType": "uint256",
100
- "name": "unlockTime",
101
- "type": "uint256"
102
- },
103
- {
104
- "internalType": "uint256",
105
- "name": "blockTime",
106
- "type": "uint256"
107
- }
108
- ],
109
- "name": "BatchNotUnlocked",
110
- "type": "error"
111
- },
112
- {
113
- "inputs": [
114
- {
115
- "internalType": "address",
116
- "name": "batchInitiator",
117
- "type": "address"
118
- },
119
- {
120
- "internalType": "address",
121
- "name": "msgSender",
122
- "type": "address"
123
- }
124
- ],
125
- "name": "BatchWrongActor",
126
- "type": "error"
127
- },
128
- {
129
- "inputs": [
130
- {
131
- "internalType": "address",
132
- "name": "owner",
133
- "type": "address"
134
- }
135
- ],
136
- "name": "OwnableInvalidOwner",
137
- "type": "error"
138
- },
139
- {
140
- "inputs": [
141
- {
142
- "internalType": "address",
143
- "name": "account",
144
- "type": "address"
145
- }
146
- ],
147
- "name": "OwnableUnauthorizedAccount",
148
- "type": "error"
149
- },
150
- {
151
- "inputs": [
152
- {
153
- "internalType": "uint256",
154
- "name": "parsedLen",
155
- "type": "uint256"
156
- },
157
- {
158
- "internalType": "uint256",
159
- "name": "actualLen",
160
- "type": "uint256"
161
- }
162
- ],
163
- "name": "PackedTxExtraData",
164
- "type": "error"
165
- },
166
- {
167
- "inputs": [
168
- {
169
- "internalType": "uint64",
170
- "name": "tokenType",
171
- "type": "uint64"
172
- }
173
- ],
174
- "name": "TokenTypeUnknown",
175
- "type": "error"
176
- },
177
- {
178
- "anonymous": false,
179
- "inputs": [
180
- {
181
- "indexed": true,
182
- "internalType": "address",
183
- "name": "newBucketAddr",
184
- "type": "address"
185
- },
186
- {
187
- "indexed": true,
188
- "internalType": "address",
189
- "name": "oldBucketAddr",
190
- "type": "address"
191
- }
192
- ],
193
- "name": "BucketAddressChanged",
194
- "type": "event"
195
- },
196
- {
197
- "anonymous": false,
198
- "inputs": [
199
- {
200
- "indexed": true,
201
- "internalType": "address",
202
- "name": "actor",
203
- "type": "address"
204
- },
205
- {
206
- "indexed": true,
207
- "internalType": "bytes32",
208
- "name": "transactionID",
209
- "type": "bytes32"
210
- }
211
- ],
212
- "name": "CleanedBatch",
213
- "type": "event"
214
- },
215
- {
216
- "anonymous": false,
217
- "inputs": [
218
- {
219
- "indexed": false,
220
- "internalType": "SysName",
221
- "name": "oldContract",
222
- "type": "uint64"
223
- },
224
- {
225
- "indexed": false,
226
- "internalType": "SysName",
227
- "name": "newContract",
228
- "type": "uint64"
229
- },
230
- {
231
- "indexed": false,
232
- "internalType": "SysName",
233
- "name": "oldAction",
234
- "type": "uint64"
235
- },
236
- {
237
- "indexed": false,
238
- "internalType": "SysName",
239
- "name": "newAction",
240
- "type": "uint64"
241
- }
242
- ],
243
- "name": "ContractActionNamesChanged",
244
- "type": "event"
245
- },
246
- {
247
- "anonymous": false,
248
- "inputs": [
249
- {
250
- "indexed": true,
251
- "internalType": "address",
252
- "name": "actor",
253
- "type": "address"
254
- },
255
- {
256
- "indexed": true,
257
- "internalType": "bytes32",
258
- "name": "transactionID",
259
- "type": "bytes32"
260
- },
261
- {
262
- "components": [
263
- {
264
- "internalType": "address",
265
- "name": "contractAddress",
266
- "type": "address"
267
- },
268
- {
269
- "internalType": "uint64",
270
- "name": "tokenType",
271
- "type": "uint64"
272
- },
273
- {
274
- "internalType": "uint256",
275
- "name": "tokenID",
276
- "type": "uint256"
277
- },
278
- {
279
- "internalType": "uint256",
280
- "name": "amount",
281
- "type": "uint256"
282
- },
283
- {
284
- "internalType": "address",
285
- "name": "to",
286
- "type": "address"
287
- }
288
- ],
289
- "indexed": false,
290
- "internalType": "struct WithdrawBatch.Withdrawal[]",
291
- "name": "withdrawals",
292
- "type": "tuple[]"
293
- }
294
- ],
295
- "name": "ExecutedBatch",
296
- "type": "event"
297
- },
298
- {
299
- "anonymous": false,
300
- "inputs": [
301
- {
302
- "indexed": true,
303
- "internalType": "address",
304
- "name": "actor",
305
- "type": "address"
306
- },
307
- {
308
- "indexed": true,
309
- "internalType": "bytes32",
310
- "name": "transactionID",
311
- "type": "bytes32"
312
- },
313
- {
314
- "indexed": false,
315
- "internalType": "uint256",
316
- "name": "unlockTime",
317
- "type": "uint256"
318
- },
319
- {
320
- "indexed": false,
321
- "internalType": "uint256",
322
- "name": "expireTime",
323
- "type": "uint256"
324
- }
325
- ],
326
- "name": "InitiatedBatch",
327
- "type": "event"
328
- },
329
- {
330
- "anonymous": false,
331
- "inputs": [
332
- {
333
- "indexed": true,
334
- "internalType": "address",
335
- "name": "previousOwner",
336
- "type": "address"
337
- },
338
- {
339
- "indexed": true,
340
- "internalType": "address",
341
- "name": "newOwner",
342
- "type": "address"
343
- }
344
- ],
345
- "name": "OwnershipTransferred",
346
- "type": "event"
347
- },
348
- {
349
- "anonymous": false,
350
- "inputs": [
351
- {
352
- "indexed": true,
353
- "internalType": "address",
354
- "name": "newSChainAddr",
355
- "type": "address"
356
- },
357
- {
358
- "indexed": true,
359
- "internalType": "address",
360
- "name": "oldSChainAddr",
361
- "type": "address"
362
- }
363
- ],
364
- "name": "SChainAddressChanged",
365
- "type": "event"
366
- },
367
- {
368
- "inputs": [],
369
- "name": "BATCH_ACTION",
370
- "outputs": [
371
- {
372
- "internalType": "SysName",
373
- "name": "",
374
- "type": "uint64"
375
- }
376
- ],
377
- "stateMutability": "view",
378
- "type": "function"
379
- },
380
- {
381
- "inputs": [],
382
- "name": "SETTLE_WNS",
383
- "outputs": [
384
- {
385
- "internalType": "SysName",
386
- "name": "",
387
- "type": "uint64"
388
- }
389
- ],
390
- "stateMutability": "view",
391
- "type": "function"
392
- },
393
- {
394
- "inputs": [],
395
- "name": "bucketAddr",
396
- "outputs": [
397
- {
398
- "internalType": "address",
399
- "name": "",
400
- "type": "address"
401
- }
402
- ],
403
- "stateMutability": "view",
404
- "type": "function"
405
- },
406
- {
407
- "inputs": [
408
- {
409
- "components": [
410
- {
411
- "components": [
412
- {
413
- "internalType": "uint256",
414
- "name": "timestamp",
415
- "type": "uint256"
416
- },
417
- {
418
- "internalType": "SysName",
419
- "name": "producer",
420
- "type": "uint64"
421
- },
422
- {
423
- "internalType": "uint16",
424
- "name": "confirmed",
425
- "type": "uint16"
426
- },
427
- {
428
- "internalType": "bytes32",
429
- "name": "previous",
430
- "type": "bytes32"
431
- },
432
- {
433
- "internalType": "bytes32",
434
- "name": "txMroot",
435
- "type": "bytes32"
436
- },
437
- {
438
- "internalType": "bytes32",
439
- "name": "actMroot",
440
- "type": "bytes32"
441
- },
442
- {
443
- "internalType": "uint32",
444
- "name": "scheduleVersion",
445
- "type": "uint32"
446
- },
447
- {
448
- "components": [
449
- {
450
- "internalType": "uint32",
451
- "name": "version",
452
- "type": "uint32"
453
- },
454
- {
455
- "components": [
456
- {
457
- "internalType": "SysName",
458
- "name": "account_name",
459
- "type": "uint64"
460
- },
461
- {
462
- "internalType": "bytes",
463
- "name": "blockSigningKey",
464
- "type": "bytes"
465
- }
466
- ],
467
- "internalType": "struct Producer[]",
468
- "name": "producers",
469
- "type": "tuple[]"
470
- }
471
- ],
472
- "internalType": "struct ProducerSchedule",
473
- "name": "new_producers",
474
- "type": "tuple"
475
- },
476
- {
477
- "components": [
478
- {
479
- "internalType": "uint16",
480
- "name": "extensionType",
481
- "type": "uint16"
482
- },
483
- {
484
- "components": [
485
- {
486
- "internalType": "uint32",
487
- "name": "length",
488
- "type": "uint32"
489
- },
490
- {
491
- "internalType": "uint32",
492
- "name": "offset",
493
- "type": "uint32"
494
- },
495
- {
496
- "components": [
497
- {
498
- "internalType": "bytes",
499
- "name": "data",
500
- "type": "bytes"
501
- }
502
- ],
503
- "internalType": "struct iodata.Buffer",
504
- "name": "data",
505
- "type": "tuple"
506
- }
507
- ],
508
- "internalType": "struct DataRef",
509
- "name": "dataRef",
510
- "type": "tuple"
511
- },
512
- {
513
- "internalType": "bytes",
514
- "name": "data",
515
- "type": "bytes"
516
- }
517
- ],
518
- "internalType": "struct Extension[]",
519
- "name": "header_extensions",
520
- "type": "tuple[]"
521
- }
522
- ],
523
- "internalType": "struct BlockHeader",
524
- "name": "header",
525
- "type": "tuple"
526
- },
527
- {
528
- "components": [
529
- {
530
- "internalType": "bytes32",
531
- "name": "r",
532
- "type": "bytes32"
533
- },
534
- {
535
- "internalType": "bytes32",
536
- "name": "s",
537
- "type": "bytes32"
538
- },
539
- {
540
- "internalType": "uint8",
541
- "name": "v",
542
- "type": "uint8"
543
- }
544
- ],
545
- "internalType": "struct PointSigValues",
546
- "name": "signature",
547
- "type": "tuple"
548
- },
549
- {
550
- "internalType": "bytes32",
551
- "name": "blockMRoot",
552
- "type": "bytes32"
553
- },
554
- {
555
- "internalType": "bytes32",
556
- "name": "scheduleHash",
557
- "type": "bytes32"
558
- }
559
- ],
560
- "internalType": "struct SignedHeader",
561
- "name": "header",
562
- "type": "tuple"
563
- },
564
- {
565
- "internalType": "bytes32",
566
- "name": "transactionID",
567
- "type": "bytes32"
568
- }
569
- ],
570
- "name": "cleanBatch",
571
- "outputs": [],
572
- "stateMutability": "nonpayable",
573
- "type": "function"
574
- },
575
- {
576
- "inputs": [
577
- {
578
- "components": [
579
- {
580
- "components": [
581
- {
582
- "internalType": "uint256",
583
- "name": "timestamp",
584
- "type": "uint256"
585
- },
586
- {
587
- "internalType": "SysName",
588
- "name": "producer",
589
- "type": "uint64"
590
- },
591
- {
592
- "internalType": "uint16",
593
- "name": "confirmed",
594
- "type": "uint16"
595
- },
596
- {
597
- "internalType": "bytes32",
598
- "name": "previous",
599
- "type": "bytes32"
600
- },
601
- {
602
- "internalType": "bytes32",
603
- "name": "txMroot",
604
- "type": "bytes32"
605
- },
606
- {
607
- "internalType": "bytes32",
608
- "name": "actMroot",
609
- "type": "bytes32"
610
- },
611
- {
612
- "internalType": "uint32",
613
- "name": "scheduleVersion",
614
- "type": "uint32"
615
- },
616
- {
617
- "components": [
618
- {
619
- "internalType": "uint32",
620
- "name": "version",
621
- "type": "uint32"
622
- },
623
- {
624
- "components": [
625
- {
626
- "internalType": "SysName",
627
- "name": "account_name",
628
- "type": "uint64"
629
- },
630
- {
631
- "internalType": "bytes",
632
- "name": "blockSigningKey",
633
- "type": "bytes"
634
- }
635
- ],
636
- "internalType": "struct Producer[]",
637
- "name": "producers",
638
- "type": "tuple[]"
639
- }
640
- ],
641
- "internalType": "struct ProducerSchedule",
642
- "name": "new_producers",
643
- "type": "tuple"
644
- },
645
- {
646
- "components": [
647
- {
648
- "internalType": "uint16",
649
- "name": "extensionType",
650
- "type": "uint16"
651
- },
652
- {
653
- "components": [
654
- {
655
- "internalType": "uint32",
656
- "name": "length",
657
- "type": "uint32"
658
- },
659
- {
660
- "internalType": "uint32",
661
- "name": "offset",
662
- "type": "uint32"
663
- },
664
- {
665
- "components": [
666
- {
667
- "internalType": "bytes",
668
- "name": "data",
669
- "type": "bytes"
670
- }
671
- ],
672
- "internalType": "struct iodata.Buffer",
673
- "name": "data",
674
- "type": "tuple"
675
- }
676
- ],
677
- "internalType": "struct DataRef",
678
- "name": "dataRef",
679
- "type": "tuple"
680
- },
681
- {
682
- "internalType": "bytes",
683
- "name": "data",
684
- "type": "bytes"
685
- }
686
- ],
687
- "internalType": "struct Extension[]",
688
- "name": "header_extensions",
689
- "type": "tuple[]"
690
- }
691
- ],
692
- "internalType": "struct BlockHeader",
693
- "name": "header",
694
- "type": "tuple"
695
- },
696
- {
697
- "components": [
698
- {
699
- "internalType": "bytes32",
700
- "name": "r",
701
- "type": "bytes32"
702
- },
703
- {
704
- "internalType": "bytes32",
705
- "name": "s",
706
- "type": "bytes32"
707
- },
708
- {
709
- "internalType": "uint8",
710
- "name": "v",
711
- "type": "uint8"
712
- }
713
- ],
714
- "internalType": "struct PointSigValues",
715
- "name": "signature",
716
- "type": "tuple"
717
- },
718
- {
719
- "internalType": "bytes32",
720
- "name": "blockMRoot",
721
- "type": "bytes32"
722
- },
723
- {
724
- "internalType": "bytes32",
725
- "name": "scheduleHash",
726
- "type": "bytes32"
727
- }
728
- ],
729
- "internalType": "struct SignedHeader",
730
- "name": "header",
731
- "type": "tuple"
732
- },
733
- {
734
- "components": [
735
- {
736
- "internalType": "bytes32[]",
737
- "name": "proof",
738
- "type": "bytes32[]"
739
- },
740
- {
741
- "internalType": "uint8[]",
742
- "name": "ops",
743
- "type": "uint8[]"
744
- },
745
- {
746
- "internalType": "uint256",
747
- "name": "maxStack",
748
- "type": "uint256"
749
- }
750
- ],
751
- "internalType": "struct MerkleProof",
752
- "name": "merkleProof",
753
- "type": "tuple"
754
- },
755
- {
756
- "internalType": "bool",
757
- "name": "sRootProof",
758
- "type": "bool"
759
- },
760
- {
761
- "internalType": "bytes",
762
- "name": "packedTx",
763
- "type": "bytes"
764
- },
765
- {
766
- "components": [
767
- {
768
- "internalType": "uint8",
769
- "name": "status",
770
- "type": "uint8"
771
- },
772
- {
773
- "internalType": "uint32",
774
- "name": "cpu_usage_us",
775
- "type": "uint32"
776
- },
777
- {
778
- "internalType": "uint32",
779
- "name": "net_usage_words",
780
- "type": "uint32"
781
- },
782
- {
783
- "components": [
784
- {
785
- "internalType": "uint8",
786
- "name": "keyType",
787
- "type": "uint8"
788
- },
789
- {
790
- "components": [
791
- {
792
- "internalType": "bytes32",
793
- "name": "r",
794
- "type": "bytes32"
795
- },
796
- {
797
- "internalType": "bytes32",
798
- "name": "s",
799
- "type": "bytes32"
800
- },
801
- {
802
- "internalType": "uint8",
803
- "name": "v",
804
- "type": "uint8"
805
- }
806
- ],
807
- "internalType": "struct PointSigValues",
808
- "name": "rsv",
809
- "type": "tuple"
810
- }
811
- ],
812
- "internalType": "struct Signature[]",
813
- "name": "signatures",
814
- "type": "tuple[]"
815
- },
816
- {
817
- "internalType": "bytes",
818
- "name": "packed_context_free_data",
819
- "type": "bytes"
820
- }
821
- ],
822
- "internalType": "struct TransactionExtra",
823
- "name": "txExtra",
824
- "type": "tuple"
825
- }
826
- ],
827
- "name": "executeBatch",
828
- "outputs": [],
829
- "stateMutability": "nonpayable",
830
- "type": "function"
831
- },
832
- {
833
- "inputs": [
834
- {
835
- "components": [
836
- {
837
- "components": [
838
- {
839
- "internalType": "uint256",
840
- "name": "timestamp",
841
- "type": "uint256"
842
- },
843
- {
844
- "internalType": "SysName",
845
- "name": "producer",
846
- "type": "uint64"
847
- },
848
- {
849
- "internalType": "uint16",
850
- "name": "confirmed",
851
- "type": "uint16"
852
- },
853
- {
854
- "internalType": "bytes32",
855
- "name": "previous",
856
- "type": "bytes32"
857
- },
858
- {
859
- "internalType": "bytes32",
860
- "name": "txMroot",
861
- "type": "bytes32"
862
- },
863
- {
864
- "internalType": "bytes32",
865
- "name": "actMroot",
866
- "type": "bytes32"
867
- },
868
- {
869
- "internalType": "uint32",
870
- "name": "scheduleVersion",
871
- "type": "uint32"
872
- },
873
- {
874
- "components": [
875
- {
876
- "internalType": "uint32",
877
- "name": "version",
878
- "type": "uint32"
879
- },
880
- {
881
- "components": [
882
- {
883
- "internalType": "SysName",
884
- "name": "account_name",
885
- "type": "uint64"
886
- },
887
- {
888
- "internalType": "bytes",
889
- "name": "blockSigningKey",
890
- "type": "bytes"
891
- }
892
- ],
893
- "internalType": "struct Producer[]",
894
- "name": "producers",
895
- "type": "tuple[]"
896
- }
897
- ],
898
- "internalType": "struct ProducerSchedule",
899
- "name": "new_producers",
900
- "type": "tuple"
901
- },
902
- {
903
- "components": [
904
- {
905
- "internalType": "uint16",
906
- "name": "extensionType",
907
- "type": "uint16"
908
- },
909
- {
910
- "components": [
911
- {
912
- "internalType": "uint32",
913
- "name": "length",
914
- "type": "uint32"
915
- },
916
- {
917
- "internalType": "uint32",
918
- "name": "offset",
919
- "type": "uint32"
920
- },
921
- {
922
- "components": [
923
- {
924
- "internalType": "bytes",
925
- "name": "data",
926
- "type": "bytes"
927
- }
928
- ],
929
- "internalType": "struct iodata.Buffer",
930
- "name": "data",
931
- "type": "tuple"
932
- }
933
- ],
934
- "internalType": "struct DataRef",
935
- "name": "dataRef",
936
- "type": "tuple"
937
- },
938
- {
939
- "internalType": "bytes",
940
- "name": "data",
941
- "type": "bytes"
942
- }
943
- ],
944
- "internalType": "struct Extension[]",
945
- "name": "header_extensions",
946
- "type": "tuple[]"
947
- }
948
- ],
949
- "internalType": "struct BlockHeader",
950
- "name": "header",
951
- "type": "tuple"
952
- },
953
- {
954
- "components": [
955
- {
956
- "internalType": "bytes32",
957
- "name": "r",
958
- "type": "bytes32"
959
- },
960
- {
961
- "internalType": "bytes32",
962
- "name": "s",
963
- "type": "bytes32"
964
- },
965
- {
966
- "internalType": "uint8",
967
- "name": "v",
968
- "type": "uint8"
969
- }
970
- ],
971
- "internalType": "struct PointSigValues",
972
- "name": "signature",
973
- "type": "tuple"
974
- },
975
- {
976
- "internalType": "bytes32",
977
- "name": "blockMRoot",
978
- "type": "bytes32"
979
- },
980
- {
981
- "internalType": "bytes32",
982
- "name": "scheduleHash",
983
- "type": "bytes32"
984
- }
985
- ],
986
- "internalType": "struct SignedHeader",
987
- "name": "header",
988
- "type": "tuple"
989
- },
990
- {
991
- "internalType": "bytes32",
992
- "name": "transactionID",
993
- "type": "bytes32"
994
- }
995
- ],
996
- "name": "initiateBatch",
997
- "outputs": [],
998
- "stateMutability": "payable",
999
- "type": "function"
1000
- },
1001
- {
1002
- "inputs": [],
1003
- "name": "owner",
1004
- "outputs": [
1005
- {
1006
- "internalType": "address",
1007
- "name": "",
1008
- "type": "address"
1009
- }
1010
- ],
1011
- "stateMutability": "view",
1012
- "type": "function"
1013
- },
1014
- {
1015
- "inputs": [
1016
- {
1017
- "internalType": "bytes32",
1018
- "name": "",
1019
- "type": "bytes32"
1020
- }
1021
- ],
1022
- "name": "pendingBatches",
1023
- "outputs": [
1024
- {
1025
- "internalType": "enum WithdrawBatch.BatchState",
1026
- "name": "state",
1027
- "type": "uint8"
1028
- },
1029
- {
1030
- "internalType": "bytes32",
1031
- "name": "transactionID",
1032
- "type": "bytes32"
1033
- },
1034
- {
1035
- "internalType": "bytes32",
1036
- "name": "blockID",
1037
- "type": "bytes32"
1038
- },
1039
- {
1040
- "internalType": "address",
1041
- "name": "initiator",
1042
- "type": "address"
1043
- }
1044
- ],
1045
- "stateMutability": "view",
1046
- "type": "function"
1047
- },
1048
- {
1049
- "inputs": [],
1050
- "name": "renounceOwnership",
1051
- "outputs": [],
1052
- "stateMutability": "nonpayable",
1053
- "type": "function"
1054
- },
1055
- {
1056
- "inputs": [],
1057
- "name": "sChainAddr",
1058
- "outputs": [
1059
- {
1060
- "internalType": "address",
1061
- "name": "",
1062
- "type": "address"
1063
- }
1064
- ],
1065
- "stateMutability": "view",
1066
- "type": "function"
1067
- },
1068
- {
1069
- "inputs": [
1070
- {
1071
- "internalType": "address",
1072
- "name": "_bucketAddr",
1073
- "type": "address"
1074
- }
1075
- ],
1076
- "name": "setBucketWNSAddr",
1077
- "outputs": [],
1078
- "stateMutability": "nonpayable",
1079
- "type": "function"
1080
- },
1081
- {
1082
- "inputs": [
1083
- {
1084
- "internalType": "SysName",
1085
- "name": "contractName",
1086
- "type": "uint64"
1087
- },
1088
- {
1089
- "internalType": "SysName",
1090
- "name": "actionName",
1091
- "type": "uint64"
1092
- }
1093
- ],
1094
- "name": "setContractActionNames",
1095
- "outputs": [],
1096
- "stateMutability": "nonpayable",
1097
- "type": "function"
1098
- },
1099
- {
1100
- "inputs": [
1101
- {
1102
- "internalType": "address",
1103
- "name": "_sChainAddr",
1104
- "type": "address"
1105
- }
1106
- ],
1107
- "name": "setSChainAddr",
1108
- "outputs": [],
1109
- "stateMutability": "nonpayable",
1110
- "type": "function"
1111
- },
1112
- {
1113
- "inputs": [
1114
- {
1115
- "internalType": "address",
1116
- "name": "newOwner",
1117
- "type": "address"
1118
- }
1119
- ],
1120
- "name": "transferOwnership",
1121
- "outputs": [],
1122
- "stateMutability": "nonpayable",
1123
- "type": "function"
1124
- }
1125
- ],
1126
- "bytecode": "0x608060409080825234610210578181612dbe80380380916100208285610215565b833981010312610210576100338161024e565b610040602080930161024e565b33156101f857600080546001600160a01b0319808216339081178455875191966001600160a01b03969390919087167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08680a363c4dc09f160e01b80835260048301829052600a602484015269736574746c652e776e7360b01b604484015273__$5bee8db8ca589a1c18202795cd740df32e$__928281606481875af49081156101ee579083929187916101d1575b508654600160a01b600160e01b03191660a09190911b600160a01b600160e01b0316178655895190815260048101829052600660248201526562617463687760d01b604482015292839060649082905af49384156101c65793610197575b5050600180546001600160e01b0319166001600160401b039093169290921790861b600160401b600160e01b031617905560028054909316911617905551612b3c90816102828239f35b6101b7929350803d106101bf575b6101af8183610215565b810190610262565b90388061014d565b503d6101a5565b8851903d90823e3d90fd5b6101e89150833d85116101bf576101af8183610215565b386100ef565b8a513d88823e3d90fd5b8351631e4fbdf760e01b815260006004820152602490fd5b600080fd5b601f909101601f19168101906001600160401b0382119082101761023857604052565b634e487b7160e01b600052604160045260246000fd5b51906001600160a01b038216820361021057565b9081602091031261021057516001600160401b0381168103610210579056fe60e080604052600436101561001357600080fd5b600090813560e01c9081630e1445ab14611ff5575080630f8eb7a914611f8c5780633f21a0b114611ed457806347d8db8d14611eab5780635856170a14611ca75780636d7cdbbf14611c805780636de1cddb14611bf4578063715018a614611b9a578063795d2a6f14611a1b5780638da5cb5b146119f457806398491dcf146101a7578063c0b60e3c1461017e578063c933e242146101535763f2fde38b146100bb57600080fd5b34610150576020366003190112610150576004356001600160a01b038181169182900361014c576100ea6128b5565b811561013357600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b8280fd5b80fd5b50346101505780600319360112610150576001546040805191901c6001600160a01b03168152602090f35b50346101505780600319360112610150576002546040516001600160a01b039091168152602090f35b50346101505760a0366003190112610150576004356001600160401b0381116119f0576101d890369060040161223c565b6001600160401b03602435116119f0576060602435360360031901126119f05760405190610205826120b3565b602435600401356001600160401b03811161091f57366023826024350101121561091f5760048160243501013561023b8161217c565b91610249604051938461213b565b81835260208301903660248460051b838235010101116114c4579060248281350101915b60248460051b82823501010183106119db575050505082526024803501356001600160401b03811161091f57366023826024350101121561091f576004816024350101356102ba8161217c565b916102c8604051938461213b565b81835260208301903660248460051b838235010101116114c4579060248281350101915b60248460051b82823501010183106119bf5750505050602083015260446024350135604083015260443515156044350361014c576064356001600160401b03811161091f5761033f9036906004016121ae565b6001600160401b036084351161091f5760a06084353603600319011261091f576040519261036c846120ce565b61037a6084356004016121f5565b845261038a60246084350161216b565b602085015261039d60446084350161216b565b6040850152606460843501356001600160401b038111610abd573660238260843501011215610abd57600481608435010135906103d98261217c565b916103e7604051938461213b565b80835260208301913660248360071b83608435010101116119bb57916024836084350101925b60248360071b826084350101018410611976575050505060608501526001600160401b036084803501351161092e5761045236600460848035013560843501016121ae565b608085015260208560405180855161046d8183878a01612633565b8101039060025afa15610e8f5784519360443515611969576001600160401b03865460a01c16866104cf9592935b60015460408051636bd8c3c960e01b815260a060048201529889969290911c6001600160a01b0316949160a487019061267b565b85810360031901602487015282516060808352815190830181905260808301949160200190865b81811061194d57505050602081015193828103602084015260208086519283815201950190865b81811061192e57505050906040806001600160401b039493015191015216604485015287606485015260031984820301608485015260ff855116815263ffffffff602086015116602082015263ffffffff604086015116604082015260608501519460a0606083015285518060a0840152602060c08401970190845b8181106118dc575050506105c0606096869493608086940151906080818403910152612656565b03925af1918215610e8f5784908593611899575b508385526003602052604085209060018060a01b036003830154169033820361187257600481101561185e5780610629576064868660405191633387c51160e21b835260048301526024820152426044820152fd5b8695945060018114801590611846575b6117ea575050600260ff19825416179055606061012060405161065b81612104565b85815285602082015285604082015285838201528560808201528560a08201528260c08201528260e082015282610100820152015260405163248a103d60e01b8152604060048201528381806106b46044820186612656565b836024830152038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610e8f5784918591611168575b5063ffffffff83519116908082149081156110fc575b50156110dd575060e08101515115611098576001600160401b0361071f60e083015161287e565b5151166001600160401b03855460a01c16809103610fcc57506001600160401b03602061074f60e084015161287e565b510151166001600160401b0360015416809103610eb95750604063ffffffff6020606061078260e06107a396015161287e565b51015101518251632d26d76360e11b81529384928392168660048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4908115610e8f576107ec916040918691610e9a575b5081518093819263013a455960e51b83528660048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610e8f5784918591610e6e575b5061081e8261217c565b9261082c604051948561213b565b8284526108388361217c565b865b601f1982018110610e57575050855b838110610b9b5750505050825b8151811015610af05760146001600160401b03602061087584866128a1565b51015116036109325760025484906001600160a01b039081169061089984866128a1565b5151166001600160a01b0360806108b086886128a1565b5101511660606108c086886128a1565b51015192803b1561092e5784928360649260405196879586946344004cc160e01b86526004860152602485015260448401525af180156109235761090b575b50506001905b01610856565b610914906120a0565b61091f5783856108ff565b8380fd5b6040513d84823e3d90fd5b8480fd5b6102d16001600160401b03602061094984866128a1565b51015116036109f15760025484906001600160a01b039081169061096d84866128a1565b515116604061097c85876128a1565b5101516001600160a01b03608061099387896128a1565b5101511692803b1561092e578492836064926040519687958694637b9f76b560e01b86526004860152602485015260448401525af18015610923576109dd575b5050600190610905565b6109e6906120a0565b61091f5783856109d3565b6104836001600160401b036020610a0884866128a1565b5101511603610ac15760025484906001600160a01b0390811690610a2c84866128a1565b5151166040610a3b85876128a1565b5101516001600160a01b036080610a5287896128a1565b51015116926060610a6387896128a1565b51015192813b15610abd578560c49281956040519788968795638fe2c47560e01b8752600487015260248601526044850152606484015260a060848401528160a48401525af18015610923576109dd575050600190610905565b8580fd5b6020610ad76001600160401b03926024946128a1565b510151604051634ba6489160e01b815291166004820152fd5b5060405160208101602082528251809152602060408301930190855b818110610b4157505050807f4e2d74f4c294cacad04439a4cdfdfac9b4142d843afed603d0063125a5268a3b9133930390a380f35b825180516001600160a01b0390811687526020828101516001600160401b03168189015260408084015190890152606080840151908901526080928301519091169187019190915260a09095019490920191600101610b0c565b610bc4926040610ba9612ab0565b9181518096819263e64f0ae560e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610c1c946040918a908b92610e37575b506001600160a01b031683528151632d26d76360e11b81529586918291908760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610c75946040918a908b92610e00575b506001600160401b031660208401528151809681926363d1867760e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610cc4946040918a908b92610de0575b50828401528151809681926363d1867760e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610d14946040918a908b92610db0575b50606084015281518096819263e64f0ae560e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610da55788948991610d6d575b506001600160a01b03909416608082015260019190610d5b82886128a1565b52610d6681876128a1565b5001610849565b600193929550610d95915060403d604011610d9e575b610d8d818361213b565b810190612adb565b90949192610d3c565b503d610d83565b6040513d8a823e3d90fd5b9050610dd29150823d8411610dd9575b610dca818361213b565b810190612a96565b908b610cf4565b503d610dc0565b9050610df99150823d8411610dd957610dca818361213b565b908b610ca5565b6001600160401b039250610e2a9150833d8511610e30575b610e22818361213b565b810190612a51565b91610c4c565b503d610e18565b9050610e509150823d8411610d9e57610d8d818361213b565b908b610bf4565b602090610e62612ab0565b8282890101520161083a565b9050610e89915060403d604011610dd957610dca818361213b565b85610814565b6040513d86823e3d90fd5b610eb19150823d8411610e3057610e22818361213b565b9050866107d1565b8480935073__$5bee8db8ca589a1c18202795cd740df32e$__91604051936310197a8f60e11b9182865260048601528285602481875af4948515610fc1578395610f8f575b506001600160401b036020610f1860e0602494015161287e565b51015116916040519485938492835260048301525af4928315610f83578093610f5e575b5050610f5a60405192839263c4485d6560e01b845260048401612a2c565b0390fd5b610f7b9293503d8091833e610f73818361213b565b8101906129f6565b908280610f3c565b604051903d90823e3d90fd5b60249195506020610f1860e0610fb66001600160401b03943d808a833e610f73818361213b565b989450505050610efe565b6040513d85823e3d90fd5b8480935073__$5bee8db8ca589a1c18202795cd740df32e$__91604051936310197a8f60e11b9182865260048601528285602481875af4948515610fc1578395611069575b506001600160401b0361102960e0602493015161287e565b515116916040519485938492835260048301525af4928315610f83578093610f5e575050610f5a60405192839263c4485d6560e01b845260048401612a2c565b602491955061102960e061108e6001600160401b03933d8089833e610f73818361213b565b9793505050611011565b60405162461bcd60e51b815260206004820152601760248201527f4e6f20616374696f6e7320696e207061636b65642074780000000000000000006044820152606490fd5b6044908351604051916310b4b7c360e01b835260048301526024820152fd5b6000199150818101908111611154578214908161111b575b50866106f8565b8451915081018181116111545784511115611140578301601f015160f81c1586611114565b634e487b7160e01b86526032600452602486fd5b634e487b7160e01b87526011600452602487fd5b9150503d60c05260c05184823e61118160c0518261213b565b60408160c0518101031261091f578051906001600160401b03821161092e5761014082820160c0518301031261092e57604051916111be83612104565b6111c98183016128e1565b83526111d96020828401016128f2565b60208401526111ec6040828401016128e1565b60408401526111ff606082840101612901565b6060840152611212608082840101612901565b608084015261122560a082840101612901565b60a084015260c081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c4578082840101516112618161217c565b9161126f604051938461213b565b818352602083019060c051860160208460051b83888a01010101116114c0576020818688010101915b60208460051b83888a01010101831061173f575050505060c084015260e081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c4578082840101516080526113016112f360805161217c565b60405160a05260a05161213b565b60a0515060805160a05152602060a0510160c0518401602060805160051b848688010101011161173b576020828486010101905b602060805160051b8486880101010182106115985750505060a05160e084015261010081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c45780828401015161138d8161217c565b9161139b604051938461213b565b818352602083019060c051860160208460051b83888a01010101116114c0576020818688010101915b60208460051b83888a0101010183106114c857505050506101008401526101208183010151906001600160401b0382116114c45760c0518301601f83838601010112156114c45781818401015161141a8161217c565b92611428604051948561213b565b818452602084019260c051860160208460051b84848a01010101116114c0576020828288010101935b60208460051b84848a01010101851061148157505050505061012083015261147b906020016128e1565b856106e2565b8451906001600160401b0382116114bc5760208092916114af8a838095898960c05185019401010101612977565b8152019501949050611451565b8b80fd5b8980fd5b8680fd5b82516001600160401b0381116114bc576060601f1982858a8c01010160c0518b010301126114bc57604051916114fd836120b3565b61150f602083868b8d010101016128f2565b8352604082858a8c01010101516001600160401b038111611594578960206115449285888d60c0518601950101010101612977565b6020840152606082858a8c0101010151906001600160401b038211611594576020936115828b8680969581968a8f60c051860195010101010161295a565b604082015281520193019290506113c4565b8d80fd5b8151906001600160401b0382116114c0576080601f198386888a01010160c05189010301126114c057604051906115ce8261206f565b6115e060208487898b0101010161290f565b82526115f460408487898b0101010161290f565b602083015260608386888a01010101516001600160401b0381116114bc5760c0518801603f8286898b8d010101010112156114bc5760208185888a8c010101010151906116408261217c565b9161164e604051938461213b565b80835260208301918960408c838a8d60c0518401958860061b9401010101010111611737578960408c838a8d8483838389880101010101955b8860061b9401010101010181106116e85750505050604083015260808386888a0101010151916001600160401b0383116114bc576116d888602080969581968a8c60c0518601950101010101612977565b6060820152815201910190611335565b6040818d60c0510103126117335760408c838a8d8f9860208691825161170d816120e9565b6117168a61290f565b8152611723838b0161290f565b8382015281520196019598611687565b8f80fd5b8e80fd5b8780fd5b82516001600160401b0381116114bc576060601f1982858a8c01010160c0518b010301126114bc5760405191611774836120b3565b611786602083868b8d0101010161290f565b835261179a604083868b8d0101010161290f565b6020840152606082858a8c0101010151906001600160401b038211611594576020936117d88b8680969581968a8f60c0518601950101010101612977565b60408201528152019301929050611298565b9084918660ff855416906003821015611832575060ff600260a4960154926040519563990bb68b60e01b87526004870152166024850152604484015260648301526084820152fd5b634e487b7160e01b81526021600452602490fd5b5060ff835416600381101561185e5760011415610639565b634e487b7160e01b87526021600452602487fd5b60405163bd2e8a0160e01b81526001600160a01b0383166004820152336024820152604490fd5b9250506060823d6060116118d4575b816118b56060938361213b565b8101031261091f57815191600483101561092e576020015191386105d4565b3d91506118a8565b929450929496819650608060209161191b836001955160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b01960191019088959694928b9492610599565b825160ff1687528c99508e97506020968701969092019160010161051d565b825187528c99508e9750602096870196909201916001016104f6565b85866104cf95929361049b565b6080843603126114c05760806020602493604051611993816120e9565b61199c886121f5565b81526119aa36848a01612203565b83820152815201940193915061040d565b8880fd5b6020806024936119ce866121f5565b81520193019291506102ec565b6020806024938535815201930192915061026d565b5080fd5b5034610150578060031936011261015057546040516001600160a01b039091168152602090f35b503461015057611a2a36612602565b91908282526003806020526040832090604051611a468161206f565b60ff83541682811015611b5d57815260018301546020820152600283015460408201908152928201546001600160a01b039081166060830181905290929190338103611b7157505181811015611b5d57600203611b445784908682528060205260408220828155826001820155826002820155015560015460401c169051813b1561091f57918391611afc938360405180968195829463061db83960e11b8452600484015260406024840152604483019061267b565b03925af1801561092357611b35575b5090337fe500eedf774f527aac145921ca9bf265007b6c1c248c2b74f38ac02945f520118380a380f35b611b3e906120a0565b38611b0b565b60405163b0987a0160e01b815260048101879052602490fd5b634e487b7160e01b86526021600452602486fd5b60405163bd2e8a0160e01b81526001600160a01b03919091166004820152336024820152604490fd5b5034610150578060031936011261015057611bb36128b5565b80546001600160a01b03198116825581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5034610150576020366003190112610150576004356001600160a01b038181169182810361091f57611c246128b5565b6001805468010000000000000000600160e01b031916604092831b68010000000000000000600160e01b03161790819055901c16907f14940b6c0fbbce6549cc8228a77c0d18195f504d2c7805fc06d6ce3a760a01ee8380a380f35b503461015057806003193601126101505760206001600160401b0360015416604051908152f35b50611cb136612602565b9060018060a01b038060015460401c16916040519263a900324960e01b84526080846024928180611ced6020978860048401528783019061267b565b039134905af1928315611ea057868788968996611e4c575b506004811015611e065760028114611e1957508688526003845260ff6040892054166003811015611e0657611dee5760405190611d418261206f565b60018252848201888152604083019182526060830194338652898b526003875260408b209351906003821015611ddc575090600393929160ff80198554169116178355516001830155516002820155019151166bffffffffffffffffffffffff60a01b8254161790556040519283528201527f8a97bd0f4cfce98ead6b1ec789cfbdd87574b357f83541b34a49660539aad22860403392a380f35b634e487b7160e01b8c5260216004528bfd5b604051632ac7ae9b60e11b8152600481018890528390fd5b634e487b7160e01b895260216004528389fd5b60a491898560ff8b946040519563990bb68b60e01b87526004870152169084015260448301526064820152336084820152fd5b9550505093506080833d608011611e98575b81611e6b6080938361213b565b81010312610abd5782519382840151600481101561173b5760606040860151950151959094959438611d05565b3d9150611e5e565b6040513d88823e3d90fd5b50346101505780600319360112610150576001600160401b036020915460a01c16604051908152f35b5034610150576040366003190112610150576001600160401b036004358181169182820361091f5760243581811680910361092e577f7af1c6117d71ee501bfdb1f039ab6c072ce4c4cdaf037b6206e54191eecd844393608093611f366128b5565b8654906001600160401b0360a01b9060a01b16906001600160401b0360a01b19161792838755826001600160401b031960015416176001556040519360a01c16835260208301528060408301526060820152a180f35b5034610150576020366003190112610150576004356001600160a01b038116908190036119f057611fbb6128b5565b600280546001600160a01b03191682179055807fe25244e5e4c9a526aae8204b059ed0cb65db4f2234ec49579a81694960d0f57a8380a380f35b9050346119f05760203660031901126119f05760043582526003602081905260408320805460018201546002830154928401546001600160a01b031693909160ff1690811015611b5d57608095508452602084015260408301526060820152f35b35906001600160401b038216820361206a57565b600080fd5b608081019081106001600160401b0382111761208a57604052565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161208a57604052565b606081019081106001600160401b0382111761208a57604052565b60a081019081106001600160401b0382111761208a57604052565b604081019081106001600160401b0382111761208a57604052565b61014081019081106001600160401b0382111761208a57604052565b602081019081106001600160401b0382111761208a57604052565b90601f801991011681019081106001600160401b0382111761208a57604052565b359061ffff8216820361206a57565b359063ffffffff8216820361206a57565b6001600160401b03811161208a5760051b60200190565b6001600160401b03811161208a57601f01601f191660200190565b81601f8201121561206a578035906121c582612193565b926121d3604051948561213b565b8284526020838301011161206a57816000926020809301838601378301015290565b359060ff8216820361206a57565b919082606091031261206a5760405161221b816120b3565b60406122378183958035855260208101356020860152016121f5565b910152565b91909160c08184031261206a57604051906122568261206f565b819381356001600160401b03811161206a57820161012090818184031261206a576040519182018281106001600160401b0382111761208a57604052803582526122a260208201612056565b60208301526122b36040820161215c565b6040830152606081013560608301526080810135608083015260a081013560a08301526122e260c0820161216b565b60c083015260e08101356001600160401b03811161206a57810160408185031261206a5760405190612313826120e9565b61231c8161216b565b82526020810135906001600160401b03821161206a570184601f8201121561206a5780359061234a8261217c565b91612358604051938461213b565b80835260208084019160051b8301019187831161206a5760208101915b8383106125915750505050602082015260e0830152610100810135906001600160401b03821161206a5783601f83830101121561206a57818101356123b98161217c565b926123c7604051948561213b565b818452602084018660208460051b84870101011161206a57602082850101905b60208460051b8487010101821061242f57505050505060a0928261241992610100606097950152865260208301612203565b6020850152608081013560408501520135910152565b81356001600160401b03811161206a57606086850182018a03601f19011261206a576040519161245e836120b3565b61246e602083878a01010161215c565b83526040828689010101356001600160401b03811161206a576060888701840182018c03601f19011261206a57604051906124a8826120b3565b6124ba602082868a8d0101010161216b565b82526124ce604082868a8d0101010161216b565b602083015260608185898c0101010135906001600160401b03821161206a576020888b018601820183018e03601f19011261206a576040519160208183888c8f61251789612120565b010101010135916001600160401b03831161206a57612543928f92602092898f8e0101010101016121ae565b815260408201526020840152606082868901010135906001600160401b03821161206a5760209361257f8c8680969581968b8e010101016121ae565b604082015281520192019190506123e7565b82356001600160401b03811161206a578201906040828b03601f19011261206a57604051906125bf826120e9565b6125cb60208401612056565b82526040830135916001600160401b03831161206a576125f38c6020809695819601016121ae565b83820152815201920191612375565b604060031982011261206a57600435906001600160401b03821161206a5761262c9160040161223c565b9060243590565b60005b8381106126465750506000910152565b8181015183820152602001612636565b9060209161266f81518092818552858086019101612633565b601f01601f1916010190565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b828210612838575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b8383106127b057505050505060608161279e602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b9091929396602080612829600193601f198682030187528b519061ffff82511681526040612818818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612656565b920151906040818403910152612656565b99019301930191939290612764565b9091929660208061287060019361023f198b82030186526040838d516001600160401b03815116845201519181858201520190612656565b99019201920190929161272b565b80511561288b5760200190565b634e487b7160e01b600052603260045260246000fd5b805182101561288b5760209160051b010190565b6000546001600160a01b031633036128c957565b60405163118cdaa760e01b8152336004820152602490fd5b519063ffffffff8216820361206a57565b519061ffff8216820361206a57565b519060ff8216820361206a57565b51906001600160401b038216820361206a57565b9092919261293081612193565b9161293e604051938461213b565b82948284528282011161206a576020612958930190612633565b565b9080601f8301121561206a57815161297492602001612923565b90565b919060608382031261206a5760405192612990846120b3565b8361299a826128e1565b81526129a8602083016128e1565b602082015260408201516001600160401b039283821161206a570160208185031261206a57604051936129da85612120565b815193841161206a576040936129f0920161295a565b83520152565b60208183031261206a578051906001600160401b03821161206a57019080601f8301121561206a57815161297492602001612923565b9091612a4361297493604084526040840190612656565b916020818403910152612656565b919082604091031261206a576129746020612a6b8461290f565b93016128e1565b9063ffffffff612a8f602092959495604085526040850190612656565b9416910152565b919082604091031261206a576129746020835193016128e1565b60405190612abd826120ce565b60006080838281528260208201528260408201528260608201520152565b919082604091031261206a5781516001600160a01b038116810361206a5760206129749193016128e156fea2646970667358221220a235f0f6845a9dd01346c60b49abbae031370eda232b94bb03c8f60d3913c33b64736f6c63430008190033",
1127
- "deployedBytecode": "0x60e080604052600436101561001357600080fd5b600090813560e01c9081630e1445ab14611ff5575080630f8eb7a914611f8c5780633f21a0b114611ed457806347d8db8d14611eab5780635856170a14611ca75780636d7cdbbf14611c805780636de1cddb14611bf4578063715018a614611b9a578063795d2a6f14611a1b5780638da5cb5b146119f457806398491dcf146101a7578063c0b60e3c1461017e578063c933e242146101535763f2fde38b146100bb57600080fd5b34610150576020366003190112610150576004356001600160a01b038181169182900361014c576100ea6128b5565b811561013357600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b8280fd5b80fd5b50346101505780600319360112610150576001546040805191901c6001600160a01b03168152602090f35b50346101505780600319360112610150576002546040516001600160a01b039091168152602090f35b50346101505760a0366003190112610150576004356001600160401b0381116119f0576101d890369060040161223c565b6001600160401b03602435116119f0576060602435360360031901126119f05760405190610205826120b3565b602435600401356001600160401b03811161091f57366023826024350101121561091f5760048160243501013561023b8161217c565b91610249604051938461213b565b81835260208301903660248460051b838235010101116114c4579060248281350101915b60248460051b82823501010183106119db575050505082526024803501356001600160401b03811161091f57366023826024350101121561091f576004816024350101356102ba8161217c565b916102c8604051938461213b565b81835260208301903660248460051b838235010101116114c4579060248281350101915b60248460051b82823501010183106119bf5750505050602083015260446024350135604083015260443515156044350361014c576064356001600160401b03811161091f5761033f9036906004016121ae565b6001600160401b036084351161091f5760a06084353603600319011261091f576040519261036c846120ce565b61037a6084356004016121f5565b845261038a60246084350161216b565b602085015261039d60446084350161216b565b6040850152606460843501356001600160401b038111610abd573660238260843501011215610abd57600481608435010135906103d98261217c565b916103e7604051938461213b565b80835260208301913660248360071b83608435010101116119bb57916024836084350101925b60248360071b826084350101018410611976575050505060608501526001600160401b036084803501351161092e5761045236600460848035013560843501016121ae565b608085015260208560405180855161046d8183878a01612633565b8101039060025afa15610e8f5784519360443515611969576001600160401b03865460a01c16866104cf9592935b60015460408051636bd8c3c960e01b815260a060048201529889969290911c6001600160a01b0316949160a487019061267b565b85810360031901602487015282516060808352815190830181905260808301949160200190865b81811061194d57505050602081015193828103602084015260208086519283815201950190865b81811061192e57505050906040806001600160401b039493015191015216604485015287606485015260031984820301608485015260ff855116815263ffffffff602086015116602082015263ffffffff604086015116604082015260608501519460a0606083015285518060a0840152602060c08401970190845b8181106118dc575050506105c0606096869493608086940151906080818403910152612656565b03925af1918215610e8f5784908593611899575b508385526003602052604085209060018060a01b036003830154169033820361187257600481101561185e5780610629576064868660405191633387c51160e21b835260048301526024820152426044820152fd5b8695945060018114801590611846575b6117ea575050600260ff19825416179055606061012060405161065b81612104565b85815285602082015285604082015285838201528560808201528560a08201528260c08201528260e082015282610100820152015260405163248a103d60e01b8152604060048201528381806106b46044820186612656565b836024830152038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610e8f5784918591611168575b5063ffffffff83519116908082149081156110fc575b50156110dd575060e08101515115611098576001600160401b0361071f60e083015161287e565b5151166001600160401b03855460a01c16809103610fcc57506001600160401b03602061074f60e084015161287e565b510151166001600160401b0360015416809103610eb95750604063ffffffff6020606061078260e06107a396015161287e565b51015101518251632d26d76360e11b81529384928392168660048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4908115610e8f576107ec916040918691610e9a575b5081518093819263013a455960e51b83528660048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610e8f5784918591610e6e575b5061081e8261217c565b9261082c604051948561213b565b8284526108388361217c565b865b601f1982018110610e57575050855b838110610b9b5750505050825b8151811015610af05760146001600160401b03602061087584866128a1565b51015116036109325760025484906001600160a01b039081169061089984866128a1565b5151166001600160a01b0360806108b086886128a1565b5101511660606108c086886128a1565b51015192803b1561092e5784928360649260405196879586946344004cc160e01b86526004860152602485015260448401525af180156109235761090b575b50506001905b01610856565b610914906120a0565b61091f5783856108ff565b8380fd5b6040513d84823e3d90fd5b8480fd5b6102d16001600160401b03602061094984866128a1565b51015116036109f15760025484906001600160a01b039081169061096d84866128a1565b515116604061097c85876128a1565b5101516001600160a01b03608061099387896128a1565b5101511692803b1561092e578492836064926040519687958694637b9f76b560e01b86526004860152602485015260448401525af18015610923576109dd575b5050600190610905565b6109e6906120a0565b61091f5783856109d3565b6104836001600160401b036020610a0884866128a1565b5101511603610ac15760025484906001600160a01b0390811690610a2c84866128a1565b5151166040610a3b85876128a1565b5101516001600160a01b036080610a5287896128a1565b51015116926060610a6387896128a1565b51015192813b15610abd578560c49281956040519788968795638fe2c47560e01b8752600487015260248601526044850152606484015260a060848401528160a48401525af18015610923576109dd575050600190610905565b8580fd5b6020610ad76001600160401b03926024946128a1565b510151604051634ba6489160e01b815291166004820152fd5b5060405160208101602082528251809152602060408301930190855b818110610b4157505050807f4e2d74f4c294cacad04439a4cdfdfac9b4142d843afed603d0063125a5268a3b9133930390a380f35b825180516001600160a01b0390811687526020828101516001600160401b03168189015260408084015190890152606080840151908901526080928301519091169187019190915260a09095019490920191600101610b0c565b610bc4926040610ba9612ab0565b9181518096819263e64f0ae560e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610c1c946040918a908b92610e37575b506001600160a01b031683528151632d26d76360e11b81529586918291908760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610c75946040918a908b92610e00575b506001600160401b031660208401528151809681926363d1867760e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610cc4946040918a908b92610de0575b50828401528151809681926363d1867760e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af4938415610da557610d14946040918a908b92610db0575b50606084015281518096819263e64f0ae560e01b83528760048401612a72565b038173__$45a5e5b1d409e47128e37dc7b302887e47$__5af48015610da55788948991610d6d575b506001600160a01b03909416608082015260019190610d5b82886128a1565b52610d6681876128a1565b5001610849565b600193929550610d95915060403d604011610d9e575b610d8d818361213b565b810190612adb565b90949192610d3c565b503d610d83565b6040513d8a823e3d90fd5b9050610dd29150823d8411610dd9575b610dca818361213b565b810190612a96565b908b610cf4565b503d610dc0565b9050610df99150823d8411610dd957610dca818361213b565b908b610ca5565b6001600160401b039250610e2a9150833d8511610e30575b610e22818361213b565b810190612a51565b91610c4c565b503d610e18565b9050610e509150823d8411610d9e57610d8d818361213b565b908b610bf4565b602090610e62612ab0565b8282890101520161083a565b9050610e89915060403d604011610dd957610dca818361213b565b85610814565b6040513d86823e3d90fd5b610eb19150823d8411610e3057610e22818361213b565b9050866107d1565b8480935073__$5bee8db8ca589a1c18202795cd740df32e$__91604051936310197a8f60e11b9182865260048601528285602481875af4948515610fc1578395610f8f575b506001600160401b036020610f1860e0602494015161287e565b51015116916040519485938492835260048301525af4928315610f83578093610f5e575b5050610f5a60405192839263c4485d6560e01b845260048401612a2c565b0390fd5b610f7b9293503d8091833e610f73818361213b565b8101906129f6565b908280610f3c565b604051903d90823e3d90fd5b60249195506020610f1860e0610fb66001600160401b03943d808a833e610f73818361213b565b989450505050610efe565b6040513d85823e3d90fd5b8480935073__$5bee8db8ca589a1c18202795cd740df32e$__91604051936310197a8f60e11b9182865260048601528285602481875af4948515610fc1578395611069575b506001600160401b0361102960e0602493015161287e565b515116916040519485938492835260048301525af4928315610f83578093610f5e575050610f5a60405192839263c4485d6560e01b845260048401612a2c565b602491955061102960e061108e6001600160401b03933d8089833e610f73818361213b565b9793505050611011565b60405162461bcd60e51b815260206004820152601760248201527f4e6f20616374696f6e7320696e207061636b65642074780000000000000000006044820152606490fd5b6044908351604051916310b4b7c360e01b835260048301526024820152fd5b6000199150818101908111611154578214908161111b575b50866106f8565b8451915081018181116111545784511115611140578301601f015160f81c1586611114565b634e487b7160e01b86526032600452602486fd5b634e487b7160e01b87526011600452602487fd5b9150503d60c05260c05184823e61118160c0518261213b565b60408160c0518101031261091f578051906001600160401b03821161092e5761014082820160c0518301031261092e57604051916111be83612104565b6111c98183016128e1565b83526111d96020828401016128f2565b60208401526111ec6040828401016128e1565b60408401526111ff606082840101612901565b6060840152611212608082840101612901565b608084015261122560a082840101612901565b60a084015260c081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c4578082840101516112618161217c565b9161126f604051938461213b565b818352602083019060c051860160208460051b83888a01010101116114c0576020818688010101915b60208460051b83888a01010101831061173f575050505060c084015260e081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c4578082840101516080526113016112f360805161217c565b60405160a05260a05161213b565b60a0515060805160a05152602060a0510160c0518401602060805160051b848688010101011161173b576020828486010101905b602060805160051b8486880101010182106115985750505060a05160e084015261010081830101516001600160401b0381116114c45760c0518301601f82848601010112156114c45780828401015161138d8161217c565b9161139b604051938461213b565b818352602083019060c051860160208460051b83888a01010101116114c0576020818688010101915b60208460051b83888a0101010183106114c857505050506101008401526101208183010151906001600160401b0382116114c45760c0518301601f83838601010112156114c45781818401015161141a8161217c565b92611428604051948561213b565b818452602084019260c051860160208460051b84848a01010101116114c0576020828288010101935b60208460051b84848a01010101851061148157505050505061012083015261147b906020016128e1565b856106e2565b8451906001600160401b0382116114bc5760208092916114af8a838095898960c05185019401010101612977565b8152019501949050611451565b8b80fd5b8980fd5b8680fd5b82516001600160401b0381116114bc576060601f1982858a8c01010160c0518b010301126114bc57604051916114fd836120b3565b61150f602083868b8d010101016128f2565b8352604082858a8c01010101516001600160401b038111611594578960206115449285888d60c0518601950101010101612977565b6020840152606082858a8c0101010151906001600160401b038211611594576020936115828b8680969581968a8f60c051860195010101010161295a565b604082015281520193019290506113c4565b8d80fd5b8151906001600160401b0382116114c0576080601f198386888a01010160c05189010301126114c057604051906115ce8261206f565b6115e060208487898b0101010161290f565b82526115f460408487898b0101010161290f565b602083015260608386888a01010101516001600160401b0381116114bc5760c0518801603f8286898b8d010101010112156114bc5760208185888a8c010101010151906116408261217c565b9161164e604051938461213b565b80835260208301918960408c838a8d60c0518401958860061b9401010101010111611737578960408c838a8d8483838389880101010101955b8860061b9401010101010181106116e85750505050604083015260808386888a0101010151916001600160401b0383116114bc576116d888602080969581968a8c60c0518601950101010101612977565b6060820152815201910190611335565b6040818d60c0510103126117335760408c838a8d8f9860208691825161170d816120e9565b6117168a61290f565b8152611723838b0161290f565b8382015281520196019598611687565b8f80fd5b8e80fd5b8780fd5b82516001600160401b0381116114bc576060601f1982858a8c01010160c0518b010301126114bc5760405191611774836120b3565b611786602083868b8d0101010161290f565b835261179a604083868b8d0101010161290f565b6020840152606082858a8c0101010151906001600160401b038211611594576020936117d88b8680969581968a8f60c0518601950101010101612977565b60408201528152019301929050611298565b9084918660ff855416906003821015611832575060ff600260a4960154926040519563990bb68b60e01b87526004870152166024850152604484015260648301526084820152fd5b634e487b7160e01b81526021600452602490fd5b5060ff835416600381101561185e5760011415610639565b634e487b7160e01b87526021600452602487fd5b60405163bd2e8a0160e01b81526001600160a01b0383166004820152336024820152604490fd5b9250506060823d6060116118d4575b816118b56060938361213b565b8101031261091f57815191600483101561092e576020015191386105d4565b3d91506118a8565b929450929496819650608060209161191b836001955160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b01960191019088959694928b9492610599565b825160ff1687528c99508e97506020968701969092019160010161051d565b825187528c99508e9750602096870196909201916001016104f6565b85866104cf95929361049b565b6080843603126114c05760806020602493604051611993816120e9565b61199c886121f5565b81526119aa36848a01612203565b83820152815201940193915061040d565b8880fd5b6020806024936119ce866121f5565b81520193019291506102ec565b6020806024938535815201930192915061026d565b5080fd5b5034610150578060031936011261015057546040516001600160a01b039091168152602090f35b503461015057611a2a36612602565b91908282526003806020526040832090604051611a468161206f565b60ff83541682811015611b5d57815260018301546020820152600283015460408201908152928201546001600160a01b039081166060830181905290929190338103611b7157505181811015611b5d57600203611b445784908682528060205260408220828155826001820155826002820155015560015460401c169051813b1561091f57918391611afc938360405180968195829463061db83960e11b8452600484015260406024840152604483019061267b565b03925af1801561092357611b35575b5090337fe500eedf774f527aac145921ca9bf265007b6c1c248c2b74f38ac02945f520118380a380f35b611b3e906120a0565b38611b0b565b60405163b0987a0160e01b815260048101879052602490fd5b634e487b7160e01b86526021600452602486fd5b60405163bd2e8a0160e01b81526001600160a01b03919091166004820152336024820152604490fd5b5034610150578060031936011261015057611bb36128b5565b80546001600160a01b03198116825581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5034610150576020366003190112610150576004356001600160a01b038181169182810361091f57611c246128b5565b6001805468010000000000000000600160e01b031916604092831b68010000000000000000600160e01b03161790819055901c16907f14940b6c0fbbce6549cc8228a77c0d18195f504d2c7805fc06d6ce3a760a01ee8380a380f35b503461015057806003193601126101505760206001600160401b0360015416604051908152f35b50611cb136612602565b9060018060a01b038060015460401c16916040519263a900324960e01b84526080846024928180611ced6020978860048401528783019061267b565b039134905af1928315611ea057868788968996611e4c575b506004811015611e065760028114611e1957508688526003845260ff6040892054166003811015611e0657611dee5760405190611d418261206f565b60018252848201888152604083019182526060830194338652898b526003875260408b209351906003821015611ddc575090600393929160ff80198554169116178355516001830155516002820155019151166bffffffffffffffffffffffff60a01b8254161790556040519283528201527f8a97bd0f4cfce98ead6b1ec789cfbdd87574b357f83541b34a49660539aad22860403392a380f35b634e487b7160e01b8c5260216004528bfd5b604051632ac7ae9b60e11b8152600481018890528390fd5b634e487b7160e01b895260216004528389fd5b60a491898560ff8b946040519563990bb68b60e01b87526004870152169084015260448301526064820152336084820152fd5b9550505093506080833d608011611e98575b81611e6b6080938361213b565b81010312610abd5782519382840151600481101561173b5760606040860151950151959094959438611d05565b3d9150611e5e565b6040513d88823e3d90fd5b50346101505780600319360112610150576001600160401b036020915460a01c16604051908152f35b5034610150576040366003190112610150576001600160401b036004358181169182820361091f5760243581811680910361092e577f7af1c6117d71ee501bfdb1f039ab6c072ce4c4cdaf037b6206e54191eecd844393608093611f366128b5565b8654906001600160401b0360a01b9060a01b16906001600160401b0360a01b19161792838755826001600160401b031960015416176001556040519360a01c16835260208301528060408301526060820152a180f35b5034610150576020366003190112610150576004356001600160a01b038116908190036119f057611fbb6128b5565b600280546001600160a01b03191682179055807fe25244e5e4c9a526aae8204b059ed0cb65db4f2234ec49579a81694960d0f57a8380a380f35b9050346119f05760203660031901126119f05760043582526003602081905260408320805460018201546002830154928401546001600160a01b031693909160ff1690811015611b5d57608095508452602084015260408301526060820152f35b35906001600160401b038216820361206a57565b600080fd5b608081019081106001600160401b0382111761208a57604052565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161208a57604052565b606081019081106001600160401b0382111761208a57604052565b60a081019081106001600160401b0382111761208a57604052565b604081019081106001600160401b0382111761208a57604052565b61014081019081106001600160401b0382111761208a57604052565b602081019081106001600160401b0382111761208a57604052565b90601f801991011681019081106001600160401b0382111761208a57604052565b359061ffff8216820361206a57565b359063ffffffff8216820361206a57565b6001600160401b03811161208a5760051b60200190565b6001600160401b03811161208a57601f01601f191660200190565b81601f8201121561206a578035906121c582612193565b926121d3604051948561213b565b8284526020838301011161206a57816000926020809301838601378301015290565b359060ff8216820361206a57565b919082606091031261206a5760405161221b816120b3565b60406122378183958035855260208101356020860152016121f5565b910152565b91909160c08184031261206a57604051906122568261206f565b819381356001600160401b03811161206a57820161012090818184031261206a576040519182018281106001600160401b0382111761208a57604052803582526122a260208201612056565b60208301526122b36040820161215c565b6040830152606081013560608301526080810135608083015260a081013560a08301526122e260c0820161216b565b60c083015260e08101356001600160401b03811161206a57810160408185031261206a5760405190612313826120e9565b61231c8161216b565b82526020810135906001600160401b03821161206a570184601f8201121561206a5780359061234a8261217c565b91612358604051938461213b565b80835260208084019160051b8301019187831161206a5760208101915b8383106125915750505050602082015260e0830152610100810135906001600160401b03821161206a5783601f83830101121561206a57818101356123b98161217c565b926123c7604051948561213b565b818452602084018660208460051b84870101011161206a57602082850101905b60208460051b8487010101821061242f57505050505060a0928261241992610100606097950152865260208301612203565b6020850152608081013560408501520135910152565b81356001600160401b03811161206a57606086850182018a03601f19011261206a576040519161245e836120b3565b61246e602083878a01010161215c565b83526040828689010101356001600160401b03811161206a576060888701840182018c03601f19011261206a57604051906124a8826120b3565b6124ba602082868a8d0101010161216b565b82526124ce604082868a8d0101010161216b565b602083015260608185898c0101010135906001600160401b03821161206a576020888b018601820183018e03601f19011261206a576040519160208183888c8f61251789612120565b010101010135916001600160401b03831161206a57612543928f92602092898f8e0101010101016121ae565b815260408201526020840152606082868901010135906001600160401b03821161206a5760209361257f8c8680969581968b8e010101016121ae565b604082015281520192019190506123e7565b82356001600160401b03811161206a578201906040828b03601f19011261206a57604051906125bf826120e9565b6125cb60208401612056565b82526040830135916001600160401b03831161206a576125f38c6020809695819601016121ae565b83820152815201920191612375565b604060031982011261206a57600435906001600160401b03821161206a5761262c9160040161223c565b9060243590565b60005b8381106126465750506000910152565b8181015183820152602001612636565b9060209161266f81518092818552858086019101612633565b601f01601f1916010190565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b828210612838575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b8383106127b057505050505060608161279e602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b9091929396602080612829600193601f198682030187528b519061ffff82511681526040612818818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612656565b920151906040818403910152612656565b99019301930191939290612764565b9091929660208061287060019361023f198b82030186526040838d516001600160401b03815116845201519181858201520190612656565b99019201920190929161272b565b80511561288b5760200190565b634e487b7160e01b600052603260045260246000fd5b805182101561288b5760209160051b010190565b6000546001600160a01b031633036128c957565b60405163118cdaa760e01b8152336004820152602490fd5b519063ffffffff8216820361206a57565b519061ffff8216820361206a57565b519060ff8216820361206a57565b51906001600160401b038216820361206a57565b9092919261293081612193565b9161293e604051938461213b565b82948284528282011161206a576020612958930190612633565b565b9080601f8301121561206a57815161297492602001612923565b90565b919060608382031261206a5760405192612990846120b3565b8361299a826128e1565b81526129a8602083016128e1565b602082015260408201516001600160401b039283821161206a570160208185031261206a57604051936129da85612120565b815193841161206a576040936129f0920161295a565b83520152565b60208183031261206a578051906001600160401b03821161206a57019080601f8301121561206a57815161297492602001612923565b9091612a4361297493604084526040840190612656565b916020818403910152612656565b919082604091031261206a576129746020612a6b8461290f565b93016128e1565b9063ffffffff612a8f602092959495604085526040850190612656565b9416910152565b919082604091031261206a576129746020835193016128e1565b60405190612abd826120ce565b60006080838281528260208201528260408201528260608201520152565b919082604091031261206a5781516001600160a01b038116810361206a5760206129749193016128e156fea2646970667358221220a235f0f6845a9dd01346c60b49abbae031370eda232b94bb03c8f60d3913c33b64736f6c63430008190033",
1128
- "linkReferences": {
1129
- "contracts/common/sysio_name.sol": {
1130
- "sysio_name": [
1131
- {
1132
- "length": 20,
1133
- "start": 193
1134
- },
1135
- {
1136
- "length": 20,
1137
- "start": 4417
1138
- },
1139
- {
1140
- "length": 20,
1141
- "start": 4692
1142
- }
1143
- ]
1144
- },
1145
- "contracts/common/sysio_read.sol": {
1146
- "sysio_read": [
1147
- {
1148
- "length": 20,
1149
- "start": 2368
1150
- },
1151
- {
1152
- "length": 20,
1153
- "start": 2601
1154
- },
1155
- {
1156
- "length": 20,
1157
- "start": 2674
1158
- },
1159
- {
1160
- "length": 20,
1161
- "start": 3658
1162
- },
1163
- {
1164
- "length": 20,
1165
- "start": 3746
1166
- },
1167
- {
1168
- "length": 20,
1169
- "start": 3835
1170
- },
1171
- {
1172
- "length": 20,
1173
- "start": 3914
1174
- },
1175
- {
1176
- "length": 20,
1177
- "start": 3994
1178
- }
1179
- ]
1180
- }
1181
- },
1182
- "deployedLinkReferences": {
1183
- "contracts/common/sysio_name.sol": {
1184
- "sysio_name": [
1185
- {
1186
- "length": 20,
1187
- "start": 3775
1188
- },
1189
- {
1190
- "length": 20,
1191
- "start": 4050
1192
- }
1193
- ]
1194
- },
1195
- "contracts/common/sysio_read.sol": {
1196
- "sysio_read": [
1197
- {
1198
- "length": 20,
1199
- "start": 1726
1200
- },
1201
- {
1202
- "length": 20,
1203
- "start": 1959
1204
- },
1205
- {
1206
- "length": 20,
1207
- "start": 2032
1208
- },
1209
- {
1210
- "length": 20,
1211
- "start": 3016
1212
- },
1213
- {
1214
- "length": 20,
1215
- "start": 3104
1216
- },
1217
- {
1218
- "length": 20,
1219
- "start": 3193
1220
- },
1221
- {
1222
- "length": 20,
1223
- "start": 3272
1224
- },
1225
- {
1226
- "length": 20,
1227
- "start": 3352
1228
- }
1229
- ]
1230
- }
1231
- }
1232
- }