@wireio/stake 1.0.1 → 1.0.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 (585) hide show
  1. package/README.md +195 -243
  2. package/lib/stake.browser.js +48207 -10167
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11368 -978
  5. package/lib/stake.js +46986 -8773
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +48207 -10167
  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/{ABI/liqEth → hoodi/liqEth/v1}/liqEth.sol/LiqEthToken.json +3 -3
  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/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  229. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  230. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  231. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  232. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  233. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  234. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  235. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  236. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  237. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  238. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  239. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  240. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  241. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  242. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  243. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  244. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  245. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  246. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  247. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  248. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  254. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  255. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  256. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  257. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  258. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  259. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  260. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  261. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  262. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  263. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  264. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  265. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  266. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  267. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  268. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  269. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  270. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  271. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  272. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  273. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  274. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  288. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  289. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  290. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  291. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  292. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  293. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  294. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  295. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  296. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  297. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  298. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  299. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  300. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  301. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  302. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  303. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  304. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  305. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  306. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  307. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  308. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  309. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  310. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  311. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  312. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  332. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  333. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  334. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  335. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  336. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  337. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
  338. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  339. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  340. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  341. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
  342. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  343. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  344. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  345. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  346. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  347. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  348. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  349. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  350. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  351. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  352. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  353. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  354. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  355. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +33 -2
  356. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  357. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  358. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  359. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  360. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  363. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  364. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  368. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  372. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -2
  373. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  375. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  376. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  378. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  379. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  380. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  382. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  383. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  384. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  386. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  387. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -2
  388. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  389. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  390. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  391. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  392. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  393. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  394. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  395. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  396. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  397. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -3
  398. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  399. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  400. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  401. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  402. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  403. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -3
  404. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  405. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -3
  406. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  407. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  408. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  409. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  410. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  411. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  412. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  413. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  414. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  415. package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
  416. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  417. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  418. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  419. package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
  420. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +542 -30
  421. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  422. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  423. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +542 -30
  424. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  425. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  426. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  427. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  428. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  429. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  430. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  431. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  432. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  433. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  434. package/src/index.ts +4 -2
  435. package/src/networks/ethereum/clients/convert.client.ts +35 -1
  436. package/src/networks/ethereum/clients/instaswap.client.ts +432 -0
  437. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  438. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  439. package/src/networks/ethereum/clients/stake.client.ts +192 -20
  440. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  441. package/src/networks/ethereum/contract.ts +423 -239
  442. package/src/networks/ethereum/ethereum.ts +379 -165
  443. package/src/networks/ethereum/types.ts +40 -11
  444. package/src/networks/solana/clients/convert.client.ts +377 -0
  445. package/src/networks/solana/clients/distribution.client.ts +141 -29
  446. package/src/networks/solana/clients/instaswap.client.ts +474 -0
  447. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  448. package/src/networks/solana/clients/outpost.client.ts +120 -80
  449. package/src/networks/solana/clients/token.client.ts +33 -22
  450. package/src/networks/solana/constants.ts +58 -285
  451. package/src/networks/solana/program.ts +467 -29
  452. package/src/networks/solana/solana.ts +523 -222
  453. package/src/networks/solana/types.ts +41 -15
  454. package/src/networks/solana/utils.ts +74 -306
  455. package/src/staker.ts +23 -2
  456. package/src/types.ts +82 -11
  457. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  458. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  459. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  460. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  494. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  495. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1622
  498. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  532. package/src/assets/solana/idl/transfer_hook.json +0 -197
  533. package/src/assets/solana/types/transfer_hook.ts +0 -203
  534. package/src/networks/solana/clients/deposit.client.ts +0 -292
  535. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  536. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  537. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  538. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  539. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  540. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  541. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC1155Token.sol/ERC1155Token.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC20Token.sol/ERC20Token.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC721Token.sol/ERC721Token.json +0 -0
  566. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  567. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  568. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  569. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
  584. /package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +0 -0
  585. /package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +0 -0
