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