@wireio/stake 0.6.0 → 0.6.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 (586) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +44095 -8541
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11351 -1479
  5. package/lib/stake.js +44672 -9038
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +44095 -8541
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +4 -3
  10. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
  12. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
  14. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
  16. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
  18. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
  20. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
  22. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
  24. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
  26. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
  28. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
  30. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
  32. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
  34. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
  36. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
  38. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  41. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  49. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  51. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  53. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  66. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  70. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  71. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  73. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  74. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
  75. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  77. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  79. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  80. package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
  81. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  83. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  85. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  88. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  90. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  98. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  100. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  110. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
  111. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  112. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
  113. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  115. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  117. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  120. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  121. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  122. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  123. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  124. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  125. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  127. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1590 -0
  129. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  131. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  132. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  133. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  134. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  135. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  136. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  137. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  138. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +4 -0
  139. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +10 -0
  140. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  141. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  142. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +4 -0
  143. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
  144. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  145. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
  146. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  157. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  158. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  159. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  160. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  161. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  162. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  163. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  164. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  165. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  166. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  167. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  168. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  170. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  172. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  174. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  175. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  176. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  177. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  178. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  179. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  180. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  181. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  182. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  183. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  184. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  185. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  186. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  187. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  189. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  191. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  193. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  195. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  197. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  204. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  205. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  207. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  209. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  210. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  211. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  212. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  213. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  214. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  215. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  216. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  217. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  218. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  219. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  220. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  221. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  222. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  223. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  224. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  225. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  226. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  227. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  228. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  229. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  230. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  231. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  232. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  233. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  234. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  235. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  236. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  237. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  238. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  239. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  240. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  241. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  242. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  243. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  244. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  245. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  246. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  247. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  248. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  254. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  255. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  256. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  257. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  258. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  259. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  260. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  261. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  262. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  263. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  264. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  265. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  266. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  267. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  268. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  269. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  270. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  271. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  272. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  273. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  274. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  288. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  289. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  290. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  291. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  292. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  293. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  294. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  295. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  296. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  297. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  298. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  299. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  300. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  301. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  302. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  303. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  304. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  305. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  306. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  307. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  308. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  309. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  310. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  311. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  312. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  332. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  333. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  334. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  335. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  336. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  337. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  338. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  339. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  340. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
  341. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  342. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  343. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  344. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
  345. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  346. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  347. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  348. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  349. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  350. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  351. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  352. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  353. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  354. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  355. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  356. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  357. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  358. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
  359. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  360. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  363. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  364. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  368. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  372. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  373. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  375. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
  376. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  378. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  379. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  380. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  382. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  383. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  384. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  386. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  387. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  388. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  389. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  390. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
  391. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  392. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  393. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  394. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  395. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  396. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  397. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  398. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  399. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  400. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
  401. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  402. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Depositor.sol/Depositor.json +34 -19
  403. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  404. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  405. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  406. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
  407. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  408. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -19
  409. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  410. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  411. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  412. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  413. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  414. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  415. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  416. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  417. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  418. package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
  419. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  420. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  421. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  422. package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
  423. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +669 -420
  424. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  425. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  426. package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
  427. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +669 -420
  428. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  429. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  430. package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
  431. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  432. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  433. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  434. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  435. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  436. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  437. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  438. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  439. package/src/index.ts +2 -2
  440. package/src/networks/ethereum/clients/convert.client.ts +35 -1
  441. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  442. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  443. package/src/networks/ethereum/clients/stake.client.ts +192 -20
  444. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  445. package/src/networks/ethereum/contract.ts +421 -235
  446. package/src/networks/ethereum/ethereum.ts +342 -127
  447. package/src/networks/ethereum/types.ts +41 -13
  448. package/src/networks/solana/clients/convert.client.ts +341 -0
  449. package/src/networks/solana/clients/distribution.client.ts +131 -24
  450. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  451. package/src/networks/solana/clients/outpost.client.ts +110 -78
  452. package/src/networks/solana/clients/token.client.ts +20 -15
  453. package/src/networks/solana/constants.ts +56 -285
  454. package/src/networks/solana/program.ts +446 -28
  455. package/src/networks/solana/solana.ts +817 -404
  456. package/src/networks/solana/types.ts +41 -15
  457. package/src/networks/solana/utils.ts +56 -305
  458. package/src/staker.ts +24 -4
  459. package/src/types.ts +94 -22
  460. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
  494. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  495. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  499. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  532. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  533. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  534. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  535. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  536. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  537. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  538. package/src/assets/solana/idl/transfer_hook.json +0 -197
  539. package/src/assets/solana/types/transfer_hook.ts +0 -203
  540. package/src/networks/solana/clients/deposit.client.ts +0 -292
  541. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  566. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  567. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  568. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  569. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  584. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  585. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  586. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ChallengeLib",
