@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,865 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ISChain",
4
- "sourceName": "contracts/WNS/WNSCommon.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "producer",
11
- "type": "address"
12
- }
13
- ],
14
- "name": "blacklistProducer",
15
- "outputs": [],
16
- "stateMutability": "nonpayable",
17
- "type": "function"
18
- },
19
- {
20
- "inputs": [
21
- {
22
- "components": [
23
- {
24
- "components": [
25
- {
26
- "internalType": "uint256",
27
- "name": "timestamp",
28
- "type": "uint256"
29
- },
30
- {
31
- "internalType": "SysName",
32
- "name": "producer",
33
- "type": "uint64"
34
- },
35
- {
36
- "internalType": "uint16",
37
- "name": "confirmed",
38
- "type": "uint16"
39
- },
40
- {
41
- "internalType": "bytes32",
42
- "name": "previous",
43
- "type": "bytes32"
44
- },
45
- {
46
- "internalType": "bytes32",
47
- "name": "txMroot",
48
- "type": "bytes32"
49
- },
50
- {
51
- "internalType": "bytes32",
52
- "name": "actMroot",
53
- "type": "bytes32"
54
- },
55
- {
56
- "internalType": "uint32",
57
- "name": "scheduleVersion",
58
- "type": "uint32"
59
- },
60
- {
61
- "components": [
62
- {
63
- "internalType": "uint32",
64
- "name": "version",
65
- "type": "uint32"
66
- },
67
- {
68
- "components": [
69
- {
70
- "internalType": "SysName",
71
- "name": "account_name",
72
- "type": "uint64"
73
- },
74
- {
75
- "internalType": "bytes",
76
- "name": "blockSigningKey",
77
- "type": "bytes"
78
- }
79
- ],
80
- "internalType": "struct Producer[]",
81
- "name": "producers",
82
- "type": "tuple[]"
83
- }
84
- ],
85
- "internalType": "struct ProducerSchedule",
86
- "name": "new_producers",
87
- "type": "tuple"
88
- },
89
- {
90
- "components": [
91
- {
92
- "internalType": "uint16",
93
- "name": "extensionType",
94
- "type": "uint16"
95
- },
96
- {
97
- "components": [
98
- {
99
- "internalType": "uint32",
100
- "name": "length",
101
- "type": "uint32"
102
- },
103
- {
104
- "internalType": "uint32",
105
- "name": "offset",
106
- "type": "uint32"
107
- },
108
- {
109
- "components": [
110
- {
111
- "internalType": "bytes",
112
- "name": "data",
113
- "type": "bytes"
114
- }
115
- ],
116
- "internalType": "struct iodata.Buffer",
117
- "name": "data",
118
- "type": "tuple"
119
- }
120
- ],
121
- "internalType": "struct DataRef",
122
- "name": "dataRef",
123
- "type": "tuple"
124
- },
125
- {
126
- "internalType": "bytes",
127
- "name": "data",
128
- "type": "bytes"
129
- }
130
- ],
131
- "internalType": "struct Extension[]",
132
- "name": "header_extensions",
133
- "type": "tuple[]"
134
- }
135
- ],
136
- "internalType": "struct BlockHeader",
137
- "name": "header",
138
- "type": "tuple"
139
- },
140
- {
141
- "components": [
142
- {
143
- "internalType": "bytes32",
144
- "name": "r",
145
- "type": "bytes32"
146
- },
147
- {
148
- "internalType": "bytes32",
149
- "name": "s",
150
- "type": "bytes32"
151
- },
152
- {
153
- "internalType": "uint8",
154
- "name": "v",
155
- "type": "uint8"
156
- }
157
- ],
158
- "internalType": "struct PointSigValues",
159
- "name": "signature",
160
- "type": "tuple"
161
- },
162
- {
163
- "internalType": "bytes32",
164
- "name": "blockMRoot",
165
- "type": "bytes32"
166
- },
167
- {
168
- "internalType": "bytes32",
169
- "name": "scheduleHash",
170
- "type": "bytes32"
171
- }
172
- ],
173
- "internalType": "struct SignedHeader",
174
- "name": "header",
175
- "type": "tuple"
176
- },
177
- {
178
- "components": [
179
- {
180
- "internalType": "bytes32[]",
181
- "name": "proof",
182
- "type": "bytes32[]"
183
- },
184
- {
185
- "internalType": "uint8[]",
186
- "name": "ops",
187
- "type": "uint8[]"
188
- },
189
- {
190
- "internalType": "uint256",
191
- "name": "maxStack",
192
- "type": "uint256"
193
- }
194
- ],
195
- "internalType": "struct MerkleProof",
196
- "name": "merkleProof",
197
- "type": "tuple"
198
- },
199
- {
200
- "internalType": "SysName",
201
- "name": "sRootContract",
202
- "type": "uint64"
203
- },
204
- {
205
- "internalType": "bytes32",
206
- "name": "transactionID",
207
- "type": "bytes32"
208
- },
209
- {
210
- "components": [
211
- {
212
- "internalType": "uint8",
213
- "name": "status",
214
- "type": "uint8"
215
- },
216
- {
217
- "internalType": "uint32",
218
- "name": "cpu_usage_us",
219
- "type": "uint32"
220
- },
221
- {
222
- "internalType": "uint32",
223
- "name": "net_usage_words",
224
- "type": "uint32"
225
- },
226
- {
227
- "components": [
228
- {
229
- "internalType": "uint8",
230
- "name": "keyType",
231
- "type": "uint8"
232
- },
233
- {
234
- "components": [
235
- {
236
- "internalType": "bytes32",
237
- "name": "r",
238
- "type": "bytes32"
239
- },
240
- {
241
- "internalType": "bytes32",
242
- "name": "s",
243
- "type": "bytes32"
244
- },
245
- {
246
- "internalType": "uint8",
247
- "name": "v",
248
- "type": "uint8"
249
- }
250
- ],
251
- "internalType": "struct PointSigValues",
252
- "name": "rsv",
253
- "type": "tuple"
254
- }
255
- ],
256
- "internalType": "struct Signature[]",
257
- "name": "signatures",
258
- "type": "tuple[]"
259
- },
260
- {
261
- "internalType": "bytes",
262
- "name": "packed_context_free_data",
263
- "type": "bytes"
264
- }
265
- ],
266
- "internalType": "struct TransactionExtra",
267
- "name": "txExtra",
268
- "type": "tuple"
269
- }
270
- ],
271
- "name": "checkTx",
272
- "outputs": [
273
- {
274
- "internalType": "enum BlockState",
275
- "name": "state",
276
- "type": "uint8"
277
- },
278
- {
279
- "internalType": "uint256",
280
- "name": "unlockTime",
281
- "type": "uint256"
282
- },
283
- {
284
- "internalType": "uint256",
285
- "name": "expireTime",
286
- "type": "uint256"
287
- }
288
- ],
289
- "stateMutability": "nonpayable",
290
- "type": "function"
291
- },
292
- {
293
- "inputs": [
294
- {
295
- "internalType": "bytes32",
296
- "name": "blockID",
297
- "type": "bytes32"
298
- },
299
- {
300
- "components": [
301
- {
302
- "components": [
303
- {
304
- "internalType": "uint256",
305
- "name": "timestamp",
306
- "type": "uint256"
307
- },
308
- {
309
- "internalType": "SysName",
310
- "name": "producer",
311
- "type": "uint64"
312
- },
313
- {
314
- "internalType": "uint16",
315
- "name": "confirmed",
316
- "type": "uint16"
317
- },
318
- {
319
- "internalType": "bytes32",
320
- "name": "previous",
321
- "type": "bytes32"
322
- },
323
- {
324
- "internalType": "bytes32",
325
- "name": "txMroot",
326
- "type": "bytes32"
327
- },
328
- {
329
- "internalType": "bytes32",
330
- "name": "actMroot",
331
- "type": "bytes32"
332
- },
333
- {
334
- "internalType": "uint32",
335
- "name": "scheduleVersion",
336
- "type": "uint32"
337
- },
338
- {
339
- "components": [
340
- {
341
- "internalType": "uint32",
342
- "name": "version",
343
- "type": "uint32"
344
- },
345
- {
346
- "components": [
347
- {
348
- "internalType": "SysName",
349
- "name": "account_name",
350
- "type": "uint64"
351
- },
352
- {
353
- "internalType": "bytes",
354
- "name": "blockSigningKey",
355
- "type": "bytes"
356
- }
357
- ],
358
- "internalType": "struct Producer[]",
359
- "name": "producers",
360
- "type": "tuple[]"
361
- }
362
- ],
363
- "internalType": "struct ProducerSchedule",
364
- "name": "new_producers",
365
- "type": "tuple"
366
- },
367
- {
368
- "components": [
369
- {
370
- "internalType": "uint16",
371
- "name": "extensionType",
372
- "type": "uint16"
373
- },
374
- {
375
- "components": [
376
- {
377
- "internalType": "uint32",
378
- "name": "length",
379
- "type": "uint32"
380
- },
381
- {
382
- "internalType": "uint32",
383
- "name": "offset",
384
- "type": "uint32"
385
- },
386
- {
387
- "components": [
388
- {
389
- "internalType": "bytes",
390
- "name": "data",
391
- "type": "bytes"
392
- }
393
- ],
394
- "internalType": "struct iodata.Buffer",
395
- "name": "data",
396
- "type": "tuple"
397
- }
398
- ],
399
- "internalType": "struct DataRef",
400
- "name": "dataRef",
401
- "type": "tuple"
402
- },
403
- {
404
- "internalType": "bytes",
405
- "name": "data",
406
- "type": "bytes"
407
- }
408
- ],
409
- "internalType": "struct Extension[]",
410
- "name": "header_extensions",
411
- "type": "tuple[]"
412
- }
413
- ],
414
- "internalType": "struct BlockHeader",
415
- "name": "header",
416
- "type": "tuple"
417
- },
418
- {
419
- "components": [
420
- {
421
- "internalType": "bytes32",
422
- "name": "r",
423
- "type": "bytes32"
424
- },
425
- {
426
- "internalType": "bytes32",
427
- "name": "s",
428
- "type": "bytes32"
429
- },
430
- {
431
- "internalType": "uint8",
432
- "name": "v",
433
- "type": "uint8"
434
- }
435
- ],
436
- "internalType": "struct PointSigValues",
437
- "name": "signature",
438
- "type": "tuple"
439
- },
440
- {
441
- "internalType": "bytes32",
442
- "name": "blockMRoot",
443
- "type": "bytes32"
444
- },
445
- {
446
- "internalType": "bytes32",
447
- "name": "scheduleHash",
448
- "type": "bytes32"
449
- }
450
- ],
451
- "internalType": "struct SignedHeader",
452
- "name": "header",
453
- "type": "tuple"
454
- }
455
- ],
456
- "name": "cleanBlock",
457
- "outputs": [],
458
- "stateMutability": "nonpayable",
459
- "type": "function"
460
- },
461
- {
462
- "inputs": [
463
- {
464
- "components": [
465
- {
466
- "components": [
467
- {
468
- "internalType": "uint256",
469
- "name": "timestamp",
470
- "type": "uint256"
471
- },
472
- {
473
- "internalType": "SysName",
474
- "name": "producer",
475
- "type": "uint64"
476
- },
477
- {
478
- "internalType": "uint16",
479
- "name": "confirmed",
480
- "type": "uint16"
481
- },
482
- {
483
- "internalType": "bytes32",
484
- "name": "previous",
485
- "type": "bytes32"
486
- },
487
- {
488
- "internalType": "bytes32",
489
- "name": "txMroot",
490
- "type": "bytes32"
491
- },
492
- {
493
- "internalType": "bytes32",
494
- "name": "actMroot",
495
- "type": "bytes32"
496
- },
497
- {
498
- "internalType": "uint32",
499
- "name": "scheduleVersion",
500
- "type": "uint32"
501
- },
502
- {
503
- "components": [
504
- {
505
- "internalType": "uint32",
506
- "name": "version",
507
- "type": "uint32"
508
- },
509
- {
510
- "components": [
511
- {
512
- "internalType": "SysName",
513
- "name": "account_name",
514
- "type": "uint64"
515
- },
516
- {
517
- "internalType": "bytes",
518
- "name": "blockSigningKey",
519
- "type": "bytes"
520
- }
521
- ],
522
- "internalType": "struct Producer[]",
523
- "name": "producers",
524
- "type": "tuple[]"
525
- }
526
- ],
527
- "internalType": "struct ProducerSchedule",
528
- "name": "new_producers",
529
- "type": "tuple"
530
- },
531
- {
532
- "components": [
533
- {
534
- "internalType": "uint16",
535
- "name": "extensionType",
536
- "type": "uint16"
537
- },
538
- {
539
- "components": [
540
- {
541
- "internalType": "uint32",
542
- "name": "length",
543
- "type": "uint32"
544
- },
545
- {
546
- "internalType": "uint32",
547
- "name": "offset",
548
- "type": "uint32"
549
- },
550
- {
551
- "components": [
552
- {
553
- "internalType": "bytes",
554
- "name": "data",
555
- "type": "bytes"
556
- }
557
- ],
558
- "internalType": "struct iodata.Buffer",
559
- "name": "data",
560
- "type": "tuple"
561
- }
562
- ],
563
- "internalType": "struct DataRef",
564
- "name": "dataRef",
565
- "type": "tuple"
566
- },
567
- {
568
- "internalType": "bytes",
569
- "name": "data",
570
- "type": "bytes"
571
- }
572
- ],
573
- "internalType": "struct Extension[]",
574
- "name": "header_extensions",
575
- "type": "tuple[]"
576
- }
577
- ],
578
- "internalType": "struct BlockHeader",
579
- "name": "header",
580
- "type": "tuple"
581
- },
582
- {
583
- "components": [
584
- {
585
- "internalType": "bytes32",
586
- "name": "r",
587
- "type": "bytes32"
588
- },
589
- {
590
- "internalType": "bytes32",
591
- "name": "s",
592
- "type": "bytes32"
593
- },
594
- {
595
- "internalType": "uint8",
596
- "name": "v",
597
- "type": "uint8"
598
- }
599
- ],
600
- "internalType": "struct PointSigValues",
601
- "name": "signature",
602
- "type": "tuple"
603
- },
604
- {
605
- "internalType": "bytes32",
606
- "name": "blockMRoot",
607
- "type": "bytes32"
608
- },
609
- {
610
- "internalType": "bytes32",
611
- "name": "scheduleHash",
612
- "type": "bytes32"
613
- }
614
- ],
615
- "internalType": "struct SignedHeader",
616
- "name": "header",
617
- "type": "tuple"
618
- }
619
- ],
620
- "name": "getExpireTime",
621
- "outputs": [
622
- {
623
- "internalType": "uint256",
624
- "name": "expireTime",
625
- "type": "uint256"
626
- }
627
- ],
628
- "stateMutability": "view",
629
- "type": "function"
630
- },
631
- {
632
- "inputs": [],
633
- "name": "getLastValidInfo",
634
- "outputs": [
635
- {
636
- "internalType": "uint32",
637
- "name": "num",
638
- "type": "uint32"
639
- },
640
- {
641
- "internalType": "uint32",
642
- "name": "sNum",
643
- "type": "uint32"
644
- }
645
- ],
646
- "stateMutability": "view",
647
- "type": "function"
648
- },
649
- {
650
- "inputs": [],
651
- "name": "getPendingCount",
652
- "outputs": [
653
- {
654
- "internalType": "uint32",
655
- "name": "pending",
656
- "type": "uint32"
657
- }
658
- ],
659
- "stateMutability": "view",
660
- "type": "function"
661
- },
662
- {
663
- "inputs": [
664
- {
665
- "components": [
666
- {
667
- "components": [
668
- {
669
- "internalType": "uint256",
670
- "name": "timestamp",
671
- "type": "uint256"
672
- },
673
- {
674
- "internalType": "SysName",
675
- "name": "producer",
676
- "type": "uint64"
677
- },
678
- {
679
- "internalType": "uint16",
680
- "name": "confirmed",
681
- "type": "uint16"
682
- },
683
- {
684
- "internalType": "bytes32",
685
- "name": "previous",
686
- "type": "bytes32"
687
- },
688
- {
689
- "internalType": "bytes32",
690
- "name": "txMroot",
691
- "type": "bytes32"
692
- },
693
- {
694
- "internalType": "bytes32",
695
- "name": "actMroot",
696
- "type": "bytes32"
697
- },
698
- {
699
- "internalType": "uint32",
700
- "name": "scheduleVersion",
701
- "type": "uint32"
702
- },
703
- {
704
- "components": [
705
- {
706
- "internalType": "uint32",
707
- "name": "version",
708
- "type": "uint32"
709
- },
710
- {
711
- "components": [
712
- {
713
- "internalType": "SysName",
714
- "name": "account_name",
715
- "type": "uint64"
716
- },
717
- {
718
- "internalType": "bytes",
719
- "name": "blockSigningKey",
720
- "type": "bytes"
721
- }
722
- ],
723
- "internalType": "struct Producer[]",
724
- "name": "producers",
725
- "type": "tuple[]"
726
- }
727
- ],
728
- "internalType": "struct ProducerSchedule",
729
- "name": "new_producers",
730
- "type": "tuple"
731
- },
732
- {
733
- "components": [
734
- {
735
- "internalType": "uint16",
736
- "name": "extensionType",
737
- "type": "uint16"
738
- },
739
- {
740
- "components": [
741
- {
742
- "internalType": "uint32",
743
- "name": "length",
744
- "type": "uint32"
745
- },
746
- {
747
- "internalType": "uint32",
748
- "name": "offset",
749
- "type": "uint32"
750
- },
751
- {
752
- "components": [
753
- {
754
- "internalType": "bytes",
755
- "name": "data",
756
- "type": "bytes"
757
- }
758
- ],
759
- "internalType": "struct iodata.Buffer",
760
- "name": "data",
761
- "type": "tuple"
762
- }
763
- ],
764
- "internalType": "struct DataRef",
765
- "name": "dataRef",
766
- "type": "tuple"
767
- },
768
- {
769
- "internalType": "bytes",
770
- "name": "data",
771
- "type": "bytes"
772
- }
773
- ],
774
- "internalType": "struct Extension[]",
775
- "name": "header_extensions",
776
- "type": "tuple[]"
777
- }
778
- ],
779
- "internalType": "struct BlockHeader",
780
- "name": "header",
781
- "type": "tuple"
782
- },
783
- {
784
- "components": [
785
- {
786
- "internalType": "bytes32",
787
- "name": "r",
788
- "type": "bytes32"
789
- },
790
- {
791
- "internalType": "bytes32",
792
- "name": "s",
793
- "type": "bytes32"
794
- },
795
- {
796
- "internalType": "uint8",
797
- "name": "v",
798
- "type": "uint8"
799
- }
800
- ],
801
- "internalType": "struct PointSigValues",
802
- "name": "signature",
803
- "type": "tuple"
804
- },
805
- {
806
- "internalType": "bytes32",
807
- "name": "blockMRoot",
808
- "type": "bytes32"
809
- },
810
- {
811
- "internalType": "bytes32",
812
- "name": "scheduleHash",
813
- "type": "bytes32"
814
- }
815
- ],
816
- "internalType": "struct SignedHeader",
817
- "name": "header",
818
- "type": "tuple"
819
- }
820
- ],
821
- "name": "presentBlock",
822
- "outputs": [
823
- {
824
- "internalType": "bytes32",
825
- "name": "blockID",
826
- "type": "bytes32"
827
- },
828
- {
829
- "internalType": "enum BlockState",
830
- "name": "state",
831
- "type": "uint8"
832
- },
833
- {
834
- "internalType": "uint256",
835
- "name": "unlockTime",
836
- "type": "uint256"
837
- },
838
- {
839
- "internalType": "uint256",
840
- "name": "expireTime",
841
- "type": "uint256"
842
- }
843
- ],
844
- "stateMutability": "payable",
845
- "type": "function"
846
- },
847
- {
848
- "inputs": [
849
- {
850
- "internalType": "address",
851
- "name": "producer",
852
- "type": "address"
853
- }
854
- ],
855
- "name": "unblacklistProducer",
856
- "outputs": [],
857
- "stateMutability": "nonpayable",
858
- "type": "function"
859
- }
860
- ],
861
- "bytecode": "0x",
862
- "deployedBytecode": "0x",
863
- "linkReferences": {},
864
- "deployedLinkReferences": {}
865
- }