@@ -0,0 +1,1231 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "UTXO",
4
+ "sourceName": "contracts/WNS/UTXO.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "expected",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "actual",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "name": "BadCaller",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "string",
26
+ "name": "reason",
27
+ "type": "string"
28
+ },
29
+ {
30
+ "components": [
31
+ {
32
+ "internalType": "address",
33
+ "name": "external_id",
34
+ "type": "address"
35
+ },
36
+ {
37
+ "internalType": "uint64",
38
+ "name": "asset_type",
39
+ "type": "uint64"
40
+ },
41
+ {
42
+ "internalType": "uint256",
43
+ "name": "token_id",
44
+ "type": "uint256"
45
+ },
46
+ {
47
+ "components": [
48
+ {
49
+ "internalType": "bytes32",
50
+ "name": "tx_id",
51
+ "type": "bytes32"
52
+ },
53
+ {
54
+ "internalType": "uint64",
55
+ "name": "index",
56
+ "type": "uint64"
57
+ },
58
+ {
59
+ "internalType": "address",
60
+ "name": "owner",
61
+ "type": "address"
62
+ },
63
+ {
64
+ "internalType": "uint256",
65
+ "name": "amount",
66
+ "type": "uint256"
67
+ }
68
+ ],
69
+ "internalType": "struct UtxInput[]",
70
+ "name": "inputs",
71
+ "type": "tuple[]"
72
+ },
73
+ {
74
+ "components": [
75
+ {
76
+ "internalType": "uint64",
77
+ "name": "index",
78
+ "type": "uint64"
79
+ },
80
+ {
81
+ "internalType": "address",
82
+ "name": "owner",
83
+ "type": "address"
84
+ },
85
+ {
86
+ "internalType": "uint256",
87
+ "name": "amount",
88
+ "type": "uint256"
89
+ },
90
+ {
91
+ "internalType": "bytes32",
92
+ "name": "memo_hash",
93
+ "type": "bytes32"
94
+ }
95
+ ],
96
+ "internalType": "struct UtxOutput[]",
97
+ "name": "outputs",
98
+ "type": "tuple[]"
99
+ },
100
+ {
101
+ "internalType": "bytes32",
102
+ "name": "tx_id",
103
+ "type": "bytes32"
104
+ },
105
+ {
106
+ "internalType": "bytes32",
107
+ "name": "blockID",
108
+ "type": "bytes32"
109
+ },
110
+ {
111
+ "components": [
112
+ {
113
+ "internalType": "uint8",
114
+ "name": "keyType",
115
+ "type": "uint8"
116
+ },
117
+ {
118
+ "components": [
119
+ {
120
+ "internalType": "bytes32",
121
+ "name": "r",
122
+ "type": "bytes32"
123
+ },
124
+ {
125
+ "internalType": "bytes32",
126
+ "name": "s",
127
+ "type": "bytes32"
128
+ },
129
+ {
130
+ "internalType": "uint8",
131
+ "name": "v",
132
+ "type": "uint8"
133
+ }
134
+ ],
135
+ "internalType": "struct PointSigValues",
136
+ "name": "rsv",
137
+ "type": "tuple"
138
+ }
139
+ ],
140
+ "internalType": "struct Signature[]",
141
+ "name": "signatures",
142
+ "type": "tuple[]"
143
+ },
144
+ {
145
+ "internalType": "address[]",
146
+ "name": "recoveredSigners",
147
+ "type": "address[]"
148
+ },
149
+ {
150
+ "internalType": "bool",
151
+ "name": "isDeposit",
152
+ "type": "bool"
153
+ }
154
+ ],
155
+ "internalType": "struct UtxTx",
156
+ "name": "tx",
157
+ "type": "tuple"
158
+ }
159
+ ],
160
+ "name": "UTXODataError",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [
165
+ {
166
+ "internalType": "string",
167
+ "name": "state",
168
+ "type": "string"
169
+ },
170
+ {
171
+ "internalType": "string",
172
+ "name": "expected",
173
+ "type": "string"
174
+ },
175
+ {
176
+ "components": [
177
+ {
178
+ "internalType": "bytes32",
179
+ "name": "startBlockID",
180
+ "type": "bytes32"
181
+ },
182
+ {
183
+ "internalType": "bytes32",
184
+ "name": "badBlockID",
185
+ "type": "bytes32"
186
+ },
187
+ {
188
+ "internalType": "bytes32",
189
+ "name": "foundBlockID",
190
+ "type": "bytes32"
191
+ },
192
+ {
193
+ "components": [
194
+ {
195
+ "internalType": "address",
196
+ "name": "external_id",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "internalType": "uint64",
201
+ "name": "asset_type",
202
+ "type": "uint64"
203
+ },
204
+ {
205
+ "internalType": "uint256",
206
+ "name": "token_id",
207
+ "type": "uint256"
208
+ },
209
+ {
210
+ "components": [
211
+ {
212
+ "internalType": "bytes32",
213
+ "name": "tx_id",
214
+ "type": "bytes32"
215
+ },
216
+ {
217
+ "internalType": "uint64",
218
+ "name": "index",
219
+ "type": "uint64"
220
+ },
221
+ {
222
+ "internalType": "address",
223
+ "name": "owner",
224
+ "type": "address"
225
+ },
226
+ {
227
+ "internalType": "uint256",
228
+ "name": "amount",
229
+ "type": "uint256"
230
+ }
231
+ ],
232
+ "internalType": "struct UtxInput[]",
233
+ "name": "inputs",
234
+ "type": "tuple[]"
235
+ },
236
+ {
237
+ "components": [
238
+ {
239
+ "internalType": "uint64",
240
+ "name": "index",
241
+ "type": "uint64"
242
+ },
243
+ {
244
+ "internalType": "address",
245
+ "name": "owner",
246
+ "type": "address"
247
+ },
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "amount",
251
+ "type": "uint256"
252
+ },
253
+ {
254
+ "internalType": "bytes32",
255
+ "name": "memo_hash",
256
+ "type": "bytes32"
257
+ }
258
+ ],
259
+ "internalType": "struct UtxOutput[]",
260
+ "name": "outputs",
261
+ "type": "tuple[]"
262
+ },
263
+ {
264
+ "internalType": "bytes32",
265
+ "name": "tx_id",
266
+ "type": "bytes32"
267
+ },
268
+ {
269
+ "internalType": "bytes32",
270
+ "name": "blockID",
271
+ "type": "bytes32"
272
+ },
273
+ {
274
+ "components": [
275
+ {
276
+ "internalType": "uint8",
277
+ "name": "keyType",
278
+ "type": "uint8"
279
+ },
280
+ {
281
+ "components": [
282
+ {
283
+ "internalType": "bytes32",
284
+ "name": "r",
285
+ "type": "bytes32"
286
+ },
287
+ {
288
+ "internalType": "bytes32",
289
+ "name": "s",
290
+ "type": "bytes32"
291
+ },
292
+ {
293
+ "internalType": "uint8",
294
+ "name": "v",
295
+ "type": "uint8"
296
+ }
297
+ ],
298
+ "internalType": "struct PointSigValues",
299
+ "name": "rsv",
300
+ "type": "tuple"
301
+ }
302
+ ],
303
+ "internalType": "struct Signature[]",
304
+ "name": "signatures",
305
+ "type": "tuple[]"
306
+ },
307
+ {
308
+ "internalType": "address[]",
309
+ "name": "recoveredSigners",
310
+ "type": "address[]"
311
+ },
312
+ {
313
+ "internalType": "bool",
314
+ "name": "isDeposit",
315
+ "type": "bool"
316
+ }
317
+ ],
318
+ "internalType": "struct UtxTx",
319
+ "name": "badTx",
320
+ "type": "tuple"
321
+ },
322
+ {
323
+ "internalType": "bytes32",
324
+ "name": "foundTxID",
325
+ "type": "bytes32"
326
+ },
327
+ {
328
+ "internalType": "enum UTXOEvalState",
329
+ "name": "state",
330
+ "type": "uint8"
331
+ }
332
+ ],
333
+ "internalType": "struct UTXOEvalResult",
334
+ "name": "result",
335
+ "type": "tuple"
336
+ }
337
+ ],
338
+ "name": "UTXOResultUnexpected",
339
+ "type": "error"
340
+ },
341
+ {
342
+ "inputs": [
343
+ {
344
+ "internalType": "bytes32",
345
+ "name": "treeID",
346
+ "type": "bytes32"
347
+ },
348
+ {
349
+ "internalType": "enum UTXOEvalState",
350
+ "name": "expected",
351
+ "type": "uint8"
352
+ },
353
+ {
354
+ "internalType": "bytes32[]",
355
+ "name": "startTxIDs",
356
+ "type": "bytes32[]"
357
+ },
358
+ {
359
+ "internalType": "bytes32",
360
+ "name": "findInTxID",
361
+ "type": "bytes32"
362
+ },
363
+ {
364
+ "internalType": "bytes32",
365
+ "name": "findTxID",
366
+ "type": "bytes32"
367
+ },
368
+ {
369
+ "internalType": "uint64",
370
+ "name": "findIndex",
371
+ "type": "uint64"
372
+ }
373
+ ],
374
+ "name": "checkUTXO",
375
+ "outputs": [
376
+ {
377
+ "components": [
378
+ {
379
+ "internalType": "bytes32",
380
+ "name": "startBlockID",
381
+ "type": "bytes32"
382
+ },
383
+ {
384
+ "internalType": "bytes32",
385
+ "name": "badBlockID",
386
+ "type": "bytes32"
387
+ },
388
+ {
389
+ "internalType": "bytes32",
390
+ "name": "foundBlockID",
391
+ "type": "bytes32"
392
+ },
393
+ {
394
+ "components": [
395
+ {
396
+ "internalType": "address",
397
+ "name": "external_id",
398
+ "type": "address"
399
+ },
400
+ {
401
+ "internalType": "uint64",
402
+ "name": "asset_type",
403
+ "type": "uint64"
404
+ },
405
+ {
406
+ "internalType": "uint256",
407
+ "name": "token_id",
408
+ "type": "uint256"
409
+ },
410
+ {
411
+ "components": [
412
+ {
413
+ "internalType": "bytes32",
414
+ "name": "tx_id",
415
+ "type": "bytes32"
416
+ },
417
+ {
418
+ "internalType": "uint64",
419
+ "name": "index",
420
+ "type": "uint64"
421
+ },
422
+ {
423
+ "internalType": "address",
424
+ "name": "owner",
425
+ "type": "address"
426
+ },
427
+ {
428
+ "internalType": "uint256",
429
+ "name": "amount",
430
+ "type": "uint256"
431
+ }
432
+ ],
433
+ "internalType": "struct UtxInput[]",
434
+ "name": "inputs",
435
+ "type": "tuple[]"
436
+ },
437
+ {
438
+ "components": [
439
+ {
440
+ "internalType": "uint64",
441
+ "name": "index",
442
+ "type": "uint64"
443
+ },
444
+ {
445
+ "internalType": "address",
446
+ "name": "owner",
447
+ "type": "address"
448
+ },
449
+ {
450
+ "internalType": "uint256",
451
+ "name": "amount",
452
+ "type": "uint256"
453
+ },
454
+ {
455
+ "internalType": "bytes32",
456
+ "name": "memo_hash",
457
+ "type": "bytes32"
458
+ }
459
+ ],
460
+ "internalType": "struct UtxOutput[]",
461
+ "name": "outputs",
462
+ "type": "tuple[]"
463
+ },
464
+ {
465
+ "internalType": "bytes32",
466
+ "name": "tx_id",
467
+ "type": "bytes32"
468
+ },
469
+ {
470
+ "internalType": "bytes32",
471
+ "name": "blockID",
472
+ "type": "bytes32"
473
+ },
474
+ {
475
+ "components": [
476
+ {
477
+ "internalType": "uint8",
478
+ "name": "keyType",
479
+ "type": "uint8"
480
+ },
481
+ {
482
+ "components": [
483
+ {
484
+ "internalType": "bytes32",
485
+ "name": "r",
486
+ "type": "bytes32"
487
+ },
488
+ {
489
+ "internalType": "bytes32",
490
+ "name": "s",
491
+ "type": "bytes32"
492
+ },
493
+ {
494
+ "internalType": "uint8",
495
+ "name": "v",
496
+ "type": "uint8"
497
+ }
498
+ ],
499
+ "internalType": "struct PointSigValues",
500
+ "name": "rsv",
501
+ "type": "tuple"
502
+ }
503
+ ],
504
+ "internalType": "struct Signature[]",
505
+ "name": "signatures",
506
+ "type": "tuple[]"
507
+ },
508
+ {
509
+ "internalType": "address[]",
510
+ "name": "recoveredSigners",
511
+ "type": "address[]"
512
+ },
513
+ {
514
+ "internalType": "bool",
515
+ "name": "isDeposit",
516
+ "type": "bool"
517
+ }
518
+ ],
519
+ "internalType": "struct UtxTx",
520
+ "name": "badTx",
521
+ "type": "tuple"
522
+ },
523
+ {
524
+ "internalType": "bytes32",
525
+ "name": "foundTxID",
526
+ "type": "bytes32"
527
+ },
528
+ {
529
+ "internalType": "enum UTXOEvalState",
530
+ "name": "state",
531
+ "type": "uint8"
532
+ }
533
+ ],
534
+ "internalType": "struct UTXOEvalResult",
535
+ "name": "result",
536
+ "type": "tuple"
537
+ }
538
+ ],
539
+ "stateMutability": "view",
540
+ "type": "function"
541
+ },
542
+ {
543
+ "inputs": [
544
+ {
545
+ "internalType": "bytes32",
546
+ "name": "treeID",
547
+ "type": "bytes32"
548
+ }
549
+ ],
550
+ "name": "createUTXOTree",
551
+ "outputs": [],
552
+ "stateMutability": "nonpayable",
553
+ "type": "function"
554
+ },
555
+ {
556
+ "inputs": [
557
+ {
558
+ "internalType": "bytes32",
559
+ "name": "treeID",
560
+ "type": "bytes32"
561
+ }
562
+ ],
563
+ "name": "deleteUTXOTree",
564
+ "outputs": [],
565
+ "stateMutability": "nonpayable",
566
+ "type": "function"
567
+ },
568
+ {
569
+ "inputs": [
570
+ {
571
+ "internalType": "bytes32",
572
+ "name": "treeID",
573
+ "type": "bytes32"
574
+ }
575
+ ],
576
+ "name": "dumpUTXOTree",
577
+ "outputs": [
578
+ {
579
+ "components": [
580
+ {
581
+ "internalType": "address",
582
+ "name": "external_id",
583
+ "type": "address"
584
+ },
585
+ {
586
+ "internalType": "uint64",
587
+ "name": "asset_type",
588
+ "type": "uint64"
589
+ },
590
+ {
591
+ "internalType": "uint256",
592
+ "name": "token_id",
593
+ "type": "uint256"
594
+ },
595
+ {
596
+ "components": [
597
+ {
598
+ "internalType": "bytes32",
599
+ "name": "tx_id",
600
+ "type": "bytes32"
601
+ },
602
+ {
603
+ "internalType": "uint64",
604
+ "name": "index",
605
+ "type": "uint64"
606
+ },
607
+ {
608
+ "internalType": "address",
609
+ "name": "owner",
610
+ "type": "address"
611
+ },
612
+ {
613
+ "internalType": "uint256",
614
+ "name": "amount",
615
+ "type": "uint256"
616
+ }
617
+ ],
618
+ "internalType": "struct UtxInput[]",
619
+ "name": "inputs",
620
+ "type": "tuple[]"
621
+ },
622
+ {
623
+ "components": [
624
+ {
625
+ "internalType": "uint64",
626
+ "name": "index",
627
+ "type": "uint64"
628
+ },
629
+ {
630
+ "internalType": "address",
631
+ "name": "owner",
632
+ "type": "address"
633
+ },
634
+ {
635
+ "internalType": "uint256",
636
+ "name": "amount",
637
+ "type": "uint256"
638
+ },
639
+ {
640
+ "internalType": "bytes32",
641
+ "name": "memo_hash",
642
+ "type": "bytes32"
643
+ }
644
+ ],
645
+ "internalType": "struct UtxOutput[]",
646
+ "name": "outputs",
647
+ "type": "tuple[]"
648
+ },
649
+ {
650
+ "internalType": "bytes32",
651
+ "name": "tx_id",
652
+ "type": "bytes32"
653
+ },
654
+ {
655
+ "internalType": "bytes32",
656
+ "name": "blockID",
657
+ "type": "bytes32"
658
+ },
659
+ {
660
+ "components": [
661
+ {
662
+ "internalType": "uint8",
663
+ "name": "keyType",
664
+ "type": "uint8"
665
+ },
666
+ {
667
+ "components": [
668
+ {
669
+ "internalType": "bytes32",
670
+ "name": "r",
671
+ "type": "bytes32"
672
+ },
673
+ {
674
+ "internalType": "bytes32",
675
+ "name": "s",
676
+ "type": "bytes32"
677
+ },
678
+ {
679
+ "internalType": "uint8",
680
+ "name": "v",
681
+ "type": "uint8"
682
+ }
683
+ ],
684
+ "internalType": "struct PointSigValues",
685
+ "name": "rsv",
686
+ "type": "tuple"
687
+ }
688
+ ],
689
+ "internalType": "struct Signature[]",
690
+ "name": "signatures",
691
+ "type": "tuple[]"
692
+ },
693
+ {
694
+ "internalType": "address[]",
695
+ "name": "recoveredSigners",
696
+ "type": "address[]"
697
+ },
698
+ {
699
+ "internalType": "bool",
700
+ "name": "isDeposit",
701
+ "type": "bool"
702
+ }
703
+ ],
704
+ "internalType": "struct UtxTx[]",
705
+ "name": "Txs",
706
+ "type": "tuple[]"
707
+ }
708
+ ],
709
+ "stateMutability": "view",
710
+ "type": "function"
711
+ },
712
+ {
713
+ "inputs": [
714
+ {
715
+ "internalType": "enum UTXOEvalState",
716
+ "name": "result",
717
+ "type": "uint8"
718
+ }
719
+ ],
720
+ "name": "getEvalStateName",
721
+ "outputs": [
722
+ {
723
+ "internalType": "string",
724
+ "name": "",
725
+ "type": "string"
726
+ }
727
+ ],
728
+ "stateMutability": "pure",
729
+ "type": "function"
730
+ },
731
+ {
732
+ "inputs": [
733
+ {
734
+ "internalType": "bytes32",
735
+ "name": "treeID",
736
+ "type": "bytes32"
737
+ },
738
+ {
739
+ "components": [
740
+ {
741
+ "internalType": "address",
742
+ "name": "external_id",
743
+ "type": "address"
744
+ },
745
+ {
746
+ "internalType": "uint64",
747
+ "name": "asset_type",
748
+ "type": "uint64"
749
+ },
750
+ {
751
+ "internalType": "uint256",
752
+ "name": "token_id",
753
+ "type": "uint256"
754
+ },
755
+ {
756
+ "components": [
757
+ {
758
+ "internalType": "bytes32",
759
+ "name": "tx_id",
760
+ "type": "bytes32"
761
+ },
762
+ {
763
+ "internalType": "uint64",
764
+ "name": "index",
765
+ "type": "uint64"
766
+ },
767
+ {
768
+ "internalType": "address",
769
+ "name": "owner",
770
+ "type": "address"
771
+ },
772
+ {
773
+ "internalType": "uint256",
774
+ "name": "amount",
775
+ "type": "uint256"
776
+ }
777
+ ],
778
+ "internalType": "struct UtxInput[]",
779
+ "name": "inputs",
780
+ "type": "tuple[]"
781
+ },
782
+ {
783
+ "components": [
784
+ {
785
+ "internalType": "uint64",
786
+ "name": "index",
787
+ "type": "uint64"
788
+ },
789
+ {
790
+ "internalType": "address",
791
+ "name": "owner",
792
+ "type": "address"
793
+ },
794
+ {
795
+ "internalType": "uint256",
796
+ "name": "amount",
797
+ "type": "uint256"
798
+ },
799
+ {
800
+ "internalType": "bytes32",
801
+ "name": "memo_hash",
802
+ "type": "bytes32"
803
+ }
804
+ ],
805
+ "internalType": "struct UtxOutput[]",
806
+ "name": "outputs",
807
+ "type": "tuple[]"
808
+ },
809
+ {
810
+ "internalType": "bytes32",
811
+ "name": "tx_id",
812
+ "type": "bytes32"
813
+ },
814
+ {
815
+ "internalType": "bytes32",
816
+ "name": "blockID",
817
+ "type": "bytes32"
818
+ },
819
+ {
820
+ "components": [
821
+ {
822
+ "internalType": "uint8",
823
+ "name": "keyType",
824
+ "type": "uint8"
825
+ },
826
+ {
827
+ "components": [
828
+ {
829
+ "internalType": "bytes32",
830
+ "name": "r",
831
+ "type": "bytes32"
832
+ },
833
+ {
834
+ "internalType": "bytes32",
835
+ "name": "s",
836
+ "type": "bytes32"
837
+ },
838
+ {
839
+ "internalType": "uint8",
840
+ "name": "v",
841
+ "type": "uint8"
842
+ }
843
+ ],
844
+ "internalType": "struct PointSigValues",
845
+ "name": "rsv",
846
+ "type": "tuple"
847
+ }
848
+ ],
849
+ "internalType": "struct Signature[]",
850
+ "name": "signatures",
851
+ "type": "tuple[]"
852
+ },
853
+ {
854
+ "internalType": "address[]",
855
+ "name": "recoveredSigners",
856
+ "type": "address[]"
857
+ },
858
+ {
859
+ "internalType": "bool",
860
+ "name": "isDeposit",
861
+ "type": "bool"
862
+ }
863
+ ],
864
+ "internalType": "struct UtxTx[]",
865
+ "name": "utxoTxs",
866
+ "type": "tuple[]"
867
+ }
868
+ ],
869
+ "name": "loadBareUTXOs",
870
+ "outputs": [],
871
+ "stateMutability": "nonpayable",
872
+ "type": "function"
873
+ },
874
+ {
875
+ "inputs": [
876
+ {
877
+ "internalType": "bytes32",
878
+ "name": "treeID",
879
+ "type": "bytes32"
880
+ },
881
+ {
882
+ "components": [
883
+ {
884
+ "components": [
885
+ {
886
+ "components": [
887
+ {
888
+ "internalType": "uint256",
889
+ "name": "timestamp",
890
+ "type": "uint256"
891
+ },
892
+ {
893
+ "internalType": "SysName",
894
+ "name": "producer",
895
+ "type": "uint64"
896
+ },
897
+ {
898
+ "internalType": "uint16",
899
+ "name": "confirmed",
900
+ "type": "uint16"
901
+ },
902
+ {
903
+ "internalType": "bytes32",
904
+ "name": "previous",
905
+ "type": "bytes32"
906
+ },
907
+ {
908
+ "internalType": "bytes32",
909
+ "name": "txMroot",
910
+ "type": "bytes32"
911
+ },
912
+ {
913
+ "internalType": "bytes32",
914
+ "name": "actMroot",
915
+ "type": "bytes32"
916
+ },
917
+ {
918
+ "internalType": "uint32",
919
+ "name": "scheduleVersion",
920
+ "type": "uint32"
921
+ },
922
+ {
923
+ "components": [
924
+ {
925
+ "internalType": "uint32",
926
+ "name": "version",
927
+ "type": "uint32"
928
+ },
929
+ {
930
+ "components": [
931
+ {
932
+ "internalType": "SysName",
933
+ "name": "account_name",
934
+ "type": "uint64"
935
+ },
936
+ {
937
+ "internalType": "bytes",
938
+ "name": "blockSigningKey",
939
+ "type": "bytes"
940
+ }
941
+ ],
942
+ "internalType": "struct Producer[]",
943
+ "name": "producers",
944
+ "type": "tuple[]"
945
+ }
946
+ ],
947
+ "internalType": "struct ProducerSchedule",
948
+ "name": "new_producers",
949
+ "type": "tuple"
950
+ },
951
+ {
952
+ "components": [
953
+ {
954
+ "internalType": "uint16",
955
+ "name": "extensionType",
956
+ "type": "uint16"
957
+ },
958
+ {
959
+ "components": [
960
+ {
961
+ "internalType": "uint32",
962
+ "name": "length",
963
+ "type": "uint32"
964
+ },
965
+ {
966
+ "internalType": "uint32",
967
+ "name": "offset",
968
+ "type": "uint32"
969
+ },
970
+ {
971
+ "components": [
972
+ {
973
+ "internalType": "bytes",
974
+ "name": "data",
975
+ "type": "bytes"
976
+ }
977
+ ],
978
+ "internalType": "struct iodata.Buffer",
979
+ "name": "data",
980
+ "type": "tuple"
981
+ }
982
+ ],
983
+ "internalType": "struct DataRef",
984
+ "name": "dataRef",
985
+ "type": "tuple"
986
+ },
987
+ {
988
+ "internalType": "bytes",
989
+ "name": "data",
990
+ "type": "bytes"
991
+ }
992
+ ],
993
+ "internalType": "struct Extension[]",
994
+ "name": "header_extensions",
995
+ "type": "tuple[]"
996
+ }
997
+ ],
998
+ "internalType": "struct BlockHeader",
999
+ "name": "header",
1000
+ "type": "tuple"
1001
+ },
1002
+ {
1003
+ "components": [
1004
+ {
1005
+ "internalType": "bytes32",
1006
+ "name": "r",
1007
+ "type": "bytes32"
1008
+ },
1009
+ {
1010
+ "internalType": "bytes32",
1011
+ "name": "s",
1012
+ "type": "bytes32"
1013
+ },
1014
+ {
1015
+ "internalType": "uint8",
1016
+ "name": "v",
1017
+ "type": "uint8"
1018
+ }
1019
+ ],
1020
+ "internalType": "struct PointSigValues",
1021
+ "name": "signature",
1022
+ "type": "tuple"
1023
+ },
1024
+ {
1025
+ "internalType": "bytes32",
1026
+ "name": "blockMRoot",
1027
+ "type": "bytes32"
1028
+ },
1029
+ {
1030
+ "internalType": "bytes32",
1031
+ "name": "scheduleHash",
1032
+ "type": "bytes32"
1033
+ }
1034
+ ],
1035
+ "internalType": "struct SignedHeader",
1036
+ "name": "signed",
1037
+ "type": "tuple"
1038
+ },
1039
+ {
1040
+ "internalType": "bytes[]",
1041
+ "name": "packedTransactions",
1042
+ "type": "bytes[]"
1043
+ },
1044
+ {
1045
+ "components": [
1046
+ {
1047
+ "internalType": "uint8",
1048
+ "name": "status",
1049
+ "type": "uint8"
1050
+ },
1051
+ {
1052
+ "internalType": "uint32",
1053
+ "name": "cpu_usage_us",
1054
+ "type": "uint32"
1055
+ },
1056
+ {
1057
+ "internalType": "uint32",
1058
+ "name": "net_usage_words",
1059
+ "type": "uint32"
1060
+ },
1061
+ {
1062
+ "components": [
1063
+ {
1064
+ "internalType": "uint8",
1065
+ "name": "keyType",
1066
+ "type": "uint8"
1067
+ },
1068
+ {
1069
+ "components": [
1070
+ {
1071
+ "internalType": "bytes32",
1072
+ "name": "r",
1073
+ "type": "bytes32"
1074
+ },
1075
+ {
1076
+ "internalType": "bytes32",
1077
+ "name": "s",
1078
+ "type": "bytes32"
1079
+ },
1080
+ {
1081
+ "internalType": "uint8",
1082
+ "name": "v",
1083
+ "type": "uint8"
1084
+ }
1085
+ ],
1086
+ "internalType": "struct PointSigValues",
1087
+ "name": "rsv",
1088
+ "type": "tuple"
1089
+ }
1090
+ ],
1091
+ "internalType": "struct Signature[]",
1092
+ "name": "signatures",
1093
+ "type": "tuple[]"
1094
+ },
1095
+ {
1096
+ "internalType": "bytes",
1097
+ "name": "packed_context_free_data",
1098
+ "type": "bytes"
1099
+ }
1100
+ ],
1101
+ "internalType": "struct TransactionExtra[]",
1102
+ "name": "transactionExtras",
1103
+ "type": "tuple[]"
1104
+ },
1105
+ {
1106
+ "components": [
1107
+ {
1108
+ "internalType": "bytes32[]",
1109
+ "name": "proof",
1110
+ "type": "bytes32[]"
1111
+ },
1112
+ {
1113
+ "internalType": "uint8[]",
1114
+ "name": "ops",
1115
+ "type": "uint8[]"
1116
+ },
1117
+ {
1118
+ "internalType": "uint256",
1119
+ "name": "maxStack",
1120
+ "type": "uint256"
1121
+ }
1122
+ ],
1123
+ "internalType": "struct MerkleProof",
1124
+ "name": "txMrootProof",
1125
+ "type": "tuple"
1126
+ },
1127
+ {
1128
+ "components": [
1129
+ {
1130
+ "internalType": "bytes32[]",
1131
+ "name": "proof",
1132
+ "type": "bytes32[]"
1133
+ },
1134
+ {
1135
+ "internalType": "uint8[]",
1136
+ "name": "ops",
1137
+ "type": "uint8[]"
1138
+ },
1139
+ {
1140
+ "internalType": "uint256",
1141
+ "name": "maxStack",
1142
+ "type": "uint256"
1143
+ }
1144
+ ],
1145
+ "internalType": "struct MerkleProof",
1146
+ "name": "sRootProof",
1147
+ "type": "tuple"
1148
+ }
1149
+ ],
1150
+ "internalType": "struct BlockWithPackedTransactions",
1151
+ "name": "blockWithTx",
1152
+ "type": "tuple"
1153
+ }
1154
+ ],
1155
+ "name": "loadBlockUTXOs",
1156
+ "outputs": [],
1157
+ "stateMutability": "nonpayable",
1158
+ "type": "function"
1159
+ }
1160
+ ],
1161
+ "bytecode": "0x608080604052346015576139fe908161001b8239f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806329e16d92146109b2578063377242eb146108865780633946fae51461060e578063b0f333bc14610597578063b31976a014610151578063bd3a492f146101105763c90d448b1461006957600080fd5b3461010b57602036600319011261010b5760043561008681612fac565b6000908152600160205260409020546001600160a01b031680151580610101575b6100d4576100b482612fac565b600090815260016020526040902080546001600160a01b03191633179055005b604051630f94022160e21b81526001600160a01b03919091166004820152336024820152604490fd5b0390fd5b50338114156100a7565b600080fd5b3461010b57602036600319011261010b57600435600881101561010b5761013961014d91612a68565b604051918291602083526020830190612085565b0390f35b3461010b57604036600319011261010b576001600160401b036024351161010b5736602360243501121561010b576024356004013561018f81611b72565b9061019d6040519283611b1d565b80825260208201903660248260051b813501011161010b576024803501915b60248260051b813501018310610291578360005b8151811015610283576101006101e68284612256565b5101515161022057806102046101fe60019385612256565b51613314565b61020e8285612256565b526102198184612256565b50016101d0565b61022d906100fd92612256565b51604051918291636df2e68d60e11b835260406004840152601e60448401527f7265636f76657265645369676e657273206d75737420626520656d70747900006064840152608060248401526084830190611ddf565b61028f82600435612c0e565b005b82356001600160401b03811161010b5761014060243582013603602319011261010b57604051906102c182611b01565b6102d06024828135010161204e565b82526102e26044826024350101611b3e565b6020830152602435810160648101356040840152608401356001600160401b03811161010b578160243501013660438201121561010b5760248101359061032882611b72565b916103366040519384611b1d565b808352602083013660448360071b8501011161010b5760448301905b60448360071b85010182106105435750505050606083015260a4816024350101356001600160401b03811161010b573660438284602435010101121561010b5760248183823501010135906103a682611b72565b916103b46040519384611b1d565b808352602083013660448360071b8588602435010101011161010b5760448386602435010101905b60448360071b85886024350101010182106104ef57505050506080830152602435810160c481013560a084015260e481013560c084015261010401356001600160401b03811161010b576104399060243691848235010101611c32565b60e0830152610124816024350101356001600160401b03811161010b578160243501013660438201121561010b5760248101359061047682611b72565b916104846040519384611b1d565b8083526044602084019160051b8301019136831161010b57604401905b8282106104d757505050610100830152602435016101440135801515810361010b576101208201528152602092830192016101bc565b602080916104e48461204e565b8152019101906104a1565b60808236031261010b57602060809160405161050a81611a95565b61051385611b3e565b815261052083860161204e565b8382015260408501356040820152606085013560608201528152019101906103dc565b60808236031261010b57602060809160405161055e81611a95565b8435815261056d838601611b3e565b8382015261057d6040860161204e565b604082015260608086013590820152815201910190610352565b3461010b5760c036600319011261010b57602435600881101561010b576001600160401b039060443582811161010b576105d5903690600401611cc6565b9160a435908116810361010b5761014d926105fa926084359160643591600435612327565b604051918291602083526020830190611fe6565b3461010b5760208060031936011261010b576004359061062d82612fac565b80600052600192838352604060002060018060a01b038154163381036100d457508401845b610698575b5050600052818152816040600020600081550190815491600081558261067957005b600052600020908101905b81811061068d57005b600081558201610684565b8054801561088057600019908082019081116107ee576106bb6106ca9184612228565b919054600392831b1c85613250565b6000526002808752604060002090600082556000898301558082018054906000815581610842575b50508282018054906000815581610804575b50506000600483015560006005830155600682019081549160008155826107a9575b505050600781018054906000815581610783575b505060086000910155825491821561076d57808893019161075b8386612228565b81939154921b1b191690558255610652565b634e487b7160e01b600052603160045260246000fd5b6000528888600020918201915b82811061079d575061073a565b60008155018990610790565b6001600160fe1b03831683036107ee576000528860002091811b8201915b82811015610726578060006004925560008c820155600083820155600086820155016107c7565b634e487b7160e01b600052601160045260246000fd5b81850291858304036107ee576000528389600020918201915b82811061082a5750610704565b6000815560008c82015560008482015501849061081d565b81850291858304036107ee576000528389600020918201915b82811061086857506106f2565b6000815560008c82015560008482015501849061085b565b50610657565b3461010b5760208060031936011261010b57600435906108a582612fac565b60005260018082526001604060002001928354906108c282611b72565b946108d06040519687611b1d565b8286526108dc83611b72565b601f190160005b81811061099657505060005b838110610959575050505060405191808301818452845180915260408401918060408360051b8701019601926000905b83821061092c5786880387f35b90919293948380610948839a603f198b82030186528951611ddf565b99970195949391909101910161091f565b938461097761096a83999785612228565b90549060031b1c85612fcf565b6109818288612256565b5261098c8187612256565b50019593956108ef565b86906109a39896986121d9565b828289010152019694966108e3565b3461010b57604036600319011261010b576001600160401b036024351161010b5760a06024353603600319011261010b576109ed6080611a7a565b602435600401356001600160401b03811161010b5760c060243582013603600319011261010b57604051610a2081611a95565b600482602435010135916001600160401b03831161010b57610120602435820184013603600319011261010b57604051806101208101106001600160401b0361012083011117611a64576101208101604052602480358301850160048101358352610a8b9101611b3e565b6020820152610aa260448584602435010101611b52565b604082015260243582018401606481013560608301526084810135608083015260a481013560a0830152610ad89060c401611b61565b60c082015260e48483602435010101356001600160401b03811161010b5760406024358401860182013603600319011261010b5760405190610b1982611ab0565b610b2d600482888760243501010101611b61565b82526024818786833501010101356001600160401b03811161010b5736602382848a896024350101010101121561010b57610b75600482848a89602435010101010135611b72565b91610b836040519384611b1d565b60046024803588018a01830184019182013580865260208601923660059290921b019091011161010b57602483838b8a84350101010101905b6024803589018b0184018501600481013560051b010182106119b25750505050602082015260e0820152610104848360243501010135936001600160401b03851161010b5736602386838660243501010101121561010b57610c2960048683866024350101010135611b72565b90610c376040519283611b1d565b6004602480358601830188019182013580855260208501923660059290921b019091011161010b576024878387833501010101905b60248035870184018901600481013560051b010182106117e0578660a48787876101008201528352610ca43660248381350101611bf9565b6020840152608481602435010135604084015260243501013560608201526080526024803501356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610cfb82611b72565b91610d096040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106117ac5760a0859052602435604401356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610d7a82611b72565b91610d886040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106116b55760c08590526001600160401b03602435606401351161010b57610deb36602435606481013501600401611d26565b60e0526001600160401b03602435608401351161010b57610e1736602435608481013501600401611d26565b608080015260005460405190633ffe487560e21b8252606060048301528160805160a0606483015280519060c061010484015281516101c48401526001600160401b036020830151166101e484015261ffff6040830151166102048401526060820151610224840152608082015161024484015260a082015161026484015263ffffffff60c08301511661028484015260e0820151916101206102a4850152602061032485019363ffffffff8151166102e487015201519260406103048601528351809152610344906020828701928260051b8801019501916000905b82821061166757505050506101000151916101c319848203016102c4850152825180825260208201916020808360051b8301019501926000915b8383106115d957505050506020828101518051610124870152908101516101448601526040015160ff1661016485015250606090604081015161018485015201516101a483015260a05160631983830301608484015280518083526020600582901b8401810193928101926000918101905b8383106115a8575050505050604060800151906063198382030160a4840152815180825260208201916020808360051b8301019401926000915b83831061152a5786600081808b6001600160401b0361102261100d8d6060608001516063198783030160c4880152612153565b610100518582036063190160e4870152612153565b91818116602485015260401c166044830152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af4801561151e57600090611067575b61028f90600435612c0e565b503d90816000823e6110798282611b1d565b602081838101031261010b578051906001600160401b03821161010b57828101601f83830101121561010b57818101516110b281611b72565b926110c06040519485611b1d565b818452602084019085840160208460051b83870101011161010b57602081850101915b60208460051b8387010101831061110357505050505061028f915061105b565b82516001600160401b03811161010b57610140868401820189880103601f19011261010b576040519061113582611b01565b611145602082868a0101016120aa565b8252611157604082868a0101016120be565b6020830152868401810160608101516040840152608001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906111a582611b72565b916111b36040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b9285010101010184106114c857505050505050606083015260a0818589010101516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b01010101519061124082611b72565b9161124e6040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b928501010101018410611472575050505050608084019190915250868401810160c08181015160a085015260e08201519084015261010001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906112f382611b72565b916113016040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d60408d86898d8860071b930101010101831061140157505050505060e0830152610120818589010101516001600160401b03811161010b57818589010101898801603f8201121561010b57602081015161138681611b72565b916113946040519384611b1d565b8183526040602084019260051b820101908c8b01821161010b57604001915b8183106113e957505050610100830152868401016101400151801515810361010b576101208201528152602092830192016110e3565b602080916113f6856120aa565b8152019201916113b3565b82908d01036080811261010b5760606040519161141d83611ab0565b611426856120d2565b8352601f19011261010b5760809160209160405161144381611acb565b83860151815260408601518482015261145e606087016120d2565b60408201528382015281520191019061132c565b608091849101031261010b57602060809160405161148f81611a95565b611498856120be565b81526114a58386016120aa565b838201526040850151604082015260608501516060820152815201910190611279565b608091849101031261010b5760206080916040516114e581611a95565b845181526114f48386016120be565b83820152611504604086016120aa565b6040820152606085015160608201528152019101906111de565b6040513d6000823e3d90fd5b919395509193602080611596600193601f1986820301875289519060ff825116815263ffffffff84830151168482015263ffffffff60408301511660408201526080611585606084015160a0606085015260a0840190612112565b920151906080818403910152612085565b97019301930190928795949293610fda565b9193955091936020806115c7600193601f198682030187528951612085565b97019301930190928795949293610fa0565b91939650919394602080611654600193601f198682030187528a519061ffff82511681526040611643818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612085565b920151906040818403910152612085565b9801930193019092889695949293610f2e565b9193949560019193975060206116a38192610343198d82030186526040838c516001600160401b03815116845201519181858201520190612085565b98019201920188969594939192610ef4565b6001600160401b0384351161010b5760a060243583018535013603602319011261010b57604051906116e682611a7a565b6116f860248635858235010101611beb565b825261170d6044863585602435010101611b61565b60208301526117256064863585602435010101611b61565b60408301526001600160401b036084863585602435010101351161010b5761175c3660248035860188350160848101350101611c32565b60608301526001600160401b0360a4863585602435010101351161010b57602491602091829161179a36863588018a350160a4810135018701611ba4565b60808201528152019401939050610dab565b6001600160401b0384351161010b576020806024926117d336858935888235010101611ba4565b8152019401939050610d2c565b6001600160401b0382351161010b5760606024358701840189018335013603602319011261010b5760405161181481611acb565b61182a602484358b878b84350101010101611b52565b81526001600160401b03604484358b878b6024350101010101351161010b576060602435880185018a018435016044810135013603602319011261010b5760405161187481611acb565b611890602480358a0187018c0186350160448101350101611b61565b81526118ae604485356024358b0188018d0101818101350101611b61565b60208201526001600160401b03602435890186018b01853501604481013501606401351161010b576020602435890186018b018535016044810135016064810135013603602319011261010b5760405161190781611ae6565b6001600160401b03602480358b0188018d0187350160448101350160648101350101351161010b5761195736602480358c0189018e01883501604481013501606481013501808201350101611ba4565b8152604082015260208201526001600160401b03606484358b878b6024350101010101351161010b5760209182916119a236602480358c0189018e0188350160648101350101611ba4565b6040820152815201910190610c6c565b6001600160401b0382351161010b57604060243589018b01840185018335013603602319011261010b576040516001600160401b0360448a87878f6119f687611ab0565b611a0e60248a35858585898535010101010101611b3e565b8752883593602435010101010101351161010b576020918291611a558b60248f36928b8b60448c35838387878a3501010101010135938c3593863501010101010101611ba4565b83820152815201910190610bbc565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611a6457604052565b608081019081106001600160401b03821117611a6457604052565b604081019081106001600160401b03821117611a6457604052565b606081019081106001600160401b03821117611a6457604052565b602081019081106001600160401b03821117611a6457604052565b61014081019081106001600160401b03821117611a6457604052565b90601f801991011681019081106001600160401b03821117611a6457604052565b35906001600160401b038216820361010b57565b359061ffff8216820361010b57565b359063ffffffff8216820361010b57565b6001600160401b038111611a645760051b60200190565b6001600160401b038111611a6457601f01601f191660200190565b81601f8201121561010b57803590611bbb82611b89565b92611bc96040519485611b1d565b8284526020838301011161010b57816000926020809301838601378301015290565b359060ff8216820361010b57565b919082606091031261010b57604051611c1181611acb565b6040611c2d818395803585526020810135602086015201611beb565b910152565b9080601f8301121561010b578135916020611c4c84611b72565b93604093611c5d6040519687611b1d565b818652828087019260071b8501019381851161010b578301915b848310611c875750505050505090565b60808383031261010b57836080918751611ca081611ab0565b611ca986611beb565b8152611cb785848801611bf9565b83820152815201920191611c77565b9080601f8301121561010b576020908235611ce081611b72565b93611cee6040519586611b1d565b81855260208086019260051b82010192831161010b57602001905b828210611d17575050505090565b81358152908301908301611d09565b91909160608184031261010b5760405190611d4082611acb565b819381356001600160401b039081811161010b5782611d60918501611cc6565b84526020908184013590811161010b5783019180601f8401121561010b578235611d8981611b72565b93611d976040519586611b1d565b818552838086019260051b82010192831161010b578301905b828210611dc857505050830152604090810135910152565b838091611dd484611beb565b815201910190611db0565b90610140918282019260018060a01b03908183511684526020946001600160401b03868501511686860152604084015160408601526060840151916060860152815180915285610160860192019060005b818110611f925750505060808084015191858103608087015286808451928381520193019060005b818110611f3d5750505060a084015160a086015260c084015160c086015260e08401519185810360e08701528680845192838152019301916000905b828210611ef35750505050610100948584015195858303908601528080875193848152019601926000905b838210611eda57505050505061012080910151151591015290565b8451811688529682019693820193600190910190611ebf565b9091929497938482600192611f2d838a5160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b969a979601950193920190611e94565b909192949793848682611f826001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b969a979601959401929101611e58565b909193969283608082611fd7600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b95999695019401929101611e30565b9081518152602082015160208201526040820151604082015260a061201a606084015160c0606085015260c0840190611ddf565b926080810151608084015201519060088210156120385760a0015290565b634e487b7160e01b600052602160045260246000fd5b35906001600160a01b038216820361010b57565b60005b8381106120755750506000910152565b8181015183820152602001612065565b9060209161209e81518092818552858086019101612062565b601f01601f1916010190565b51906001600160a01b038216820361010b57565b51906001600160401b038216820361010b57565b519060ff8216820361010b57565b906020806121109360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b565b90815180825260208080930193019160005b828110612132575050505090565b909192938260808261214760019489516120e0565b01950193929101612124565b9060608101918051606083528051809452608083019360208092019060005b8181106121c55750505080820151938381038285015281808651928381520195019160005b8281106121ae575050505060408091015191015290565b835160ff1687529581019592810192600101612197565b825187529583019591830191600101612172565b604051906121e682611b01565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b80548210156122405760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b80518210156122405760209160051b010190565b6040519060c082018281106001600160401b03821117611a6457604052600060a0838281528260208201528260408201526122a36121d9565b60608201528260808201520152565b604051906122bf82611a95565b60006060838281528260208201528260408201520152565b906122e182611b72565b6122ee6040519182611b1d565b82815280926122ff601f1991611b72565b019060005b82811061231057505050565b60209061231b6122b2565b82828501015201612304565b93919295909561233561226a565b5061234084516122d7565b9660005b85518110156124275761236161235a8288612256565b5188612fcf565b9061236a6122b2565b5060808201805151156123d95751918251156122405760019260a060208092015192015191848060a01b038282015116906000604080920151938251956123b087611a95565b865285015283015260608201526123c7828c612256565b526123d2818b612256565b5001612344565b60408051636df2e68d60e11b815260048101919091526013604482015272496e646578206f7574206f6620626f756e647360681b606482015260806024820152806100fd6084820186611ddf565b5091935091946001600160401b03909694966124416122b2565b506040519661244f88611a95565b6000604089015260006060890152875216602086015261246d61226a565b916040519661102088018881106001600160401b03821117611a64576040526080885260005b6110008110612a5157508551968860005b88518110156124d857808b6124c6826124bf6001958e612256565b5192612256565b526124d1818d612256565b50016124a4565b509497919598509192955080600060a08901525b6125e157505050505060a0820151600890818110156120385781831015612038578214801561258d575b1561252057505090565b60a0830151908110156120385761256b926125466125406100fd93612a68565b93612a68565b9061257e604051958695630bd78e0f60e41b8752606060048801526064870190612085565b6003199384878303016024880152612085565b91848303016044850152611fe6565b50600782148015612516575060a0830151818110156120385760021480156125cb575b80612516575060a08301518181101561203857600414612516565b5060a083015181811015612038576003146125b0565b939694959360001901926125f58482612256565b519261260284518a612fcf565b946000975b6060870151518910156126a2576000998a5b61010089015180518210156126955781604061264f8e60608e9561264560018060a01b03968792612256565b5116950151612256565b510151161461266057600101612619565b509860018092939b505b15612679575b01979890612607565b60c088015160208a01528760608a0152600560a08a0152612670565b505098600191929a61266a565b989192999490975095949560406126cb60808901516001600160401b0360208501511690612256565b510151606082015103612a35575b60808701516020828101516001600160a01b0392612700916001600160401b031690612256565b5101511690604060018060a01b039101511603612a19575b600090815b606088015180518410156129885790606061273b8561274494612256565b51015190613274565b916127538160608a0151612256565b518551815114908161296b575b5080612956575b6128df575b61012088015115612781575b6001019161271d565b8a51808a1015612871575b506127956122b2565b506060880151516001600160401b0382161015612836576127c36001600160401b03821660608a0151612256565b51908151916001600160401b0360208201511690606060018060a01b0360408301511691015191604051946127f786611a95565b85526020850152604084015260608301528960001981146107ee578a6001936128278f9d8661282e95019e612256565b528d612256565b509050612778565b60405162461bcd60e51b8152602060048201526013602482015272496e646578206f7574206f6620626f756e647360681b6044820152606490fd5b60019b919b9080821b90808204600214901517156107ee57612892906122d7565b916000825b6128a6575b505050993861278c565b81518110156128da5782816128bc829385612256565b516128c78288612256565b526128d28187612256565b500190612897565b61289c565b60a087015160088110156120385760011480612944575b61292f575b600160a088015260c06129236129158360608c0151612256565b51518060808b015288612fcf565b0151604088015261276c565b60c088015160208801528760608801526128fb565b5060c0880151604088015114156128f6565b50831580612767575060a08801518414612767565b90506001600160401b036020818189015116920151161438612760565b509794909291509792949597600095865b60808b015180518910156129c157600191604061273b8b6129b994612256565b970196612999565b50869499919693989a9297509a949a610120830151159182612a0e575b50506129f0575b5094929193946124ec565b60c081015160208a0152606089015250600360a088015280386129e5565b1415905038806129de565b60c08601516020860152856060860152600460a0860152612718565b60c08701516020870152866060870152600260a08701526126d9565b602090612a5c6122b2565b82828c01015201612493565b6008811015612038578015612bef5760018114612bcd5760028114612ba15760038114612b755760048114612b465760058114612b1c5760068114612af357600714612ad157604051612aba81611ab0565b60078152662ab735b737bbb760c91b602082015290565b604051612add81611ab0565b60068152650848288bea8b60d31b602082015290565b50604051612b0081611ab0565b600c81526b1113d550931157d4d411539160a21b602082015290565b50604051612b2981611ab0565b600d81526c424144205349474e415455524560981b602082015290565b50604051612b5381611ab0565b60128152710a48a8692a0928a9ca8409a92a69a82a886960731b602082015290565b50604051612b8281611ab0565b600f81526e0929cbe9eaaa8be9a92a69a82a8869608b1b602082015290565b50604051612bae81611ab0565b600f81526e0829a9eaa9ca8be9a92a69a82a8869608b1b602082015290565b50604051612bda81611ab0565b60058152641193d5539160da1b602082015290565b50604051612bfc81611ab0565b60028152614f4b60f01b602082015290565b9190612c1983612fac565b6000908152600160205260409020546001600160a01b03163381036100d457506000905b8051821015612fa657612c508282612256565b5192612c5b85612fac565b9060a092612c6c8487015188613250565b600052600260205260406000209660018060a01b038751168854906001600160401b0360a01b60208a0151881b169163ffffffff60e01b16171788556040870151600189015560005b60608801518051821015612d645781612ccd91612256565b519060028a0154600160401b811015611a6457806001612cf6920160028d015560028c016139ac565b612d4e5782518155602083015160018083018054604080880151600160401b600160e01b03911b166001600160401b039094166001600160e01b03199091161792909217909155926002906060015191015501612cb5565b634e487b7160e01b600052600060045260246000fd5b5050919095939594929460005b60808601518051821015612e095781612d8991612256565b519060038a0154600160401b811015611a6457806001612db2920160038d015560038c016139ac565b612d4e57825181546020850151600160401b600160e01b0360409190911b166001600160401b039092166001600160e01b031990911617178155600192600290606090604081015186850155015191015501612d71565b5050919095939594929460c08701518588015160048a0155600589015560005b60e08801518051821015612eb85781612e4191612256565b519060068a015491600160401b831015611a6457600183018060068d01558310156122405760019260068c0160005260206000209060021b019060ff604060036020838551169460ff1995868854161787550151948551888201556020860151600282015501930151169082541617905501612e29565b5050919095939594929460005b6101008601518051821015612f34576001600160a01b0390612ee8908390612256565b51169060078a015491600160401b831015611a6457612f15838c6007600180970191015560078d01612228565b819291549060031b91821b91858060a01b03901b191617905501612ec5565b5050969591959490946008610120860151151591019060ff8019835416911617905560005260016020526001604060002001920151825492600160401b841015611a645783612f899160018096018155612228565b819291549060031b91821b91600019901b19161790550190612c3d565b50509050565b6040516020810191338352604082015260408152612fc981611acb565b51902090565b90612fe291612fdc6121d9565b50613250565b600090815260029060206002815260408083209281519461300286611b01565b845460018060a01b039081811688526001600160401b03809160a01c168689015260019283880154868a01526002880191825461303e81611b72565b9361304b89519586611b1d565b818552875288872087908a86015b838310613207575050505060609260608b015260039260038a0180549161307f83611b72565b9361308c8b519586611b1d565b8385528b8501928a528b8a20918a935b8585106131bf5750505050505060808a015260048089015460a08b0152600589015460c08b0152600689018054926130d384611b72565b946130e08a519687611b1d565b8486528a86019289528a89209189935b868510613167575050505050505060e0880152600786019351908195808654938481520195855280852094915b83831061315057505050505050918161313c60089360ff950382611b1d565b610100850152015416151561012082015290565b85548116875295810195948401949184019161311d565b98858d829c9a9e9b8e80519061317c82611ab0565b60ff90818a5416835280519161319183611acb565b878b01548352888b015486840152898b01541690820152838201528152019401940193929b9799989b6130f0565b99888e8b9f9c8f9c849f9d8051916131d683611a95565b89548981168452821c168483015285890154908201528b880154868201528152019401940193929c989a999c61309c565b9760038c899d9a839c9a8e80519161321e83611a95565b87548352868801548b811686850152821c16908201528986015460608201528152019201920191909a9698979a613059565b906040519060208201923384526040830152606082015260608152612fc981611a95565b919082018092116107ee57565b81601f8201121561010b57805161329781611b89565b926132a56040519485611b1d565b8184526020828401011161010b576132c39160208085019101612062565b90565b9060208282031261010b5781516001600160401b039283821161010b57019060208282031261010b57604051926132fc84611ae6565b825190811161010b5761330f9201613281565b815290565b61331c6121d9565b506101208101511561343c576060810151511580159061342e575b6133af5760a0810151156133485790565b6100fd90604051918291636df2e68d60e11b835260406004840152602560448401527f4465706f736974207472616e73616374696f6e2073686f756c642068617665206064840152641d1e17da5960da1b608484015260a0602484015260a4830190611ddf565b6100fd90604051918291636df2e68d60e11b835260406004840152603860448401527f4465706f736974207472616e73616374696f6e2073686f756c64206e6f74206860648401527f617665207369676e617475726573206f7220696e707574730000000000000000608484015260a0602484015260a4830190611ddf565b5060e0810151511515613337565b906060820151511561394357604051635ca2159160e11b815260008160048173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e57600091613928575b506134ac604051916308bbe51360e21b83526040600484015251602060448401526064830190612085565b60031982820301602483015260018060a01b0384511681526001600160401b0360208501511660208201526040840151604082015281606085015161014060608401528051806101408501526020610160850192019060005b8181106138d55750505060808601519083810360808501526020808351928381520192019060005b818110613882575050506135619060a087015160a085015260c087015160c085015260e087015184820360e0860152612112565b610100860151908381036101008501526020808351928381520192019060005b818110613860575050508190600093610120808901511515910152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af490811561151e576135f591600091829161383e575b506040518093819263509106ff60e11b83526020600484015251602060248401526044830190612085565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e576000916137f5575b5060006136396020928360405192828480945193849201612062565b8101039060025afa1561151e5760005160a083015260e08201515161365d81611b72565b9061366b6040519283611b1d565b80825261367a601f1991611b72565b0136602083013761010083015260005b60e083015180518210156137f1576136c86136aa8360a087015193612256565b5160405192632dd015af60e01b8452600484015260248301906120e0565b60a4602082828173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af491821561151e576000926137b5575b506001600160a01b0382161561372c5750610100840151600192916001600160a01b031690613725908390612256565b520161368a565b61321760f11b906100fd86604051938493636df2e68d60e11b855260406004860152604260448601527f4661696c656420746f207265636f766572207369676e61747572652e204f6e6c60648601527f79205349475f4b3120616e64205349475f454d2061726520737570706f727465608486015284015260c0602484015260c4830190611ddf565b9091506020813d6020116137e9575b816137d160209383611b1d565b8101031261010b576137e2906120aa565b90386136f5565b3d91506137c4565b5050565b90503d806000833e6138078183611b1d565b810160208282031261010b5781516001600160401b03811161010b576138366000926136399260209501613281565b92505061361d565b61385a91503d8084833e6138528183611b1d565b8101906132c6565b386135ca565b82516001600160a01b0316845286945060209384019390920191600101613581565b9193509160206080826138c76001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01940191019185939261352d565b91935091602060808261391a600194885160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019401910191859392613505565b61393d91503d806000833e6138528183611b1d565b38613481565b60408051636df2e68d60e11b81526004810191909152602860448201527f4e6f6e2d6465706f736974207472616e73616374696f6e206d757374206861766064820152676520696e7075747360c01b608482015260a06024820152806100fd60a4820185611ddf565b805482101561224057600052600360206000209102019060009056fea26469706673582212207fdc1ffdf20a188d15ca59019ddd94fb7545fe8656c6c9577464011a0077062c64736f6c63430008190033",
1162
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806329e16d92146109b2578063377242eb146108865780633946fae51461060e578063b0f333bc14610597578063b31976a014610151578063bd3a492f146101105763c90d448b1461006957600080fd5b3461010b57602036600319011261010b5760043561008681612fac565b6000908152600160205260409020546001600160a01b031680151580610101575b6100d4576100b482612fac565b600090815260016020526040902080546001600160a01b03191633179055005b604051630f94022160e21b81526001600160a01b03919091166004820152336024820152604490fd5b0390fd5b50338114156100a7565b600080fd5b3461010b57602036600319011261010b57600435600881101561010b5761013961014d91612a68565b604051918291602083526020830190612085565b0390f35b3461010b57604036600319011261010b576001600160401b036024351161010b5736602360243501121561010b576024356004013561018f81611b72565b9061019d6040519283611b1d565b80825260208201903660248260051b813501011161010b576024803501915b60248260051b813501018310610291578360005b8151811015610283576101006101e68284612256565b5101515161022057806102046101fe60019385612256565b51613314565b61020e8285612256565b526102198184612256565b50016101d0565b61022d906100fd92612256565b51604051918291636df2e68d60e11b835260406004840152601e60448401527f7265636f76657265645369676e657273206d75737420626520656d70747900006064840152608060248401526084830190611ddf565b61028f82600435612c0e565b005b82356001600160401b03811161010b5761014060243582013603602319011261010b57604051906102c182611b01565b6102d06024828135010161204e565b82526102e26044826024350101611b3e565b6020830152602435810160648101356040840152608401356001600160401b03811161010b578160243501013660438201121561010b5760248101359061032882611b72565b916103366040519384611b1d565b808352602083013660448360071b8501011161010b5760448301905b60448360071b85010182106105435750505050606083015260a4816024350101356001600160401b03811161010b573660438284602435010101121561010b5760248183823501010135906103a682611b72565b916103b46040519384611b1d565b808352602083013660448360071b8588602435010101011161010b5760448386602435010101905b60448360071b85886024350101010182106104ef57505050506080830152602435810160c481013560a084015260e481013560c084015261010401356001600160401b03811161010b576104399060243691848235010101611c32565b60e0830152610124816024350101356001600160401b03811161010b578160243501013660438201121561010b5760248101359061047682611b72565b916104846040519384611b1d565b8083526044602084019160051b8301019136831161010b57604401905b8282106104d757505050610100830152602435016101440135801515810361010b576101208201528152602092830192016101bc565b602080916104e48461204e565b8152019101906104a1565b60808236031261010b57602060809160405161050a81611a95565b61051385611b3e565b815261052083860161204e565b8382015260408501356040820152606085013560608201528152019101906103dc565b60808236031261010b57602060809160405161055e81611a95565b8435815261056d838601611b3e565b8382015261057d6040860161204e565b604082015260608086013590820152815201910190610352565b3461010b5760c036600319011261010b57602435600881101561010b576001600160401b039060443582811161010b576105d5903690600401611cc6565b9160a435908116810361010b5761014d926105fa926084359160643591600435612327565b604051918291602083526020830190611fe6565b3461010b5760208060031936011261010b576004359061062d82612fac565b80600052600192838352604060002060018060a01b038154163381036100d457508401845b610698575b5050600052818152816040600020600081550190815491600081558261067957005b600052600020908101905b81811061068d57005b600081558201610684565b8054801561088057600019908082019081116107ee576106bb6106ca9184612228565b919054600392831b1c85613250565b6000526002808752604060002090600082556000898301558082018054906000815581610842575b50508282018054906000815581610804575b50506000600483015560006005830155600682019081549160008155826107a9575b505050600781018054906000815581610783575b505060086000910155825491821561076d57808893019161075b8386612228565b81939154921b1b191690558255610652565b634e487b7160e01b600052603160045260246000fd5b6000528888600020918201915b82811061079d575061073a565b60008155018990610790565b6001600160fe1b03831683036107ee576000528860002091811b8201915b82811015610726578060006004925560008c820155600083820155600086820155016107c7565b634e487b7160e01b600052601160045260246000fd5b81850291858304036107ee576000528389600020918201915b82811061082a5750610704565b6000815560008c82015560008482015501849061081d565b81850291858304036107ee576000528389600020918201915b82811061086857506106f2565b6000815560008c82015560008482015501849061085b565b50610657565b3461010b5760208060031936011261010b57600435906108a582612fac565b60005260018082526001604060002001928354906108c282611b72565b946108d06040519687611b1d565b8286526108dc83611b72565b601f190160005b81811061099657505060005b838110610959575050505060405191808301818452845180915260408401918060408360051b8701019601926000905b83821061092c5786880387f35b90919293948380610948839a603f198b82030186528951611ddf565b99970195949391909101910161091f565b938461097761096a83999785612228565b90549060031b1c85612fcf565b6109818288612256565b5261098c8187612256565b50019593956108ef565b86906109a39896986121d9565b828289010152019694966108e3565b3461010b57604036600319011261010b576001600160401b036024351161010b5760a06024353603600319011261010b576109ed6080611a7a565b602435600401356001600160401b03811161010b5760c060243582013603600319011261010b57604051610a2081611a95565b600482602435010135916001600160401b03831161010b57610120602435820184013603600319011261010b57604051806101208101106001600160401b0361012083011117611a64576101208101604052602480358301850160048101358352610a8b9101611b3e565b6020820152610aa260448584602435010101611b52565b604082015260243582018401606481013560608301526084810135608083015260a481013560a0830152610ad89060c401611b61565b60c082015260e48483602435010101356001600160401b03811161010b5760406024358401860182013603600319011261010b5760405190610b1982611ab0565b610b2d600482888760243501010101611b61565b82526024818786833501010101356001600160401b03811161010b5736602382848a896024350101010101121561010b57610b75600482848a89602435010101010135611b72565b91610b836040519384611b1d565b60046024803588018a01830184019182013580865260208601923660059290921b019091011161010b57602483838b8a84350101010101905b6024803589018b0184018501600481013560051b010182106119b25750505050602082015260e0820152610104848360243501010135936001600160401b03851161010b5736602386838660243501010101121561010b57610c2960048683866024350101010135611b72565b90610c376040519283611b1d565b6004602480358601830188019182013580855260208501923660059290921b019091011161010b576024878387833501010101905b60248035870184018901600481013560051b010182106117e0578660a48787876101008201528352610ca43660248381350101611bf9565b6020840152608481602435010135604084015260243501013560608201526080526024803501356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610cfb82611b72565b91610d096040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106117ac5760a0859052602435604401356001600160401b03811161010b57366023826024350101121561010b5760048160243501013590610d7a82611b72565b91610d886040519384611b1d565b80835260208301913660248360051b8382350101011161010b5760248181350101925b60248360051b83823501010184106116b55760c08590526001600160401b03602435606401351161010b57610deb36602435606481013501600401611d26565b60e0526001600160401b03602435608401351161010b57610e1736602435608481013501600401611d26565b608080015260005460405190633ffe487560e21b8252606060048301528160805160a0606483015280519060c061010484015281516101c48401526001600160401b036020830151166101e484015261ffff6040830151166102048401526060820151610224840152608082015161024484015260a082015161026484015263ffffffff60c08301511661028484015260e0820151916101206102a4850152602061032485019363ffffffff8151166102e487015201519260406103048601528351809152610344906020828701928260051b8801019501916000905b82821061166757505050506101000151916101c319848203016102c4850152825180825260208201916020808360051b8301019501926000915b8383106115d957505050506020828101518051610124870152908101516101448601526040015160ff1661016485015250606090604081015161018485015201516101a483015260a05160631983830301608484015280518083526020600582901b8401810193928101926000918101905b8383106115a8575050505050604060800151906063198382030160a4840152815180825260208201916020808360051b8301019401926000915b83831061152a5786600081808b6001600160401b0361102261100d8d6060608001516063198783030160c4880152612153565b610100518582036063190160e4870152612153565b91818116602485015260401c166044830152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af4801561151e57600090611067575b61028f90600435612c0e565b503d90816000823e6110798282611b1d565b602081838101031261010b578051906001600160401b03821161010b57828101601f83830101121561010b57818101516110b281611b72565b926110c06040519485611b1d565b818452602084019085840160208460051b83870101011161010b57602081850101915b60208460051b8387010101831061110357505050505061028f915061105b565b82516001600160401b03811161010b57610140868401820189880103601f19011261010b576040519061113582611b01565b611145602082868a0101016120aa565b8252611157604082868a0101016120be565b6020830152868401810160608101516040840152608001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906111a582611b72565b916111b36040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b9285010101010184106114c857505050505050606083015260a0818589010101516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b01010101519061124082611b72565b9161124e6040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d8c60408b878a8860071b928501010101018410611472575050505050608084019190915250868401810160c08181015160a085015260e08201519084015261010001516001600160401b03811161010b57898801603f8284888c01010101121561010b5760208183878b0101010151906112f382611b72565b916113016040519384611b1d565b808352602083018c8b0160408c85888c8760071b9301010101011161010b57604083868a8e01010101905b8d60408d86898d8860071b930101010101831061140157505050505060e0830152610120818589010101516001600160401b03811161010b57818589010101898801603f8201121561010b57602081015161138681611b72565b916113946040519384611b1d565b8183526040602084019260051b820101908c8b01821161010b57604001915b8183106113e957505050610100830152868401016101400151801515810361010b576101208201528152602092830192016110e3565b602080916113f6856120aa565b8152019201916113b3565b82908d01036080811261010b5760606040519161141d83611ab0565b611426856120d2565b8352601f19011261010b5760809160209160405161144381611acb565b83860151815260408601518482015261145e606087016120d2565b60408201528382015281520191019061132c565b608091849101031261010b57602060809160405161148f81611a95565b611498856120be565b81526114a58386016120aa565b838201526040850151604082015260608501516060820152815201910190611279565b608091849101031261010b5760206080916040516114e581611a95565b845181526114f48386016120be565b83820152611504604086016120aa565b6040820152606085015160608201528152019101906111de565b6040513d6000823e3d90fd5b919395509193602080611596600193601f1986820301875289519060ff825116815263ffffffff84830151168482015263ffffffff60408301511660408201526080611585606084015160a0606085015260a0840190612112565b920151906080818403910152612085565b97019301930190928795949293610fda565b9193955091936020806115c7600193601f198682030187528951612085565b97019301930190928795949293610fa0565b91939650919394602080611654600193601f198682030187528a519061ffff82511681526040611643818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e0840190612085565b920151906040818403910152612085565b9801930193019092889695949293610f2e565b9193949560019193975060206116a38192610343198d82030186526040838c516001600160401b03815116845201519181858201520190612085565b98019201920188969594939192610ef4565b6001600160401b0384351161010b5760a060243583018535013603602319011261010b57604051906116e682611a7a565b6116f860248635858235010101611beb565b825261170d6044863585602435010101611b61565b60208301526117256064863585602435010101611b61565b60408301526001600160401b036084863585602435010101351161010b5761175c3660248035860188350160848101350101611c32565b60608301526001600160401b0360a4863585602435010101351161010b57602491602091829161179a36863588018a350160a4810135018701611ba4565b60808201528152019401939050610dab565b6001600160401b0384351161010b576020806024926117d336858935888235010101611ba4565b8152019401939050610d2c565b6001600160401b0382351161010b5760606024358701840189018335013603602319011261010b5760405161181481611acb565b61182a602484358b878b84350101010101611b52565b81526001600160401b03604484358b878b6024350101010101351161010b576060602435880185018a018435016044810135013603602319011261010b5760405161187481611acb565b611890602480358a0187018c0186350160448101350101611b61565b81526118ae604485356024358b0188018d0101818101350101611b61565b60208201526001600160401b03602435890186018b01853501604481013501606401351161010b576020602435890186018b018535016044810135016064810135013603602319011261010b5760405161190781611ae6565b6001600160401b03602480358b0188018d0187350160448101350160648101350101351161010b5761195736602480358c0189018e01883501604481013501606481013501808201350101611ba4565b8152604082015260208201526001600160401b03606484358b878b6024350101010101351161010b5760209182916119a236602480358c0189018e0188350160648101350101611ba4565b6040820152815201910190610c6c565b6001600160401b0382351161010b57604060243589018b01840185018335013603602319011261010b576040516001600160401b0360448a87878f6119f687611ab0565b611a0e60248a35858585898535010101010101611b3e565b8752883593602435010101010101351161010b576020918291611a558b60248f36928b8b60448c35838387878a3501010101010135938c3593863501010101010101611ba4565b83820152815201910190610bbc565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611a6457604052565b608081019081106001600160401b03821117611a6457604052565b604081019081106001600160401b03821117611a6457604052565b606081019081106001600160401b03821117611a6457604052565b602081019081106001600160401b03821117611a6457604052565b61014081019081106001600160401b03821117611a6457604052565b90601f801991011681019081106001600160401b03821117611a6457604052565b35906001600160401b038216820361010b57565b359061ffff8216820361010b57565b359063ffffffff8216820361010b57565b6001600160401b038111611a645760051b60200190565b6001600160401b038111611a6457601f01601f191660200190565b81601f8201121561010b57803590611bbb82611b89565b92611bc96040519485611b1d565b8284526020838301011161010b57816000926020809301838601378301015290565b359060ff8216820361010b57565b919082606091031261010b57604051611c1181611acb565b6040611c2d818395803585526020810135602086015201611beb565b910152565b9080601f8301121561010b578135916020611c4c84611b72565b93604093611c5d6040519687611b1d565b818652828087019260071b8501019381851161010b578301915b848310611c875750505050505090565b60808383031261010b57836080918751611ca081611ab0565b611ca986611beb565b8152611cb785848801611bf9565b83820152815201920191611c77565b9080601f8301121561010b576020908235611ce081611b72565b93611cee6040519586611b1d565b81855260208086019260051b82010192831161010b57602001905b828210611d17575050505090565b81358152908301908301611d09565b91909160608184031261010b5760405190611d4082611acb565b819381356001600160401b039081811161010b5782611d60918501611cc6565b84526020908184013590811161010b5783019180601f8401121561010b578235611d8981611b72565b93611d976040519586611b1d565b818552838086019260051b82010192831161010b578301905b828210611dc857505050830152604090810135910152565b838091611dd484611beb565b815201910190611db0565b90610140918282019260018060a01b03908183511684526020946001600160401b03868501511686860152604084015160408601526060840151916060860152815180915285610160860192019060005b818110611f925750505060808084015191858103608087015286808451928381520193019060005b818110611f3d5750505060a084015160a086015260c084015160c086015260e08401519185810360e08701528680845192838152019301916000905b828210611ef35750505050610100948584015195858303908601528080875193848152019601926000905b838210611eda57505050505061012080910151151591015290565b8451811688529682019693820193600190910190611ebf565b9091929497938482600192611f2d838a5160ff815116845201518483019060ff604080928051855260208101516020860152015116910152565b969a979601950193920190611e94565b909192949793848682611f826001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b969a979601959401929101611e58565b909193969283608082611fd7600194895160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b95999695019401929101611e30565b9081518152602082015160208201526040820151604082015260a061201a606084015160c0606085015260c0840190611ddf565b926080810151608084015201519060088210156120385760a0015290565b634e487b7160e01b600052602160045260246000fd5b35906001600160a01b038216820361010b57565b60005b8381106120755750506000910152565b8181015183820152602001612065565b9060209161209e81518092818552858086019101612062565b601f01601f1916010190565b51906001600160a01b038216820361010b57565b51906001600160401b038216820361010b57565b519060ff8216820361010b57565b906020806121109360ff8151168452015191019060ff604080928051855260208101516020860152015116910152565b565b90815180825260208080930193019160005b828110612132575050505090565b909192938260808261214760019489516120e0565b01950193929101612124565b9060608101918051606083528051809452608083019360208092019060005b8181106121c55750505080820151938381038285015281808651928381520195019160005b8281106121ae575050505060408091015191015290565b835160ff1687529581019592810192600101612197565b825187529583019591830191600101612172565b604051906121e682611b01565b81610120600091828152826020820152826040820152606080820152606060808201528260a08201528260c0820152606060e082015260606101008201520152565b80548210156122405760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b80518210156122405760209160051b010190565b6040519060c082018281106001600160401b03821117611a6457604052600060a0838281528260208201528260408201526122a36121d9565b60608201528260808201520152565b604051906122bf82611a95565b60006060838281528260208201528260408201520152565b906122e182611b72565b6122ee6040519182611b1d565b82815280926122ff601f1991611b72565b019060005b82811061231057505050565b60209061231b6122b2565b82828501015201612304565b93919295909561233561226a565b5061234084516122d7565b9660005b85518110156124275761236161235a8288612256565b5188612fcf565b9061236a6122b2565b5060808201805151156123d95751918251156122405760019260a060208092015192015191848060a01b038282015116906000604080920151938251956123b087611a95565b865285015283015260608201526123c7828c612256565b526123d2818b612256565b5001612344565b60408051636df2e68d60e11b815260048101919091526013604482015272496e646578206f7574206f6620626f756e647360681b606482015260806024820152806100fd6084820186611ddf565b5091935091946001600160401b03909694966124416122b2565b506040519661244f88611a95565b6000604089015260006060890152875216602086015261246d61226a565b916040519661102088018881106001600160401b03821117611a64576040526080885260005b6110008110612a5157508551968860005b88518110156124d857808b6124c6826124bf6001958e612256565b5192612256565b526124d1818d612256565b50016124a4565b509497919598509192955080600060a08901525b6125e157505050505060a0820151600890818110156120385781831015612038578214801561258d575b1561252057505090565b60a0830151908110156120385761256b926125466125406100fd93612a68565b93612a68565b9061257e604051958695630bd78e0f60e41b8752606060048801526064870190612085565b6003199384878303016024880152612085565b91848303016044850152611fe6565b50600782148015612516575060a0830151818110156120385760021480156125cb575b80612516575060a08301518181101561203857600414612516565b5060a083015181811015612038576003146125b0565b939694959360001901926125f58482612256565b519261260284518a612fcf565b946000975b6060870151518910156126a2576000998a5b61010089015180518210156126955781604061264f8e60608e9561264560018060a01b03968792612256565b5116950151612256565b510151161461266057600101612619565b509860018092939b505b15612679575b01979890612607565b60c088015160208a01528760608a0152600560a08a0152612670565b505098600191929a61266a565b989192999490975095949560406126cb60808901516001600160401b0360208501511690612256565b510151606082015103612a35575b60808701516020828101516001600160a01b0392612700916001600160401b031690612256565b5101511690604060018060a01b039101511603612a19575b600090815b606088015180518410156129885790606061273b8561274494612256565b51015190613274565b916127538160608a0151612256565b518551815114908161296b575b5080612956575b6128df575b61012088015115612781575b6001019161271d565b8a51808a1015612871575b506127956122b2565b506060880151516001600160401b0382161015612836576127c36001600160401b03821660608a0151612256565b51908151916001600160401b0360208201511690606060018060a01b0360408301511691015191604051946127f786611a95565b85526020850152604084015260608301528960001981146107ee578a6001936128278f9d8661282e95019e612256565b528d612256565b509050612778565b60405162461bcd60e51b8152602060048201526013602482015272496e646578206f7574206f6620626f756e647360681b6044820152606490fd5b60019b919b9080821b90808204600214901517156107ee57612892906122d7565b916000825b6128a6575b505050993861278c565b81518110156128da5782816128bc829385612256565b516128c78288612256565b526128d28187612256565b500190612897565b61289c565b60a087015160088110156120385760011480612944575b61292f575b600160a088015260c06129236129158360608c0151612256565b51518060808b015288612fcf565b0151604088015261276c565b60c088015160208801528760608801526128fb565b5060c0880151604088015114156128f6565b50831580612767575060a08801518414612767565b90506001600160401b036020818189015116920151161438612760565b509794909291509792949597600095865b60808b015180518910156129c157600191604061273b8b6129b994612256565b970196612999565b50869499919693989a9297509a949a610120830151159182612a0e575b50506129f0575b5094929193946124ec565b60c081015160208a0152606089015250600360a088015280386129e5565b1415905038806129de565b60c08601516020860152856060860152600460a0860152612718565b60c08701516020870152866060870152600260a08701526126d9565b602090612a5c6122b2565b82828c01015201612493565b6008811015612038578015612bef5760018114612bcd5760028114612ba15760038114612b755760048114612b465760058114612b1c5760068114612af357600714612ad157604051612aba81611ab0565b60078152662ab735b737bbb760c91b602082015290565b604051612add81611ab0565b60068152650848288bea8b60d31b602082015290565b50604051612b0081611ab0565b600c81526b1113d550931157d4d411539160a21b602082015290565b50604051612b2981611ab0565b600d81526c424144205349474e415455524560981b602082015290565b50604051612b5381611ab0565b60128152710a48a8692a0928a9ca8409a92a69a82a886960731b602082015290565b50604051612b8281611ab0565b600f81526e0929cbe9eaaa8be9a92a69a82a8869608b1b602082015290565b50604051612bae81611ab0565b600f81526e0829a9eaa9ca8be9a92a69a82a8869608b1b602082015290565b50604051612bda81611ab0565b60058152641193d5539160da1b602082015290565b50604051612bfc81611ab0565b60028152614f4b60f01b602082015290565b9190612c1983612fac565b6000908152600160205260409020546001600160a01b03163381036100d457506000905b8051821015612fa657612c508282612256565b5192612c5b85612fac565b9060a092612c6c8487015188613250565b600052600260205260406000209660018060a01b038751168854906001600160401b0360a01b60208a0151881b169163ffffffff60e01b16171788556040870151600189015560005b60608801518051821015612d645781612ccd91612256565b519060028a0154600160401b811015611a6457806001612cf6920160028d015560028c016139ac565b612d4e5782518155602083015160018083018054604080880151600160401b600160e01b03911b166001600160401b039094166001600160e01b03199091161792909217909155926002906060015191015501612cb5565b634e487b7160e01b600052600060045260246000fd5b5050919095939594929460005b60808601518051821015612e095781612d8991612256565b519060038a0154600160401b811015611a6457806001612db2920160038d015560038c016139ac565b612d4e57825181546020850151600160401b600160e01b0360409190911b166001600160401b039092166001600160e01b031990911617178155600192600290606090604081015186850155015191015501612d71565b5050919095939594929460c08701518588015160048a0155600589015560005b60e08801518051821015612eb85781612e4191612256565b519060068a015491600160401b831015611a6457600183018060068d01558310156122405760019260068c0160005260206000209060021b019060ff604060036020838551169460ff1995868854161787550151948551888201556020860151600282015501930151169082541617905501612e29565b5050919095939594929460005b6101008601518051821015612f34576001600160a01b0390612ee8908390612256565b51169060078a015491600160401b831015611a6457612f15838c6007600180970191015560078d01612228565b819291549060031b91821b91858060a01b03901b191617905501612ec5565b5050969591959490946008610120860151151591019060ff8019835416911617905560005260016020526001604060002001920151825492600160401b841015611a645783612f899160018096018155612228565b819291549060031b91821b91600019901b19161790550190612c3d565b50509050565b6040516020810191338352604082015260408152612fc981611acb565b51902090565b90612fe291612fdc6121d9565b50613250565b600090815260029060206002815260408083209281519461300286611b01565b845460018060a01b039081811688526001600160401b03809160a01c168689015260019283880154868a01526002880191825461303e81611b72565b9361304b89519586611b1d565b818552875288872087908a86015b838310613207575050505060609260608b015260039260038a0180549161307f83611b72565b9361308c8b519586611b1d565b8385528b8501928a528b8a20918a935b8585106131bf5750505050505060808a015260048089015460a08b0152600589015460c08b0152600689018054926130d384611b72565b946130e08a519687611b1d565b8486528a86019289528a89209189935b868510613167575050505050505060e0880152600786019351908195808654938481520195855280852094915b83831061315057505050505050918161313c60089360ff950382611b1d565b610100850152015416151561012082015290565b85548116875295810195948401949184019161311d565b98858d829c9a9e9b8e80519061317c82611ab0565b60ff90818a5416835280519161319183611acb565b878b01548352888b015486840152898b01541690820152838201528152019401940193929b9799989b6130f0565b99888e8b9f9c8f9c849f9d8051916131d683611a95565b89548981168452821c168483015285890154908201528b880154868201528152019401940193929c989a999c61309c565b9760038c899d9a839c9a8e80519161321e83611a95565b87548352868801548b811686850152821c16908201528986015460608201528152019201920191909a9698979a613059565b906040519060208201923384526040830152606082015260608152612fc981611a95565b919082018092116107ee57565b81601f8201121561010b57805161329781611b89565b926132a56040519485611b1d565b8184526020828401011161010b576132c39160208085019101612062565b90565b9060208282031261010b5781516001600160401b039283821161010b57019060208282031261010b57604051926132fc84611ae6565b825190811161010b5761330f9201613281565b815290565b61331c6121d9565b506101208101511561343c576060810151511580159061342e575b6133af5760a0810151156133485790565b6100fd90604051918291636df2e68d60e11b835260406004840152602560448401527f4465706f736974207472616e73616374696f6e2073686f756c642068617665206064840152641d1e17da5960da1b608484015260a0602484015260a4830190611ddf565b6100fd90604051918291636df2e68d60e11b835260406004840152603860448401527f4465706f736974207472616e73616374696f6e2073686f756c64206e6f74206860648401527f617665207369676e617475726573206f7220696e707574730000000000000000608484015260a0602484015260a4830190611ddf565b5060e0810151511515613337565b906060820151511561394357604051635ca2159160e11b815260008160048173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e57600091613928575b506134ac604051916308bbe51360e21b83526040600484015251602060448401526064830190612085565b60031982820301602483015260018060a01b0384511681526001600160401b0360208501511660208201526040840151604082015281606085015161014060608401528051806101408501526020610160850192019060005b8181106138d55750505060808601519083810360808501526020808351928381520192019060005b818110613882575050506135619060a087015160a085015260c087015160c085015260e087015184820360e0860152612112565b610100860151908381036101008501526020808351928381520192019060005b818110613860575050508190600093610120808901511515910152038173__$acb6f8ef4b6601a39557610fce3f3c9f73$__5af490811561151e576135f591600091829161383e575b506040518093819263509106ff60e11b83526020600484015251602060248401526044830190612085565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561151e576000916137f5575b5060006136396020928360405192828480945193849201612062565b8101039060025afa1561151e5760005160a083015260e08201515161365d81611b72565b9061366b6040519283611b1d565b80825261367a601f1991611b72565b0136602083013761010083015260005b60e083015180518210156137f1576136c86136aa8360a087015193612256565b5160405192632dd015af60e01b8452600484015260248301906120e0565b60a4602082828173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af491821561151e576000926137b5575b506001600160a01b0382161561372c5750610100840151600192916001600160a01b031690613725908390612256565b520161368a565b61321760f11b906100fd86604051938493636df2e68d60e11b855260406004860152604260448601527f4661696c656420746f207265636f766572207369676e61747572652e204f6e6c60648601527f79205349475f4b3120616e64205349475f454d2061726520737570706f727465608486015284015260c0602484015260c4830190611ddf565b9091506020813d6020116137e9575b816137d160209383611b1d565b8101031261010b576137e2906120aa565b90386136f5565b3d91506137c4565b5050565b90503d806000833e6138078183611b1d565b810160208282031261010b5781516001600160401b03811161010b576138366000926136399260209501613281565b92505061361d565b61385a91503d8084833e6138528183611b1d565b8101906132c6565b386135ca565b82516001600160a01b0316845286945060209384019390920191600101613581565b9193509160206080826138c76001948851606080916001600160401b03815116845260018060a01b036020820151166020850152604081015160408501520151910152565b01940191019185939261352d565b91935091602060808261391a600194885160608091805184526001600160401b03602082015116602085015260018060a01b0360408201511660408501520151910152565b019401910191859392613505565b61393d91503d806000833e6138528183611b1d565b38613481565b60408051636df2e68d60e11b81526004810191909152602860448201527f4e6f6e2d6465706f736974207472616e73616374696f6e206d757374206861766064820152676520696e7075747360c01b608482015260a06024820152806100fd60a4820185611ddf565b805482101561224057600052600360206000209102019060009056fea26469706673582212207fdc1ffdf20a188d15ca59019ddd94fb7545fe8656c6c9577464011a0077062c64736f6c63430008190033",
1163
+ "linkReferences": {
1164
+ "contracts/WNS/UTXOio.sol": {
1165
+ "UTXOio": [
1166
+ {
1167
+ "length": 20,
1168
+ "start": 4179
1169
+ },
1170
+ {
1171
+ "length": 20,
1172
+ "start": 13755
1173
+ }
1174
+ ]
1175
+ },
1176
+ "contracts/common/iodata.sol": {
1177
+ "iodata": [
1178
+ {
1179
+ "length": 20,
1180
+ "start": 13432
1181
+ },
1182
+ {
1183
+ "length": 20,
1184
+ "start": 13844
1185
+ }
1186
+ ]
1187
+ },
1188
+ "contracts/common/sysio_verify.sol": {
1189
+ "sysio_verify": [
1190
+ {
1191
+ "length": 20,
1192
+ "start": 14060
1193
+ }
1194
+ ]
1195
+ }
1196
+ },
1197
+ "deployedLinkReferences": {
1198
+ "contracts/WNS/UTXOio.sol": {
1199
+ "UTXOio": [
1200
+ {
1201
+ "length": 20,
1202
+ "start": 4152
1203
+ },
1204
+ {
1205
+ "length": 20,
1206
+ "start": 13728
1207
+ }
1208
+ ]
1209
+ },
1210
+ "contracts/common/iodata.sol": {
1211
+ "iodata": [
1212
+ {
1213
+ "length": 20,
1214
+ "start": 13405
1215
+ },
1216
+ {
1217
+ "length": 20,
1218
+ "start": 13817
1219
+ }
1220
+ ]
1221
+ },
1222
+ "contracts/common/sysio_verify.sol": {
1223
+ "sysio_verify": [
1224
+ {
1225
+ "length": 20,
1226
+ "start": 14033
1227
+ }
1228
+ ]
1229
+ }
1230
+ }
1231
+ }