4
+ "sourceName": "contracts/WNS/ChallengeLib.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "bytes32",
10
+ "name": "blockID",
11
+ "type": "bytes32"
12
+ }
13
+ ],
14
+ "name": "ChainDisproofContainsDisputed",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [],
19
+ "name": "ChainProofBadSequence",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "blockNumber",
27
+ "type": "uint32"
28
+ },
29
+ {
30
+ "internalType": "uint256",
31
+ "name": "timestamp",
32
+ "type": "uint256"
33
+ }
34
+ ],
35
+ "name": "ChainProofBadTimestamp",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [],
40
+ "name": "ChainProofMissingDisputed",
41
+ "type": "error"
42
+ }
43
+ ],
44
+ "bytecode": "0x60808060405234601b57611a9f90816100218239308160070152f35b600080fdfe6080604052307f000000000000000000000000000000000000000000000000000000000000000014600436101561003557600080fd5b60003560e01c806319adff31146112ab5780631e3a9f981461047c578063484ec9b91461017c57806383ba5137146100e9578063a40d517b146100cd578063ee08e3a2146100b15763f17f03f91461008c57600080fd5b6100ac5760403660031901126100ac576100aa602435600435611862565b005b600080fd5b506100ac5760203660031901126100ac576100aa6004356117e9565b506100ac5760203660031901126100ac576100aa600435611767565b506100ac5760203660031901126100ac576000600e6004358281558260018201556002810164ffffffffff198154169055610126600382016117e9565b610132600582016117e9565b61013e60078201611767565b600981016bffffffffffffffffffffffff60a01b90818154169055600a820190815416905582600b82015582600c82015582600d8201550155600080f35b506100ac5760403660031901126100ac57600435805460009190600019808201916024359083116104665782811061026b575b508254801561025557016101c38184611713565b93909361023f576000600e85826001975582878201558260028201556101eb6003820161172f565b6101f76005820161172f565b6102036007820161172f565b82600982015582600a82015582600b82015582600c82015582600d82015501555514610237575b6020906040519015158152f35b50600061022a565b634e487b7160e01b600052600060045260246000fd5b634e487b7160e01b600052603160045260246000fd5b6102758385611713565b50546102818286611713565b5055600161028f8486611713565b500154600161029e8387611713565b50015560ff60026102af8587611713565b5001541660026102bf8387611713565b50019160058210156104505761044a926104339260ff1982541617905560026102e88688611713565b50015460026102f78389611713565b50019064ffffffff00825491169064ffffffff001916179055600961031c8688611713565b5001546001600160a01b03908116906009610337848a611713565b50016bffffffffffffffffffffffff60a01b9283825416179055600a61035d888a611713565b50015416600a61036d848a611713565b500191825416179055600b6103828688611713565b500154600b6103918389611713565b500155600c6103a08688611713565b500154600c6103af8389611713565b500155600d6103be8688611713565b500154600d6103cd8389611713565b500155600e6103dc8688611713565b500154600e6103eb8389611713565b5001556104126103fb8288611713565b50600380610409898b611713565b500191016113ec565b61042d61041f8288611713565b50600580610409898b611713565b85611713565b506007806104418688611713565b50019101611862565b386101af565b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b506100ac5760a03660031901126100ac576001600160401b03600435116100ac573660236004350112156100ac57600435600401356104ba81611321565b906104c86040519283611300565b80825260208201903660248260051b6004350101116100ac57602460043501915b60248260051b60043501018310610cd257836044351515604435036100ac576064351515606435036100ac57608435906001600160401b03821682036100ac57610531611475565b9161053a611475565b60243560030154926000928360643580610cc8575b610cb5575b82519461057961056387611321565b966105716040519889611300565b808852611321565b60005b601f1982018110610c9e575050906000915b8451831015610bd1576105c960206105a685886113c2565b515160405180938192631b725d0960e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a57600090610b94575b63ffffffff915016895263ffffffff81168015600014610b245750505063ffffffff87511661061f82856113c2565b515151915b610656602061063383886113c2565b5151604051809381926316fa876f60e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600091610af2575b504210610ab75761068f81866113c2565b51606060405180809363152914a560e31b825260206004830152836106c0825160c0602486015260e4850190611508565b9160ff6040602083015180516044880152602081015160648801520151166084850152604081015160a4850152015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600090600092610a6d575b5060208b018290526001600160a01b031660a08b01526064359081610a50575b50610a13575b610787606061075483886113c2565b51516040518093819263df54527160e01b83526001600160401b038a166004840152604060248401526044830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a576000916000916000916109c5575b5063ffffffff1660408c015260808b015260608a015280610807575b60019063ffffffff8a5116875260208a01516020880152896107f3828a6113c2565b526107fe81896113c2565b5001919061058e565b63ffffffff89511663ffffffff610820818951166116fe565b1614610999575b606089015115158061098c575b8061096f575b156109485763ffffffff60408a01511663ffffffff61085e8160408a0151166116fe565b16036109365760608901519060808a015160608801519073__$725b64e5d0c6cf971a38b70775a9eb77e8$__3b156100ac576040519363a2297d0f60e01b855260048501526024840152604483015260008260648173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a576108fb575b6001915063ffffffff60408b015116604088015260608a015160608801525b90506107d1565b6001600160401b038211610914576001916040526108d5565b634e487b7160e01b600052604160045260246000fd5b6040513d6000823e3d90fd5b60405163ebbc9b5160e01b8152600490fd5b63ffffffff89511663ffffffff610961818951166116fe565b1603610936576001906108f4565b5063ffffffff60408a01511663ffffffff6040880151161061083a565b5060608601511515610834565b60606109a582876113c2565b515101516020870151146108275760405163ebbc9b5160e01b8152600490fd5b925050506060813d606011610a0b575b816109e260609383611300565b810103126100ac57805163ffffffff610a026040602085015194016114b7565b919291906107b5565b3d91506109d5565b60443515610a3757602460208a01516040519063de374d1760e01b82526004820152fd5b610a4a60208a0151600560243501611906565b50610745565b60009081526004602435016020526040902054151590508a61073f565b9150506060813d606011610aaf575b81610a8960609383611300565b810103126100ac578051906001600160a01b03821682036100ac5760400151908b61071f565b3d9150610a7c565b610aca859163ffffffff8b5116926113c2565b5151516040516362dee7b560e11b815263ffffffff9290921660048301526024820152604490fd5b90506020813d602011610b1c575b81610b0d60209383611300565b810103126100ac57518a61067e565b3d9150610b00565b610b3e83610b368689979596976113c2565b5151516116f1565b9063ffffffff8b51160363ffffffff81116104665763ffffffff16908082119182610b7e575b50501561062457610aca859163ffffffff8b5116926113c2565b6002925090610b8c916116f1565b118a80610b64565b506020813d602011610bc9575b81610bae60209383611300565b810103126100ac57610bc463ffffffff916114b7565b6105f0565b3d9150610ba1565b866064358981610c93575b81610c82575b50610c705760405180916020820160208352815180915260206040840192019060005b818110610c13575050500390f35b91935091602060c0600192865163ffffffff80825116835284820151858401526040820151166040830152606081015160608301526080810151608083015260a08580821b039101511660a0820152019401910191849392610c05565b60405163244024f760e11b8152600490fd5b905060056024350154141582610be2565b604435159150610bdc565b602090610ca9611475565b82828b0101520161057c565b610cc36005602435016117e9565b610554565b506044351561054f565b8235906001600160401b0382116100ac5760c06004358301360360231901126100ac57604051918260808101106001600160401b03608085011117610914576024816004350101356001600160401b0381116100ac5761012060043583018201360360231901126100ac57608084016101a08501106001600160401b036101a086011117610914576101a084016040526004358201810160248101356080860152610d7f90604401611338565b60a0850152610d966064828460043501010161134c565b60c085015260043582018101608481013560e086015260a481013561010086015260c4810135610120860152610dce9060e40161135b565b6101408501526001600160401b03610104828460043501010135116100ac5760406004358301820161010481013501360360231901126100ac57604051610e14816112ca565b610e2d600435840183016101048101350160240161135b565b81526004358301820161010481013501604401356001600160401b0381116100ac57366004358501840161010481013501820160430112156100ac57600435840183016101048101350181016024013590610e8782611321565b91610e956040519384611300565b808352602083013660043588018701610104810135018401600584901b01604401116100ac5760043587018601610104810135018301604401905b60043588018701610104810135018401600584901b0160440182106111f3575050505060208201526101608501526101248183600435010101356001600160401b0381116100ac573660438284866004350101010112156100ac5760248183856004350101010135610f4181611321565b92610f4f6040519485611300565b81845260208401903660448460051b86848a6004350101010101116100ac57604484828860043501010101915b60448460051b86848a6004350101010101831061102357505050505061018084015260808301835260606004358201360360431901126100ac5760405191610fc3836112e5565b600435820160448101358452606481013560208501526084013560ff811690036100ac57600435909101608481013560408085019190915260208086019490945260a48201359085015260c40135606084015291825292830192016104e9565b82356001600160401b0381116100ac5760606004358901840187018201360360431901126100ac5760405191611058836112e5565b61106e60448389878d600435010101010161134c565b835260648288868c6004350101010101356001600160401b0381116100ac5760606004358b018601890184018201360360431901126100ac57806001600160401b0360848c93868c8a604051976110c4896112e5565b6110dc6044868686868660043501010101010161135b565b89526110f66064868686868660043501010101010161135b565b60208a015260043501010101010135116100ac5760206004358c0187018a0185018201608481013501360360431901126100ac57604051908160208101106001600160401b0360208401111761091457602082016040526001600160401b036004358d0188018b018601820160848101350160440135116100ac576111989036906004358e0189018c018701016084810135016044818101359091010161136c565b8152604082015260208401526001600160401b0360848389878d600435010101010135116100ac5760209283926111e39036906004358d0188018b010160848101350160440161136c565b6040820152815201920191610f7c565b6001600160401b038235116100ac57604060043589018801610104810135018501833501360360431901126100ac5760405161122e816112ca565b61124c6004358a018901610104810135018601843501604401611338565b81526001600160401b036004358a01890161010481013501860184350160640135116100ac57602091829161129c366004358d018c0161010481013501890187350160648101350160440161136c565b83820152815201910190610ed0565b506100ac5760403660031901126100ac576100aa6024356004356113ec565b604081019081106001600160401b0382111761091457604052565b606081019081106001600160401b0382111761091457604052565b90601f801991011681019081106001600160401b0382111761091457604052565b6001600160401b0381116109145760051b60200190565b35906001600160401b03821682036100ac57565b359061ffff821682036100ac57565b359063ffffffff821682036100ac57565b81601f820112156100ac578035906001600160401b03821161091457604051926113a0601f8401601f191660200185611300565b828452602083830101116100ac57816000926020809301838601378301015290565b80518210156113d65760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b919060405180828193548084526020809401916000526020600020936000905b82821061145b5750505061142292500382611300565b61142b836117e9565b60005b8151811015611455578061144e611447600193856113c2565b5186611906565b500161142e565b50509050565b85548452600195860195879550938101939091019061140c565b6040519060c082018281106001600160401b03821117610914576040528160a06000918281528260208201528260408201528260608201528260808201520152565b519063ffffffff821682036100ac57565b919082519283825260005b8481106114f4575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016114d3565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b83831061169f5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a1061160b57505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b611674986116849d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906114c8565b920151908d8184039101526114c8565b9f019a019a01989b9a9997969594939291909e9c9d9e6115f3565b909192939a8c899a9b9f9d9e9798996116d96001938f9284809461017f198d8503018a5251888151168452015191818582015201906114c8565b9d0193019301919392909d99989796959c9b9d6115bb565b9190820391821161046657565b90600163ffffffff8093160191821161046657565b80548210156113d657600052600f602060002091020190600090565b805490600090600081558261174357505050565b6000526020600020918201915b82811061175c57505050565b818155600101611750565b9060405180818454808352602080930190866000526020600020936000905b8282106117cf5750505061179c92500382611300565b60005b8151811015611455576001906117c86001600160a01b036117c083866113c2565b511686611979565b500161179f565b855484526001958601958795509381019390910190611786565b9060405180818454808352602080930190866000526020600020936000905b8282106118485750505061181e92500382611300565b60005b8151811015611455578061184161183a600193856113c2565b5186611979565b5001611821565b855484526001958601958795509381019390910190611808565b919060405180828193548084526020809401916000526020600020936000905b8282106118d45750505061189892500382611300565b6118a183611767565b60005b8151811015611455576001906118cd6001600160a01b036118c583866113c2565b511686611906565b50016118a4565b855484526001958601958795509381019390910190611882565b80548210156113d65760005260206000200190600090565b60008281526001820160205260409020546119725780549068010000000000000000821015610914578261195b6119448460018096018555846118ee565b819391549060031b91821b91600019901b19161790565b905580549260005201602052604060002055600190565b5050600090565b90600182019060009281845282602052604084205490811515600014611a625760001991808301818111611a4e57825490848201918211611a3a57818103611a05575b505050805480156119f1578201916119d483836118ee565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b611a25611a1561194493866118ee565b90549060031b1c928392866118ee565b905586528460205260408620553880806119bc565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056fea2646970667358221220486e9ab69eeddfc50bf73eed4ce29c8e67b749a216449246666344e7f89ad1c764736f6c63430008190033",
45
+ "deployedBytecode": "0x6080604052307f000000000000000000000000000000000000000000000000000000000000000014600436101561003557600080fd5b60003560e01c806319adff31146112ab5780631e3a9f981461047c578063484ec9b91461017c57806383ba5137146100e9578063a40d517b146100cd578063ee08e3a2146100b15763f17f03f91461008c57600080fd5b6100ac5760403660031901126100ac576100aa602435600435611862565b005b600080fd5b506100ac5760203660031901126100ac576100aa6004356117e9565b506100ac5760203660031901126100ac576100aa600435611767565b506100ac5760203660031901126100ac576000600e6004358281558260018201556002810164ffffffffff198154169055610126600382016117e9565b610132600582016117e9565b61013e60078201611767565b600981016bffffffffffffffffffffffff60a01b90818154169055600a820190815416905582600b82015582600c82015582600d8201550155600080f35b506100ac5760403660031901126100ac57600435805460009190600019808201916024359083116104665782811061026b575b508254801561025557016101c38184611713565b93909361023f576000600e85826001975582878201558260028201556101eb6003820161172f565b6101f76005820161172f565b6102036007820161172f565b82600982015582600a82015582600b82015582600c82015582600d82015501555514610237575b6020906040519015158152f35b50600061022a565b634e487b7160e01b600052600060045260246000fd5b634e487b7160e01b600052603160045260246000fd5b6102758385611713565b50546102818286611713565b5055600161028f8486611713565b500154600161029e8387611713565b50015560ff60026102af8587611713565b5001541660026102bf8387611713565b50019160058210156104505761044a926104339260ff1982541617905560026102e88688611713565b50015460026102f78389611713565b50019064ffffffff00825491169064ffffffff001916179055600961031c8688611713565b5001546001600160a01b03908116906009610337848a611713565b50016bffffffffffffffffffffffff60a01b9283825416179055600a61035d888a611713565b50015416600a61036d848a611713565b500191825416179055600b6103828688611713565b500154600b6103918389611713565b500155600c6103a08688611713565b500154600c6103af8389611713565b500155600d6103be8688611713565b500154600d6103cd8389611713565b500155600e6103dc8688611713565b500154600e6103eb8389611713565b5001556104126103fb8288611713565b50600380610409898b611713565b500191016113ec565b61042d61041f8288611713565b50600580610409898b611713565b85611713565b506007806104418688611713565b50019101611862565b386101af565b634e487b7160e01b600052602160045260246000fd5b634e487b7160e01b600052601160045260246000fd5b506100ac5760a03660031901126100ac576001600160401b03600435116100ac573660236004350112156100ac57600435600401356104ba81611321565b906104c86040519283611300565b80825260208201903660248260051b6004350101116100ac57602460043501915b60248260051b60043501018310610cd257836044351515604435036100ac576064351515606435036100ac57608435906001600160401b03821682036100ac57610531611475565b9161053a611475565b60243560030154926000928360643580610cc8575b610cb5575b82519461057961056387611321565b966105716040519889611300565b808852611321565b60005b601f1982018110610c9e575050906000915b8451831015610bd1576105c960206105a685886113c2565b515160405180938192631b725d0960e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a57600090610b94575b63ffffffff915016895263ffffffff81168015600014610b245750505063ffffffff87511661061f82856113c2565b515151915b610656602061063383886113c2565b5151604051809381926316fa876f60e01b83528460048401526024830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600091610af2575b504210610ab75761068f81866113c2565b51606060405180809363152914a560e31b825260206004830152836106c0825160c0602486015260e4850190611508565b9160ff6040602083015180516044880152602081015160648801520151166084850152604081015160a4850152015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a57600090600092610a6d575b5060208b018290526001600160a01b031660a08b01526064359081610a50575b50610a13575b610787606061075483886113c2565b51516040518093819263df54527160e01b83526001600160401b038a166004840152604060248401526044830190611508565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af490811561092a576000916000916000916109c5575b5063ffffffff1660408c015260808b015260608a015280610807575b60019063ffffffff8a5116875260208a01516020880152896107f3828a6113c2565b526107fe81896113c2565b5001919061058e565b63ffffffff89511663ffffffff610820818951166116fe565b1614610999575b606089015115158061098c575b8061096f575b156109485763ffffffff60408a01511663ffffffff61085e8160408a0151166116fe565b16036109365760608901519060808a015160608801519073__$725b64e5d0c6cf971a38b70775a9eb77e8$__3b156100ac576040519363a2297d0f60e01b855260048501526024840152604483015260008260648173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4801561092a576108fb575b6001915063ffffffff60408b015116604088015260608a015160608801525b90506107d1565b6001600160401b038211610914576001916040526108d5565b634e487b7160e01b600052604160045260246000fd5b6040513d6000823e3d90fd5b60405163ebbc9b5160e01b8152600490fd5b63ffffffff89511663ffffffff610961818951166116fe565b1603610936576001906108f4565b5063ffffffff60408a01511663ffffffff6040880151161061083a565b5060608601511515610834565b60606109a582876113c2565b515101516020870151146108275760405163ebbc9b5160e01b8152600490fd5b925050506060813d606011610a0b575b816109e260609383611300565b810103126100ac57805163ffffffff610a026040602085015194016114b7565b919291906107b5565b3d91506109d5565b60443515610a3757602460208a01516040519063de374d1760e01b82526004820152fd5b610a4a60208a0151600560243501611906565b50610745565b60009081526004602435016020526040902054151590508a61073f565b9150506060813d606011610aaf575b81610a8960609383611300565b810103126100ac578051906001600160a01b03821682036100ac5760400151908b61071f565b3d9150610a7c565b610aca859163ffffffff8b5116926113c2565b5151516040516362dee7b560e11b815263ffffffff9290921660048301526024820152604490fd5b90506020813d602011610b1c575b81610b0d60209383611300565b810103126100ac57518a61067e565b3d9150610b00565b610b3e83610b368689979596976113c2565b5151516116f1565b9063ffffffff8b51160363ffffffff81116104665763ffffffff16908082119182610b7e575b50501561062457610aca859163ffffffff8b5116926113c2565b6002925090610b8c916116f1565b118a80610b64565b506020813d602011610bc9575b81610bae60209383611300565b810103126100ac57610bc463ffffffff916114b7565b6105f0565b3d9150610ba1565b866064358981610c93575b81610c82575b50610c705760405180916020820160208352815180915260206040840192019060005b818110610c13575050500390f35b91935091602060c0600192865163ffffffff80825116835284820151858401526040820151166040830152606081015160608301526080810151608083015260a08580821b039101511660a0820152019401910191849392610c05565b60405163244024f760e11b8152600490fd5b905060056024350154141582610be2565b604435159150610bdc565b602090610ca9611475565b82828b0101520161057c565b610cc36005602435016117e9565b610554565b506044351561054f565b8235906001600160401b0382116100ac5760c06004358301360360231901126100ac57604051918260808101106001600160401b03608085011117610914576024816004350101356001600160401b0381116100ac5761012060043583018201360360231901126100ac57608084016101a08501106001600160401b036101a086011117610914576101a084016040526004358201810160248101356080860152610d7f90604401611338565b60a0850152610d966064828460043501010161134c565b60c085015260043582018101608481013560e086015260a481013561010086015260c4810135610120860152610dce9060e40161135b565b6101408501526001600160401b03610104828460043501010135116100ac5760406004358301820161010481013501360360231901126100ac57604051610e14816112ca565b610e2d600435840183016101048101350160240161135b565b81526004358301820161010481013501604401356001600160401b0381116100ac57366004358501840161010481013501820160430112156100ac57600435840183016101048101350181016024013590610e8782611321565b91610e956040519384611300565b808352602083013660043588018701610104810135018401600584901b01604401116100ac5760043587018601610104810135018301604401905b60043588018701610104810135018401600584901b0160440182106111f3575050505060208201526101608501526101248183600435010101356001600160401b0381116100ac573660438284866004350101010112156100ac5760248183856004350101010135610f4181611321565b92610f4f6040519485611300565b81845260208401903660448460051b86848a6004350101010101116100ac57604484828860043501010101915b60448460051b86848a6004350101010101831061102357505050505061018084015260808301835260606004358201360360431901126100ac5760405191610fc3836112e5565b600435820160448101358452606481013560208501526084013560ff811690036100ac57600435909101608481013560408085019190915260208086019490945260a48201359085015260c40135606084015291825292830192016104e9565b82356001600160401b0381116100ac5760606004358901840187018201360360431901126100ac5760405191611058836112e5565b61106e60448389878d600435010101010161134c565b835260648288868c6004350101010101356001600160401b0381116100ac5760606004358b018601890184018201360360431901126100ac57806001600160401b0360848c93868c8a604051976110c4896112e5565b6110dc6044868686868660043501010101010161135b565b89526110f66064868686868660043501010101010161135b565b60208a015260043501010101010135116100ac5760206004358c0187018a0185018201608481013501360360431901126100ac57604051908160208101106001600160401b0360208401111761091457602082016040526001600160401b036004358d0188018b018601820160848101350160440135116100ac576111989036906004358e0189018c018701016084810135016044818101359091010161136c565b8152604082015260208401526001600160401b0360848389878d600435010101010135116100ac5760209283926111e39036906004358d0188018b010160848101350160440161136c565b6040820152815201920191610f7c565b6001600160401b038235116100ac57604060043589018801610104810135018501833501360360431901126100ac5760405161122e816112ca565b61124c6004358a018901610104810135018601843501604401611338565b81526001600160401b036004358a01890161010481013501860184350160640135116100ac57602091829161129c366004358d018c0161010481013501890187350160648101350160440161136c565b83820152815201910190610ed0565b506100ac5760403660031901126100ac576100aa6024356004356113ec565b604081019081106001600160401b0382111761091457604052565b606081019081106001600160401b0382111761091457604052565b90601f801991011681019081106001600160401b0382111761091457604052565b6001600160401b0381116109145760051b60200190565b35906001600160401b03821682036100ac57565b359061ffff821682036100ac57565b359063ffffffff821682036100ac57565b81601f820112156100ac578035906001600160401b03821161091457604051926113a0601f8401601f191660200185611300565b828452602083830101116100ac57816000926020809301838601378301015290565b80518210156113d65760209160051b010190565b634e487b7160e01b600052603260045260246000fd5b919060405180828193548084526020809401916000526020600020936000905b82821061145b5750505061142292500382611300565b61142b836117e9565b60005b8151811015611455578061144e611447600193856113c2565b5186611906565b500161142e565b50509050565b85548452600195860195879550938101939091019061140c565b6040519060c082018281106001600160401b03821117610914576040528160a06000918281528260208201528260408201528260608201528260808201520152565b519063ffffffff821682036100ac57565b919082519283825260005b8481106114f4575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016114d3565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b83831061169f5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a1061160b57505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b611674986116849d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906114c8565b920151908d8184039101526114c8565b9f019a019a01989b9a9997969594939291909e9c9d9e6115f3565b909192939a8c899a9b9f9d9e9798996116d96001938f9284809461017f198d8503018a5251888151168452015191818582015201906114c8565b9d0193019301919392909d99989796959c9b9d6115bb565b9190820391821161046657565b90600163ffffffff8093160191821161046657565b80548210156113d657600052600f602060002091020190600090565b805490600090600081558261174357505050565b6000526020600020918201915b82811061175c57505050565b818155600101611750565b9060405180818454808352602080930190866000526020600020936000905b8282106117cf5750505061179c92500382611300565b60005b8151811015611455576001906117c86001600160a01b036117c083866113c2565b511686611979565b500161179f565b855484526001958601958795509381019390910190611786565b9060405180818454808352602080930190866000526020600020936000905b8282106118485750505061181e92500382611300565b60005b8151811015611455578061184161183a600193856113c2565b5186611979565b5001611821565b855484526001958601958795509381019390910190611808565b919060405180828193548084526020809401916000526020600020936000905b8282106118d45750505061189892500382611300565b6118a183611767565b60005b8151811015611455576001906118cd6001600160a01b036118c583866113c2565b511686611906565b50016118a4565b855484526001958601958795509381019390910190611882565b80548210156113d65760005260206000200190600090565b60008281526001820160205260409020546119725780549068010000000000000000821015610914578261195b6119448460018096018555846118ee565b819391549060031b91821b91600019901b19161790565b905580549260005201602052604060002055600190565b5050600090565b90600182019060009281845282602052604084205490811515600014611a625760001991808301818111611a4e57825490848201918211611a3a57818103611a05575b505050805480156119f1578201916119d483836118ee565b909182549160031b1b191690555582526020526040812055600190565b634e487b7160e01b86526031600452602486fd5b611a25611a1561194493866118ee565b90549060031b1c928392866118ee565b905586528460205260408620553880806119bc565b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b87526011600452602487fd5b505050509056fea2646970667358221220486e9ab69eeddfc50bf73eed4ce29c8e67b749a216449246666344e7f89ad1c764736f6c63430008190033",
46
+ "linkReferences": {
47
+ "contracts/common/sysio_verify.sol": {
48
+ "sysio_verify": [
49
+ {
50
+ "length": 20,
51
+ "start": 1518
52
+ },
53
+ {
54
+ "length": 20,
55
+ "start": 1659
56
+ },
57
+ {
58
+ "length": 20,
59
+ "start": 1817
60
+ },
61
+ {
62
+ "length": 20,
63
+ "start": 1964
64
+ },
65
+ {
66
+ "length": 20,
67
+ "start": 2200
68
+ },
69
+ {
70
+ "length": 20,
71
+ "start": 2262
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ "deployedLinkReferences": {
77
+ "contracts/common/sysio_verify.sol": {
78
+ "sysio_verify": [
79
+ {
80
+ "length": 20,
81
+ "start": 1485
82
+ },
83
+ {
84
+ "length": 20,
85
+ "start": 1626
86
+ },
87
+ {
88
+ "length": 20,
89
+ "start": 1784
90
+ },
91
+ {
92
+ "length": 20,
93
+ "start": 1931
94
+ },
95
+ {
96
+ "length": 20,
97
+ "start": 2167
98
+ },
99
+ {
100
+ "length": 20,
101
+ "start": 2229
102
+ }
103
+ ]
104
+ }
105
+ }
106
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
+ }
@@ -0,0 +1,180 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "WNSErrs",
4
+ "sourceName": "contracts/WNS/Errors.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "ACTIONS_NOT_IN_TX",
9
+ "outputs": [
10
+ {
11
+ "internalType": "string",
12
+ "name": "",
13
+ "type": "string"
14
+ }
15
+ ],
16
+ "stateMutability": "view",
17
+ "type": "function"
18
+ },
19
+ {
20
+ "inputs": [],
21
+ "name": "ASSETS_NOT_IN_VAULT",
22
+ "outputs": [
23
+ {
24
+ "internalType": "string",
25
+ "name": "",
26
+ "type": "string"
27
+ }
28
+ ],
29
+ "stateMutability": "view",
30
+ "type": "function"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "BAD_TOKEN_TYPE",
35
+ "outputs": [
36
+ {
37
+ "internalType": "string",
38
+ "name": "",
39
+ "type": "string"
40
+ }
41
+ ],
42
+ "stateMutability": "view",
43
+ "type": "function"
44
+ },
45
+ {
46
+ "inputs": [],
47
+ "name": "BATCH_ALREADY_INITIATED",
48
+ "outputs": [
49
+ {
50
+ "internalType": "string",
51
+ "name": "",
52
+ "type": "string"
53
+ }
54
+ ],
55
+ "stateMutability": "view",
56
+ "type": "function"
57
+ },
58
+ {
59
+ "inputs": [],
60
+ "name": "BATCH_NOT_EXPIRED",
61
+ "outputs": [
62
+ {
63
+ "internalType": "string",
64
+ "name": "",
65
+ "type": "string"
66
+ }
67
+ ],
68
+ "stateMutability": "view",
69
+ "type": "function"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "BATCH_NOT_INITIATED",
74
+ "outputs": [
75
+ {
76
+ "internalType": "string",
77
+ "name": "",
78
+ "type": "string"
79
+ }
80
+ ],
81
+ "stateMutability": "view",
82
+ "type": "function"
83
+ },
84
+ {
85
+ "inputs": [],
86
+ "name": "BATCH_NOT_UNLOCKED",
87
+ "outputs": [
88
+ {
89
+ "internalType": "string",
90
+ "name": "",
91
+ "type": "string"
92
+ }
93
+ ],
94
+ "stateMutability": "view",
95
+ "type": "function"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "INVALID_LEAF",
100
+ "outputs": [
101
+ {
102
+ "internalType": "string",
103
+ "name": "",
104
+ "type": "string"
105
+ }
106
+ ],
107
+ "stateMutability": "view",
108
+ "type": "function"
109
+ },
110
+ {
111
+ "inputs": [],
112
+ "name": "INVALID_SIGNATURE",
113
+ "outputs": [
114
+ {
115
+ "internalType": "string",
116
+ "name": "",
117
+ "type": "string"
118
+ }
119
+ ],
120
+ "stateMutability": "view",
121
+ "type": "function"
122
+ },
123
+ {
124
+ "inputs": [],
125
+ "name": "MROOT_NO_MATCH",
126
+ "outputs": [
127
+ {
128
+ "internalType": "string",
129
+ "name": "",
130
+ "type": "string"
131
+ }
132
+ ],
133
+ "stateMutability": "view",
134
+ "type": "function"
135
+ },
136
+ {
137
+ "inputs": [],
138
+ "name": "OWNER_ONLY",
139
+ "outputs": [
140
+ {
141
+ "internalType": "string",
142
+ "name": "",
143
+ "type": "string"
144
+ }
145
+ ],
146
+ "stateMutability": "view",
147
+ "type": "function"
148
+ },
149
+ {
150
+ "inputs": [],
151
+ "name": "TX_NOT_EXECUTED",
152
+ "outputs": [
153
+ {
154
+ "internalType": "string",
155
+ "name": "",
156
+ "type": "string"
157
+ }
158
+ ],
159
+ "stateMutability": "view",
160
+ "type": "function"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "UNAUTH_SIGNER",
165
+ "outputs": [
166
+ {
167
+ "internalType": "string",
168
+ "name": "",
169
+ "type": "string"
170
+ }
171
+ ],
172
+ "stateMutability": "view",
173
+ "type": "function"
174
+ }
175
+ ],
176
+ "bytecode": "0x608080604052346019576105ca908161001f823930815050f35b600080fdfe6040608081526004908136101561001557600080fd5b600090813560e01c80630133d29b146104b057806309a2080f1461044257806313cbc10e146104035780632a3d6b1d146103a15780632bf40ed8146103525780634d26b339146102fe578063556369a4146102c15780636d904759146102825780638755920214610228578063a3402a38146101cd578063a4007d4e1461018e578063bb0b99c61461012c5763fc7a5db9146100b057600080fd5b81600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601782527f426174636820616c726561647920696e697469617465640000000000000000006020830152519182918261054b565b0390f35b634e487b7160e01b815260418552602490fd5b5080fd5b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601a82527f42617463682074696d656c6f636b206e6f7420657870697265640000000000006020830152519182918261054b565b508160031936011261012857610111906101a6610527565b9072105cdcd95d1cc81b9bdd081a5b881d985d5b1d606a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff8311176101155750610111935081526016825275496e76616c6964207369676e6174757265206461746160501b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff83111761011557506101119350815260158252745478204d726f6f74206e6f74206d61746368696e6760581b6020830152519182918261054b565b5081600319360112610128576101119061029a610527565b90722ab730baba3437b934bd32b21039b4b3b732b960691b6020830152519182918261054b565b508160031936011261012857610111906102d96104ed565b907010985d18da081b9bdd08195e1c1a5c9959607a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600f82526e1516081b9bdd08195e1958dd5d1959608a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600a8252694f776e6572206f6e6c7960b01b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601f82527f496e76616c6964207478206c656166206e6f6465206f722074782064617461006020830152519182918261054b565b5081600319360112610128576101119061041b610527565b907210985d18da081b9bdd081a5b9a5d1a585d1959606a1b6020830152519182918261054b565b508160031936011261012857805191606083019083821067ffffffffffffffff831117610115575061011193508152602382527f5769746864726177616c20616374696f6e73206e6f7420696e207061636b6564602083015262040e8f60eb1b81830152519182918261054b565b508160031936011261012857610111906104c86104ed565b9070496e76616c696420746f6b656e5479706560781b6020830152519182918261054b565b604051906040820182811067ffffffffffffffff8211176105115760405260118252565b634e487b7160e01b600052604160045260246000fd5b604051906040820182811067ffffffffffffffff8211176105115760405260138252565b6020808252825181830181905290939260005b82811061058057505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161055e56fea2646970667358221220dcf47119edaf6fc236e0cbc44b7e6e7cd8699ece7437f101d6b3429fe6503ec864736f6c63430008190033",
177
+ "deployedBytecode": "0x6040608081526004908136101561001557600080fd5b600090813560e01c80630133d29b146104b057806309a2080f1461044257806313cbc10e146104035780632a3d6b1d146103a15780632bf40ed8146103525780634d26b339146102fe578063556369a4146102c15780636d904759146102825780638755920214610228578063a3402a38146101cd578063a4007d4e1461018e578063bb0b99c61461012c5763fc7a5db9146100b057600080fd5b81600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601782527f426174636820616c726561647920696e697469617465640000000000000000006020830152519182918261054b565b0390f35b634e487b7160e01b815260418552602490fd5b5080fd5b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601a82527f42617463682074696d656c6f636b206e6f7420657870697265640000000000006020830152519182918261054b565b508160031936011261012857610111906101a6610527565b9072105cdcd95d1cc81b9bdd081a5b881d985d5b1d606a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff8311176101155750610111935081526016825275496e76616c6964207369676e6174757265206461746160501b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff83111761011557506101119350815260158252745478204d726f6f74206e6f74206d61746368696e6760581b6020830152519182918261054b565b5081600319360112610128576101119061029a610527565b90722ab730baba3437b934bd32b21039b4b3b732b960691b6020830152519182918261054b565b508160031936011261012857610111906102d96104ed565b907010985d18da081b9bdd08195e1c1a5c9959607a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600f82526e1516081b9bdd08195e1958dd5d1959608a1b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152600a8252694f776e6572206f6e6c7960b01b6020830152519182918261054b565b5081600319360112610128578051918183019083821067ffffffffffffffff831117610115575061011193508152601f82527f496e76616c6964207478206c656166206e6f6465206f722074782064617461006020830152519182918261054b565b5081600319360112610128576101119061041b610527565b907210985d18da081b9bdd081a5b9a5d1a585d1959606a1b6020830152519182918261054b565b508160031936011261012857805191606083019083821067ffffffffffffffff831117610115575061011193508152602382527f5769746864726177616c20616374696f6e73206e6f7420696e207061636b6564602083015262040e8f60eb1b81830152519182918261054b565b508160031936011261012857610111906104c86104ed565b9070496e76616c696420746f6b656e5479706560781b6020830152519182918261054b565b604051906040820182811067ffffffffffffffff8211176105115760405260118252565b634e487b7160e01b600052604160045260246000fd5b604051906040820182811067ffffffffffffffff8211176105115760405260138252565b6020808252825181830181905290939260005b82811061058057505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161055e56fea2646970667358221220dcf47119edaf6fc236e0cbc44b7e6e7cd8699ece7437f101d6b3429fe6503ec864736f6c63430008190033",
178
+ "linkReferences": {},
179
+ "deployedLinkReferences": {}
180
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/181e522070aaa09cddac0c3db158bfe9.json"
4
+ }