@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,1983 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "SChain",
4
+ "sourceName": "contracts/WNS/SChain.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint256",
10
+ "name": "_lockInterval",
11
+ "type": "uint256"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "_validInterval",
16
+ "type": "uint256"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "bytes32",
26
+ "name": "blockID",
27
+ "type": "bytes32"
28
+ },
29
+ {
30
+ "internalType": "uint256",
31
+ "name": "expireTime",
32
+ "type": "uint256"
33
+ }
34
+ ],
35
+ "name": "BlockNotExpired",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "bytes32",
42
+ "name": "blockID",
43
+ "type": "bytes32"
44
+ }
45
+ ],
46
+ "name": "BlockNotPresented",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "bytes32",
53
+ "name": "blockID",
54
+ "type": "bytes32"
55
+ },
56
+ {
57
+ "internalType": "uint32",
58
+ "name": "scheduleVersion",
59
+ "type": "uint32"
60
+ },
61
+ {
62
+ "internalType": "address",
63
+ "name": "signer",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "BlockWrongSig",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [
72
+ {
73
+ "internalType": "bytes32",
74
+ "name": "inputBlockID",
75
+ "type": "bytes32"
76
+ },
77
+ {
78
+ "internalType": "bytes32",
79
+ "name": "actualBlockID",
80
+ "type": "bytes32"
81
+ }
82
+ ],
83
+ "name": "IncorrectBlockID",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "uint32",
90
+ "name": "numDistinct",
91
+ "type": "uint32"
92
+ },
93
+ {
94
+ "internalType": "uint32",
95
+ "name": "quorum",
96
+ "type": "uint32"
97
+ }
98
+ ],
99
+ "name": "InsufficientSigners",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "internalType": "address",
106
+ "name": "owner",
107
+ "type": "address"
108
+ }
109
+ ],
110
+ "name": "OwnableInvalidOwner",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "account",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "OwnableUnauthorizedAccount",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "address",
128
+ "name": "producer",
129
+ "type": "address"
130
+ }
131
+ ],
132
+ "name": "ProducerBlacklisted",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "string",
139
+ "name": "reason",
140
+ "type": "string"
141
+ }
142
+ ],
143
+ "name": "ScheduleProofInvalid",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "anonymous": false,
148
+ "inputs": [
149
+ {
150
+ "indexed": true,
151
+ "internalType": "bytes32",
152
+ "name": "blockID",
153
+ "type": "bytes32"
154
+ },
155
+ {
156
+ "indexed": false,
157
+ "internalType": "address",
158
+ "name": "actor",
159
+ "type": "address"
160
+ }
161
+ ],
162
+ "name": "BlockCleaned",
163
+ "type": "event"
164
+ },
165
+ {
166
+ "anonymous": false,
167
+ "inputs": [
168
+ {
169
+ "indexed": false,
170
+ "internalType": "bytes32",
171
+ "name": "blockID",
172
+ "type": "bytes32"
173
+ },
174
+ {
175
+ "indexed": false,
176
+ "internalType": "enum BlockState",
177
+ "name": "state",
178
+ "type": "uint8"
179
+ },
180
+ {
181
+ "indexed": false,
182
+ "internalType": "address",
183
+ "name": "actor",
184
+ "type": "address"
185
+ },
186
+ {
187
+ "indexed": false,
188
+ "internalType": "uint256",
189
+ "name": "earnestAmount",
190
+ "type": "uint256"
191
+ },
192
+ {
193
+ "indexed": false,
194
+ "internalType": "uint256",
195
+ "name": "unlockTime",
196
+ "type": "uint256"
197
+ },
198
+ {
199
+ "indexed": false,
200
+ "internalType": "uint256",
201
+ "name": "expireTime",
202
+ "type": "uint256"
203
+ }
204
+ ],
205
+ "name": "BlockPresented",
206
+ "type": "event"
207
+ },
208
+ {
209
+ "anonymous": false,
210
+ "inputs": [
211
+ {
212
+ "indexed": true,
213
+ "internalType": "address",
214
+ "name": "newChallengeAddr",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "indexed": true,
219
+ "internalType": "address",
220
+ "name": "oldChallengeAddr",
221
+ "type": "address"
222
+ }
223
+ ],
224
+ "name": "ChallengeAddressChanged",
225
+ "type": "event"
226
+ },
227
+ {
228
+ "anonymous": false,
229
+ "inputs": [
230
+ {
231
+ "indexed": false,
232
+ "internalType": "uint256",
233
+ "name": "oldLockInterval",
234
+ "type": "uint256"
235
+ },
236
+ {
237
+ "indexed": false,
238
+ "internalType": "uint256",
239
+ "name": "oldValidInterval",
240
+ "type": "uint256"
241
+ },
242
+ {
243
+ "indexed": false,
244
+ "internalType": "uint256",
245
+ "name": "newLockInterval",
246
+ "type": "uint256"
247
+ },
248
+ {
249
+ "indexed": false,
250
+ "internalType": "uint256",
251
+ "name": "newValidInterval",
252
+ "type": "uint256"
253
+ }
254
+ ],
255
+ "name": "IntervalsChanged",
256
+ "type": "event"
257
+ },
258
+ {
259
+ "anonymous": false,
260
+ "inputs": [
261
+ {
262
+ "indexed": true,
263
+ "internalType": "address",
264
+ "name": "previousOwner",
265
+ "type": "address"
266
+ },
267
+ {
268
+ "indexed": true,
269
+ "internalType": "address",
270
+ "name": "newOwner",
271
+ "type": "address"
272
+ }
273
+ ],
274
+ "name": "OwnershipTransferred",
275
+ "type": "event"
276
+ },
277
+ {
278
+ "anonymous": false,
279
+ "inputs": [
280
+ {
281
+ "indexed": true,
282
+ "internalType": "uint32",
283
+ "name": "scheduleVersion",
284
+ "type": "uint32"
285
+ },
286
+ {
287
+ "indexed": false,
288
+ "internalType": "uint32",
289
+ "name": "firstBlockNum",
290
+ "type": "uint32"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "internalType": "address[]",
295
+ "name": "producerAddrs",
296
+ "type": "address[]"
297
+ }
298
+ ],
299
+ "name": "ScheduleCleared",
300
+ "type": "event"
301
+ },
302
+ {
303
+ "anonymous": false,
304
+ "inputs": [
305
+ {
306
+ "indexed": true,
307
+ "internalType": "uint32",
308
+ "name": "scheduleVersion",
309
+ "type": "uint32"
310
+ },
311
+ {
312
+ "indexed": false,
313
+ "internalType": "uint32",
314
+ "name": "firstBlockNum",
315
+ "type": "uint32"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "address[]",
320
+ "name": "producerAddrs",
321
+ "type": "address[]"
322
+ }
323
+ ],
324
+ "name": "ScheduleSet",
325
+ "type": "event"
326
+ },
327
+ {
328
+ "inputs": [
329
+ {
330
+ "internalType": "address",
331
+ "name": "producer",
332
+ "type": "address"
333
+ }
334
+ ],
335
+ "name": "blacklistProducer",
336
+ "outputs": [],
337
+ "stateMutability": "nonpayable",
338
+ "type": "function"
339
+ },
340
+ {
341
+ "inputs": [],
342
+ "name": "challengeAddr",
343
+ "outputs": [
344
+ {
345
+ "internalType": "address",
346
+ "name": "",
347
+ "type": "address"
348
+ }
349
+ ],
350
+ "stateMutability": "view",
351
+ "type": "function"
352
+ },
353
+ {
354
+ "inputs": [
355
+ {
356
+ "components": [
357
+ {
358
+ "components": [
359
+ {
360
+ "internalType": "uint256",
361
+ "name": "timestamp",
362
+ "type": "uint256"
363
+ },
364
+ {
365
+ "internalType": "SysName",
366
+ "name": "producer",
367
+ "type": "uint64"
368
+ },
369
+ {
370
+ "internalType": "uint16",
371
+ "name": "confirmed",
372
+ "type": "uint16"
373
+ },
374
+ {
375
+ "internalType": "bytes32",
376
+ "name": "previous",
377
+ "type": "bytes32"
378
+ },
379
+ {
380
+ "internalType": "bytes32",
381
+ "name": "txMroot",
382
+ "type": "bytes32"
383
+ },
384
+ {
385
+ "internalType": "bytes32",
386
+ "name": "actMroot",
387
+ "type": "bytes32"
388
+ },
389
+ {
390
+ "internalType": "uint32",
391
+ "name": "scheduleVersion",
392
+ "type": "uint32"
393
+ },
394
+ {
395
+ "components": [
396
+ {
397
+ "internalType": "uint32",
398
+ "name": "version",
399
+ "type": "uint32"
400
+ },
401
+ {
402
+ "components": [
403
+ {
404
+ "internalType": "SysName",
405
+ "name": "account_name",
406
+ "type": "uint64"
407
+ },
408
+ {
409
+ "internalType": "bytes",
410
+ "name": "blockSigningKey",
411
+ "type": "bytes"
412
+ }
413
+ ],
414
+ "internalType": "struct Producer[]",
415
+ "name": "producers",
416
+ "type": "tuple[]"
417
+ }
418
+ ],
419
+ "internalType": "struct ProducerSchedule",
420
+ "name": "new_producers",
421
+ "type": "tuple"
422
+ },
423
+ {
424
+ "components": [
425
+ {
426
+ "internalType": "uint16",
427
+ "name": "extensionType",
428
+ "type": "uint16"
429
+ },
430
+ {
431
+ "components": [
432
+ {
433
+ "internalType": "uint32",
434
+ "name": "length",
435
+ "type": "uint32"
436
+ },
437
+ {
438
+ "internalType": "uint32",
439
+ "name": "offset",
440
+ "type": "uint32"
441
+ },
442
+ {
443
+ "components": [
444
+ {
445
+ "internalType": "bytes",
446
+ "name": "data",
447
+ "type": "bytes"
448
+ }
449
+ ],
450
+ "internalType": "struct iodata.Buffer",
451
+ "name": "data",
452
+ "type": "tuple"
453
+ }
454
+ ],
455
+ "internalType": "struct DataRef",
456
+ "name": "dataRef",
457
+ "type": "tuple"
458
+ },
459
+ {
460
+ "internalType": "bytes",
461
+ "name": "data",
462
+ "type": "bytes"
463
+ }
464
+ ],
465
+ "internalType": "struct Extension[]",
466
+ "name": "header_extensions",
467
+ "type": "tuple[]"
468
+ }
469
+ ],
470
+ "internalType": "struct BlockHeader",
471
+ "name": "header",
472
+ "type": "tuple"
473
+ },
474
+ {
475
+ "components": [
476
+ {
477
+ "internalType": "bytes32",
478
+ "name": "r",
479
+ "type": "bytes32"
480
+ },
481
+ {
482
+ "internalType": "bytes32",
483
+ "name": "s",
484
+ "type": "bytes32"
485
+ },
486
+ {
487
+ "internalType": "uint8",
488
+ "name": "v",
489
+ "type": "uint8"
490
+ }
491
+ ],
492
+ "internalType": "struct PointSigValues",
493
+ "name": "signature",
494
+ "type": "tuple"
495
+ },
496
+ {
497
+ "internalType": "bytes32",
498
+ "name": "blockMRoot",
499
+ "type": "bytes32"
500
+ },
501
+ {
502
+ "internalType": "bytes32",
503
+ "name": "scheduleHash",
504
+ "type": "bytes32"
505
+ }
506
+ ],
507
+ "internalType": "struct SignedHeader",
508
+ "name": "header",
509
+ "type": "tuple"
510
+ },
511
+ {
512
+ "components": [
513
+ {
514
+ "internalType": "bytes32[]",
515
+ "name": "proof",
516
+ "type": "bytes32[]"
517
+ },
518
+ {
519
+ "internalType": "uint8[]",
520
+ "name": "ops",
521
+ "type": "uint8[]"
522
+ },
523
+ {
524
+ "internalType": "uint256",
525
+ "name": "maxStack",
526
+ "type": "uint256"
527
+ }
528
+ ],
529
+ "internalType": "struct MerkleProof",
530
+ "name": "merkleProof",
531
+ "type": "tuple"
532
+ },
533
+ {
534
+ "internalType": "SysName",
535
+ "name": "sRootContract",
536
+ "type": "uint64"
537
+ },
538
+ {
539
+ "internalType": "bytes32",
540
+ "name": "transactionID",
541
+ "type": "bytes32"
542
+ },
543
+ {
544
+ "components": [
545
+ {
546
+ "internalType": "uint8",
547
+ "name": "status",
548
+ "type": "uint8"
549
+ },
550
+ {
551
+ "internalType": "uint32",
552
+ "name": "cpu_usage_us",
553
+ "type": "uint32"
554
+ },
555
+ {
556
+ "internalType": "uint32",
557
+ "name": "net_usage_words",
558
+ "type": "uint32"
559
+ },
560
+ {
561
+ "components": [
562
+ {
563
+ "internalType": "uint8",
564
+ "name": "keyType",
565
+ "type": "uint8"
566
+ },
567
+ {
568
+ "components": [
569
+ {
570
+ "internalType": "bytes32",
571
+ "name": "r",
572
+ "type": "bytes32"
573
+ },
574
+ {
575
+ "internalType": "bytes32",
576
+ "name": "s",
577
+ "type": "bytes32"
578
+ },
579
+ {
580
+ "internalType": "uint8",
581
+ "name": "v",
582
+ "type": "uint8"
583
+ }
584
+ ],
585
+ "internalType": "struct PointSigValues",
586
+ "name": "rsv",
587
+ "type": "tuple"
588
+ }
589
+ ],
590
+ "internalType": "struct Signature[]",
591
+ "name": "signatures",
592
+ "type": "tuple[]"
593
+ },
594
+ {
595
+ "internalType": "bytes",
596
+ "name": "packed_context_free_data",
597
+ "type": "bytes"
598
+ }
599
+ ],
600
+ "internalType": "struct TransactionExtra",
601
+ "name": "txExtra",
602
+ "type": "tuple"
603
+ }
604
+ ],
605
+ "name": "checkTx",
606
+ "outputs": [
607
+ {
608
+ "internalType": "enum BlockState",
609
+ "name": "state",
610
+ "type": "uint8"
611
+ },
612
+ {
613
+ "internalType": "uint256",
614
+ "name": "unlockTime",
615
+ "type": "uint256"
616
+ },
617
+ {
618
+ "internalType": "uint256",
619
+ "name": "expireTime",
620
+ "type": "uint256"
621
+ }
622
+ ],
623
+ "stateMutability": "nonpayable",
624
+ "type": "function"
625
+ },
626
+ {
627
+ "inputs": [
628
+ {
629
+ "internalType": "bytes32",
630
+ "name": "batchBlockID",
631
+ "type": "bytes32"
632
+ },
633
+ {
634
+ "components": [
635
+ {
636
+ "components": [
637
+ {
638
+ "internalType": "uint256",
639
+ "name": "timestamp",
640
+ "type": "uint256"
641
+ },
642
+ {
643
+ "internalType": "SysName",
644
+ "name": "producer",
645
+ "type": "uint64"
646
+ },
647
+ {
648
+ "internalType": "uint16",
649
+ "name": "confirmed",
650
+ "type": "uint16"
651
+ },
652
+ {
653
+ "internalType": "bytes32",
654
+ "name": "previous",
655
+ "type": "bytes32"
656
+ },
657
+ {
658
+ "internalType": "bytes32",
659
+ "name": "txMroot",
660
+ "type": "bytes32"
661
+ },
662
+ {
663
+ "internalType": "bytes32",
664
+ "name": "actMroot",
665
+ "type": "bytes32"
666
+ },
667
+ {
668
+ "internalType": "uint32",
669
+ "name": "scheduleVersion",
670
+ "type": "uint32"
671
+ },
672
+ {
673
+ "components": [
674
+ {
675
+ "internalType": "uint32",
676
+ "name": "version",
677
+ "type": "uint32"
678
+ },
679
+ {
680
+ "components": [
681
+ {
682
+ "internalType": "SysName",
683
+ "name": "account_name",
684
+ "type": "uint64"
685
+ },
686
+ {
687
+ "internalType": "bytes",
688
+ "name": "blockSigningKey",
689
+ "type": "bytes"
690
+ }
691
+ ],
692
+ "internalType": "struct Producer[]",
693
+ "name": "producers",
694
+ "type": "tuple[]"
695
+ }
696
+ ],
697
+ "internalType": "struct ProducerSchedule",
698
+ "name": "new_producers",
699
+ "type": "tuple"
700
+ },
701
+ {
702
+ "components": [
703
+ {
704
+ "internalType": "uint16",
705
+ "name": "extensionType",
706
+ "type": "uint16"
707
+ },
708
+ {
709
+ "components": [
710
+ {
711
+ "internalType": "uint32",
712
+ "name": "length",
713
+ "type": "uint32"
714
+ },
715
+ {
716
+ "internalType": "uint32",
717
+ "name": "offset",
718
+ "type": "uint32"
719
+ },
720
+ {
721
+ "components": [
722
+ {
723
+ "internalType": "bytes",
724
+ "name": "data",
725
+ "type": "bytes"
726
+ }
727
+ ],
728
+ "internalType": "struct iodata.Buffer",
729
+ "name": "data",
730
+ "type": "tuple"
731
+ }
732
+ ],
733
+ "internalType": "struct DataRef",
734
+ "name": "dataRef",
735
+ "type": "tuple"
736
+ },
737
+ {
738
+ "internalType": "bytes",
739
+ "name": "data",
740
+ "type": "bytes"
741
+ }
742
+ ],
743
+ "internalType": "struct Extension[]",
744
+ "name": "header_extensions",
745
+ "type": "tuple[]"
746
+ }
747
+ ],
748
+ "internalType": "struct BlockHeader",
749
+ "name": "header",
750
+ "type": "tuple"
751
+ },
752
+ {
753
+ "components": [
754
+ {
755
+ "internalType": "bytes32",
756
+ "name": "r",
757
+ "type": "bytes32"
758
+ },
759
+ {
760
+ "internalType": "bytes32",
761
+ "name": "s",
762
+ "type": "bytes32"
763
+ },
764
+ {
765
+ "internalType": "uint8",
766
+ "name": "v",
767
+ "type": "uint8"
768
+ }
769
+ ],
770
+ "internalType": "struct PointSigValues",
771
+ "name": "signature",
772
+ "type": "tuple"
773
+ },
774
+ {
775
+ "internalType": "bytes32",
776
+ "name": "blockMRoot",
777
+ "type": "bytes32"
778
+ },
779
+ {
780
+ "internalType": "bytes32",
781
+ "name": "scheduleHash",
782
+ "type": "bytes32"
783
+ }
784
+ ],
785
+ "internalType": "struct SignedHeader",
786
+ "name": "header",
787
+ "type": "tuple"
788
+ }
789
+ ],
790
+ "name": "cleanBlock",
791
+ "outputs": [],
792
+ "stateMutability": "nonpayable",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [
797
+ {
798
+ "internalType": "uint32",
799
+ "name": "scheduleVersion",
800
+ "type": "uint32"
801
+ }
802
+ ],
803
+ "name": "clearSchedule",
804
+ "outputs": [],
805
+ "stateMutability": "nonpayable",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [
810
+ {
811
+ "components": [
812
+ {
813
+ "components": [
814
+ {
815
+ "internalType": "uint256",
816
+ "name": "timestamp",
817
+ "type": "uint256"
818
+ },
819
+ {
820
+ "internalType": "SysName",
821
+ "name": "producer",
822
+ "type": "uint64"
823
+ },
824
+ {
825
+ "internalType": "uint16",
826
+ "name": "confirmed",
827
+ "type": "uint16"
828
+ },
829
+ {
830
+ "internalType": "bytes32",
831
+ "name": "previous",
832
+ "type": "bytes32"
833
+ },
834
+ {
835
+ "internalType": "bytes32",
836
+ "name": "txMroot",
837
+ "type": "bytes32"
838
+ },
839
+ {
840
+ "internalType": "bytes32",
841
+ "name": "actMroot",
842
+ "type": "bytes32"
843
+ },
844
+ {
845
+ "internalType": "uint32",
846
+ "name": "scheduleVersion",
847
+ "type": "uint32"
848
+ },
849
+ {
850
+ "components": [
851
+ {
852
+ "internalType": "uint32",
853
+ "name": "version",
854
+ "type": "uint32"
855
+ },
856
+ {
857
+ "components": [
858
+ {
859
+ "internalType": "SysName",
860
+ "name": "account_name",
861
+ "type": "uint64"
862
+ },
863
+ {
864
+ "internalType": "bytes",
865
+ "name": "blockSigningKey",
866
+ "type": "bytes"
867
+ }
868
+ ],
869
+ "internalType": "struct Producer[]",
870
+ "name": "producers",
871
+ "type": "tuple[]"
872
+ }
873
+ ],
874
+ "internalType": "struct ProducerSchedule",
875
+ "name": "new_producers",
876
+ "type": "tuple"
877
+ },
878
+ {
879
+ "components": [
880
+ {
881
+ "internalType": "uint16",
882
+ "name": "extensionType",
883
+ "type": "uint16"
884
+ },
885
+ {
886
+ "components": [
887
+ {
888
+ "internalType": "uint32",
889
+ "name": "length",
890
+ "type": "uint32"
891
+ },
892
+ {
893
+ "internalType": "uint32",
894
+ "name": "offset",
895
+ "type": "uint32"
896
+ },
897
+ {
898
+ "components": [
899
+ {
900
+ "internalType": "bytes",
901
+ "name": "data",
902
+ "type": "bytes"
903
+ }
904
+ ],
905
+ "internalType": "struct iodata.Buffer",
906
+ "name": "data",
907
+ "type": "tuple"
908
+ }
909
+ ],
910
+ "internalType": "struct DataRef",
911
+ "name": "dataRef",
912
+ "type": "tuple"
913
+ },
914
+ {
915
+ "internalType": "bytes",
916
+ "name": "data",
917
+ "type": "bytes"
918
+ }
919
+ ],
920
+ "internalType": "struct Extension[]",
921
+ "name": "header_extensions",
922
+ "type": "tuple[]"
923
+ }
924
+ ],
925
+ "internalType": "struct BlockHeader",
926
+ "name": "header",
927
+ "type": "tuple"
928
+ },
929
+ {
930
+ "components": [
931
+ {
932
+ "internalType": "bytes32",
933
+ "name": "r",
934
+ "type": "bytes32"
935
+ },
936
+ {
937
+ "internalType": "bytes32",
938
+ "name": "s",
939
+ "type": "bytes32"
940
+ },
941
+ {
942
+ "internalType": "uint8",
943
+ "name": "v",
944
+ "type": "uint8"
945
+ }
946
+ ],
947
+ "internalType": "struct PointSigValues",
948
+ "name": "signature",
949
+ "type": "tuple"
950
+ },
951
+ {
952
+ "internalType": "bytes32",
953
+ "name": "blockMRoot",
954
+ "type": "bytes32"
955
+ },
956
+ {
957
+ "internalType": "bytes32",
958
+ "name": "scheduleHash",
959
+ "type": "bytes32"
960
+ }
961
+ ],
962
+ "internalType": "struct SignedHeader",
963
+ "name": "header",
964
+ "type": "tuple"
965
+ }
966
+ ],
967
+ "name": "getExpireTime",
968
+ "outputs": [
969
+ {
970
+ "internalType": "uint256",
971
+ "name": "expireTime",
972
+ "type": "uint256"
973
+ }
974
+ ],
975
+ "stateMutability": "view",
976
+ "type": "function"
977
+ },
978
+ {
979
+ "inputs": [],
980
+ "name": "getLastValidInfo",
981
+ "outputs": [
982
+ {
983
+ "internalType": "uint32",
984
+ "name": "num",
985
+ "type": "uint32"
986
+ },
987
+ {
988
+ "internalType": "uint32",
989
+ "name": "sNum",
990
+ "type": "uint32"
991
+ }
992
+ ],
993
+ "stateMutability": "view",
994
+ "type": "function"
995
+ },
996
+ {
997
+ "inputs": [],
998
+ "name": "getPendingCount",
999
+ "outputs": [
1000
+ {
1001
+ "internalType": "uint32",
1002
+ "name": "pending",
1003
+ "type": "uint32"
1004
+ }
1005
+ ],
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "inputs": [
1011
+ {
1012
+ "internalType": "address",
1013
+ "name": "producer",
1014
+ "type": "address"
1015
+ },
1016
+ {
1017
+ "internalType": "uint32",
1018
+ "name": "scheduleVersion",
1019
+ "type": "uint32"
1020
+ }
1021
+ ],
1022
+ "name": "getProducerState",
1023
+ "outputs": [
1024
+ {
1025
+ "internalType": "enum SChain.ProducerState",
1026
+ "name": "",
1027
+ "type": "uint8"
1028
+ }
1029
+ ],
1030
+ "stateMutability": "view",
1031
+ "type": "function"
1032
+ },
1033
+ {
1034
+ "inputs": [],
1035
+ "name": "getSchedules",
1036
+ "outputs": [
1037
+ {
1038
+ "components": [
1039
+ {
1040
+ "internalType": "uint32",
1041
+ "name": "scheduleVersion",
1042
+ "type": "uint32"
1043
+ },
1044
+ {
1045
+ "internalType": "uint32",
1046
+ "name": "firstBlockNum",
1047
+ "type": "uint32"
1048
+ },
1049
+ {
1050
+ "components": [
1051
+ {
1052
+ "internalType": "address",
1053
+ "name": "producer",
1054
+ "type": "address"
1055
+ },
1056
+ {
1057
+ "internalType": "enum SChain.ProducerState",
1058
+ "name": "state",
1059
+ "type": "uint8"
1060
+ },
1061
+ {
1062
+ "internalType": "string",
1063
+ "name": "state_name",
1064
+ "type": "string"
1065
+ }
1066
+ ],
1067
+ "internalType": "struct SChain.ProducerInfo[]",
1068
+ "name": "producers",
1069
+ "type": "tuple[]"
1070
+ }
1071
+ ],
1072
+ "internalType": "struct SChain.ScheduleInfo[]",
1073
+ "name": "",
1074
+ "type": "tuple[]"
1075
+ }
1076
+ ],
1077
+ "stateMutability": "view",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [
1082
+ {
1083
+ "internalType": "uint32",
1084
+ "name": "",
1085
+ "type": "uint32"
1086
+ }
1087
+ ],
1088
+ "name": "knownSchedules",
1089
+ "outputs": [
1090
+ {
1091
+ "internalType": "uint32",
1092
+ "name": "firstBlock",
1093
+ "type": "uint32"
1094
+ }
1095
+ ],
1096
+ "stateMutability": "view",
1097
+ "type": "function"
1098
+ },
1099
+ {
1100
+ "inputs": [],
1101
+ "name": "lastValid",
1102
+ "outputs": [
1103
+ {
1104
+ "internalType": "uint32",
1105
+ "name": "number",
1106
+ "type": "uint32"
1107
+ },
1108
+ {
1109
+ "internalType": "bytes32",
1110
+ "name": "ID",
1111
+ "type": "bytes32"
1112
+ },
1113
+ {
1114
+ "internalType": "uint32",
1115
+ "name": "sNumber",
1116
+ "type": "uint32"
1117
+ },
1118
+ {
1119
+ "internalType": "bytes32",
1120
+ "name": "SID",
1121
+ "type": "bytes32"
1122
+ },
1123
+ {
1124
+ "internalType": "uint32",
1125
+ "name": "scheduleVersion",
1126
+ "type": "uint32"
1127
+ }
1128
+ ],
1129
+ "stateMutability": "view",
1130
+ "type": "function"
1131
+ },
1132
+ {
1133
+ "inputs": [
1134
+ {
1135
+ "components": [
1136
+ {
1137
+ "components": [
1138
+ {
1139
+ "internalType": "uint256",
1140
+ "name": "timestamp",
1141
+ "type": "uint256"
1142
+ },
1143
+ {
1144
+ "internalType": "SysName",
1145
+ "name": "producer",
1146
+ "type": "uint64"
1147
+ },
1148
+ {
1149
+ "internalType": "uint16",
1150
+ "name": "confirmed",
1151
+ "type": "uint16"
1152
+ },
1153
+ {
1154
+ "internalType": "bytes32",
1155
+ "name": "previous",
1156
+ "type": "bytes32"
1157
+ },
1158
+ {
1159
+ "internalType": "bytes32",
1160
+ "name": "txMroot",
1161
+ "type": "bytes32"
1162
+ },
1163
+ {
1164
+ "internalType": "bytes32",
1165
+ "name": "actMroot",
1166
+ "type": "bytes32"
1167
+ },
1168
+ {
1169
+ "internalType": "uint32",
1170
+ "name": "scheduleVersion",
1171
+ "type": "uint32"
1172
+ },
1173
+ {
1174
+ "components": [
1175
+ {
1176
+ "internalType": "uint32",
1177
+ "name": "version",
1178
+ "type": "uint32"
1179
+ },
1180
+ {
1181
+ "components": [
1182
+ {
1183
+ "internalType": "SysName",
1184
+ "name": "account_name",
1185
+ "type": "uint64"
1186
+ },
1187
+ {
1188
+ "internalType": "bytes",
1189
+ "name": "blockSigningKey",
1190
+ "type": "bytes"
1191
+ }
1192
+ ],
1193
+ "internalType": "struct Producer[]",
1194
+ "name": "producers",
1195
+ "type": "tuple[]"
1196
+ }
1197
+ ],
1198
+ "internalType": "struct ProducerSchedule",
1199
+ "name": "new_producers",
1200
+ "type": "tuple"
1201
+ },
1202
+ {
1203
+ "components": [
1204
+ {
1205
+ "internalType": "uint16",
1206
+ "name": "extensionType",
1207
+ "type": "uint16"
1208
+ },
1209
+ {
1210
+ "components": [
1211
+ {
1212
+ "internalType": "uint32",
1213
+ "name": "length",
1214
+ "type": "uint32"
1215
+ },
1216
+ {
1217
+ "internalType": "uint32",
1218
+ "name": "offset",
1219
+ "type": "uint32"
1220
+ },
1221
+ {
1222
+ "components": [
1223
+ {
1224
+ "internalType": "bytes",
1225
+ "name": "data",
1226
+ "type": "bytes"
1227
+ }
1228
+ ],
1229
+ "internalType": "struct iodata.Buffer",
1230
+ "name": "data",
1231
+ "type": "tuple"
1232
+ }
1233
+ ],
1234
+ "internalType": "struct DataRef",
1235
+ "name": "dataRef",
1236
+ "type": "tuple"
1237
+ },
1238
+ {
1239
+ "internalType": "bytes",
1240
+ "name": "data",
1241
+ "type": "bytes"
1242
+ }
1243
+ ],
1244
+ "internalType": "struct Extension[]",
1245
+ "name": "header_extensions",
1246
+ "type": "tuple[]"
1247
+ }
1248
+ ],
1249
+ "internalType": "struct BlockHeader",
1250
+ "name": "header",
1251
+ "type": "tuple"
1252
+ },
1253
+ {
1254
+ "components": [
1255
+ {
1256
+ "internalType": "bytes32",
1257
+ "name": "r",
1258
+ "type": "bytes32"
1259
+ },
1260
+ {
1261
+ "internalType": "bytes32",
1262
+ "name": "s",
1263
+ "type": "bytes32"
1264
+ },
1265
+ {
1266
+ "internalType": "uint8",
1267
+ "name": "v",
1268
+ "type": "uint8"
1269
+ }
1270
+ ],
1271
+ "internalType": "struct PointSigValues",
1272
+ "name": "signature",
1273
+ "type": "tuple"
1274
+ },
1275
+ {
1276
+ "internalType": "bytes32",
1277
+ "name": "blockMRoot",
1278
+ "type": "bytes32"
1279
+ },
1280
+ {
1281
+ "internalType": "bytes32",
1282
+ "name": "scheduleHash",
1283
+ "type": "bytes32"
1284
+ }
1285
+ ],
1286
+ "internalType": "struct SignedHeader[]",
1287
+ "name": "newProducerBlocks",
1288
+ "type": "tuple[]"
1289
+ },
1290
+ {
1291
+ "components": [
1292
+ {
1293
+ "components": [
1294
+ {
1295
+ "internalType": "uint256",
1296
+ "name": "timestamp",
1297
+ "type": "uint256"
1298
+ },
1299
+ {
1300
+ "internalType": "SysName",
1301
+ "name": "producer",
1302
+ "type": "uint64"
1303
+ },
1304
+ {
1305
+ "internalType": "uint16",
1306
+ "name": "confirmed",
1307
+ "type": "uint16"
1308
+ },
1309
+ {
1310
+ "internalType": "bytes32",
1311
+ "name": "previous",
1312
+ "type": "bytes32"
1313
+ },
1314
+ {
1315
+ "internalType": "bytes32",
1316
+ "name": "txMroot",
1317
+ "type": "bytes32"
1318
+ },
1319
+ {
1320
+ "internalType": "bytes32",
1321
+ "name": "actMroot",
1322
+ "type": "bytes32"
1323
+ },
1324
+ {
1325
+ "internalType": "uint32",
1326
+ "name": "scheduleVersion",
1327
+ "type": "uint32"
1328
+ },
1329
+ {
1330
+ "components": [
1331
+ {
1332
+ "internalType": "uint32",
1333
+ "name": "version",
1334
+ "type": "uint32"
1335
+ },
1336
+ {
1337
+ "components": [
1338
+ {
1339
+ "internalType": "SysName",
1340
+ "name": "account_name",
1341
+ "type": "uint64"
1342
+ },
1343
+ {
1344
+ "internalType": "bytes",
1345
+ "name": "blockSigningKey",
1346
+ "type": "bytes"
1347
+ }
1348
+ ],
1349
+ "internalType": "struct Producer[]",
1350
+ "name": "producers",
1351
+ "type": "tuple[]"
1352
+ }
1353
+ ],
1354
+ "internalType": "struct ProducerSchedule",
1355
+ "name": "new_producers",
1356
+ "type": "tuple"
1357
+ },
1358
+ {
1359
+ "components": [
1360
+ {
1361
+ "internalType": "uint16",
1362
+ "name": "extensionType",
1363
+ "type": "uint16"
1364
+ },
1365
+ {
1366
+ "components": [
1367
+ {
1368
+ "internalType": "uint32",
1369
+ "name": "length",
1370
+ "type": "uint32"
1371
+ },
1372
+ {
1373
+ "internalType": "uint32",
1374
+ "name": "offset",
1375
+ "type": "uint32"
1376
+ },
1377
+ {
1378
+ "components": [
1379
+ {
1380
+ "internalType": "bytes",
1381
+ "name": "data",
1382
+ "type": "bytes"
1383
+ }
1384
+ ],
1385
+ "internalType": "struct iodata.Buffer",
1386
+ "name": "data",
1387
+ "type": "tuple"
1388
+ }
1389
+ ],
1390
+ "internalType": "struct DataRef",
1391
+ "name": "dataRef",
1392
+ "type": "tuple"
1393
+ },
1394
+ {
1395
+ "internalType": "bytes",
1396
+ "name": "data",
1397
+ "type": "bytes"
1398
+ }
1399
+ ],
1400
+ "internalType": "struct Extension[]",
1401
+ "name": "header_extensions",
1402
+ "type": "tuple[]"
1403
+ }
1404
+ ],
1405
+ "internalType": "struct BlockHeader",
1406
+ "name": "header",
1407
+ "type": "tuple"
1408
+ },
1409
+ {
1410
+ "components": [
1411
+ {
1412
+ "internalType": "bytes32",
1413
+ "name": "r",
1414
+ "type": "bytes32"
1415
+ },
1416
+ {
1417
+ "internalType": "bytes32",
1418
+ "name": "s",
1419
+ "type": "bytes32"
1420
+ },
1421
+ {
1422
+ "internalType": "uint8",
1423
+ "name": "v",
1424
+ "type": "uint8"
1425
+ }
1426
+ ],
1427
+ "internalType": "struct PointSigValues",
1428
+ "name": "signature",
1429
+ "type": "tuple"
1430
+ },
1431
+ {
1432
+ "internalType": "bytes32",
1433
+ "name": "blockMRoot",
1434
+ "type": "bytes32"
1435
+ },
1436
+ {
1437
+ "internalType": "bytes32",
1438
+ "name": "scheduleHash",
1439
+ "type": "bytes32"
1440
+ }
1441
+ ],
1442
+ "internalType": "struct SignedHeader",
1443
+ "name": "firstActiveBlock",
1444
+ "type": "tuple"
1445
+ }
1446
+ ],
1447
+ "name": "newSchedule",
1448
+ "outputs": [],
1449
+ "stateMutability": "nonpayable",
1450
+ "type": "function"
1451
+ },
1452
+ {
1453
+ "inputs": [],
1454
+ "name": "owner",
1455
+ "outputs": [
1456
+ {
1457
+ "internalType": "address",
1458
+ "name": "",
1459
+ "type": "address"
1460
+ }
1461
+ ],
1462
+ "stateMutability": "view",
1463
+ "type": "function"
1464
+ },
1465
+ {
1466
+ "inputs": [
1467
+ {
1468
+ "internalType": "bytes32",
1469
+ "name": "",
1470
+ "type": "bytes32"
1471
+ }
1472
+ ],
1473
+ "name": "pendingBlocks",
1474
+ "outputs": [
1475
+ {
1476
+ "internalType": "uint256",
1477
+ "name": "unlockTime",
1478
+ "type": "uint256"
1479
+ }
1480
+ ],
1481
+ "stateMutability": "view",
1482
+ "type": "function"
1483
+ },
1484
+ {
1485
+ "inputs": [],
1486
+ "name": "pendingCount",
1487
+ "outputs": [
1488
+ {
1489
+ "internalType": "uint32",
1490
+ "name": "",
1491
+ "type": "uint32"
1492
+ }
1493
+ ],
1494
+ "stateMutability": "view",
1495
+ "type": "function"
1496
+ },
1497
+ {
1498
+ "inputs": [
1499
+ {
1500
+ "components": [
1501
+ {
1502
+ "components": [
1503
+ {
1504
+ "internalType": "uint256",
1505
+ "name": "timestamp",
1506
+ "type": "uint256"
1507
+ },
1508
+ {
1509
+ "internalType": "SysName",
1510
+ "name": "producer",
1511
+ "type": "uint64"
1512
+ },
1513
+ {
1514
+ "internalType": "uint16",
1515
+ "name": "confirmed",
1516
+ "type": "uint16"
1517
+ },
1518
+ {
1519
+ "internalType": "bytes32",
1520
+ "name": "previous",
1521
+ "type": "bytes32"
1522
+ },
1523
+ {
1524
+ "internalType": "bytes32",
1525
+ "name": "txMroot",
1526
+ "type": "bytes32"
1527
+ },
1528
+ {
1529
+ "internalType": "bytes32",
1530
+ "name": "actMroot",
1531
+ "type": "bytes32"
1532
+ },
1533
+ {
1534
+ "internalType": "uint32",
1535
+ "name": "scheduleVersion",
1536
+ "type": "uint32"
1537
+ },
1538
+ {
1539
+ "components": [
1540
+ {
1541
+ "internalType": "uint32",
1542
+ "name": "version",
1543
+ "type": "uint32"
1544
+ },
1545
+ {
1546
+ "components": [
1547
+ {
1548
+ "internalType": "SysName",
1549
+ "name": "account_name",
1550
+ "type": "uint64"
1551
+ },
1552
+ {
1553
+ "internalType": "bytes",
1554
+ "name": "blockSigningKey",
1555
+ "type": "bytes"
1556
+ }
1557
+ ],
1558
+ "internalType": "struct Producer[]",
1559
+ "name": "producers",
1560
+ "type": "tuple[]"
1561
+ }
1562
+ ],
1563
+ "internalType": "struct ProducerSchedule",
1564
+ "name": "new_producers",
1565
+ "type": "tuple"
1566
+ },
1567
+ {
1568
+ "components": [
1569
+ {
1570
+ "internalType": "uint16",
1571
+ "name": "extensionType",
1572
+ "type": "uint16"
1573
+ },
1574
+ {
1575
+ "components": [
1576
+ {
1577
+ "internalType": "uint32",
1578
+ "name": "length",
1579
+ "type": "uint32"
1580
+ },
1581
+ {
1582
+ "internalType": "uint32",
1583
+ "name": "offset",
1584
+ "type": "uint32"
1585
+ },
1586
+ {
1587
+ "components": [
1588
+ {
1589
+ "internalType": "bytes",
1590
+ "name": "data",
1591
+ "type": "bytes"
1592
+ }
1593
+ ],
1594
+ "internalType": "struct iodata.Buffer",
1595
+ "name": "data",
1596
+ "type": "tuple"
1597
+ }
1598
+ ],
1599
+ "internalType": "struct DataRef",
1600
+ "name": "dataRef",
1601
+ "type": "tuple"
1602
+ },
1603
+ {
1604
+ "internalType": "bytes",
1605
+ "name": "data",
1606
+ "type": "bytes"
1607
+ }
1608
+ ],
1609
+ "internalType": "struct Extension[]",
1610
+ "name": "header_extensions",
1611
+ "type": "tuple[]"
1612
+ }
1613
+ ],
1614
+ "internalType": "struct BlockHeader",
1615
+ "name": "header",
1616
+ "type": "tuple"
1617
+ },
1618
+ {
1619
+ "components": [
1620
+ {
1621
+ "internalType": "bytes32",
1622
+ "name": "r",
1623
+ "type": "bytes32"
1624
+ },
1625
+ {
1626
+ "internalType": "bytes32",
1627
+ "name": "s",
1628
+ "type": "bytes32"
1629
+ },
1630
+ {
1631
+ "internalType": "uint8",
1632
+ "name": "v",
1633
+ "type": "uint8"
1634
+ }
1635
+ ],
1636
+ "internalType": "struct PointSigValues",
1637
+ "name": "signature",
1638
+ "type": "tuple"
1639
+ },
1640
+ {
1641
+ "internalType": "bytes32",
1642
+ "name": "blockMRoot",
1643
+ "type": "bytes32"
1644
+ },
1645
+ {
1646
+ "internalType": "bytes32",
1647
+ "name": "scheduleHash",
1648
+ "type": "bytes32"
1649
+ }
1650
+ ],
1651
+ "internalType": "struct SignedHeader",
1652
+ "name": "header",
1653
+ "type": "tuple"
1654
+ }
1655
+ ],
1656
+ "name": "presentBlock",
1657
+ "outputs": [
1658
+ {
1659
+ "internalType": "bytes32",
1660
+ "name": "blockID",
1661
+ "type": "bytes32"
1662
+ },
1663
+ {
1664
+ "internalType": "enum BlockState",
1665
+ "name": "state",
1666
+ "type": "uint8"
1667
+ },
1668
+ {
1669
+ "internalType": "uint256",
1670
+ "name": "unlockTime",
1671
+ "type": "uint256"
1672
+ },
1673
+ {
1674
+ "internalType": "uint256",
1675
+ "name": "expireTime",
1676
+ "type": "uint256"
1677
+ }
1678
+ ],
1679
+ "stateMutability": "payable",
1680
+ "type": "function"
1681
+ },
1682
+ {
1683
+ "inputs": [
1684
+ {
1685
+ "internalType": "address",
1686
+ "name": "",
1687
+ "type": "address"
1688
+ }
1689
+ ],
1690
+ "name": "producerBlacklist",
1691
+ "outputs": [
1692
+ {
1693
+ "internalType": "uint256",
1694
+ "name": "",
1695
+ "type": "uint256"
1696
+ }
1697
+ ],
1698
+ "stateMutability": "view",
1699
+ "type": "function"
1700
+ },
1701
+ {
1702
+ "inputs": [],
1703
+ "name": "renounceOwnership",
1704
+ "outputs": [],
1705
+ "stateMutability": "nonpayable",
1706
+ "type": "function"
1707
+ },
1708
+ {
1709
+ "inputs": [],
1710
+ "name": "scheduleQueue",
1711
+ "outputs": [
1712
+ {
1713
+ "internalType": "uint128",
1714
+ "name": "_begin",
1715
+ "type": "uint128"
1716
+ },
1717
+ {
1718
+ "internalType": "uint128",
1719
+ "name": "_end",
1720
+ "type": "uint128"
1721
+ }
1722
+ ],
1723
+ "stateMutability": "view",
1724
+ "type": "function"
1725
+ },
1726
+ {
1727
+ "inputs": [
1728
+ {
1729
+ "internalType": "bytes32",
1730
+ "name": "",
1731
+ "type": "bytes32"
1732
+ }
1733
+ ],
1734
+ "name": "scheduledProducers",
1735
+ "outputs": [
1736
+ {
1737
+ "internalType": "enum SChain.ProducerState",
1738
+ "name": "",
1739
+ "type": "uint8"
1740
+ }
1741
+ ],
1742
+ "stateMutability": "view",
1743
+ "type": "function"
1744
+ },
1745
+ {
1746
+ "inputs": [
1747
+ {
1748
+ "internalType": "address",
1749
+ "name": "addr",
1750
+ "type": "address"
1751
+ }
1752
+ ],
1753
+ "name": "setChallengeAddr",
1754
+ "outputs": [],
1755
+ "stateMutability": "nonpayable",
1756
+ "type": "function"
1757
+ },
1758
+ {
1759
+ "inputs": [
1760
+ {
1761
+ "internalType": "uint256",
1762
+ "name": "_lockInterval",
1763
+ "type": "uint256"
1764
+ },
1765
+ {
1766
+ "internalType": "uint256",
1767
+ "name": "_validInterval",
1768
+ "type": "uint256"
1769
+ }
1770
+ ],
1771
+ "name": "setIntervals",
1772
+ "outputs": [],
1773
+ "stateMutability": "nonpayable",
1774
+ "type": "function"
1775
+ },
1776
+ {
1777
+ "inputs": [
1778
+ {
1779
+ "internalType": "uint32",
1780
+ "name": "scheduleVersion",
1781
+ "type": "uint32"
1782
+ },
1783
+ {
1784
+ "internalType": "uint32",
1785
+ "name": "firstBlockNum",
1786
+ "type": "uint32"
1787
+ },
1788
+ {
1789
+ "internalType": "bytes[]",
1790
+ "name": "producerKeys",
1791
+ "type": "bytes[]"
1792
+ }
1793
+ ],
1794
+ "name": "setSchedule",
1795
+ "outputs": [],
1796
+ "stateMutability": "nonpayable",
1797
+ "type": "function"
1798
+ },
1799
+ {
1800
+ "inputs": [
1801
+ {
1802
+ "internalType": "uint32",
1803
+ "name": "scheduleVersion",
1804
+ "type": "uint32"
1805
+ },
1806
+ {
1807
+ "internalType": "uint32",
1808
+ "name": "firstBlockNum",
1809
+ "type": "uint32"
1810
+ },
1811
+ {
1812
+ "internalType": "address[]",
1813
+ "name": "producerAddrs",
1814
+ "type": "address[]"
1815
+ }
1816
+ ],
1817
+ "name": "setScheduleAddrs",
1818
+ "outputs": [],
1819
+ "stateMutability": "nonpayable",
1820
+ "type": "function"
1821
+ },
1822
+ {
1823
+ "inputs": [
1824
+ {
1825
+ "internalType": "address",
1826
+ "name": "newOwner",
1827
+ "type": "address"
1828
+ }
1829
+ ],
1830
+ "name": "transferOwnership",
1831
+ "outputs": [],
1832
+ "stateMutability": "nonpayable",
1833
+ "type": "function"
1834
+ },
1835
+ {
1836
+ "inputs": [
1837
+ {
1838
+ "internalType": "address",
1839
+ "name": "producer",
1840
+ "type": "address"
1841
+ }
1842
+ ],
1843
+ "name": "unblacklistProducer",
1844
+ "outputs": [],
1845
+ "stateMutability": "nonpayable",
1846
+ "type": "function"
1847
+ }
1848
+ ],
1849
+ "bytecode": "0x60803460c757601f61350738819003918201601f19168301916001600160401b0383118484101760cc57808492604094855283398101031260c75760208151910151331560ae5760008054336001600160a01b0319821681178355604051949290916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09080a363ffffffff1960035416600355600e55600f5561342490816100e38239f35b604051631e4fbdf760e01b815260006004820152602490fd5b600080fd5b634e487b7160e01b600052604160045260246000fdfe6080604052600436101561001257600080fd5b6000803560e01c8063051a0e38146122c25780630c3b707214611e245780630fc6ea681461189557806326ed3b11146118615780633253789f146117905780633dd05a99146113f4578063466d93e8146113bb57806346fe880314611291578063490c651a1461126057806351859834146112145780635547e247146111a45780636bd8c3c914610987578063715018a61461092d578063795f3a9e146108f55780638da5cb5b146108ce5780638eed331c1461089f578063a9003249146105cd578063b6fd7b28146105a4578063bc649a1314610555578063bfbbe86a14610495578063d0e046841461042f578063d6f6709e14610282578063d795ede114610202578063dc9c694a14610226578063ea70b4af14610202578063f2fde38b146101725763f3f3de981461014657600080fd5b3461016f57602036600319011261016f5760406020916004358152600283522054604051908152f35b80fd5b503461016f57602036600319011261016f5761018c6122fc565b61019461300a565b6001600160a01b039081169081156101e957600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b503461016f578060031936011261016f57602063ffffffff60035416604051908152f35b503461016f57602036600319011261016f576102406122fc565b6001546001600160a01b03919061025a9083163314612df3565b168152600d60205260408120805480610271578280f35b61027a90612b22565b905538808280f35b503461016f57606036600319011261016f5761029c612325565b6102a4612312565b90604435926001600160401b0380851161042b573660238601121561042b578460040135926024916102d585612414565b946102e360405196876123d0565b80865260209760248988019260051b820101923684116103d65760248299959901925b8484106103fb57505050505061031a61300a565b61032484516128b2565b9373__$2ed3d387b667f157975db22be71d02a2b8$__91845b82518110156103ec578089610355610376938661289e565b51604051809481926338574c9560e11b83528460048401528a8301906127db565b0381885af480156103e15787906103a6575b60019250610396828a61289e565b90838060a01b031690520161033d565b50908981813d83116103da575b6103bd81836123d0565b810103126103d657906103d1600192612e33565b610388565b8680fd5b503d6103b3565b6040513d89823e3d90fd5b856103f888848b6131fc565b80f35b8399959935828111610427578b9161041983928a369188010161242b565b815201930192989498610306565b8880fd5b5080fd5b503461016f57604036600319011261016f577f8987689921b0040d62ed569f902581474cd1278a8edc26d36878f64af8dccf67608060043560243561047261300a565b81600e5580600f556040519180835281602084015260408301526060820152a180f35b503461016f57606036600319011261016f576104af612325565b906104b8612312565b604435906001600160401b0382116105515736602383011215610551578160040135936104e485612414565b926104f260405194856123d0565b8584526020956024602086019160051b830101913683116103d657602401905b82821061052d57866103f887878761052861300a565b6131fc565b81356001600160a01b038116810361054c578152908701908701610512565b600080fd5b8280fd5b503461016f57602036600319011261016f5761056f6122fc565b6001546001600160a01b0391906105899083163314612df3565b168152600d6020526040812061059f8154612acd565b905580f35b503461016f578060031936011261016f576001546040516001600160a01b039091168152602090f35b5060208060031936011261042b576004356001600160401b038111610551576105fa9036906004016124c8565b91600061060684612e8e565b93909260015495839460018060a01b03809816803b1561089b57859182918a6040519485809481936355c3c38b60e11b83526040600484015261064c604484018b612bf0565b9116602483015203925af180156108905761087d575b50858552600283526106a660408620946040519561067f876123b5565b548652848351604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af49081156103e157879161084b575b506106dc9150600f5490612adc565b948451801560001461082057506106f5600e5442612adc565b9485815287825260028552604082209051905560035463ffffffff80821681811461080c57600101169063ffffffff191617600355965b60015416803b156105515761076c918391604051808095819463e5c7c00560e01b83523360048401528c6024840152606060448401526064830190612bf0565b039134905af18015610801576107ed575b50506080946107e1917f5b38c97b311f6e7e611bc32ec3ef0b119e79b60465b5aeefaa210d53b771ccf360c06040518881526107bb8482018661281b565b336040820152346060820152868a8201528760a0820152a160405195865285019061281b565b60408301526060820152f35b6107f7829161236c565b61016f578061077d565b6040513d84823e3d90fd5b634e487b7160e01b84526011600452602484fd5b945084428711156108415742111561083b575060019661072c565b9661072c565b505060029661072c565b90508482813d8311610876575b61086281836123d0565b8101031261016f57506106dc9051386106cd565b503d610858565b61088891955061236c565b829338610662565b6040513d87823e3d90fd5b8580fd5b503461016f578060031936011261016f5760406005548151906001600160801b038116825260801c6020820152f35b503461016f578060031936011261016f57546040516001600160a01b039091168152602090f35b503461016f57602036600319011261016f57602090604063ffffffff918261091b612325565b16815260078452205416604051908152f35b503461016f578060031936011261016f5761094661300a565b600080546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b503461016f5760031960a03682011261042b576004356001600160401b038111610551576109b99036906004016124c8565b90602435906001600160401b038211610e58576060818336030112610e5857604051916109e58361237f565b80600401356001600160401b03811161089b5781013660238201121561089b57600481013590610a1482612414565b91610a2260405193846123d0565b8083526024602084019160051b8301019136831161042757602401905b82821061119457505050835260248101356001600160401b03811161089b5781013660238201121561089b57600481013590610a7a82612414565b91610a8860405193846123d0565b8083526024602084019160051b8301019136831161042757602401905b82821061117c575050506020840152604490810135604084015235906001600160401b038216820361054c576001600160401b03608435116111785760a09060843536030112610e58576040519160a083018381106001600160401b0382111761116257604052610b1a608435600401612481565b8352610b2a602460843501612338565b6020840152610b3d604460843501612338565b6040840152606460843501356001600160401b03811161089b57366023826084350101121561089b5760048160843501013590610b7982612414565b91610b8760405193846123d0565b80835260208301913660248360071b836084350101011161042757916024836084350101925b60248360071b826084350101018410611119575050505060608401526084803501356001600160401b03811161089b57610bef9060043691608435010161242b565b60808401526000928392610c0286612e8e565b600154909591906001600160a01b0316803b1561111557610c4488918a836040518096819582946355c3c38b60e11b8452604060048501526044840190612bf0565b6001600160a01b03909116602483015203925af180156103e157611104575b508481526002602052610ca9604082209660405197610c81896123b5565b54885260208951604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f5783916110cd575b50610cdf9150600f5490612adc565b95805189811560001461109c575050811561108357610d00600e5442612adc565b9586825282526002602052604082209051905560035463ffffffff8082161461106f57908163ffffffff6001818c9796951601169063ffffffff191617600355965b60405192610d4f8461239a565b60018452602036818601376001600160401b03831615610eaa57506001600160401b03606091606435610d818661287b565b525192610db0604051948593849363df54527160e01b85521660048401526040602484015260448301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f578391610e5c575b5073__$398d4f030862acab53d338aebf0b4256d7$__90813b15610e5857610e169460405195869485938493633723f9ef60e21b855260048501612b63565b03915af4801561089057610e44575b50606093505b610e38604051809461281b565b60208301526040820152f35b610e4e859161236c565b610e585783610e25565b8380fd5b90506060813d606011610e97575b81610e77606093836123d0565b8101031261055157610e9060406020830151920161286a565b5038610dd7565b3d9150610e6a565b6040513d85823e3d90fd5b90915060405190632f414b2560e21b825260643560048301526040602483015260e482019060ff808251166044850152602082015163ffffffff8091166064860152604083015116608485015260608201519260a060a486015283518091526020610104860194019188905b82821061101e575050505082610f3f6020936080839401516043198483030160c48501526127db565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115611013578491610fe1575b50610f708361287b565b52608073__$398d4f030862acab53d338aebf0b4256d7$__91510151813b15610e5857610fb49460405195869485938493633723f9ef60e21b855260048501612b63565b03915af4801561089057610fcd575b5060609350610e2b565b610fd7859161236c565b610e585783610fc3565b90506020813d60201161100b575b81610ffc602093836123d0565b81010312610e58575138610f66565b3d9150610fef565b6040513d86823e3d90fd5b919394839697989950608060209161105d83600195975187815116845201518483019060ff604080928051855260208101516020860152015116910152565b01960192018d98979695949391610f16565b634e487b7160e01b82526011600452602482fd5b6040516386d42ec560e01b815260048101879052602490fd5b909650939291905085428811156110c3574211156110bd5750600196610d42565b96610d42565b5050600296610d42565b90506020823d6020116110fc575b816110e8602093836123d0565b8101031261016f5750610cdf905138610cd0565b3d91506110db565b61110e915061236c565b8438610c63565b8780fd5b60808436031261115e57608060206024936040516111368161239a565b61113f88612481565b815261114d36848a0161248f565b838201528152019401939150610bad565b8980fd5b634e487b7160e01b600052604160045260246000fd5b8480fd5b6020809161118984612481565b815201910190610aa5565b8135815260209182019101610a3f565b503461016f57602036600319011261016f576111be6122fc565b6111c661300a565b60018060a01b03168082600154826bffffffffffffffffffffffff60a01b8216176001551617907ffaba4875b60ae8b689d5ef015ef0a4d2d4b28b7b59c1c4da0efc69803977acee8380a380f35b503461016f578060031936011261016f5760a063ffffffff8060085416906009549080600a5416600b5491600c5416926040519485526020850152604084015260608301526080820152f35b503461016f578060031936011261016f57600854600a546040805163ffffffff938416815292909116602083015290f35b503461016f57602090602060031936011261016f576112ae612325565b6112b661300a565b60059260055460806112d96001600160801b0383818095169060801c03166128b2565b858063ffffffff8088165b868b5481811690881c0316156113b4576112fc613036565b8083168203611394575050505b61131757866103f8876130da565b61132090612b22565b61132a818361289e565b5188549081851c866001820193168784161461138357906113608493926001600160801b03166000526006602052604060002090565b558954861690851b6fffffffffffffffffffffffffffffffff1916178955611309565b604188634e487b718c52526024601cfd5b9091926113a46113ab9195612acd565b948661289e565b529082916112e4565b5050611309565b503461016f57602036600319011261016f576020906040906001600160a01b036113e36122fc565b168152600d83522054604051908152f35b503461016f578060031936011261016f576005546114216001600160801b038083168360801c0316612414565b9061142f60405192836123d0565b6001600160801b03818116608083901c031680835261144d90612414565b601f1901835b818110611779575050825b6001600160801b038083168360801c0316811061157c578284604051918291602083016020845282518091526040840191602060408360051b870101940192815b8383106114ac5786860387f35b919395509193603f1987820301835285519060609060408282019363ffffffff808251168452602082015116602084015201519282604083015283518091526080820191602060808360051b83010195019386905b838210611526575050505050506020806001929701930193019092869594929361149f565b90919293949560208061156e600193607f19888203018a528560408c51878060a01b03815116845261155e8682015187860190612349565b01519181604082015201906127db565b980196019493920190611501565b63ffffffff6115ad6001600160801b0380841681861601166001600160801b03166000526006602052604060002090565b54168085526007602052604085206001810154906115ca82612414565b916115d860405193846123d0565b808352601f196115e782612414565b01885b818110611762575050875b8181106116405750509063ffffffff60019493925416604051926116188461237f565b83526020830152604082015261162e828661289e565b52611639818561289e565b500161145e565b61164d8160018501612b0a565b905460036116698884831b84901c6001600160a01b0316612828565b9080821015908161174e57826116f8576040516116858161239a565b60078152662aa725a727aba760c91b6020820152935b604051956116a88761237f565b6001600160a01b03921b1c1684526116e45760208301526040820152600191906116d2828761289e565b526116dd818661289e565b50016115f5565b634e487b7160e01b8c52602160045260248cfd5b6000915060018303611726576040516117108161239a565b60028152614f4b60f01b60208201525b9361169b565b6040516117328161239a565b600a81526910d2105313115391d15160b21b6020820152611720565b634e487b7160e01b8e52602160045260248efd5b60209061176d612ae9565b828288010152016115ea565b602090611784612ae9565b82828701015201611453565b503461016f576020908160031936011261016f576004356001600160401b03811161042b5790826117c86117ea9336906004016124c8565b51604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af49081156118555790611826575b61181e9150600f5490612adc565b604051908152f35b508181813d831161184e575b61183c81836123d0565b8101031261054c5761181e9051611810565b503d611832565b604051903d90823e3d90fd5b503461016f57602036600319011261016f5760ff60406020926004358152600484522054166118936040518092612349565bf35b503461016f57604036600319011261016f576004356001600160401b038082116105515736602383011215610551578160040135916118d383612414565b926118e160405194856123d0565b80845260051b81016024016020840136821161089b5760248301905b828210611dfc5750505050602435908111610551576119209036906004016124c8565b908263ffffffff60c06119328461287b565b515101511663ffffffff60e06119478561287b565b5151015151169163ffffffff95809161196086516128b2565b91805b8751811015611b335761197f611979828a61289e565b51612e8e565b506119b2602061198f848c61289e565b515160405180938192631b725d0960e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115611013578491611af9575b5063ffffffff811663ffffffff88168111611af0575b63ffffffff8d1611611ae8575b50825b828110611ab1575b50611a12828661289e565b6001600160a01b03909116905263ffffffff60c0611a30838b61289e565b51510151168614801590611a91575b611a4b57600101611963565b60405163316a35ff60e01b815260206004820152601d60248201527f696e636f6e73697374656e74207363686564756c652076657273696f6e0000006044820152606490fd5b5063ffffffff60e0611aa3838b61289e565b515101515116871415611a3f565b6001600160a01b0380611ac4838961289e565b511690831614611ad6576001016119ff565b5092611ae190612acd565b9238611a07565b9a50386119fc565b965080966119ef565b90506020813d602011611b2b575b81611b14602093836123d0565b81010312610e5857611b259061286a565b386119d9565b3d9150611b07565b50838789938b888552600760205260019363ffffffff806001604089200154931691160363ffffffff8111611de857600c8202821591838204600c14831715611dd45763ffffffff1611611d96578351928303928311611d80578160011b9182046002141715611d6c57600390049060018201809211611d6c57818110611d46575050602060e0611bc6611bed9361287b565b51510151945160405180938192631b725d0960e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f578391611d0c575b506020840191825151611c26816128b2565b9373__$2ed3d387b667f157975db22be71d02a2b8$__90865b838110611c5957876103f8888863ffffffff8d51166131fc565b611c8e602080611c6a84865161289e565b510151604051809381926338574c9560e11b835284600484015260248301906127db565b0381875af4908115611d0157908692918a91611cc3575b50611cb0828a61289e565b6001600160a01b03909116905201611c3f565b919250506020813d602011611cf9575b81611ce0602093836123d0565b810103126104275790611cf38692612e33565b8b611ca5565b3d9150611cd3565b6040513d8b823e3d90fd5b90506020813d602011611d3e575b81611d27602093836123d0565b8101031261055157611d389061286a565b84611c14565b3d9150611d1a565b604051637ac4b5d560e01b815263ffffffff918216600482015291166024820152604490fd5b634e487b7160e01b85526011600452602485fd5b634e487b7160e01b600052601160045260246000fd5b60405163316a35ff60e01b8152602060048201526015602482015274626c6f636b2072616e676520746f6f206c6172676560581b6044820152606490fd5b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b86526011600452602486fd5b813585811161111557602091611e198392602436918901016124c8565b8152019101906118fd565b503461016f57604036600319011261016f57602460043581356001600160401b038111610e5857611e599036906004016124c8565b908390611e6583612e8e565b939060018060a01b03876001928284541690813b156105515782918a6040519485809481936355c3c38b60e11b83526040600484015289611eaa8d6044860190612bf0565b92169083015203925af18015611d01576122af575b5085855260209460028652604081209060405191611edc836123b5565b548252611f1b8773__$725b64e5d0c6cf971a38b70775a9eb77e8$__96518b60405193849283926316fa876f60e01b84528560048501528301906128e4565b0381895af4801561080157829061227c575b611f3b9150600f5490612adc565b91805180156000146122565750811561223e57611f5a600e5442612adc565b815288825260028852604082209051905560035463ffffffff80821681811461222b578601169063ffffffff1916176003555b85151580612221575b6122045760048110156121f1576002036121d457508781835416803b1561042b578190600460405180948193630e005d8b60e21b83525af18015611d01576121c1575b5085885260028552600060408920556003549263ffffffff948585169283156121ae5763ffffffff19958616600019948501881617600355845493958b949093929116803b15611178578a85926040519687938492637857e2e960e01b845260048401525af1908a8215611855578a948993612192575b505060405193848092635dc6a1c360e01b82528b60048301525af4918215611d0157899261215b575b508460085492169185811683116120b9575b89887fcefa61f0042bb56492033827407c6a88fe3432019c08c80e8d0b9c05b306d85d89604051338152a280f35b161760085580856009555b6120d1575b80808061208b565b6005546001600160801b038082169160801c8281038216156121535785600c54169281146121435785918561211b9201166001600160801b03166000526006602052604060002090565b54168091111561213d5761213790612131613036565b506130da565b806120c4565b506120c9565b88603288634e487b718d5252601cfd5b5050506120c9565b9091508581813d831161218b575b61217381836123d0565b81010312610427576121849061286a565b9038612079565b503d612169565b9092506121a091945061236c565b610427578588928a38612050565b634e487b7160e01b8b526011600452898bfd5b6121cd9098919861236c565b9638611fd9565b866044918960405192631285695360e21b84526004840152820152fd5b634e487b7160e01b8a526021600452888afd5b604486898b60405192634aaeb5ed60e11b84526004840152820152fd5b5085881415611f96565b634e487b7160e01b845260116004528b84fd5b6040516386d42ec560e01b8152600481018a90528a90fd5b9050428311156122735742111561226e575082611f8d565b611f8d565b50506002611f8d565b508781813d83116122a8575b61229281836123d0565b810103126122a457611f3b9051611f2d565b8a80fd5b503d612288565b6122ba91955061236c565b869338611ebf565b503461016f57604036600319011261016f5760206122ef6122e16122fc565b6122e9612312565b90612828565b6118936040518092612349565b600435906001600160a01b038216820361054c57565b6024359063ffffffff8216820361054c57565b6004359063ffffffff8216820361054c57565b359063ffffffff8216820361054c57565b9060038210156123565752565b634e487b7160e01b600052602160045260246000fd5b6001600160401b03811161116257604052565b606081019081106001600160401b0382111761116257604052565b604081019081106001600160401b0382111761116257604052565b602081019081106001600160401b0382111761116257604052565b90601f801991011681019081106001600160401b0382111761116257604052565b35906001600160401b038216820361054c57565b359061ffff8216820361054c57565b6001600160401b0381116111625760051b60200190565b81601f8201121561054c578035906001600160401b038211611162576040519261245f601f8401601f1916602001856123d0565b8284526020838301011161054c57816000926020809301838601378301015290565b359060ff8216820361054c57565b919082606091031261054c576040516124a78161237f565b60406124c3818395803585526020810135602086015201612481565b910152565b91909160c08184031261054c5760408051916001600160401b03916080840183811185821017611162578496833585811161054c5784019161012095868484031261054c576101a0880182811082821117611162578552833582526020936125318582016123f1565b60a08a0152612541868201612405565b60c08a01526060978882013560e08b0152610100906080830135828c015260a0830135908b015261257460c08301612338565b6101408b015260e082013583811161054c578201878187031261054c5787519061259d8261239a565b6125a681612338565b8252878101359085821161054c570186601f8201121561054c578035906125cc82612414565b916125d98b5193846123d0565b808352898084019160051b8301019189831161054c578a8101915b83831061277c5750505050878201526101608b01528101359082821161054c570183601f8201121561054c57803561262b81612414565b92612638885194856123d0565b818452868085019260051b8401019286841161054c57878101925b84841061268d575050505050610180880152865260a0939291906126799082850161248f565b908601526080820135908501520135910152565b833583811161054c57820190601f19908d82848c03011261054c578b51916126b48361237f565b6126bf8c8501612405565b83528c8401359086821161054c578f818d938701809403011261054c578f918e928e6127048551956126f08761237f565b6126fb838601612338565b87528401612338565b908501528101359188831161054c578d928f9201809303011261054c578d519061272d826123b5565b8d81013588811161054c578e8e9161274693010161242b565b81528d8201528b8301528d8301359185831161054c5761276d8b8d8096958196010161242b565b8d820152815201930192612653565b823589811161054c57820190818c03601f19018e1361054c578d51908e6127ad8f6127a68561239a565b85016123f1565b8352830135918b831161054c576127cc8f948f9086958691010161242b565b838201528152019201916125f4565b919082519283825260005b848110612807575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016127e6565b9060048210156123565752565b6001600160a01b0381166000908152600d60205260409020541561284d575050600290565b61285691612e47565b600052600460205260ff6040600020541690565b519063ffffffff8216820361054c57565b8051156128885760200190565b634e487b7160e01b600052603260045260246000fd5b80518210156128885760209160051b010190565b906128bc82612414565b6128c960405191826123d0565b82815280926128da601f1991612414565b0190602036910137565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b838310612a7b5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a106129e757505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b612a5098612a609d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906127db565b920151908d8184039101526127db565b9f019a019a01989b9a9997969594939291909e9c9d9e6129cf565b909192939a8c899a9b9f9d9e979899612ab56001938f9284809461017f198d8503018a5251888151168452015191818582015201906127db565b9d0193019301919392909d99989796959c9b9d612997565b6000198114611d805760010190565b91908201809211611d8057565b60405190612af68261237f565b606060408360008152600060208201520152565b80548210156128885760005260206000200190600090565b8015611d80576000190190565b90815180825260208080930193019160005b828110612b4f575050505090565b835185529381019392810192600101612b41565b9392909160808552612b8183516060608088015260e0870190612b2f565b602080850151878303607f190160a089015280518084529282019591929083019060005b818110612bd95750505092612bd492600195926040606096015160c08a01528801528682036040880152612b2f565b930152565b825160ff1688529684019691840191600101612ba5565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b828210612dad575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b838310612d25575050505050606081612d13602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b9091929396602080612d9e600193601f198682030187528b519061ffff82511681526040612d8d818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e08401906127db565b9201519060408184039101526127db565b99019301930191939290612cd9565b90919296602080612de560019361023f198b82030186526040838d516001600160401b038151168452015191818582015201906127db565b990192019201909291612ca0565b15612dfa57565b60405162461bcd60e51b81526020600482015260116024820152702234b9b0b63637bbb2b21031b0b63632b960791b6044820152606490fd5b51906001600160a01b038216820361054c57565b60405160e09190911b6001600160e01b0319166020820190815260609290921b6bffffffffffffffffffffffff1916602482015260188152612e888161239a565b51902090565b9060409081519263152914a560e31b84526020600485015260608480612ec0845160c0602484015260e48301906128e4565b602085810151805160448501529081015160648401526040015160ff1660848301528685015160a48301528385015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115612fff576000948592612fbd575b5081938560018060a01b0381169283600052600d6020528260002054612fa557612f5463ffffffff928360c08451015116612e47565b600052600460205260ff836000205416600381101561235657600103612f7b575050505050565b5160c00151915163d6e377b960e01b81526004810194909452166024830152604482015260649150fd5b82516381726fff60e01b815260048101859052602490fd5b949091506060853d606011612ff7575b81612fda606093836123d0565b8101031261016f575082612fed85612e33565b9401519038612f1e565b3d9150612fcd565b83513d6000823e3d90fd5b6000546001600160a01b0316330361301e57565b60405163118cdaa760e01b8152336004820152602490fd5b600554908160801c6001600160801b03809316811461308457600019018281166000526006602052604060002092600084549455600554916001600160801b03199060801b16911617600555565b634e487b7160005260316020526024601cfd5b805480156130c45760001901906130ae8282612b0a565b81549060018060a01b039060031b1b1916905555565b634e487b7160e01b600052603160045260246000fd5b63ffffffff908181169160008381526020926007845260409384832093600194859360018201965b613192575b508785526007835286852063ffffffff1981541690555416908551958087019287528187015284548092526060860194845280842093905b82821061317457505050505090807f55f0189d4af4ad8cec23c122970ad284f2c698ebfe2e8abeb3dd061fded3ba36920390a2565b84546001600160a01b0316865294850194938301939083019061313f565b86959394955480156131f2576000198101908111611d6c576131b76131cf9189612b0a565b905460039190911b1c6001600160a01b031682612e47565b6131d888613097565b8452600485528588852060ff198154169055949395613102565b5094939294613107565b909163ffffffff9182811693600093858552602090600782526040906040872093879260019687808801905b6133cc575b8a895b613324575b5050505016928363ffffffff19825416179055156132c1575b9391906040519460408601918652604081870152845180925280606087019501935b8281106132a557505050505090807fade135639e65f9093b4f7d26f36219a6125c6d7cb844690fa41f1e7ef6517ad6920390a2565b84516001600160a01b0316865294810194938101938301613270565b6005546001600160801b0380821660001901169060801c811461331357866132fc826001600160801b03166000526006602052604060002090565b556001600160801b0319600554161760055561324e565b604182634e487b718852526024601cfd5b8a518110156133c7576001600160a01b0380613340838e61289e565b51168354680100000000000000008110156133b357958e6133988f948f99878b97869b9a9997613378848b61339096018d558c612b0a565b86829392549160031b92831b921b191617905561289e565b511687612e47565b815260048c52208260ff198254161790550190919293613230565b634e487b7160e01b8f52604160045260248ffd5b613235565b94888654156133e757905094886133e282613097565b613228565b509461322d56fea26469706673582212206ca3e880002f0f3077c3209571aaebe375f3e69f98c7aa4107c90961ef1a149c64736f6c63430008190033",
1850
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b6000803560e01c8063051a0e38146122c25780630c3b707214611e245780630fc6ea681461189557806326ed3b11146118615780633253789f146117905780633dd05a99146113f4578063466d93e8146113bb57806346fe880314611291578063490c651a1461126057806351859834146112145780635547e247146111a45780636bd8c3c914610987578063715018a61461092d578063795f3a9e146108f55780638da5cb5b146108ce5780638eed331c1461089f578063a9003249146105cd578063b6fd7b28146105a4578063bc649a1314610555578063bfbbe86a14610495578063d0e046841461042f578063d6f6709e14610282578063d795ede114610202578063dc9c694a14610226578063ea70b4af14610202578063f2fde38b146101725763f3f3de981461014657600080fd5b3461016f57602036600319011261016f5760406020916004358152600283522054604051908152f35b80fd5b503461016f57602036600319011261016f5761018c6122fc565b61019461300a565b6001600160a01b039081169081156101e957600054826bffffffffffffffffffffffff60a01b821617600055167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a380f35b604051631e4fbdf760e01b815260048101849052602490fd5b503461016f578060031936011261016f57602063ffffffff60035416604051908152f35b503461016f57602036600319011261016f576102406122fc565b6001546001600160a01b03919061025a9083163314612df3565b168152600d60205260408120805480610271578280f35b61027a90612b22565b905538808280f35b503461016f57606036600319011261016f5761029c612325565b6102a4612312565b90604435926001600160401b0380851161042b573660238601121561042b578460040135926024916102d585612414565b946102e360405196876123d0565b80865260209760248988019260051b820101923684116103d65760248299959901925b8484106103fb57505050505061031a61300a565b61032484516128b2565b9373__$2ed3d387b667f157975db22be71d02a2b8$__91845b82518110156103ec578089610355610376938661289e565b51604051809481926338574c9560e11b83528460048401528a8301906127db565b0381885af480156103e15787906103a6575b60019250610396828a61289e565b90838060a01b031690520161033d565b50908981813d83116103da575b6103bd81836123d0565b810103126103d657906103d1600192612e33565b610388565b8680fd5b503d6103b3565b6040513d89823e3d90fd5b856103f888848b6131fc565b80f35b8399959935828111610427578b9161041983928a369188010161242b565b815201930192989498610306565b8880fd5b5080fd5b503461016f57604036600319011261016f577f8987689921b0040d62ed569f902581474cd1278a8edc26d36878f64af8dccf67608060043560243561047261300a565b81600e5580600f556040519180835281602084015260408301526060820152a180f35b503461016f57606036600319011261016f576104af612325565b906104b8612312565b604435906001600160401b0382116105515736602383011215610551578160040135936104e485612414565b926104f260405194856123d0565b8584526020956024602086019160051b830101913683116103d657602401905b82821061052d57866103f887878761052861300a565b6131fc565b81356001600160a01b038116810361054c578152908701908701610512565b600080fd5b8280fd5b503461016f57602036600319011261016f5761056f6122fc565b6001546001600160a01b0391906105899083163314612df3565b168152600d6020526040812061059f8154612acd565b905580f35b503461016f578060031936011261016f576001546040516001600160a01b039091168152602090f35b5060208060031936011261042b576004356001600160401b038111610551576105fa9036906004016124c8565b91600061060684612e8e565b93909260015495839460018060a01b03809816803b1561089b57859182918a6040519485809481936355c3c38b60e11b83526040600484015261064c604484018b612bf0565b9116602483015203925af180156108905761087d575b50858552600283526106a660408620946040519561067f876123b5565b548652848351604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af49081156103e157879161084b575b506106dc9150600f5490612adc565b948451801560001461082057506106f5600e5442612adc565b9485815287825260028552604082209051905560035463ffffffff80821681811461080c57600101169063ffffffff191617600355965b60015416803b156105515761076c918391604051808095819463e5c7c00560e01b83523360048401528c6024840152606060448401526064830190612bf0565b039134905af18015610801576107ed575b50506080946107e1917f5b38c97b311f6e7e611bc32ec3ef0b119e79b60465b5aeefaa210d53b771ccf360c06040518881526107bb8482018661281b565b336040820152346060820152868a8201528760a0820152a160405195865285019061281b565b60408301526060820152f35b6107f7829161236c565b61016f578061077d565b6040513d84823e3d90fd5b634e487b7160e01b84526011600452602484fd5b945084428711156108415742111561083b575060019661072c565b9661072c565b505060029661072c565b90508482813d8311610876575b61086281836123d0565b8101031261016f57506106dc9051386106cd565b503d610858565b61088891955061236c565b829338610662565b6040513d87823e3d90fd5b8580fd5b503461016f578060031936011261016f5760406005548151906001600160801b038116825260801c6020820152f35b503461016f578060031936011261016f57546040516001600160a01b039091168152602090f35b503461016f57602036600319011261016f57602090604063ffffffff918261091b612325565b16815260078452205416604051908152f35b503461016f578060031936011261016f5761094661300a565b600080546001600160a01b0319811682556001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b503461016f5760031960a03682011261042b576004356001600160401b038111610551576109b99036906004016124c8565b90602435906001600160401b038211610e58576060818336030112610e5857604051916109e58361237f565b80600401356001600160401b03811161089b5781013660238201121561089b57600481013590610a1482612414565b91610a2260405193846123d0565b8083526024602084019160051b8301019136831161042757602401905b82821061119457505050835260248101356001600160401b03811161089b5781013660238201121561089b57600481013590610a7a82612414565b91610a8860405193846123d0565b8083526024602084019160051b8301019136831161042757602401905b82821061117c575050506020840152604490810135604084015235906001600160401b038216820361054c576001600160401b03608435116111785760a09060843536030112610e58576040519160a083018381106001600160401b0382111761116257604052610b1a608435600401612481565b8352610b2a602460843501612338565b6020840152610b3d604460843501612338565b6040840152606460843501356001600160401b03811161089b57366023826084350101121561089b5760048160843501013590610b7982612414565b91610b8760405193846123d0565b80835260208301913660248360071b836084350101011161042757916024836084350101925b60248360071b826084350101018410611119575050505060608401526084803501356001600160401b03811161089b57610bef9060043691608435010161242b565b60808401526000928392610c0286612e8e565b600154909591906001600160a01b0316803b1561111557610c4488918a836040518096819582946355c3c38b60e11b8452604060048501526044840190612bf0565b6001600160a01b03909116602483015203925af180156103e157611104575b508481526002602052610ca9604082209660405197610c81896123b5565b54885260208951604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f5783916110cd575b50610cdf9150600f5490612adc565b95805189811560001461109c575050811561108357610d00600e5442612adc565b9586825282526002602052604082209051905560035463ffffffff8082161461106f57908163ffffffff6001818c9796951601169063ffffffff191617600355965b60405192610d4f8461239a565b60018452602036818601376001600160401b03831615610eaa57506001600160401b03606091606435610d818661287b565b525192610db0604051948593849363df54527160e01b85521660048401526040602484015260448301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f578391610e5c575b5073__$398d4f030862acab53d338aebf0b4256d7$__90813b15610e5857610e169460405195869485938493633723f9ef60e21b855260048501612b63565b03915af4801561089057610e44575b50606093505b610e38604051809461281b565b60208301526040820152f35b610e4e859161236c565b610e585783610e25565b8380fd5b90506060813d606011610e97575b81610e77606093836123d0565b8101031261055157610e9060406020830151920161286a565b5038610dd7565b3d9150610e6a565b6040513d85823e3d90fd5b90915060405190632f414b2560e21b825260643560048301526040602483015260e482019060ff808251166044850152602082015163ffffffff8091166064860152604083015116608485015260608201519260a060a486015283518091526020610104860194019188905b82821061101e575050505082610f3f6020936080839401516043198483030160c48501526127db565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115611013578491610fe1575b50610f708361287b565b52608073__$398d4f030862acab53d338aebf0b4256d7$__91510151813b15610e5857610fb49460405195869485938493633723f9ef60e21b855260048501612b63565b03915af4801561089057610fcd575b5060609350610e2b565b610fd7859161236c565b610e585783610fc3565b90506020813d60201161100b575b81610ffc602093836123d0565b81010312610e58575138610f66565b3d9150610fef565b6040513d86823e3d90fd5b919394839697989950608060209161105d83600195975187815116845201518483019060ff604080928051855260208101516020860152015116910152565b01960192018d98979695949391610f16565b634e487b7160e01b82526011600452602482fd5b6040516386d42ec560e01b815260048101879052602490fd5b909650939291905085428811156110c3574211156110bd5750600196610d42565b96610d42565b5050600296610d42565b90506020823d6020116110fc575b816110e8602093836123d0565b8101031261016f5750610cdf905138610cd0565b3d91506110db565b61110e915061236c565b8438610c63565b8780fd5b60808436031261115e57608060206024936040516111368161239a565b61113f88612481565b815261114d36848a0161248f565b838201528152019401939150610bad565b8980fd5b634e487b7160e01b600052604160045260246000fd5b8480fd5b6020809161118984612481565b815201910190610aa5565b8135815260209182019101610a3f565b503461016f57602036600319011261016f576111be6122fc565b6111c661300a565b60018060a01b03168082600154826bffffffffffffffffffffffff60a01b8216176001551617907ffaba4875b60ae8b689d5ef015ef0a4d2d4b28b7b59c1c4da0efc69803977acee8380a380f35b503461016f578060031936011261016f5760a063ffffffff8060085416906009549080600a5416600b5491600c5416926040519485526020850152604084015260608301526080820152f35b503461016f578060031936011261016f57600854600a546040805163ffffffff938416815292909116602083015290f35b503461016f57602090602060031936011261016f576112ae612325565b6112b661300a565b60059260055460806112d96001600160801b0383818095169060801c03166128b2565b858063ffffffff8088165b868b5481811690881c0316156113b4576112fc613036565b8083168203611394575050505b61131757866103f8876130da565b61132090612b22565b61132a818361289e565b5188549081851c866001820193168784161461138357906113608493926001600160801b03166000526006602052604060002090565b558954861690851b6fffffffffffffffffffffffffffffffff1916178955611309565b604188634e487b718c52526024601cfd5b9091926113a46113ab9195612acd565b948661289e565b529082916112e4565b5050611309565b503461016f57602036600319011261016f576020906040906001600160a01b036113e36122fc565b168152600d83522054604051908152f35b503461016f578060031936011261016f576005546114216001600160801b038083168360801c0316612414565b9061142f60405192836123d0565b6001600160801b03818116608083901c031680835261144d90612414565b601f1901835b818110611779575050825b6001600160801b038083168360801c0316811061157c578284604051918291602083016020845282518091526040840191602060408360051b870101940192815b8383106114ac5786860387f35b919395509193603f1987820301835285519060609060408282019363ffffffff808251168452602082015116602084015201519282604083015283518091526080820191602060808360051b83010195019386905b838210611526575050505050506020806001929701930193019092869594929361149f565b90919293949560208061156e600193607f19888203018a528560408c51878060a01b03815116845261155e8682015187860190612349565b01519181604082015201906127db565b980196019493920190611501565b63ffffffff6115ad6001600160801b0380841681861601166001600160801b03166000526006602052604060002090565b54168085526007602052604085206001810154906115ca82612414565b916115d860405193846123d0565b808352601f196115e782612414565b01885b818110611762575050875b8181106116405750509063ffffffff60019493925416604051926116188461237f565b83526020830152604082015261162e828661289e565b52611639818561289e565b500161145e565b61164d8160018501612b0a565b905460036116698884831b84901c6001600160a01b0316612828565b9080821015908161174e57826116f8576040516116858161239a565b60078152662aa725a727aba760c91b6020820152935b604051956116a88761237f565b6001600160a01b03921b1c1684526116e45760208301526040820152600191906116d2828761289e565b526116dd818661289e565b50016115f5565b634e487b7160e01b8c52602160045260248cfd5b6000915060018303611726576040516117108161239a565b60028152614f4b60f01b60208201525b9361169b565b6040516117328161239a565b600a81526910d2105313115391d15160b21b6020820152611720565b634e487b7160e01b8e52602160045260248efd5b60209061176d612ae9565b828288010152016115ea565b602090611784612ae9565b82828701015201611453565b503461016f576020908160031936011261016f576004356001600160401b03811161042b5790826117c86117ea9336906004016124c8565b51604051809481926316fa876f60e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af49081156118555790611826575b61181e9150600f5490612adc565b604051908152f35b508181813d831161184e575b61183c81836123d0565b8101031261054c5761181e9051611810565b503d611832565b604051903d90823e3d90fd5b503461016f57602036600319011261016f5760ff60406020926004358152600484522054166118936040518092612349565bf35b503461016f57604036600319011261016f576004356001600160401b038082116105515736602383011215610551578160040135916118d383612414565b926118e160405194856123d0565b80845260051b81016024016020840136821161089b5760248301905b828210611dfc5750505050602435908111610551576119209036906004016124c8565b908263ffffffff60c06119328461287b565b515101511663ffffffff60e06119478561287b565b5151015151169163ffffffff95809161196086516128b2565b91805b8751811015611b335761197f611979828a61289e565b51612e8e565b506119b2602061198f848c61289e565b515160405180938192631b725d0960e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115611013578491611af9575b5063ffffffff811663ffffffff88168111611af0575b63ffffffff8d1611611ae8575b50825b828110611ab1575b50611a12828661289e565b6001600160a01b03909116905263ffffffff60c0611a30838b61289e565b51510151168614801590611a91575b611a4b57600101611963565b60405163316a35ff60e01b815260206004820152601d60248201527f696e636f6e73697374656e74207363686564756c652076657273696f6e0000006044820152606490fd5b5063ffffffff60e0611aa3838b61289e565b515101515116871415611a3f565b6001600160a01b0380611ac4838961289e565b511690831614611ad6576001016119ff565b5092611ae190612acd565b9238611a07565b9a50386119fc565b965080966119ef565b90506020813d602011611b2b575b81611b14602093836123d0565b81010312610e5857611b259061286a565b386119d9565b3d9150611b07565b50838789938b888552600760205260019363ffffffff806001604089200154931691160363ffffffff8111611de857600c8202821591838204600c14831715611dd45763ffffffff1611611d96578351928303928311611d80578160011b9182046002141715611d6c57600390049060018201809211611d6c57818110611d46575050602060e0611bc6611bed9361287b565b51510151945160405180938192631b725d0960e01b835284600484015260248301906128e4565b038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115610e9f578391611d0c575b506020840191825151611c26816128b2565b9373__$2ed3d387b667f157975db22be71d02a2b8$__90865b838110611c5957876103f8888863ffffffff8d51166131fc565b611c8e602080611c6a84865161289e565b510151604051809381926338574c9560e11b835284600484015260248301906127db565b0381875af4908115611d0157908692918a91611cc3575b50611cb0828a61289e565b6001600160a01b03909116905201611c3f565b919250506020813d602011611cf9575b81611ce0602093836123d0565b810103126104275790611cf38692612e33565b8b611ca5565b3d9150611cd3565b6040513d8b823e3d90fd5b90506020813d602011611d3e575b81611d27602093836123d0565b8101031261055157611d389061286a565b84611c14565b3d9150611d1a565b604051637ac4b5d560e01b815263ffffffff918216600482015291166024820152604490fd5b634e487b7160e01b85526011600452602485fd5b634e487b7160e01b600052601160045260246000fd5b60405163316a35ff60e01b8152602060048201526015602482015274626c6f636b2072616e676520746f6f206c6172676560581b6044820152606490fd5b634e487b7160e01b88526011600452602488fd5b634e487b7160e01b86526011600452602486fd5b813585811161111557602091611e198392602436918901016124c8565b8152019101906118fd565b503461016f57604036600319011261016f57602460043581356001600160401b038111610e5857611e599036906004016124c8565b908390611e6583612e8e565b939060018060a01b03876001928284541690813b156105515782918a6040519485809481936355c3c38b60e11b83526040600484015289611eaa8d6044860190612bf0565b92169083015203925af18015611d01576122af575b5085855260209460028652604081209060405191611edc836123b5565b548252611f1b8773__$725b64e5d0c6cf971a38b70775a9eb77e8$__96518b60405193849283926316fa876f60e01b84528560048501528301906128e4565b0381895af4801561080157829061227c575b611f3b9150600f5490612adc565b91805180156000146122565750811561223e57611f5a600e5442612adc565b815288825260028852604082209051905560035463ffffffff80821681811461222b578601169063ffffffff1916176003555b85151580612221575b6122045760048110156121f1576002036121d457508781835416803b1561042b578190600460405180948193630e005d8b60e21b83525af18015611d01576121c1575b5085885260028552600060408920556003549263ffffffff948585169283156121ae5763ffffffff19958616600019948501881617600355845493958b949093929116803b15611178578a85926040519687938492637857e2e960e01b845260048401525af1908a8215611855578a948993612192575b505060405193848092635dc6a1c360e01b82528b60048301525af4918215611d0157899261215b575b508460085492169185811683116120b9575b89887fcefa61f0042bb56492033827407c6a88fe3432019c08c80e8d0b9c05b306d85d89604051338152a280f35b161760085580856009555b6120d1575b80808061208b565b6005546001600160801b038082169160801c8281038216156121535785600c54169281146121435785918561211b9201166001600160801b03166000526006602052604060002090565b54168091111561213d5761213790612131613036565b506130da565b806120c4565b506120c9565b88603288634e487b718d5252601cfd5b5050506120c9565b9091508581813d831161218b575b61217381836123d0565b81010312610427576121849061286a565b9038612079565b503d612169565b9092506121a091945061236c565b610427578588928a38612050565b634e487b7160e01b8b526011600452898bfd5b6121cd9098919861236c565b9638611fd9565b866044918960405192631285695360e21b84526004840152820152fd5b634e487b7160e01b8a526021600452888afd5b604486898b60405192634aaeb5ed60e11b84526004840152820152fd5b5085881415611f96565b634e487b7160e01b845260116004528b84fd5b6040516386d42ec560e01b8152600481018a90528a90fd5b9050428311156122735742111561226e575082611f8d565b611f8d565b50506002611f8d565b508781813d83116122a8575b61229281836123d0565b810103126122a457611f3b9051611f2d565b8a80fd5b503d612288565b6122ba91955061236c565b869338611ebf565b503461016f57604036600319011261016f5760206122ef6122e16122fc565b6122e9612312565b90612828565b6118936040518092612349565b600435906001600160a01b038216820361054c57565b6024359063ffffffff8216820361054c57565b6004359063ffffffff8216820361054c57565b359063ffffffff8216820361054c57565b9060038210156123565752565b634e487b7160e01b600052602160045260246000fd5b6001600160401b03811161116257604052565b606081019081106001600160401b0382111761116257604052565b604081019081106001600160401b0382111761116257604052565b602081019081106001600160401b0382111761116257604052565b90601f801991011681019081106001600160401b0382111761116257604052565b35906001600160401b038216820361054c57565b359061ffff8216820361054c57565b6001600160401b0381116111625760051b60200190565b81601f8201121561054c578035906001600160401b038211611162576040519261245f601f8401601f1916602001856123d0565b8284526020838301011161054c57816000926020809301838601378301015290565b359060ff8216820361054c57565b919082606091031261054c576040516124a78161237f565b60406124c3818395803585526020810135602086015201612481565b910152565b91909160c08184031261054c5760408051916001600160401b03916080840183811185821017611162578496833585811161054c5784019161012095868484031261054c576101a0880182811082821117611162578552833582526020936125318582016123f1565b60a08a0152612541868201612405565b60c08a01526060978882013560e08b0152610100906080830135828c015260a0830135908b015261257460c08301612338565b6101408b015260e082013583811161054c578201878187031261054c5787519061259d8261239a565b6125a681612338565b8252878101359085821161054c570186601f8201121561054c578035906125cc82612414565b916125d98b5193846123d0565b808352898084019160051b8301019189831161054c578a8101915b83831061277c5750505050878201526101608b01528101359082821161054c570183601f8201121561054c57803561262b81612414565b92612638885194856123d0565b818452868085019260051b8401019286841161054c57878101925b84841061268d575050505050610180880152865260a0939291906126799082850161248f565b908601526080820135908501520135910152565b833583811161054c57820190601f19908d82848c03011261054c578b51916126b48361237f565b6126bf8c8501612405565b83528c8401359086821161054c578f818d938701809403011261054c578f918e928e6127048551956126f08761237f565b6126fb838601612338565b87528401612338565b908501528101359188831161054c578d928f9201809303011261054c578d519061272d826123b5565b8d81013588811161054c578e8e9161274693010161242b565b81528d8201528b8301528d8301359185831161054c5761276d8b8d8096958196010161242b565b8d820152815201930192612653565b823589811161054c57820190818c03601f19018e1361054c578d51908e6127ad8f6127a68561239a565b85016123f1565b8352830135918b831161054c576127cc8f948f9086958691010161242b565b838201528152019201916125f4565b919082519283825260005b848110612807575050826000602080949584010152601f8019910116010190565b6020818301810151848301820152016127e6565b9060048210156123565752565b6001600160a01b0381166000908152600d60205260409020541561284d575050600290565b61285691612e47565b600052600460205260ff6040600020541690565b519063ffffffff8216820361054c57565b8051156128885760200190565b634e487b7160e01b600052603260045260246000fd5b80518210156128885760209160051b010190565b906128bc82612414565b6128c960405191826123d0565b82815280926128da601f1991612414565b0190602036910137565b9190916101208151845260209384830151946001600160401b0380961681830152604092838501519261ffff80941685820152606093606087015160608301526080956080880151608084015260a09960a089015160a085015260c09060c08a01519463ffffffff80961660c082015260e0918860e08d01518960e08501526101608401998982511690850152015197856101408401528851809152610180918a838501938360051b8601019a01926000915b838310612a7b5750505050506101009c9a9b9c809c01519b8188039101528a51978887528787019588808b60051b8a01019d019a6000985b8b8a106129e757505050505050505050505050505090565b909192939495969798999a9b9c9e9d8f8c8f8b6001948c8f8d8680988e858f8f8f9b612a5098612a609d601f19908d03019052519a8b51168a52858b01519184878c015280835116858c01528683015116908a015201519187015251918501528d8401906127db565b920151908d8184039101526127db565b9f019a019a01989b9a9997969594939291909e9c9d9e6129cf565b909192939a8c899a9b9f9d9e979899612ab56001938f9284809461017f198d8503018a5251888151168452015191818582015201906127db565b9d0193019301919392909d99989796959c9b9d612997565b6000198114611d805760010190565b91908201809211611d8057565b60405190612af68261237f565b606060408360008152600060208201520152565b80548210156128885760005260206000200190600090565b8015611d80576000190190565b90815180825260208080930193019160005b828110612b4f575050505090565b835185529381019392810192600101612b41565b9392909160808552612b8183516060608088015260e0870190612b2f565b602080850151878303607f190160a089015280518084529282019591929083019060005b818110612bd95750505092612bd492600195926040606096015160c08a01528801528682036040880152612b2f565b930152565b825160ff1688529684019691840191600101612ba5565b9081519160c08252825160c08301526001600160401b0360208401511660e083015261ffff6040840151166101008301526060830151926101209384840152608081015161014084015260a081015161016084015263ffffffff60c08201511661018084015260e0810151936101a0840152602061022084019463ffffffff8151166101e086015201519360406102008501528451809152610240906020828601928260051b8701019601916000905b828210612dad575050505061010001519260bf19838203016101c0840152835180825260208201916020808360051b8301019601926000915b838310612d25575050505050606081612d13602060a0940151602086019060ff604080928051855260208101516020860152015116910152565b60408101516080850152015191015290565b9091929396602080612d9e600193601f198682030187528b519061ffff82511681526040612d8d818685015160608886015263ffffffff815116606086015263ffffffff888201511660808601520151606060a0850152518660c085015260e08401906127db565b9201519060408184039101526127db565b99019301930191939290612cd9565b90919296602080612de560019361023f198b82030186526040838d516001600160401b038151168452015191818582015201906127db565b990192019201909291612ca0565b15612dfa57565b60405162461bcd60e51b81526020600482015260116024820152702234b9b0b63637bbb2b21031b0b63632b960791b6044820152606490fd5b51906001600160a01b038216820361054c57565b60405160e09190911b6001600160e01b0319166020820190815260609290921b6bffffffffffffffffffffffff1916602482015260188152612e888161239a565b51902090565b9060409081519263152914a560e31b84526020600485015260608480612ec0845160c0602484015260e48301906128e4565b602085810151805160448501529081015160648401526040015160ff1660848301528685015160a48301528385015160c4830152038173__$725b64e5d0c6cf971a38b70775a9eb77e8$__5af4908115612fff576000948592612fbd575b5081938560018060a01b0381169283600052600d6020528260002054612fa557612f5463ffffffff928360c08451015116612e47565b600052600460205260ff836000205416600381101561235657600103612f7b575050505050565b5160c00151915163d6e377b960e01b81526004810194909452166024830152604482015260649150fd5b82516381726fff60e01b815260048101859052602490fd5b949091506060853d606011612ff7575b81612fda606093836123d0565b8101031261016f575082612fed85612e33565b9401519038612f1e565b3d9150612fcd565b83513d6000823e3d90fd5b6000546001600160a01b0316330361301e57565b60405163118cdaa760e01b8152336004820152602490fd5b600554908160801c6001600160801b03809316811461308457600019018281166000526006602052604060002092600084549455600554916001600160801b03199060801b16911617600555565b634e487b7160005260316020526024601cfd5b805480156130c45760001901906130ae8282612b0a565b81549060018060a01b039060031b1b1916905555565b634e487b7160e01b600052603160045260246000fd5b63ffffffff908181169160008381526020926007845260409384832093600194859360018201965b613192575b508785526007835286852063ffffffff1981541690555416908551958087019287528187015284548092526060860194845280842093905b82821061317457505050505090807f55f0189d4af4ad8cec23c122970ad284f2c698ebfe2e8abeb3dd061fded3ba36920390a2565b84546001600160a01b0316865294850194938301939083019061313f565b86959394955480156131f2576000198101908111611d6c576131b76131cf9189612b0a565b905460039190911b1c6001600160a01b031682612e47565b6131d888613097565b8452600485528588852060ff198154169055949395613102565b5094939294613107565b909163ffffffff9182811693600093858552602090600782526040906040872093879260019687808801905b6133cc575b8a895b613324575b5050505016928363ffffffff19825416179055156132c1575b9391906040519460408601918652604081870152845180925280606087019501935b8281106132a557505050505090807fade135639e65f9093b4f7d26f36219a6125c6d7cb844690fa41f1e7ef6517ad6920390a2565b84516001600160a01b0316865294810194938101938301613270565b6005546001600160801b0380821660001901169060801c811461331357866132fc826001600160801b03166000526006602052604060002090565b556001600160801b0319600554161760055561324e565b604182634e487b718852526024601cfd5b8a518110156133c7576001600160a01b0380613340838e61289e565b51168354680100000000000000008110156133b357958e6133988f948f99878b97869b9a9997613378848b61339096018d558c612b0a565b86829392549160031b92831b921b191617905561289e565b511687612e47565b815260048c52208260ff198254161790550190919293613230565b634e487b7160e01b8f52604160045260248ffd5b613235565b94888654156133e757905094886133e282613097565b613228565b509461322d56fea26469706673582212206ca3e880002f0f3077c3209571aaebe375f3e69f98c7aa4107c90961ef1a149c64736f6c63430008190033",
1851
+ "linkReferences": {
1852
+ "contracts/common/sysio_merkle.sol": {
1853
+ "sysio_merkle": [
1854
+ {
1855
+ "length": 20,
1856
+ "start": 3773
1857
+ },
1858
+ {
1859
+ "length": 20,
1860
+ "start": 4184
1861
+ }
1862
+ ]
1863
+ },
1864
+ "contracts/common/sysio_pubkey.sol": {
1865
+ "sysio_pubkey": [
1866
+ {
1867
+ "length": 20,
1868
+ "start": 1034
1869
+ },
1870
+ {
1871
+ "length": 20,
1872
+ "start": 7436
1873
+ }
1874
+ ]
1875
+ },
1876
+ "contracts/common/sysio_verify.sol": {
1877
+ "sysio_verify": [
1878
+ {
1879
+ "length": 20,
1880
+ "start": 1933
1881
+ },
1882
+ {
1883
+ "length": 20,
1884
+ "start": 3472
1885
+ },
1886
+ {
1887
+ "length": 20,
1888
+ "start": 3735
1889
+ },
1890
+ {
1891
+ "length": 20,
1892
+ "start": 4134
1893
+ },
1894
+ {
1895
+ "length": 20,
1896
+ "start": 6353
1897
+ },
1898
+ {
1899
+ "length": 20,
1900
+ "start": 6809
1901
+ },
1902
+ {
1903
+ "length": 20,
1904
+ "start": 7380
1905
+ },
1906
+ {
1907
+ "length": 20,
1908
+ "start": 8136
1909
+ },
1910
+ {
1911
+ "length": 20,
1912
+ "start": 12251
1913
+ }
1914
+ ]
1915
+ }
1916
+ },
1917
+ "deployedLinkReferences": {
1918
+ "contracts/common/sysio_merkle.sol": {
1919
+ "sysio_merkle": [
1920
+ {
1921
+ "length": 20,
1922
+ "start": 3546
1923
+ },
1924
+ {
1925
+ "length": 20,
1926
+ "start": 3957
1927
+ }
1928
+ ]
1929
+ },
1930
+ "contracts/common/sysio_pubkey.sol": {
1931
+ "sysio_pubkey": [
1932
+ {
1933
+ "length": 20,
1934
+ "start": 807
1935
+ },
1936
+ {
1937
+ "length": 20,
1938
+ "start": 7209
1939
+ }
1940
+ ]
1941
+ },
1942
+ "contracts/common/sysio_verify.sol": {
1943
+ "sysio_verify": [
1944
+ {
1945
+ "length": 20,
1946
+ "start": 1706
1947
+ },
1948
+ {
1949
+ "length": 20,
1950
+ "start": 3245
1951
+ },
1952
+ {
1953
+ "length": 20,
1954
+ "start": 3508
1955
+ },
1956
+ {
1957
+ "length": 20,
1958
+ "start": 3907
1959
+ },
1960
+ {
1961
+ "length": 20,
1962
+ "start": 6126
1963
+ },
1964
+ {
1965
+ "length": 20,
1966
+ "start": 6582
1967
+ },
1968
+ {
1969
+ "length": 20,
1970
+ "start": 7153
1971
+ },
1972
+ {
1973
+ "length": 20,
1974
+ "start": 7909
1975
+ },
1976
+ {
1977
+ "length": 20,
1978
+ "start": 12024
1979
+ }
1980
+ ]
1981
+ }
1982
+ }
1983
+ }