@wireio/stake 1.0.1 → 1.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (585) hide show
  1. package/README.md +195 -243
  2. package/lib/stake.browser.js +48207 -10167
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11368 -978
  5. package/lib/stake.js +46986 -8773
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +48207 -10167
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +4 -3
  10. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
  12. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
  14. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
  16. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
  18. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
  20. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
  22. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
  24. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
  26. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
  28. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
  30. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
  32. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
  34. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
  36. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
  38. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  41. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  49. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  51. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  53. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  66. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  70. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  71. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  73. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  74. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
  75. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  77. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  79. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  80. package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
  81. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  83. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  85. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  88. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  90. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  98. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  100. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  110. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
  111. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  112. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
  113. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  115. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  116. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/liqEth.sol/LiqEthToken.json +3 -3
  117. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  120. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  121. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  122. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  123. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  124. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  125. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  127. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1590 -0
  129. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  131. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  132. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  133. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  134. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  135. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  136. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  137. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  138. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +4 -0
  139. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +10 -0
  140. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  141. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  142. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +4 -0
  143. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
  144. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  145. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
  146. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  157. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  158. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  159. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  160. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  161. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  162. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  163. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  164. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  165. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  166. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  167. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  168. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  170. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  172. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  174. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  175. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  176. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  177. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  178. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  179. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  180. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  181. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  182. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  183. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  184. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  185. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  186. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  187. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  189. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  191. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  193. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  195. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  197. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  204. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  205. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  207. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  209. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  210. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  211. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  212. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  213. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  214. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  215. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  216. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  217. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  218. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  219. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  220. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  221. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  222. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  223. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  224. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  225. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  226. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  227. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  228. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  229. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  230. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  231. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  232. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  233. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  234. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  235. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  236. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  237. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  238. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  239. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  240. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  241. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  242. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  243. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  244. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  245. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  246. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  247. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  248. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  254. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  255. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  256. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  257. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  258. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  259. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  260. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  261. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  262. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  263. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  264. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  265. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  266. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  267. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  268. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  269. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  270. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  271. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  272. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  273. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  274. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  288. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  289. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  290. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  291. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  292. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  293. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  294. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  295. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  296. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  297. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  298. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  299. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  300. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  301. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  302. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  303. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  304. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  305. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  306. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  307. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  308. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  309. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  310. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  311. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  312. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  332. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  333. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  334. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  335. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  336. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  337. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
  338. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  339. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  340. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  341. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
  342. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  343. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  344. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  345. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  346. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  347. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  348. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  349. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  350. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  351. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  352. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  353. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  354. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  355. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +33 -2
  356. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  357. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  358. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  359. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  360. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  363. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  364. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  368. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  372. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -2
  373. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  375. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  376. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  378. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  379. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  380. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  382. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  383. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  384. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  386. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  387. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -2
  388. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  389. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  390. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  391. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  392. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  393. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  394. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  395. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  396. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  397. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -3
  398. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  399. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  400. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  401. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  402. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  403. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -3
  404. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  405. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -3
  406. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  407. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  408. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  409. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  410. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  411. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  412. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  413. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  414. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  415. package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
  416. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  417. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  418. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  419. package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
  420. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +542 -30
  421. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  422. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  423. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +542 -30
  424. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  425. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  426. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  427. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  428. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  429. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  430. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  431. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  432. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  433. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  434. package/src/index.ts +4 -2
  435. package/src/networks/ethereum/clients/convert.client.ts +35 -1
  436. package/src/networks/ethereum/clients/instaswap.client.ts +432 -0
  437. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  438. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  439. package/src/networks/ethereum/clients/stake.client.ts +192 -20
  440. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  441. package/src/networks/ethereum/contract.ts +423 -239
  442. package/src/networks/ethereum/ethereum.ts +379 -165
  443. package/src/networks/ethereum/types.ts +40 -11
  444. package/src/networks/solana/clients/convert.client.ts +377 -0
  445. package/src/networks/solana/clients/distribution.client.ts +141 -29
  446. package/src/networks/solana/clients/instaswap.client.ts +474 -0
  447. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  448. package/src/networks/solana/clients/outpost.client.ts +120 -80
  449. package/src/networks/solana/clients/token.client.ts +33 -22
  450. package/src/networks/solana/constants.ts +58 -285
  451. package/src/networks/solana/program.ts +467 -29
  452. package/src/networks/solana/solana.ts +523 -222
  453. package/src/networks/solana/types.ts +41 -15
  454. package/src/networks/solana/utils.ts +74 -306
  455. package/src/staker.ts +23 -2
  456. package/src/types.ts +82 -11
  457. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  458. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  459. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  460. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  494. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  495. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1622
  498. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  532. package/src/assets/solana/idl/transfer_hook.json +0 -197
  533. package/src/assets/solana/types/transfer_hook.ts +0 -203
  534. package/src/networks/solana/clients/deposit.client.ts +0 -292
  535. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  536. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  537. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  538. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  539. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  540. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  541. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC1155Token.sol/ERC1155Token.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC20Token.sol/ERC20Token.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/token/ERC721Token.sol/ERC721Token.json +0 -0
  566. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  567. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  568. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  569. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
  584. /package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +0 -0
  585. /package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +0 -0
@@ -0,0 +1,1590 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Depositor",
4
+ "sourceName": "contracts/outpost/Depositor.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "EnforcedPause",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ExpectedPause",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "FailedCall",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "InvalidInitialization",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "NotInitializing",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "bytes32",
100
+ "name": "expected",
101
+ "type": "bytes32"
102
+ },
103
+ {
104
+ "internalType": "bytes32",
105
+ "name": "actual",
106
+ "type": "bytes32"
107
+ }
108
+ ],
109
+ "name": "OPP_EpochHashMismatch",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "uint256",
116
+ "name": "required",
117
+ "type": "uint256"
118
+ },
119
+ {
120
+ "internalType": "uint256",
121
+ "name": "provided",
122
+ "type": "uint256"
123
+ }
124
+ ],
125
+ "name": "OPP_InsufficientSignatureWeight",
126
+ "type": "error"
127
+ },
128
+ {
129
+ "inputs": [
130
+ {
131
+ "internalType": "address",
132
+ "name": "caller",
133
+ "type": "address"
134
+ },
135
+ {
136
+ "internalType": "address",
137
+ "name": "expected",
138
+ "type": "address"
139
+ }
140
+ ],
141
+ "name": "OPP_InvalidOPPAddress",
142
+ "type": "error"
143
+ },
144
+ {
145
+ "inputs": [
146
+ {
147
+ "internalType": "bytes",
148
+ "name": "expected",
149
+ "type": "bytes"
150
+ },
151
+ {
152
+ "internalType": "bytes",
153
+ "name": "actual",
154
+ "type": "bytes"
155
+ }
156
+ ],
157
+ "name": "OPP_MessageIDMismatch",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [],
162
+ "name": "OPP_NoAttestationsSent",
163
+ "type": "error"
164
+ },
165
+ {
166
+ "inputs": [],
167
+ "name": "OPP_NoPendingAttestations",
168
+ "type": "error"
169
+ },
170
+ {
171
+ "inputs": [
172
+ {
173
+ "internalType": "uint32",
174
+ "name": "expected",
175
+ "type": "uint32"
176
+ },
177
+ {
178
+ "internalType": "uint32",
179
+ "name": "actual",
180
+ "type": "uint32"
181
+ }
182
+ ],
183
+ "name": "OPP_NonSequentialEpoch",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "OPP_NotSending",
189
+ "type": "error"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "OPP_OPPAddressNotSet",
194
+ "type": "error"
195
+ },
196
+ {
197
+ "inputs": [
198
+ {
199
+ "internalType": "bytes32",
200
+ "name": "expected",
201
+ "type": "bytes32"
202
+ },
203
+ {
204
+ "internalType": "bytes32",
205
+ "name": "actual",
206
+ "type": "bytes32"
207
+ }
208
+ ],
209
+ "name": "OPP_PayloadChecksumMismatch",
210
+ "type": "error"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "internalType": "uint32",
216
+ "name": "epochIndex",
217
+ "type": "uint32"
218
+ },
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "messageCount",
222
+ "type": "uint256"
223
+ }
224
+ ],
225
+ "name": "OPP_PreviousEpochPendingMessages",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "uint32",
232
+ "name": "epochIndex",
233
+ "type": "uint32"
234
+ }
235
+ ],
236
+ "name": "OPP_PreviousEpochSent",
237
+ "type": "error"
238
+ },
239
+ {
240
+ "inputs": [
241
+ {
242
+ "internalType": "uint32",
243
+ "name": "epochIndex",
244
+ "type": "uint32"
245
+ }
246
+ ],
247
+ "name": "OPP_PreviousEpochUnsent",
248
+ "type": "error"
249
+ },
250
+ {
251
+ "inputs": [
252
+ {
253
+ "internalType": "uint256",
254
+ "name": "stack",
255
+ "type": "uint256"
256
+ }
257
+ ],
258
+ "name": "OPP_SendStackError",
259
+ "type": "error"
260
+ },
261
+ {
262
+ "inputs": [
263
+ {
264
+ "internalType": "uint256",
265
+ "name": "expectedMaxAttestations",
266
+ "type": "uint256"
267
+ },
268
+ {
269
+ "internalType": "uint256",
270
+ "name": "actualAttestations",
271
+ "type": "uint256"
272
+ }
273
+ ],
274
+ "name": "OPP_TooManyAttestations",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "uint256",
281
+ "name": "expectedMaxMessages",
282
+ "type": "uint256"
283
+ },
284
+ {
285
+ "internalType": "uint256",
286
+ "name": "actualMessages",
287
+ "type": "uint256"
288
+ }
289
+ ],
290
+ "name": "OPP_TooManyMessages",
291
+ "type": "error"
292
+ },
293
+ {
294
+ "inputs": [
295
+ {
296
+ "internalType": "address",
297
+ "name": "sender",
298
+ "type": "address"
299
+ },
300
+ {
301
+ "internalType": "AttestationType",
302
+ "name": "attestationType",
303
+ "type": "uint16"
304
+ }
305
+ ],
306
+ "name": "OPP_UnauthorizedAttestationType",
307
+ "type": "error"
308
+ },
309
+ {
310
+ "inputs": [
311
+ {
312
+ "internalType": "AttestationType",
313
+ "name": "attestationType",
314
+ "type": "uint16"
315
+ }
316
+ ],
317
+ "name": "OPP_UnhandledAttestationType",
318
+ "type": "error"
319
+ },
320
+ {
321
+ "inputs": [],
322
+ "name": "OPP_ZeroMaxAttestations",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [],
327
+ "name": "OPP_ZeroTag",
328
+ "type": "error"
329
+ },
330
+ {
331
+ "inputs": [],
332
+ "name": "ReentrancyGuardReentrantCall",
333
+ "type": "error"
334
+ },
335
+ {
336
+ "inputs": [
337
+ {
338
+ "internalType": "uint8",
339
+ "name": "bits",
340
+ "type": "uint8"
341
+ },
342
+ {
343
+ "internalType": "uint256",
344
+ "name": "value",
345
+ "type": "uint256"
346
+ }
347
+ ],
348
+ "name": "SafeCastOverflowedUintDowncast",
349
+ "type": "error"
350
+ },
351
+ {
352
+ "inputs": [
353
+ {
354
+ "internalType": "uint256",
355
+ "name": "value",
356
+ "type": "uint256"
357
+ }
358
+ ],
359
+ "name": "SafeCastOverflowedUintToInt",
360
+ "type": "error"
361
+ },
362
+ {
363
+ "inputs": [
364
+ {
365
+ "internalType": "address",
366
+ "name": "token",
367
+ "type": "address"
368
+ }
369
+ ],
370
+ "name": "SafeERC20FailedOperation",
371
+ "type": "error"
372
+ },
373
+ {
374
+ "inputs": [],
375
+ "name": "UUPSUnauthorizedCallContext",
376
+ "type": "error"
377
+ },
378
+ {
379
+ "inputs": [
380
+ {
381
+ "internalType": "bytes32",
382
+ "name": "slot",
383
+ "type": "bytes32"
384
+ }
385
+ ],
386
+ "name": "UUPSUnsupportedProxiableUUID",
387
+ "type": "error"
388
+ },
389
+ {
390
+ "inputs": [
391
+ {
392
+ "internalType": "string",
393
+ "name": "name",
394
+ "type": "string"
395
+ },
396
+ {
397
+ "internalType": "address",
398
+ "name": "provided",
399
+ "type": "address"
400
+ }
401
+ ],
402
+ "name": "WIRE_BadContractAddress",
403
+ "type": "error"
404
+ },
405
+ {
406
+ "inputs": [
407
+ {
408
+ "internalType": "uint256",
409
+ "name": "bps",
410
+ "type": "uint256"
411
+ },
412
+ {
413
+ "internalType": "uint256",
414
+ "name": "maxBps",
415
+ "type": "uint256"
416
+ }
417
+ ],
418
+ "name": "WIRE_BasisPointsTooHigh",
419
+ "type": "error"
420
+ },
421
+ {
422
+ "inputs": [
423
+ {
424
+ "internalType": "address",
425
+ "name": "to",
426
+ "type": "address"
427
+ },
428
+ {
429
+ "internalType": "uint256",
430
+ "name": "amount",
431
+ "type": "uint256"
432
+ }
433
+ ],
434
+ "name": "WIRE_EthSendFailed",
435
+ "type": "error"
436
+ },
437
+ {
438
+ "inputs": [],
439
+ "name": "WIRE_GoLiveInProgress",
440
+ "type": "error"
441
+ },
442
+ {
443
+ "inputs": [
444
+ {
445
+ "internalType": "uint256",
446
+ "name": "required",
447
+ "type": "uint256"
448
+ },
449
+ {
450
+ "internalType": "uint256",
451
+ "name": "available",
452
+ "type": "uint256"
453
+ }
454
+ ],
455
+ "name": "WIRE_InsufficientEthBalance",
456
+ "type": "error"
457
+ },
458
+ {
459
+ "inputs": [],
460
+ "name": "WIRE_InvalidPrice",
461
+ "type": "error"
462
+ },
463
+ {
464
+ "inputs": [
465
+ {
466
+ "internalType": "address",
467
+ "name": "from",
468
+ "type": "address"
469
+ },
470
+ {
471
+ "internalType": "address",
472
+ "name": "to",
473
+ "type": "address"
474
+ },
475
+ {
476
+ "internalType": "uint256",
477
+ "name": "amount",
478
+ "type": "uint256"
479
+ }
480
+ ],
481
+ "name": "WIRE_LiqEthTransferFailed",
482
+ "type": "error"
483
+ },
484
+ {
485
+ "inputs": [
486
+ {
487
+ "internalType": "address",
488
+ "name": "actor",
489
+ "type": "address"
490
+ },
491
+ {
492
+ "internalType": "OperatorType",
493
+ "name": "operatorType",
494
+ "type": "uint8"
495
+ }
496
+ ],
497
+ "name": "WIRE_NoBonds",
498
+ "type": "error"
499
+ },
500
+ {
501
+ "inputs": [],
502
+ "name": "WIRE_NoPricesRecorded",
503
+ "type": "error"
504
+ },
505
+ {
506
+ "inputs": [],
507
+ "name": "WIRE_NoYield",
508
+ "type": "error"
509
+ },
510
+ {
511
+ "inputs": [
512
+ {
513
+ "internalType": "uint256",
514
+ "name": "receiptId",
515
+ "type": "uint256"
516
+ },
517
+ {
518
+ "internalType": "address",
519
+ "name": "owner",
520
+ "type": "address"
521
+ },
522
+ {
523
+ "internalType": "address",
524
+ "name": "caller",
525
+ "type": "address"
526
+ }
527
+ ],
528
+ "name": "WIRE_NotReceiptOwner",
529
+ "type": "error"
530
+ },
531
+ {
532
+ "inputs": [
533
+ {
534
+ "internalType": "uint256",
535
+ "name": "price",
536
+ "type": "uint256"
537
+ },
538
+ {
539
+ "internalType": "uint256",
540
+ "name": "minPrice",
541
+ "type": "uint256"
542
+ },
543
+ {
544
+ "internalType": "uint256",
545
+ "name": "maxPrice",
546
+ "type": "uint256"
547
+ }
548
+ ],
549
+ "name": "WIRE_PriceOutOfBounds",
550
+ "type": "error"
551
+ },
552
+ {
553
+ "inputs": [
554
+ {
555
+ "internalType": "uint256",
556
+ "name": "receiptId",
557
+ "type": "uint256"
558
+ }
559
+ ],
560
+ "name": "WIRE_ReceiptNotWithdrawable",
561
+ "type": "error"
562
+ },
563
+ {
564
+ "inputs": [],
565
+ "name": "WIRE_RefundingInProgress",
566
+ "type": "error"
567
+ },
568
+ {
569
+ "inputs": [],
570
+ "name": "WIRE_RefundingOnly",
571
+ "type": "error"
572
+ },
573
+ {
574
+ "inputs": [
575
+ {
576
+ "internalType": "string",
577
+ "name": "reason",
578
+ "type": "string"
579
+ }
580
+ ],
581
+ "name": "WIRE_UnexpectedError",
582
+ "type": "error"
583
+ },
584
+ {
585
+ "inputs": [],
586
+ "name": "WIRE_ZeroAmount",
587
+ "type": "error"
588
+ },
589
+ {
590
+ "anonymous": false,
591
+ "inputs": [
592
+ {
593
+ "indexed": false,
594
+ "internalType": "address",
595
+ "name": "authority",
596
+ "type": "address"
597
+ }
598
+ ],
599
+ "name": "AuthorityUpdated",
600
+ "type": "event"
601
+ },
602
+ {
603
+ "anonymous": false,
604
+ "inputs": [
605
+ {
606
+ "indexed": false,
607
+ "internalType": "uint64",
608
+ "name": "version",
609
+ "type": "uint64"
610
+ }
611
+ ],
612
+ "name": "Initialized",
613
+ "type": "event"
614
+ },
615
+ {
616
+ "anonymous": false,
617
+ "inputs": [
618
+ {
619
+ "indexed": false,
620
+ "internalType": "address",
621
+ "name": "account",
622
+ "type": "address"
623
+ }
624
+ ],
625
+ "name": "Paused",
626
+ "type": "event"
627
+ },
628
+ {
629
+ "anonymous": false,
630
+ "inputs": [
631
+ {
632
+ "indexed": true,
633
+ "internalType": "address",
634
+ "name": "user",
635
+ "type": "address"
636
+ },
637
+ {
638
+ "indexed": true,
639
+ "internalType": "uint256",
640
+ "name": "tokenId",
641
+ "type": "uint256"
642
+ },
643
+ {
644
+ "indexed": false,
645
+ "internalType": "uint256",
646
+ "name": "sharesBurned",
647
+ "type": "uint256"
648
+ },
649
+ {
650
+ "indexed": false,
651
+ "internalType": "uint256",
652
+ "name": "totalToken",
653
+ "type": "uint256"
654
+ }
655
+ ],
656
+ "name": "RefundProcessed",
657
+ "type": "event"
658
+ },
659
+ {
660
+ "anonymous": false,
661
+ "inputs": [
662
+ {
663
+ "indexed": false,
664
+ "internalType": "address",
665
+ "name": "account",
666
+ "type": "address"
667
+ }
668
+ ],
669
+ "name": "Unpaused",
670
+ "type": "event"
671
+ },
672
+ {
673
+ "anonymous": false,
674
+ "inputs": [
675
+ {
676
+ "indexed": true,
677
+ "internalType": "address",
678
+ "name": "implementation",
679
+ "type": "address"
680
+ }
681
+ ],
682
+ "name": "Upgraded",
683
+ "type": "event"
684
+ },
685
+ {
686
+ "inputs": [],
687
+ "name": "INSTASWAP_CONFIRM_ATTESTATION",
688
+ "outputs": [
689
+ {
690
+ "internalType": "AttestationType",
691
+ "name": "",
692
+ "type": "uint16"
693
+ }
694
+ ],
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [],
700
+ "name": "INSTASWAP_FAILED_ATTESTATION",
701
+ "outputs": [
702
+ {
703
+ "internalType": "AttestationType",
704
+ "name": "",
705
+ "type": "uint16"
706
+ }
707
+ ],
708
+ "stateMutability": "view",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [],
713
+ "name": "INSTASWAP_REQUEST_ATTESTATION",
714
+ "outputs": [
715
+ {
716
+ "internalType": "AttestationType",
717
+ "name": "",
718
+ "type": "uint16"
719
+ }
720
+ ],
721
+ "stateMutability": "view",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [],
726
+ "name": "INSTASWAP_SETTLEMENT_ATTESTATION",
727
+ "outputs": [
728
+ {
729
+ "internalType": "AttestationType",
730
+ "name": "",
731
+ "type": "uint16"
732
+ }
733
+ ],
734
+ "stateMutability": "view",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [],
739
+ "name": "LIQ_PRETOKEN_PURCHASE_ATTESTATION",
740
+ "outputs": [
741
+ {
742
+ "internalType": "AttestationType",
743
+ "name": "",
744
+ "type": "uint16"
745
+ }
746
+ ],
747
+ "stateMutability": "view",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [
752
+ {
753
+ "internalType": "AttestationType",
754
+ "name": "attestationType",
755
+ "type": "uint16"
756
+ },
757
+ {
758
+ "internalType": "bytes",
759
+ "name": "data",
760
+ "type": "bytes"
761
+ }
762
+ ],
763
+ "name": "OPPAttestationIn",
764
+ "outputs": [],
765
+ "stateMutability": "nonpayable",
766
+ "type": "function"
767
+ },
768
+ {
769
+ "inputs": [],
770
+ "name": "STAKE_ATTESTATION",
771
+ "outputs": [
772
+ {
773
+ "internalType": "AttestationType",
774
+ "name": "",
775
+ "type": "uint16"
776
+ }
777
+ ],
778
+ "stateMutability": "view",
779
+ "type": "function"
780
+ },
781
+ {
782
+ "inputs": [],
783
+ "name": "UNSTAKE_ATTESTATION",
784
+ "outputs": [
785
+ {
786
+ "internalType": "AttestationType",
787
+ "name": "",
788
+ "type": "uint16"
789
+ }
790
+ ],
791
+ "stateMutability": "view",
792
+ "type": "function"
793
+ },
794
+ {
795
+ "inputs": [],
796
+ "name": "UPGRADE_INTERFACE_VERSION",
797
+ "outputs": [
798
+ {
799
+ "internalType": "string",
800
+ "name": "",
801
+ "type": "string"
802
+ }
803
+ ],
804
+ "stateMutability": "view",
805
+ "type": "function"
806
+ },
807
+ {
808
+ "inputs": [],
809
+ "name": "YIELD_DEPOSIT_ATTESTATION",
810
+ "outputs": [
811
+ {
812
+ "internalType": "AttestationType",
813
+ "name": "",
814
+ "type": "uint16"
815
+ }
816
+ ],
817
+ "stateMutability": "view",
818
+ "type": "function"
819
+ },
820
+ {
821
+ "inputs": [],
822
+ "name": "YIELD_PRETOKEN_PURCHASE_ATTESTATION",
823
+ "outputs": [
824
+ {
825
+ "internalType": "AttestationType",
826
+ "name": "",
827
+ "type": "uint16"
828
+ }
829
+ ],
830
+ "stateMutability": "view",
831
+ "type": "function"
832
+ },
833
+ {
834
+ "inputs": [
835
+ {
836
+ "internalType": "address",
837
+ "name": "owner",
838
+ "type": "address"
839
+ }
840
+ ],
841
+ "name": "__OPPEndpointManaged_init",
842
+ "outputs": [],
843
+ "stateMutability": "nonpayable",
844
+ "type": "function"
845
+ },
846
+ {
847
+ "inputs": [],
848
+ "name": "authority",
849
+ "outputs": [
850
+ {
851
+ "internalType": "address",
852
+ "name": "",
853
+ "type": "address"
854
+ }
855
+ ],
856
+ "stateMutability": "view",
857
+ "type": "function"
858
+ },
859
+ {
860
+ "inputs": [],
861
+ "name": "bridge",
862
+ "outputs": [
863
+ {
864
+ "internalType": "contract LiqEthBridge",
865
+ "name": "",
866
+ "type": "address"
867
+ }
868
+ ],
869
+ "stateMutability": "view",
870
+ "type": "function"
871
+ },
872
+ {
873
+ "inputs": [],
874
+ "name": "dDay",
875
+ "outputs": [
876
+ {
877
+ "internalType": "bool",
878
+ "name": "",
879
+ "type": "bool"
880
+ }
881
+ ],
882
+ "stateMutability": "view",
883
+ "type": "function"
884
+ },
885
+ {
886
+ "inputs": [],
887
+ "name": "deployedAt",
888
+ "outputs": [
889
+ {
890
+ "internalType": "uint256",
891
+ "name": "",
892
+ "type": "uint256"
893
+ }
894
+ ],
895
+ "stateMutability": "view",
896
+ "type": "function"
897
+ },
898
+ {
899
+ "inputs": [],
900
+ "name": "depositMeasuredYieldToHub",
901
+ "outputs": [],
902
+ "stateMutability": "nonpayable",
903
+ "type": "function"
904
+ },
905
+ {
906
+ "inputs": [],
907
+ "name": "getSummaryAttestations",
908
+ "outputs": [
909
+ {
910
+ "components": [
911
+ {
912
+ "internalType": "AttestationType",
913
+ "name": "type_",
914
+ "type": "uint16"
915
+ },
916
+ {
917
+ "internalType": "uint32",
918
+ "name": "dataSize",
919
+ "type": "uint32"
920
+ },
921
+ {
922
+ "internalType": "bytes",
923
+ "name": "data",
924
+ "type": "bytes"
925
+ }
926
+ ],
927
+ "internalType": "struct AttestationEntry[]",
928
+ "name": "",
929
+ "type": "tuple[]"
930
+ }
931
+ ],
932
+ "stateMutability": "nonpayable",
933
+ "type": "function"
934
+ },
935
+ {
936
+ "inputs": [],
937
+ "name": "harvestMeasuredYield",
938
+ "outputs": [],
939
+ "stateMutability": "nonpayable",
940
+ "type": "function"
941
+ },
942
+ {
943
+ "inputs": [],
944
+ "name": "index",
945
+ "outputs": [
946
+ {
947
+ "internalType": "uint256",
948
+ "name": "",
949
+ "type": "uint256"
950
+ }
951
+ ],
952
+ "stateMutability": "view",
953
+ "type": "function"
954
+ },
955
+ {
956
+ "inputs": [
957
+ {
958
+ "internalType": "address",
959
+ "name": "_authority",
960
+ "type": "address"
961
+ },
962
+ {
963
+ "internalType": "address",
964
+ "name": "_liqETH",
965
+ "type": "address"
966
+ },
967
+ {
968
+ "internalType": "address payable",
969
+ "name": "_pool",
970
+ "type": "address"
971
+ },
972
+ {
973
+ "internalType": "address",
974
+ "name": "_pretoken",
975
+ "type": "address"
976
+ },
977
+ {
978
+ "internalType": "address",
979
+ "name": "_receipt",
980
+ "type": "address"
981
+ }
982
+ ],
983
+ "name": "initialize",
984
+ "outputs": [],
985
+ "stateMutability": "nonpayable",
986
+ "type": "function"
987
+ },
988
+ {
989
+ "inputs": [
990
+ {
991
+ "internalType": "uint256",
992
+ "name": "amountLiq",
993
+ "type": "uint256"
994
+ },
995
+ {
996
+ "internalType": "uint64",
997
+ "name": "destinationChain",
998
+ "type": "uint64"
999
+ },
1000
+ {
1001
+ "internalType": "bytes",
1002
+ "name": "destinationAddress",
1003
+ "type": "bytes"
1004
+ },
1005
+ {
1006
+ "internalType": "uint256",
1007
+ "name": "minOut",
1008
+ "type": "uint256"
1009
+ }
1010
+ ],
1011
+ "name": "instaswapCrossChain",
1012
+ "outputs": [],
1013
+ "stateMutability": "nonpayable",
1014
+ "type": "function"
1015
+ },
1016
+ {
1017
+ "inputs": [
1018
+ {
1019
+ "internalType": "uint64",
1020
+ "name": "",
1021
+ "type": "uint64"
1022
+ }
1023
+ ],
1024
+ "name": "instaswapStatusByWireSwapId",
1025
+ "outputs": [
1026
+ {
1027
+ "internalType": "uint8",
1028
+ "name": "",
1029
+ "type": "uint8"
1030
+ }
1031
+ ],
1032
+ "stateMutability": "view",
1033
+ "type": "function"
1034
+ },
1035
+ {
1036
+ "inputs": [],
1037
+ "name": "isConsumingScheduledOp",
1038
+ "outputs": [
1039
+ {
1040
+ "internalType": "bytes4",
1041
+ "name": "",
1042
+ "type": "bytes4"
1043
+ }
1044
+ ],
1045
+ "stateMutability": "view",
1046
+ "type": "function"
1047
+ },
1048
+ {
1049
+ "inputs": [],
1050
+ "name": "isRefundActive",
1051
+ "outputs": [
1052
+ {
1053
+ "internalType": "bool",
1054
+ "name": "",
1055
+ "type": "bool"
1056
+ }
1057
+ ],
1058
+ "stateMutability": "view",
1059
+ "type": "function"
1060
+ },
1061
+ {
1062
+ "inputs": [],
1063
+ "name": "lastPoolLiqBalance",
1064
+ "outputs": [
1065
+ {
1066
+ "internalType": "uint256",
1067
+ "name": "",
1068
+ "type": "uint256"
1069
+ }
1070
+ ],
1071
+ "stateMutability": "view",
1072
+ "type": "function"
1073
+ },
1074
+ {
1075
+ "inputs": [],
1076
+ "name": "liqETH",
1077
+ "outputs": [
1078
+ {
1079
+ "internalType": "contract IERC20",
1080
+ "name": "",
1081
+ "type": "address"
1082
+ }
1083
+ ],
1084
+ "stateMutability": "view",
1085
+ "type": "function"
1086
+ },
1087
+ {
1088
+ "inputs": [],
1089
+ "name": "nextInstaswapNonce",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "uint64",
1093
+ "name": "",
1094
+ "type": "uint64"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "inputs": [],
1102
+ "name": "nextYieldDepositNonce",
1103
+ "outputs": [
1104
+ {
1105
+ "internalType": "uint64",
1106
+ "name": "",
1107
+ "type": "uint64"
1108
+ }
1109
+ ],
1110
+ "stateMutability": "view",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [],
1115
+ "name": "oppAddress",
1116
+ "outputs": [
1117
+ {
1118
+ "internalType": "address",
1119
+ "name": "",
1120
+ "type": "address"
1121
+ }
1122
+ ],
1123
+ "stateMutability": "view",
1124
+ "type": "function"
1125
+ },
1126
+ {
1127
+ "inputs": [],
1128
+ "name": "oppInboundAddress",
1129
+ "outputs": [
1130
+ {
1131
+ "internalType": "address",
1132
+ "name": "",
1133
+ "type": "address"
1134
+ }
1135
+ ],
1136
+ "stateMutability": "view",
1137
+ "type": "function"
1138
+ },
1139
+ {
1140
+ "inputs": [],
1141
+ "name": "paused",
1142
+ "outputs": [
1143
+ {
1144
+ "internalType": "bool",
1145
+ "name": "",
1146
+ "type": "bool"
1147
+ }
1148
+ ],
1149
+ "stateMutability": "view",
1150
+ "type": "function"
1151
+ },
1152
+ {
1153
+ "inputs": [],
1154
+ "name": "pool",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "contract Pool",
1158
+ "name": "",
1159
+ "type": "address"
1160
+ }
1161
+ ],
1162
+ "stateMutability": "view",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [],
1167
+ "name": "pretoken",
1168
+ "outputs": [
1169
+ {
1170
+ "internalType": "contract IPretoken",
1171
+ "name": "",
1172
+ "type": "address"
1173
+ }
1174
+ ],
1175
+ "stateMutability": "view",
1176
+ "type": "function"
1177
+ },
1178
+ {
1179
+ "inputs": [],
1180
+ "name": "proxiableUUID",
1181
+ "outputs": [
1182
+ {
1183
+ "internalType": "bytes32",
1184
+ "name": "",
1185
+ "type": "bytes32"
1186
+ }
1187
+ ],
1188
+ "stateMutability": "view",
1189
+ "type": "function"
1190
+ },
1191
+ {
1192
+ "inputs": [],
1193
+ "name": "purchasePretokensFromYield",
1194
+ "outputs": [],
1195
+ "stateMutability": "nonpayable",
1196
+ "type": "function"
1197
+ },
1198
+ {
1199
+ "inputs": [
1200
+ {
1201
+ "internalType": "uint256",
1202
+ "name": "amountLiq",
1203
+ "type": "uint256"
1204
+ },
1205
+ {
1206
+ "internalType": "address",
1207
+ "name": "buyer",
1208
+ "type": "address"
1209
+ }
1210
+ ],
1211
+ "name": "purchasePretokensWithLiqETH",
1212
+ "outputs": [],
1213
+ "stateMutability": "nonpayable",
1214
+ "type": "function"
1215
+ },
1216
+ {
1217
+ "inputs": [],
1218
+ "name": "receipt",
1219
+ "outputs": [
1220
+ {
1221
+ "internalType": "contract ReceiptNFT",
1222
+ "name": "",
1223
+ "type": "address"
1224
+ }
1225
+ ],
1226
+ "stateMutability": "view",
1227
+ "type": "function"
1228
+ },
1229
+ {
1230
+ "inputs": [
1231
+ {
1232
+ "internalType": "uint256",
1233
+ "name": "tokenId",
1234
+ "type": "uint256"
1235
+ },
1236
+ {
1237
+ "internalType": "address",
1238
+ "name": "to",
1239
+ "type": "address"
1240
+ }
1241
+ ],
1242
+ "name": "refund",
1243
+ "outputs": [],
1244
+ "stateMutability": "nonpayable",
1245
+ "type": "function"
1246
+ },
1247
+ {
1248
+ "inputs": [
1249
+ {
1250
+ "internalType": "address",
1251
+ "name": "recipient",
1252
+ "type": "address"
1253
+ },
1254
+ {
1255
+ "internalType": "uint256",
1256
+ "name": "chainAmount",
1257
+ "type": "uint256"
1258
+ }
1259
+ ],
1260
+ "name": "releaseBridgeWithdrawal",
1261
+ "outputs": [],
1262
+ "stateMutability": "nonpayable",
1263
+ "type": "function"
1264
+ },
1265
+ {
1266
+ "inputs": [
1267
+ {
1268
+ "internalType": "address",
1269
+ "name": "recipient",
1270
+ "type": "address"
1271
+ },
1272
+ {
1273
+ "internalType": "uint256",
1274
+ "name": "chainAmount",
1275
+ "type": "uint256"
1276
+ }
1277
+ ],
1278
+ "name": "releaseInstaswapSettlement",
1279
+ "outputs": [],
1280
+ "stateMutability": "nonpayable",
1281
+ "type": "function"
1282
+ },
1283
+ {
1284
+ "inputs": [
1285
+ {
1286
+ "internalType": "address",
1287
+ "name": "newAuthority",
1288
+ "type": "address"
1289
+ }
1290
+ ],
1291
+ "name": "setAuthority",
1292
+ "outputs": [],
1293
+ "stateMutability": "nonpayable",
1294
+ "type": "function"
1295
+ },
1296
+ {
1297
+ "inputs": [
1298
+ {
1299
+ "internalType": "address",
1300
+ "name": "bridgeAddress",
1301
+ "type": "address"
1302
+ }
1303
+ ],
1304
+ "name": "setBridge",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "bool",
1313
+ "name": "on",
1314
+ "type": "bool"
1315
+ }
1316
+ ],
1317
+ "name": "setDDay",
1318
+ "outputs": [],
1319
+ "stateMutability": "nonpayable",
1320
+ "type": "function"
1321
+ },
1322
+ {
1323
+ "inputs": [
1324
+ {
1325
+ "internalType": "address",
1326
+ "name": "_oppAddress",
1327
+ "type": "address"
1328
+ },
1329
+ {
1330
+ "internalType": "address",
1331
+ "name": "_oppInboundAddress",
1332
+ "type": "address"
1333
+ }
1334
+ ],
1335
+ "name": "setOPPAddresses",
1336
+ "outputs": [],
1337
+ "stateMutability": "nonpayable",
1338
+ "type": "function"
1339
+ },
1340
+ {
1341
+ "inputs": [
1342
+ {
1343
+ "internalType": "address payable",
1344
+ "name": "p",
1345
+ "type": "address"
1346
+ }
1347
+ ],
1348
+ "name": "setPool",
1349
+ "outputs": [],
1350
+ "stateMutability": "nonpayable",
1351
+ "type": "function"
1352
+ },
1353
+ {
1354
+ "inputs": [
1355
+ {
1356
+ "internalType": "address",
1357
+ "name": "t",
1358
+ "type": "address"
1359
+ }
1360
+ ],
1361
+ "name": "setPretoken",
1362
+ "outputs": [],
1363
+ "stateMutability": "nonpayable",
1364
+ "type": "function"
1365
+ },
1366
+ {
1367
+ "inputs": [
1368
+ {
1369
+ "internalType": "address",
1370
+ "name": "r",
1371
+ "type": "address"
1372
+ }
1373
+ ],
1374
+ "name": "setReceipt",
1375
+ "outputs": [],
1376
+ "stateMutability": "nonpayable",
1377
+ "type": "function"
1378
+ },
1379
+ {
1380
+ "inputs": [
1381
+ {
1382
+ "internalType": "address",
1383
+ "name": "",
1384
+ "type": "address"
1385
+ }
1386
+ ],
1387
+ "name": "sharesOf",
1388
+ "outputs": [
1389
+ {
1390
+ "internalType": "uint256",
1391
+ "name": "",
1392
+ "type": "uint256"
1393
+ }
1394
+ ],
1395
+ "stateMutability": "view",
1396
+ "type": "function"
1397
+ },
1398
+ {
1399
+ "inputs": [
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "amountLiq",
1403
+ "type": "uint256"
1404
+ }
1405
+ ],
1406
+ "name": "stakeLiqETH",
1407
+ "outputs": [],
1408
+ "stateMutability": "nonpayable",
1409
+ "type": "function"
1410
+ },
1411
+ {
1412
+ "inputs": [
1413
+ {
1414
+ "internalType": "uint256",
1415
+ "name": "amountLiq",
1416
+ "type": "uint256"
1417
+ },
1418
+ {
1419
+ "internalType": "string",
1420
+ "name": "wireRecipient",
1421
+ "type": "string"
1422
+ }
1423
+ ],
1424
+ "name": "stakeLiqETHToWire",
1425
+ "outputs": [],
1426
+ "stateMutability": "nonpayable",
1427
+ "type": "function"
1428
+ },
1429
+ {
1430
+ "inputs": [],
1431
+ "name": "totalShares",
1432
+ "outputs": [
1433
+ {
1434
+ "internalType": "uint256",
1435
+ "name": "",
1436
+ "type": "uint256"
1437
+ }
1438
+ ],
1439
+ "stateMutability": "view",
1440
+ "type": "function"
1441
+ },
1442
+ {
1443
+ "inputs": [
1444
+ {
1445
+ "internalType": "address",
1446
+ "name": "newImplementation",
1447
+ "type": "address"
1448
+ },
1449
+ {
1450
+ "internalType": "bytes",
1451
+ "name": "data",
1452
+ "type": "bytes"
1453
+ }
1454
+ ],
1455
+ "name": "upgradeToAndCall",
1456
+ "outputs": [],
1457
+ "stateMutability": "payable",
1458
+ "type": "function"
1459
+ },
1460
+ {
1461
+ "inputs": [],
1462
+ "name": "wirePrincipal",
1463
+ "outputs": [
1464
+ {
1465
+ "internalType": "uint256",
1466
+ "name": "",
1467
+ "type": "uint256"
1468
+ }
1469
+ ],
1470
+ "stateMutability": "view",
1471
+ "type": "function"
1472
+ },
1473
+ {
1474
+ "inputs": [],
1475
+ "name": "wireShares",
1476
+ "outputs": [
1477
+ {
1478
+ "internalType": "uint256",
1479
+ "name": "",
1480
+ "type": "uint256"
1481
+ }
1482
+ ],
1483
+ "stateMutability": "view",
1484
+ "type": "function"
1485
+ },
1486
+ {
1487
+ "inputs": [
1488
+ {
1489
+ "internalType": "uint256",
1490
+ "name": "tokenId",
1491
+ "type": "uint256"
1492
+ },
1493
+ {
1494
+ "internalType": "address",
1495
+ "name": "",
1496
+ "type": "address"
1497
+ }
1498
+ ],
1499
+ "name": "withdrawStake",
1500
+ "outputs": [],
1501
+ "stateMutability": "nonpayable",
1502
+ "type": "function"
1503
+ },
1504
+ {
1505
+ "inputs": [],
1506
+ "name": "yieldAccumulatedLiq",
1507
+ "outputs": [
1508
+ {
1509
+ "internalType": "uint256",
1510
+ "name": "",
1511
+ "type": "uint256"
1512
+ }
1513
+ ],
1514
+ "stateMutability": "view",
1515
+ "type": "function"
1516
+ },
1517
+ {
1518
+ "inputs": [],
1519
+ "name": "yieldNetLiq",
1520
+ "outputs": [
1521
+ {
1522
+ "internalType": "int256",
1523
+ "name": "",
1524
+ "type": "int256"
1525
+ }
1526
+ ],
1527
+ "stateMutability": "view",
1528
+ "type": "function"
1529
+ },
1530
+ {
1531
+ "inputs": [],
1532
+ "name": "yieldNetLiqAtLastPurchase",
1533
+ "outputs": [
1534
+ {
1535
+ "internalType": "int256",
1536
+ "name": "",
1537
+ "type": "int256"
1538
+ }
1539
+ ],
1540
+ "stateMutability": "view",
1541
+ "type": "function"
1542
+ }
1543
+ ],
1544
+ "bytecode": "0x60a08060405234602957306080526143d8908161002f8239608051818181610a5f0152613a420152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c8063076486d4146103c75780630b236b4a146103c25780631004c8da146103bd5780631459457a146103b857806316f0115b146103b3578063267f39ab146103ae5780632986c0e5146103a95780633430babc146103a45780633a98ef391461039f57806340afea901461039a5780634437152a146103955780634f1ef2861461039057806352d1902d1461038b57806353be9fc11461038657806354001c461461038157806354c532251461037c57806355d4aa8a1461037757806357ae593f146103725780635c975abb1461036d57806364325ff314610368578063652d84da1461036357806367427f3a1461035e578063676a63001461035957806369d4a362146103545780636a2378d91461034f5780636d566aac1461034a578063712c27821461034557806375cbddb2146103405780637a9e5e4b1461033b5780637ad226dc14610336578063801f5d651461033157806381f58f6e1461032c5780638c1f15f5146103275780638d26ace4146103225780638dd148021461031d5780638fb360371461031857806391f5848f14610313578063952c050b1461030e578063a66e205614610309578063ad3cb1cc14610304578063b9934526146102ff578063bf7e214f146102fa578063bfa7b239146102f5578063c360b5e9146102f0578063c96b2835146102eb578063ca34df47146102e6578063cb6743d3146102e1578063cde78421146102dc578063d1c34e5f146102d7578063e0b47cd1146102d2578063e1e6b898146102cd578063e68507f3146102c8578063e78cea92146102c3578063eae4c19f146102be578063ed5f1b41146102b9578063eef9796c146102b4578063f5ba61e7146102af578063f5eb42dc146102aa5763f876db8f146102a557600080fd5b611bc9565b611b8c565b611b6f565b611aa7565b611a66565b611a48565b611a1f565b6119d6565b6119ad565b611990565b61186f565b611827565b611722565b6116ec565b61152b565b611491565b61146e565b611438565b61141a565b6113d0565b6113a1565b6112f8565b6112db565b611288565b6111ff565b6111d5565b611199565b611172565b61110d565b6110ca565b61104b565b61102e565b610f9d565b610f80565b610f62565b610ecc565b610e70565b610e53565b610e35565b610e18565b610dd6565b610cab565b610c44565b610b8f565b610b00565b610ab7565b610a4c565b61094d565b61075d565b610736565b610718565b6105d1565b6105b3565b61058e565b610565565b610446565b610418565b6103fa565b6103dc565b60009103126103d757565b600080fd5b346103d75760003660031901126103d7576020600e54604051908152f35b346103d75760003660031901126103d7576020600854604051908152f35b346103d75760003660031901126103d7576020604051610bb98152f35b6001600160a01b038116036103d757565b346103d75760a03660031901126103d75760043561046381610435565b6024359061047082610435565b60443561047c81610435565b60643561048881610435565b6084359161049583610435565b60008051602061438383398151915254946001600160401b0360ff8760401c161596168015908161055d575b6001149081610553575b15908161054a575b50610538576104ee94866104e5611bf2565b61052b5761225f565b6104f457005b6104fc611c37565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b610533611c15565b61225f565b60405163f92ee8a960e01b8152600490fd5b905015386104d3565b303b1591506104cb565b8791506104c1565b346103d75760003660031901126103d7576001546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d75760206105a9611c69565b6040519015158152f35b346103d75760003660031901126103d7576020600654604051908152f35b346103d757600080600319360112610715576105eb61233c565b6105f3611c69565b610703576105ff612379565b610609363361241d565b600080516020614343833981519152546001600160a01b031680156106f1575a90803b156106ed576040516327e935a160e01b81526004810183905291838360248183865af19283156106d15784936106da575b50610666611c9f565b813b156106d65760405163f5786b4b60e01b8152600481019190915291908290818381602481015b03925af180156106d1576106b8575b506106b5600160008051602061436383398151915255565b80f35b806106c56106cb9261084f565b806103cc565b3861069d565b611c93565b5050fd5b806106c56106e79261084f565b3861065d565b8280fd5b604051632ea0fec960e11b8152600490fd5b604051633ea5037760e11b8152600490fd5b80fd5b346103d75760003660031901126103d7576020600554604051908152f35b346103d75760003660031901126103d75760206001600160401b0360105416604051908152f35b346103d75760203660031901126103d7576107ec602060043561077f81610435565b610789363361241d565b600180546001600160a01b0319166001600160a01b0392831690811790915560005490916107bf91165b6001600160a01b031690565b6040516370a0823160e01b81526001600160a01b0390921660048301529092839190829081906024820190565b03915afa80156106d1576108089160009161080a575b50600b55565b005b61082c915060203d602011610832575b610824818361089d565b810190611ed2565b38610802565b503d61081a565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161086257604052565b610839565b604081019081106001600160401b0382111761086257604052565b60a081019081106001600160401b0382111761086257604052565b90601f801991011681019081106001600160401b0382111761086257604052565b6040519060c082018281106001600160401b0382111761086257604052565b6001600160401b03811161086257601f01601f191660200190565b929192610904826108dd565b91610912604051938461089d565b8294818452818301116103d7578281602093846000960137010152565b9080601f830112156103d75781602061094a933591016108f8565b90565b60403660031901126103d75760043561096581610435565b6024356001600160401b0381116103d75761098490369060040161092f565b9061098d613a38565b610997363361241d565b61099f613a38565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a2b575b506109f257604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b0390fd5b906000805160206143038339815191528303610a12576108089250613f37565b604051632a87526960e21b815260048101849052602490fd5b610a4591945060203d60201161083257610824818361089d565b92386109c8565b346103d75760003660031901126103d7577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610aa55760206040516000805160206143038339815191528152f35b60405163703e46dd60e11b8152600490fd5b346103d75760203660031901126103d757600435610ad481610435565b610ade363361241d565b600380546001600160a01b0319166001600160a01b0392909216919091179055005b346103d75760003660031901126103d757610b1961233c565b610b21612379565b610b2b363361241d565b610b33612553565b600160008051602061436383398151915255005b60005b838110610b5a5750506000910152565b8181015183820152602001610b4a565b90602091610b8381518092818552858086019101610b47565b601f01601f1916010190565b346103d75760003660031901126103d75760408051602090818101908082106001600160401b03831117610862579181845260008352835192818401908285525180915284840191858260051b86010193926000965b838810610bf25786860387f35b90919293948380610c33600193603f198b820301875289518660609161ffff815116845263ffffffff86820151168685015201519181888201520190610b6a565b970193019701969093929193610be5565b346103d75760003660031901126103d7576000546040516001600160a01b039091168152602090f35b6001600160401b038116036103d757565b9181601f840112156103d7578235916001600160401b0383116103d757602083818601950101116103d757565b346103d75760803660031901126103d7576024356004610cca82610c6d565b6044356001600160401b0381116103d757610ce89036908301610c7e565b9290610cf2611c69565b610dc557610cfe61233c565b610d06612379565b600080516020614343833981519152546001600160a01b03168015610db4575a91813b156103d757604051936327e935a160e01b8552600096878680610d53888b83019190602083019252565b038183885af19283156106d1578896610d7794610da1575b50606435928835611ee1565b803b156106ed5760405163f5786b4b60e01b8152938401918252839182908490829060200161068e565b806106c5610dae9261084f565b38610d6b565b604051632ea0fec960e11b81528490fd5b604051633ea5037760e11b81528390fd5b346103d75760003660031901126103d757602060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330054166040519015158152f35b346103d75760003660031901126103d757602060405161ee178152f35b346103d75760003660031901126103d7576020600b54604051908152f35b346103d75760003660031901126103d7576020604051610bba8152f35b346103d75760403660031901126103d757610e8c602435610435565b610e94611c69565b6107035760ff600a5416610eba57610eaa61233c565b610eb2612379565b60043561208b565b60405163e9e4ed5f60e01b8152600490fd5b346103d75760008060031936011261071557610ee661233c565b610eee611c69565b61070357610efa612379565b600080516020614343833981519152546001600160a01b031680156106f15781905a90803b156106d6576040516327e935a160e01b815260048101929092529092839160249183915af180156106d1571561217257806106c5610f5c9261084f565b38612172565b346103d75760003660031901126103d7576020600d54604051908152f35b346103d75760003660031901126103d757602060405161ee138152f35b346103d75760403660031901126103d757600435610fba81610435565b60243590610fc782610435565b610fd1363361241d565b60008051602061434383398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b346103d75760003660031901126103d7576020604051610bbe8152f35b346103d75760203660031901126103d75760043561106881610435565b6000805160206142e3833981519152546001600160a01b039190821633036110b357803b1561109a5761080890612c3c565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b346103d75760403660031901126103d7576110e6602435610435565b6110ee611c69565b156110fb57610eb2612379565b604051630220973960e51b8152600490fd5b346103d75760203660031901126103d75760ff600a5416610eba57611130611c69565b6107035761113c61233c565b611144612379565b6004351561116057600160008051602061436383398151915255005b604051634143610760e01b8152600490fd5b346103d75760003660031901126103d757602060405161ee198152f35b801515036103d757565b346103d75760203660031901126103d7576004356111b68161118f565b6111c0363361241d565b60ff8019600a54169115151617600a55600080f35b346103d75760003660031901126103d75760206010546001600160401b036040519160401c168152f35b346103d75760203660031901126103d75760043561121c81610435565b611226363361241d565b6001600160a01b0316801561124d576001600160601b0360a01b6002541617600255600080f35b60849060405190632215fb1f60e11b825260406004830152600c60448301526b4c697145746842726964676560a01b60648301526024820152fd5b346103d75760003660031901126103d7576000805160206142e38339815191525460a01c60ff16156112d2576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006112bf565b346103d75760003660031901126103d7576020604051610bbc8152f35b346103d75760403660031901126103d757611314602435610435565b61131c611c69565b6107035761132861233c565b611330612379565b600080516020614343833981519152546001600160a01b031680156106f1575a90803b156103d7576040516327e935a160e01b815260048101839052906000908290602490829084905af180156106d15761138e575b6004356121b0565b806106c561139b9261084f565b80611386565b346103d75760003660031901126103d7576020600954604051908152f35b90602061094a928181520190610b6a565b346103d75760003660031901126103d7576114166040516113f081610867565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610b6a565b0390f35b346103d75760003660031901126103d7576020600c54604051908152f35b346103d75760003660031901126103d7576000805160206142e3833981519152546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d757602060ff600a54166040519015158152f35b346103d75760203660031901126103d7576004356114ae81610435565b60008051602061438383398151915254906001600160401b0360ff8360401c1615921680159081611523575b6001149081611519575b159081611510575b50610538576104ee90826114fe611bf2565b156121f35761150b611c15565b6121f3565b905015386114ec565b303b1591506114e4565b8391506114da565b346103d7576040806003193601126103d75760048035916024356001600160401b0381116103d7576115609036908401610c7e565b9260ff600a54166116de57611573611c69565b6116d05761157f61233c565b611587612379565b61158f612553565b84156116c2576002546001600160a01b03906115ac9082166107b3565b16156116745760009485936115e8826115cb875460018060a01b031690565b6001546115e0906001600160a01b03166107b3565b9033906129fa565b6115f182612a81565b600254611606906001600160a01b03166107b3565b92833b156116705761162e869251978896879586946320ca3cf560e21b865233908601612224565b03925af180156106d15761165d575b506116466129b5565b6106b5600160008051602061436383398151915255565b806106c561166a9261084f565b3861163d565b8580fd5b825160016245d25360e11b031981526020918101828152828101929092527f62726964676520637573746f6479206973206e6f7420636f6e6669677572656460408301529081906060010390fd5b8251634143610760e01b8152fd5b8251633ea5037760e11b8152fd5b825163e9e4ed5f60e01b8152fd5b346103d75760003660031901126103d757600080516020614343833981519152546040516001600160a01b039091168152602090f35b346103d75760403660031901126103d75760043561173f81610435565b6024359061174b61233c565b611753612553565b3033036117de5781156111605761176982612c95565b60015461177e906001600160a01b03166107b3565b91823b156103d757604051635e588b6f60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af180156106d1576117cb575b6108086129b5565b806106c56117d89261084f565b386117c3565b60405160016245d25360e11b0319815260206004820152601c60248201527f63616c6c6572206973206e6f742074686973206465706f7369746f72000000006044820152606490fd5b346103d75760003660031901126103d7577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b346103d75760403660031901126103d75760043561188c81610435565b60025460243591906001600160a01b039081163303611947576118ad61233c565b6118b5612379565b6118bd612553565b8215611160576118cc83612c95565b6001541691823b156103d757604051635e588b6f60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af180156106d157611934575b61191d6129b5565b610808600160008051602061436383398151915255565b806106c56119419261084f565b38611915565b60405160016245d25360e11b0319815260206004820152601c60248201527f63616c6c6572206973206e6f742062726964676520637573746f6479000000006044820152606490fd5b346103d75760003660031901126103d757602060405161ee188152f35b346103d75760003660031901126103d7576004546040516001600160a01b039091168152602090f35b346103d75760203660031901126103d7576004356119f381610435565b6119fd363361241d565b600480546001600160a01b0319166001600160a01b0392909216919091179055005b346103d75760003660031901126103d7576002546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d7576020600f54604051908152f35b346103d75760203660031901126103d7576001600160401b03600435611a8b81610c6d565b166000526011602052602060ff60406000205416604051908152f35b346103d75760403660031901126103d75760043561ffff81168091036103d7576024356001600160401b0381116103d757611ae690369060040161092f565b7f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9549091906001600160a01b031633819003611b51575061ee1890611b29612379565b14611b4257600160008051602061436383398151915255005b611b4b9061307d565b38610b33565b60449060405190636e01d1ef60e11b82523360048301526024820152fd5b346103d75760003660031901126103d757602060405161ee1a8152f35b346103d75760203660031901126103d757600435611ba981610435565b60018060a01b031660005260076020526020604060002054604051908152f35b346103d75760003660031901126103d7576003546040516001600160a01b039091168152602090f35b600080516020614383833981519152805467ffffffffffffffff19166001179055565b600080516020614383833981519152805460ff60401b1916600160401b179055565b600080516020614383833981519152805460ff60401b19169055565b634e487b7160e01b600052601160045260246000fd5b60ff600a5416611c8e57600f54629e34008101809111611c895742101590565b611c53565b600090565b6040513d6000823e3d90fd5b611ca7612553565b600c548015611e0157600254611cc5906001600160a01b03166107b3565b906001600160a01b03821615611e135780655af3107a4000611ce8920690611e94565b8015611e0157600154611d03906001600160a01b03166107b3565b803b156103d757604051635e588b6f60e01b81526001600160a01b03939093166004840152602483018290526000908390604490829084905af19182156106d157611dd992611dee575b50611d5781612696565b611d73611d6e611d66836126ea565b600d54611ea1565b600d55565b611d82600d54600e5490611ea1565b6000811315611de357600c555b60105460401c6001600160401b031690611dd4611dab83611eba565b67ffffffffffffffff60401b6010549160401b169067ffffffffffffffff60401b191617601055565b612728565b611de16129b5565b565b50611d8f6000600c55565b806106c5611dfb9261084f565b38611d4d565b60405163053716d160e01b8152600490fd5b60405160016245d25360e11b0319815260206004820152602a60248201527f696e737461737761702062726964676520637573746f6479206973206e6f742060448201526918dbdb999a59dd5c995960b21b6064820152608490fd5b634e487b7160e01b600052601260045260246000fd5b600319810191908211611c8957565b91908203918211611c8957565b81810392916000138015828513169184121617611c8957565b6001600160401b03809116908114611c895760010190565b908160209103126103d7575190565b90939193611eed612553565b81156111605760036001600160401b03821603612027578315611fd45760208403611f7c57600054611dd995611f7691611f319085906001600160a01b03166115cb565b611f3a84612a81565b6010546001600160401b031695611f6f611f5388611eba565b6001600160401b03166001600160401b03196010541617601055565b36916108f8565b91612ae0565b60405160016245d25360e11b0319815260206004820152602660248201527f696e737461737761702064657374696e6174696f6e206d75737420626520333260448201526520627974657360d01b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602160248201527f696e737461737761702064657374696e6174696f6e20697320726571756972656044820152601960fa1b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602760248201527f756e737570706f7274656420696e737461737761702064657374696e6174696f604482015266371031b430b4b760c91b6064820152608490fd5b5190611de182610c6d565b60249060018060a01b036004541660c060409182519485809263b63e6ac360e01b82528660048301525afa80156106d1576120da575b51636d56c1b960e01b8152600481019190915260249150fd5b60c0833d60c01161216a575b816120f360c0938361089d565b810103126103d757805160c081018181106001600160401b03821117610862578252835161212081610435565b815260208401516020820152818401518282015260608401516060820152608084015160028110156103d75761216260a06109ee968193608086015201612080565b9101526120c1565b3d91506120e6565b60405160016245d25360e11b031981526020600482015260126024820152711c1c995d1bdad95b9cc8191a5cd8589b195960721b6044820152606490fd5b156111605760405160016245d25360e11b031981526020600482015260126024820152711c1c995d1bdad95b9cc8191a5cd8589b195960721b6044820152606490fd5b61220c906121ff6134c1565b6122076134c1565b612c3c565b6122146134c1565b61221c6134c1565b611de16134c1565b9284926080959260018060a01b03168552602085015260606040850152816060850152848401376000828201840152601f01601f1916010190565b9392919061226b6134c1565b600080516020614383833981519152546001600160401b0360ff8260401c1615911680159081612334575b600114908161232a575b159081612321575b50610538576122bd6122df96826114fe611bf2565b6122e7575b6122ca6134c1565b6122d26134f0565b6122da6134c1565b613514565b611de161376d565b6122ef611c37565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a16122c2565b905015386122a8565b303b1591506122a0565b829150612296565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661236757565b60405163d93c066560e01b8152600490fd5b60008051602061436383398151915260028154146123975760029055565b604051633ee5aeb560e01b8152600490fd5b6004116103d757600090600490565b6001600160e01b031990358181169392600481106123d557505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206142e38339815191528054612456906001600160a01b031661244d612447866123a9565b906123b8565b9084309161378c565b9015612463575b50505050565b63ffffffff1615612517576000805160206142e3833981519152805460ff60a01b1916600160a01b1790556124a5906107b3908190546001600160a01b031690565b91823b156103d7576124d19260009283604051809681958294634a63ebf760e11b8452600484016123e4565b03925af180156106d157612504575b506000805160206142e3833981519152805460ff60a01b191690553880808061245d565b806106c56125119261084f565b386124e0565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b91909160008382019384129112908015821691151617611c8957565b6000546125b09060209061256f906001600160a01b03166107b3565b600154612584906001600160a01b03166107b3565b6040516370a0823160e01b81526001600160a01b03909116600482015292839190829081906024820190565b03915afa80156106d157611de191600091612664575b5080600b54808211600014612632575050612602611d6e6125fa6125ec600b5485611e94565b6125f581613802565b6126ea565b600d54612537565b612611600d54600e5490611ea1565b600081131561262757600c55600b55565b600b55565b506126226000600c55565b808210612641575b5050612602565b611d6661265461265d93611d6e93611e94565b6125f581612696565b803861263a565b61267d915060203d60201161083257610824818361089d565b386125c6565b81810292918115918404141715611c8957565b80156126e7576005549081156126e3576b033b2e3c9fd0803ce800000090816126c160065485612683565b049080820392828411611c89578084029384041491141715611c895704600655565b5050565b50565b6001600160ff1b0381116126fb5790565b6024906040519063123baf0360e11b82526004820152fd5b908160209103126103d7575161094a8161118f565b6000805160206143438339815191525460008051602061432383398151915280549093909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d1576000916127f2575b50156127e0576127a960016127ae94811b1760008051602061432383398151915255565b612888565b546001808216146127ce5760011c60008051602061432383398151915255565b604051636f3e1d3560e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612814915060203d60201161281a575b61280c818361089d565b810190612713565b38612785565b503d612802565b81601f820112156103d7578051612837816108dd565b92612845604051948561089d565b818452602082840101116103d75761094a9160208085019101610b47565b906020828203126103d75781516001600160401b0381116103d75761094a9201612821565b906128924661384e565b60405192630fc12caf60e21b845260048401526001600160401b038092166024840152166044820152306064820152600090818160848173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af49081156106d1578291612993575b506000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254612933906107b3906001600160a01b031681565b90813b156106ed57829161295d91604051948580948193631c18295560e31b835260048301613881565b03925af180156106d15761296e5750565b806106c5611de19261084f565b60249060405190633b48047760e01b82526004820152fd5b6129af91503d8084833e6129a7818361089d565b810190612863565b386128ee565b6000546001546040516370a0823160e01b81526001600160a01b0391821660048201529160209183916024918391165afa9081156106d15760009161080a5750600b55565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152612a3c81610882565b519082865af115611c93576000513d612a7857508082163b155b612a5e575050565b604051635274afe760e01b81529116600482015260249150fd5b60011415612a56565b6b033b2e3c9fd0803ce8000000808202908282041482151715611c8957600654908115612adb5704600554818101809111611c8957600555600854908101809111611c8957600855600954908101809111611c8957600955565b611e6f565b6000805160206143438339815191525460008051602061432383398151915280549096909590949093909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d157600091612b6c575b50156127e057612b6760016127ae97811b1760008051602061432383398151915255565b612b8b565b612b85915060203d60201161281a5761280c818361089d565b38612b43565b90939192600093612b9b4661384e565b604051968795869563b421bbc560e01b87526004870152612bd86001600160401b039485809416602489015260e0604489015260e4880190610b6a565b9460648701521660848501521660a48301523060c4830152038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af480156106d157611de191600091612c21575b506138e5565b612c3691503d806000833e6129a7818361089d565b38612c1b565b6000805160206142e383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b600954808211612d7457612ca882613a92565b80158015612d69575b8015612d5e575b612d0357612cf5612cfa91612cdb612cd6611de19660055496611e94565b600955565b612cef612cea82600854611e94565b600855565b83611e94565b600555565b60055490613ad1565b60405160016245d25360e11b0319815260206004820152602960248201527f627269646765207769746864726177616c2065786365656473206d6972726f7260448201526865642073686172657360b81b6064820152608490fd5b506005548111612cb8565b506008548111612cb1565b60405160016245d25360e11b0319815260206004820152602c60248201527f627269646765207769746864726177616c2065786365656473206d6972726f7260448201526b1959081c1c9a5b98da5c185b60a21b6064820152608490fd5b906020828203126103d75781516001600160401b03928382116103d757019060c0828203126103d757612e036108be565b92612e0d83612080565b8452612e1b60208401612080565b602085015260408301518181116103d75782612e38918501612821565b604085015260608301518181116103d75782612e55918501612821565b606085015260808301518181116103d75782612e72918501612821565b608085015260a08301519081116103d757612e8d9201612821565b60a082015290565b60405190612ea282610867565b601d82527f756e737570706f727465642064657374696e6174696f6e2061737365740000006020830152565b60405190612edb82610867565b601b82527f696e76616c69642064657374696e6174696f6e206164647265737300000000006020830152565b90602082519201516001600160601b0319908181169360148110612f2a57505050565b60140360031b82901b16169150565b60405190612f4682610867565b601982527f696e76616c696420736574746c656d656e7420616d6f756e74000000000000006020830152565b93959491608093612f9e612fac926001600160401b03809516885260a0602089015260a0880190610b6a565b908682036040880152610b6a565b951660608401526001600160a01b0316910152565b60009060033d11612fce57565b905060046000803e60005160e01c90565b600060443d1061094a57604051600319913d83016004833e81516001600160401b03918282113d60248401111761303c57818401948551938411613044573d8501016020848701011161303c575061094a9291016020019061089d565b949350505050565b50949350505050565b3d15613078573d9061305e826108dd565b9161306c604051938461089d565b82523d6000602084013e565b606090565b73__$a34fba7a3e07cfc86d12a7a007b352134b$__90604090815191631881506d60e01b835260008084806130b66004968783016113bf565b0381885af49384156106d157819461349d575b506001600160401b036130e385516001600160401b031690565b16156134425760ff61312261311b61310287516001600160401b031690565b6001600160401b03166000526011602052604060002090565b5460ff1690565b1661343b5761314c946060850151835190631ea14a8f60e21b825281806020998a938983016113bf565b0381855af49081156106d157839161341e575b50156133f65760a085016014815151036133cd576080860161319588825187518093819263c969ff2960e01b83528b83016113bf565b0381875af49081156106d15785916133b0575b506131bc6131b68451612f07565b60601c90565b811561338457303b1561167057865163cb6743d360e01b81526001600160a01b03909116888201908152602081019290925290859082908190604001038183305af19081613371575b506132cf57505050600192613218612fc1565b6308c379a01461326f575b50505061322e575050565b61323661304d565b61323f81613edd565b9261324984613e48565b1561326957505051611de191906001600160401b0316613c2b565b613c2b565b81519101fd5b613277612fdf565b9182613284575b50613223565b9350909161329183613e48565b156132b65750506132ad9061326484516001600160401b031690565b3880808061327e565b5162461bcd60e51b81529182916109ee919083016113bf565b909192965061333961330f876133026132f56131028c9a999b516001600160401b031690565b805460ff19166001179055565b516001600160401b031690565b915192519461331d4661384e565b97516314577a9160e01b81529788968795869530948701612f72565b03915af49081156106d15782611de19392613356575b5050613c86565b61336a92503d8091833e6129a7818361089d565b388061334f565b806106c561337e9261084f565b38613205565b5050505050505050611de191506133a290516001600160401b031690565b6133aa612f39565b90613c2b565b6133c79150893d8b1161083257610824818361089d565b386131a8565b5050505050611de191506133e890516001600160401b031690565b6133f0612ece565b90613bd0565b50505050611de1915061341090516001600160401b031690565b613418612e95565b90613b29565b6134359150873d891161281a5761280c818361089d565b3861315f565b5050505050565b815160016245d25360e11b0319815260208185018181526023918101919091527f696e7374617377617020736574746c656d656e742069642069732072657175696040820152621c995960ea1b606082015281906080010390fd5b6134ba9194503d8086833e6134b2818361089d565b810190612dd2565b92386130c9565b60ff6000805160206143838339815191525460401c16156134de57565b604051631afcd79f60e31b8152600490fd5b6134f86134c1565b6135006134c1565b600160008051602061436383398151915255565b61351c6134c1565b6001600160a01b0381811691821561372b57508083169283156136e957508084169384156136a55750841693841561365f5750916135996135b69261357c6135d3969560018060a01b03166001600160601b0360a01b6000541617600055565b60018060a01b03166001600160601b0360a01b6001541617600155565b60018060a01b03166001600160601b0360a01b6003541617600355565b60018060a01b03166001600160601b0360a01b6004541617600455565b6135e86b033b2e3c9fd0803ce8000000600655565b6000546136049060209061256f906001600160a01b03166107b3565b03915afa80156106d15761361f9160009161080a5750600b55565b61362842600f55565b61364060016001600160401b03196010541617601055565b611de1600160401b67ffffffffffffffff60401b196010541617601055565b60408051632215fb1f60e11b81526004810191909152600a604482015269149958d95a5c1d13919560b21b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b815260048101919091526008604482015267283932ba37b5b2b760c11b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b8152600480820192909252604481019190915263141bdbdb60e21b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b8152600481019190915260066044820152650d8d2e28aa8960d31b60648201526001600160a01b03919091166024820152608490fd5b6137756134c1565b600160801b60008051602061432383398151915255565b93919060409060009560009384928397855191602083019363b700961360e01b855260018060a01b03809216602485015216604483015263ffffffff60e01b166064820152606481526137de81610882565b8380528360205251915afa6137f05750565b9150915051906020518060201c150290565b80156126e7576005549081156126e3576b033b2e3c9fd0803ce8000000908161382d60065485612683565b04908101809111611c8957818102918183041490151715611c895704600655565b6001600160401b0390818111613862571690565b604490604051906306dfcc6560e41b8252604060048301526024820152fd5b90604061094a9261ee1381528160208201520190610b6a565b90604061094a9261ee1781528160208201520190610b6a565b90604061094a9261ee1981528160208201520190610b6a565b90604061094a9261ee1a81528160208201520190610b6a565b6000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254613929906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d906004830161389a565b6000805160206143238339815191528054600181161561297b576001191690556000805160206143438339815191525461399a906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d90600483016138b3565b6000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254613a0b906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d90600483016138cc565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613a76575b5050610aa557565b6000805160206143038339815191525416141590503880613a6e565b60095490818114613ac957613aa990600854612683565b818101809111611c89576000198101908111611c89578115612adb570490565b505060085490565b9081158015613b20575b6126e357613b0082613af3613b0a9484600d54613fec565b9283600d55600e54613fec565b9081600e55611ea1565b6000811315613b1857600c55565b506000600c55565b50808214613adb565b613b84916001600160401b03600092168083526011602052613b5560408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260016024840152606060448401526064830190610b6a565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af480156106d157611de191600091613bb5575b50613d82565b613bca91503d806000833e6129a7818361089d565b38613baf565b613b84916001600160401b03600092168083526011602052613bfc60408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260026024840152606060448401526064830190610b6a565b613b84916001600160401b03600092168083526011602052613c5760408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260036024840152606060448401526064830190610b6a565b600080516020614343833981519152546001600160a01b031680156106f15781516040513060601b6bffffffffffffffffffffffff19166020820190815261ee1960f01b60348301524360368301526056820192909252613cf481607681015b03601f19810183528261089d565b5190208015613d7a575b813b156103d7576040516327e935a160e01b815260048101829052600093848260248183885af19182156106d157613d3b92613d67575b5061404c565b813b156106ed5760405163f5786b4b60e01b81526004810191909152919082908183816024810161295d565b806106c5613d749261084f565b38613d35565b506001613cfe565b600080516020614343833981519152546001600160a01b031680156106f15781516040513060601b6bffffffffffffffffffffffff19166020820190815261770d60f11b60348301524360368301526056820192909252613de68160768101613ce6565b5190208015613e40575b813b156103d7576040516327e935a160e01b815260048101829052600093848260248183885af19182156106d157613d3b92613e2d575b506140ef565b806106c5613e3a9261084f565b38613e27565b506001613df0565b602081519101207ffda19ea6c3887b1d2b2a712e8d5dc9e771210ef5361366951560f7305ab2e4da8114908115613e7d575090565b7f8931e53999bf338da0f0e957e6bf04eb56bd31b39990106dc9a3872faa0f24e591501490565b60405190613eb182610867565b601b82527f696e7374617377617020736574746c656d656e74206661696c656400000000006020830152565b6004815110613f2e5760208101516001600160e01b03191660016245d25360e11b03198114613f245762461bcd60e51b14613f1b575061094a613ea4565b61094a906141b9565b5061094a906141b9565b5061094a613ea4565b90813b15613fba5760008051602061430383398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115613f9f576126e791614266565b505034613fa857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b600160ff1b8114611c895760000390565b919082158015614043575b61403e578015614036576140209060008412938460001461401b5761401b90613fdb565b612683565b8115612adb5704901561094a5761094a90613fdb565b505050600090565b505090565b50818114613ff7565b600080516020614343833981519152546000805160206143238339815191528054909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d1576000916140d0575b50156127e0576140cb60016127ae93811b1760008051602061432383398151915255565b613956565b6140e9915060203d60201161281a5761280c818361089d565b386140a7565b600080516020614343833981519152546000805160206143238339815191528054909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d157600091614173575b50156127e05761416e60016127ae93811b1760008051602061432383398151915255565b6139c7565b61418c915060203d60201161281a5761280c818361089d565b3861414a565b9081518110156141a3570160200190565b634e487b7160e01b600052603260045260246000fd5b90604482511061425c5781516003198101908111611c89576141f36141dd826108dd565b916141eb604051938461089d565b8083526108dd565b602082019290601f190136843760045b8451811015614248578061422a61421c60019388614192565b516001600160f81b03191690565b61424161423683611e85565b9160001a9186614192565b5301614203565b50925090602061094a928051010190612863565b905061094a613ea4565b60008061094a93602081519101845af461427e61304d565b91906142a6575080511561429457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806142d9575b6142b7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156142af56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122033e27a694c2ace70a62363db9251098ea5a11eeb54116557691994a93268ab3264736f6c63430008190033",
1545
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c8063076486d4146103c75780630b236b4a146103c25780631004c8da146103bd5780631459457a146103b857806316f0115b146103b3578063267f39ab146103ae5780632986c0e5146103a95780633430babc146103a45780633a98ef391461039f57806340afea901461039a5780634437152a146103955780634f1ef2861461039057806352d1902d1461038b57806353be9fc11461038657806354001c461461038157806354c532251461037c57806355d4aa8a1461037757806357ae593f146103725780635c975abb1461036d57806364325ff314610368578063652d84da1461036357806367427f3a1461035e578063676a63001461035957806369d4a362146103545780636a2378d91461034f5780636d566aac1461034a578063712c27821461034557806375cbddb2146103405780637a9e5e4b1461033b5780637ad226dc14610336578063801f5d651461033157806381f58f6e1461032c5780638c1f15f5146103275780638d26ace4146103225780638dd148021461031d5780638fb360371461031857806391f5848f14610313578063952c050b1461030e578063a66e205614610309578063ad3cb1cc14610304578063b9934526146102ff578063bf7e214f146102fa578063bfa7b239146102f5578063c360b5e9146102f0578063c96b2835146102eb578063ca34df47146102e6578063cb6743d3146102e1578063cde78421146102dc578063d1c34e5f146102d7578063e0b47cd1146102d2578063e1e6b898146102cd578063e68507f3146102c8578063e78cea92146102c3578063eae4c19f146102be578063ed5f1b41146102b9578063eef9796c146102b4578063f5ba61e7146102af578063f5eb42dc146102aa5763f876db8f146102a557600080fd5b611bc9565b611b8c565b611b6f565b611aa7565b611a66565b611a48565b611a1f565b6119d6565b6119ad565b611990565b61186f565b611827565b611722565b6116ec565b61152b565b611491565b61146e565b611438565b61141a565b6113d0565b6113a1565b6112f8565b6112db565b611288565b6111ff565b6111d5565b611199565b611172565b61110d565b6110ca565b61104b565b61102e565b610f9d565b610f80565b610f62565b610ecc565b610e70565b610e53565b610e35565b610e18565b610dd6565b610cab565b610c44565b610b8f565b610b00565b610ab7565b610a4c565b61094d565b61075d565b610736565b610718565b6105d1565b6105b3565b61058e565b610565565b610446565b610418565b6103fa565b6103dc565b60009103126103d757565b600080fd5b346103d75760003660031901126103d7576020600e54604051908152f35b346103d75760003660031901126103d7576020600854604051908152f35b346103d75760003660031901126103d7576020604051610bb98152f35b6001600160a01b038116036103d757565b346103d75760a03660031901126103d75760043561046381610435565b6024359061047082610435565b60443561047c81610435565b60643561048881610435565b6084359161049583610435565b60008051602061438383398151915254946001600160401b0360ff8760401c161596168015908161055d575b6001149081610553575b15908161054a575b50610538576104ee94866104e5611bf2565b61052b5761225f565b6104f457005b6104fc611c37565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b610533611c15565b61225f565b60405163f92ee8a960e01b8152600490fd5b905015386104d3565b303b1591506104cb565b8791506104c1565b346103d75760003660031901126103d7576001546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d75760206105a9611c69565b6040519015158152f35b346103d75760003660031901126103d7576020600654604051908152f35b346103d757600080600319360112610715576105eb61233c565b6105f3611c69565b610703576105ff612379565b610609363361241d565b600080516020614343833981519152546001600160a01b031680156106f1575a90803b156106ed576040516327e935a160e01b81526004810183905291838360248183865af19283156106d15784936106da575b50610666611c9f565b813b156106d65760405163f5786b4b60e01b8152600481019190915291908290818381602481015b03925af180156106d1576106b8575b506106b5600160008051602061436383398151915255565b80f35b806106c56106cb9261084f565b806103cc565b3861069d565b611c93565b5050fd5b806106c56106e79261084f565b3861065d565b8280fd5b604051632ea0fec960e11b8152600490fd5b604051633ea5037760e11b8152600490fd5b80fd5b346103d75760003660031901126103d7576020600554604051908152f35b346103d75760003660031901126103d75760206001600160401b0360105416604051908152f35b346103d75760203660031901126103d7576107ec602060043561077f81610435565b610789363361241d565b600180546001600160a01b0319166001600160a01b0392831690811790915560005490916107bf91165b6001600160a01b031690565b6040516370a0823160e01b81526001600160a01b0390921660048301529092839190829081906024820190565b03915afa80156106d1576108089160009161080a575b50600b55565b005b61082c915060203d602011610832575b610824818361089d565b810190611ed2565b38610802565b503d61081a565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161086257604052565b610839565b604081019081106001600160401b0382111761086257604052565b60a081019081106001600160401b0382111761086257604052565b90601f801991011681019081106001600160401b0382111761086257604052565b6040519060c082018281106001600160401b0382111761086257604052565b6001600160401b03811161086257601f01601f191660200190565b929192610904826108dd565b91610912604051938461089d565b8294818452818301116103d7578281602093846000960137010152565b9080601f830112156103d75781602061094a933591016108f8565b90565b60403660031901126103d75760043561096581610435565b6024356001600160401b0381116103d75761098490369060040161092f565b9061098d613a38565b610997363361241d565b61099f613a38565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a2b575b506109f257604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b0390fd5b906000805160206143038339815191528303610a12576108089250613f37565b604051632a87526960e21b815260048101849052602490fd5b610a4591945060203d60201161083257610824818361089d565b92386109c8565b346103d75760003660031901126103d7577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610aa55760206040516000805160206143038339815191528152f35b60405163703e46dd60e11b8152600490fd5b346103d75760203660031901126103d757600435610ad481610435565b610ade363361241d565b600380546001600160a01b0319166001600160a01b0392909216919091179055005b346103d75760003660031901126103d757610b1961233c565b610b21612379565b610b2b363361241d565b610b33612553565b600160008051602061436383398151915255005b60005b838110610b5a5750506000910152565b8181015183820152602001610b4a565b90602091610b8381518092818552858086019101610b47565b601f01601f1916010190565b346103d75760003660031901126103d75760408051602090818101908082106001600160401b03831117610862579181845260008352835192818401908285525180915284840191858260051b86010193926000965b838810610bf25786860387f35b90919293948380610c33600193603f198b820301875289518660609161ffff815116845263ffffffff86820151168685015201519181888201520190610b6a565b970193019701969093929193610be5565b346103d75760003660031901126103d7576000546040516001600160a01b039091168152602090f35b6001600160401b038116036103d757565b9181601f840112156103d7578235916001600160401b0383116103d757602083818601950101116103d757565b346103d75760803660031901126103d7576024356004610cca82610c6d565b6044356001600160401b0381116103d757610ce89036908301610c7e565b9290610cf2611c69565b610dc557610cfe61233c565b610d06612379565b600080516020614343833981519152546001600160a01b03168015610db4575a91813b156103d757604051936327e935a160e01b8552600096878680610d53888b83019190602083019252565b038183885af19283156106d1578896610d7794610da1575b50606435928835611ee1565b803b156106ed5760405163f5786b4b60e01b8152938401918252839182908490829060200161068e565b806106c5610dae9261084f565b38610d6b565b604051632ea0fec960e11b81528490fd5b604051633ea5037760e11b81528390fd5b346103d75760003660031901126103d757602060ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330054166040519015158152f35b346103d75760003660031901126103d757602060405161ee178152f35b346103d75760003660031901126103d7576020600b54604051908152f35b346103d75760003660031901126103d7576020604051610bba8152f35b346103d75760403660031901126103d757610e8c602435610435565b610e94611c69565b6107035760ff600a5416610eba57610eaa61233c565b610eb2612379565b60043561208b565b60405163e9e4ed5f60e01b8152600490fd5b346103d75760008060031936011261071557610ee661233c565b610eee611c69565b61070357610efa612379565b600080516020614343833981519152546001600160a01b031680156106f15781905a90803b156106d6576040516327e935a160e01b815260048101929092529092839160249183915af180156106d1571561217257806106c5610f5c9261084f565b38612172565b346103d75760003660031901126103d7576020600d54604051908152f35b346103d75760003660031901126103d757602060405161ee138152f35b346103d75760403660031901126103d757600435610fba81610435565b60243590610fc782610435565b610fd1363361241d565b60008051602061434383398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b346103d75760003660031901126103d7576020604051610bbe8152f35b346103d75760203660031901126103d75760043561106881610435565b6000805160206142e3833981519152546001600160a01b039190821633036110b357803b1561109a5761080890612c3c565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b346103d75760403660031901126103d7576110e6602435610435565b6110ee611c69565b156110fb57610eb2612379565b604051630220973960e51b8152600490fd5b346103d75760203660031901126103d75760ff600a5416610eba57611130611c69565b6107035761113c61233c565b611144612379565b6004351561116057600160008051602061436383398151915255005b604051634143610760e01b8152600490fd5b346103d75760003660031901126103d757602060405161ee198152f35b801515036103d757565b346103d75760203660031901126103d7576004356111b68161118f565b6111c0363361241d565b60ff8019600a54169115151617600a55600080f35b346103d75760003660031901126103d75760206010546001600160401b036040519160401c168152f35b346103d75760203660031901126103d75760043561121c81610435565b611226363361241d565b6001600160a01b0316801561124d576001600160601b0360a01b6002541617600255600080f35b60849060405190632215fb1f60e11b825260406004830152600c60448301526b4c697145746842726964676560a01b60648301526024820152fd5b346103d75760003660031901126103d7576000805160206142e38339815191525460a01c60ff16156112d2576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006112bf565b346103d75760003660031901126103d7576020604051610bbc8152f35b346103d75760403660031901126103d757611314602435610435565b61131c611c69565b6107035761132861233c565b611330612379565b600080516020614343833981519152546001600160a01b031680156106f1575a90803b156103d7576040516327e935a160e01b815260048101839052906000908290602490829084905af180156106d15761138e575b6004356121b0565b806106c561139b9261084f565b80611386565b346103d75760003660031901126103d7576020600954604051908152f35b90602061094a928181520190610b6a565b346103d75760003660031901126103d7576114166040516113f081610867565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610b6a565b0390f35b346103d75760003660031901126103d7576020600c54604051908152f35b346103d75760003660031901126103d7576000805160206142e3833981519152546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d757602060ff600a54166040519015158152f35b346103d75760203660031901126103d7576004356114ae81610435565b60008051602061438383398151915254906001600160401b0360ff8360401c1615921680159081611523575b6001149081611519575b159081611510575b50610538576104ee90826114fe611bf2565b156121f35761150b611c15565b6121f3565b905015386114ec565b303b1591506114e4565b8391506114da565b346103d7576040806003193601126103d75760048035916024356001600160401b0381116103d7576115609036908401610c7e565b9260ff600a54166116de57611573611c69565b6116d05761157f61233c565b611587612379565b61158f612553565b84156116c2576002546001600160a01b03906115ac9082166107b3565b16156116745760009485936115e8826115cb875460018060a01b031690565b6001546115e0906001600160a01b03166107b3565b9033906129fa565b6115f182612a81565b600254611606906001600160a01b03166107b3565b92833b156116705761162e869251978896879586946320ca3cf560e21b865233908601612224565b03925af180156106d15761165d575b506116466129b5565b6106b5600160008051602061436383398151915255565b806106c561166a9261084f565b3861163d565b8580fd5b825160016245d25360e11b031981526020918101828152828101929092527f62726964676520637573746f6479206973206e6f7420636f6e6669677572656460408301529081906060010390fd5b8251634143610760e01b8152fd5b8251633ea5037760e11b8152fd5b825163e9e4ed5f60e01b8152fd5b346103d75760003660031901126103d757600080516020614343833981519152546040516001600160a01b039091168152602090f35b346103d75760403660031901126103d75760043561173f81610435565b6024359061174b61233c565b611753612553565b3033036117de5781156111605761176982612c95565b60015461177e906001600160a01b03166107b3565b91823b156103d757604051635e588b6f60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af180156106d1576117cb575b6108086129b5565b806106c56117d89261084f565b386117c3565b60405160016245d25360e11b0319815260206004820152601c60248201527f63616c6c6572206973206e6f742074686973206465706f7369746f72000000006044820152606490fd5b346103d75760003660031901126103d7577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b346103d75760403660031901126103d75760043561188c81610435565b60025460243591906001600160a01b039081163303611947576118ad61233c565b6118b5612379565b6118bd612553565b8215611160576118cc83612c95565b6001541691823b156103d757604051635e588b6f60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af180156106d157611934575b61191d6129b5565b610808600160008051602061436383398151915255565b806106c56119419261084f565b38611915565b60405160016245d25360e11b0319815260206004820152601c60248201527f63616c6c6572206973206e6f742062726964676520637573746f6479000000006044820152606490fd5b346103d75760003660031901126103d757602060405161ee188152f35b346103d75760003660031901126103d7576004546040516001600160a01b039091168152602090f35b346103d75760203660031901126103d7576004356119f381610435565b6119fd363361241d565b600480546001600160a01b0319166001600160a01b0392909216919091179055005b346103d75760003660031901126103d7576002546040516001600160a01b039091168152602090f35b346103d75760003660031901126103d7576020600f54604051908152f35b346103d75760203660031901126103d7576001600160401b03600435611a8b81610c6d565b166000526011602052602060ff60406000205416604051908152f35b346103d75760403660031901126103d75760043561ffff81168091036103d7576024356001600160401b0381116103d757611ae690369060040161092f565b7f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9549091906001600160a01b031633819003611b51575061ee1890611b29612379565b14611b4257600160008051602061436383398151915255005b611b4b9061307d565b38610b33565b60449060405190636e01d1ef60e11b82523360048301526024820152fd5b346103d75760003660031901126103d757602060405161ee1a8152f35b346103d75760203660031901126103d757600435611ba981610435565b60018060a01b031660005260076020526020604060002054604051908152f35b346103d75760003660031901126103d7576003546040516001600160a01b039091168152602090f35b600080516020614383833981519152805467ffffffffffffffff19166001179055565b600080516020614383833981519152805460ff60401b1916600160401b179055565b600080516020614383833981519152805460ff60401b19169055565b634e487b7160e01b600052601160045260246000fd5b60ff600a5416611c8e57600f54629e34008101809111611c895742101590565b611c53565b600090565b6040513d6000823e3d90fd5b611ca7612553565b600c548015611e0157600254611cc5906001600160a01b03166107b3565b906001600160a01b03821615611e135780655af3107a4000611ce8920690611e94565b8015611e0157600154611d03906001600160a01b03166107b3565b803b156103d757604051635e588b6f60e01b81526001600160a01b03939093166004840152602483018290526000908390604490829084905af19182156106d157611dd992611dee575b50611d5781612696565b611d73611d6e611d66836126ea565b600d54611ea1565b600d55565b611d82600d54600e5490611ea1565b6000811315611de357600c555b60105460401c6001600160401b031690611dd4611dab83611eba565b67ffffffffffffffff60401b6010549160401b169067ffffffffffffffff60401b191617601055565b612728565b611de16129b5565b565b50611d8f6000600c55565b806106c5611dfb9261084f565b38611d4d565b60405163053716d160e01b8152600490fd5b60405160016245d25360e11b0319815260206004820152602a60248201527f696e737461737761702062726964676520637573746f6479206973206e6f742060448201526918dbdb999a59dd5c995960b21b6064820152608490fd5b634e487b7160e01b600052601260045260246000fd5b600319810191908211611c8957565b91908203918211611c8957565b81810392916000138015828513169184121617611c8957565b6001600160401b03809116908114611c895760010190565b908160209103126103d7575190565b90939193611eed612553565b81156111605760036001600160401b03821603612027578315611fd45760208403611f7c57600054611dd995611f7691611f319085906001600160a01b03166115cb565b611f3a84612a81565b6010546001600160401b031695611f6f611f5388611eba565b6001600160401b03166001600160401b03196010541617601055565b36916108f8565b91612ae0565b60405160016245d25360e11b0319815260206004820152602660248201527f696e737461737761702064657374696e6174696f6e206d75737420626520333260448201526520627974657360d01b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602160248201527f696e737461737761702064657374696e6174696f6e20697320726571756972656044820152601960fa1b6064820152608490fd5b60405160016245d25360e11b0319815260206004820152602760248201527f756e737570706f7274656420696e737461737761702064657374696e6174696f604482015266371031b430b4b760c91b6064820152608490fd5b5190611de182610c6d565b60249060018060a01b036004541660c060409182519485809263b63e6ac360e01b82528660048301525afa80156106d1576120da575b51636d56c1b960e01b8152600481019190915260249150fd5b60c0833d60c01161216a575b816120f360c0938361089d565b810103126103d757805160c081018181106001600160401b03821117610862578252835161212081610435565b815260208401516020820152818401518282015260608401516060820152608084015160028110156103d75761216260a06109ee968193608086015201612080565b9101526120c1565b3d91506120e6565b60405160016245d25360e11b031981526020600482015260126024820152711c1c995d1bdad95b9cc8191a5cd8589b195960721b6044820152606490fd5b156111605760405160016245d25360e11b031981526020600482015260126024820152711c1c995d1bdad95b9cc8191a5cd8589b195960721b6044820152606490fd5b61220c906121ff6134c1565b6122076134c1565b612c3c565b6122146134c1565b61221c6134c1565b611de16134c1565b9284926080959260018060a01b03168552602085015260606040850152816060850152848401376000828201840152601f01601f1916010190565b9392919061226b6134c1565b600080516020614383833981519152546001600160401b0360ff8260401c1615911680159081612334575b600114908161232a575b159081612321575b50610538576122bd6122df96826114fe611bf2565b6122e7575b6122ca6134c1565b6122d26134f0565b6122da6134c1565b613514565b611de161376d565b6122ef611c37565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a16122c2565b905015386122a8565b303b1591506122a0565b829150612296565b60ff7fcd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300541661236757565b60405163d93c066560e01b8152600490fd5b60008051602061436383398151915260028154146123975760029055565b604051633ee5aeb560e01b8152600490fd5b6004116103d757600090600490565b6001600160e01b031990358181169392600481106123d557505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206142e38339815191528054612456906001600160a01b031661244d612447866123a9565b906123b8565b9084309161378c565b9015612463575b50505050565b63ffffffff1615612517576000805160206142e3833981519152805460ff60a01b1916600160a01b1790556124a5906107b3908190546001600160a01b031690565b91823b156103d7576124d19260009283604051809681958294634a63ebf760e11b8452600484016123e4565b03925af180156106d157612504575b506000805160206142e3833981519152805460ff60a01b191690553880808061245d565b806106c56125119261084f565b386124e0565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b91909160008382019384129112908015821691151617611c8957565b6000546125b09060209061256f906001600160a01b03166107b3565b600154612584906001600160a01b03166107b3565b6040516370a0823160e01b81526001600160a01b03909116600482015292839190829081906024820190565b03915afa80156106d157611de191600091612664575b5080600b54808211600014612632575050612602611d6e6125fa6125ec600b5485611e94565b6125f581613802565b6126ea565b600d54612537565b612611600d54600e5490611ea1565b600081131561262757600c55600b55565b600b55565b506126226000600c55565b808210612641575b5050612602565b611d6661265461265d93611d6e93611e94565b6125f581612696565b803861263a565b61267d915060203d60201161083257610824818361089d565b386125c6565b81810292918115918404141715611c8957565b80156126e7576005549081156126e3576b033b2e3c9fd0803ce800000090816126c160065485612683565b049080820392828411611c89578084029384041491141715611c895704600655565b5050565b50565b6001600160ff1b0381116126fb5790565b6024906040519063123baf0360e11b82526004820152fd5b908160209103126103d7575161094a8161118f565b6000805160206143438339815191525460008051602061432383398151915280549093909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d1576000916127f2575b50156127e0576127a960016127ae94811b1760008051602061432383398151915255565b612888565b546001808216146127ce5760011c60008051602061432383398151915255565b604051636f3e1d3560e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612814915060203d60201161281a575b61280c818361089d565b810190612713565b38612785565b503d612802565b81601f820112156103d7578051612837816108dd565b92612845604051948561089d565b818452602082840101116103d75761094a9160208085019101610b47565b906020828203126103d75781516001600160401b0381116103d75761094a9201612821565b906128924661384e565b60405192630fc12caf60e21b845260048401526001600160401b038092166024840152166044820152306064820152600090818160848173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af49081156106d1578291612993575b506000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254612933906107b3906001600160a01b031681565b90813b156106ed57829161295d91604051948580948193631c18295560e31b835260048301613881565b03925af180156106d15761296e5750565b806106c5611de19261084f565b60249060405190633b48047760e01b82526004820152fd5b6129af91503d8084833e6129a7818361089d565b810190612863565b386128ee565b6000546001546040516370a0823160e01b81526001600160a01b0391821660048201529160209183916024918391165afa9081156106d15760009161080a5750600b55565b9260209160009160405190848201926323b872dd60e01b845260018060a01b0396878092166024850152166044830152606482015260648152612a3c81610882565b519082865af115611c93576000513d612a7857508082163b155b612a5e575050565b604051635274afe760e01b81529116600482015260249150fd5b60011415612a56565b6b033b2e3c9fd0803ce8000000808202908282041482151715611c8957600654908115612adb5704600554818101809111611c8957600555600854908101809111611c8957600855600954908101809111611c8957600955565b611e6f565b6000805160206143438339815191525460008051602061432383398151915280549096909590949093909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d157600091612b6c575b50156127e057612b6760016127ae97811b1760008051602061432383398151915255565b612b8b565b612b85915060203d60201161281a5761280c818361089d565b38612b43565b90939192600093612b9b4661384e565b604051968795869563b421bbc560e01b87526004870152612bd86001600160401b039485809416602489015260e0604489015260e4880190610b6a565b9460648701521660848501521660a48301523060c4830152038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af480156106d157611de191600091612c21575b506138e5565b612c3691503d806000833e6129a7818361089d565b38612c1b565b6000805160206142e383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b600954808211612d7457612ca882613a92565b80158015612d69575b8015612d5e575b612d0357612cf5612cfa91612cdb612cd6611de19660055496611e94565b600955565b612cef612cea82600854611e94565b600855565b83611e94565b600555565b60055490613ad1565b60405160016245d25360e11b0319815260206004820152602960248201527f627269646765207769746864726177616c2065786365656473206d6972726f7260448201526865642073686172657360b81b6064820152608490fd5b506005548111612cb8565b506008548111612cb1565b60405160016245d25360e11b0319815260206004820152602c60248201527f627269646765207769746864726177616c2065786365656473206d6972726f7260448201526b1959081c1c9a5b98da5c185b60a21b6064820152608490fd5b906020828203126103d75781516001600160401b03928382116103d757019060c0828203126103d757612e036108be565b92612e0d83612080565b8452612e1b60208401612080565b602085015260408301518181116103d75782612e38918501612821565b604085015260608301518181116103d75782612e55918501612821565b606085015260808301518181116103d75782612e72918501612821565b608085015260a08301519081116103d757612e8d9201612821565b60a082015290565b60405190612ea282610867565b601d82527f756e737570706f727465642064657374696e6174696f6e2061737365740000006020830152565b60405190612edb82610867565b601b82527f696e76616c69642064657374696e6174696f6e206164647265737300000000006020830152565b90602082519201516001600160601b0319908181169360148110612f2a57505050565b60140360031b82901b16169150565b60405190612f4682610867565b601982527f696e76616c696420736574746c656d656e7420616d6f756e74000000000000006020830152565b93959491608093612f9e612fac926001600160401b03809516885260a0602089015260a0880190610b6a565b908682036040880152610b6a565b951660608401526001600160a01b0316910152565b60009060033d11612fce57565b905060046000803e60005160e01c90565b600060443d1061094a57604051600319913d83016004833e81516001600160401b03918282113d60248401111761303c57818401948551938411613044573d8501016020848701011161303c575061094a9291016020019061089d565b949350505050565b50949350505050565b3d15613078573d9061305e826108dd565b9161306c604051938461089d565b82523d6000602084013e565b606090565b73__$a34fba7a3e07cfc86d12a7a007b352134b$__90604090815191631881506d60e01b835260008084806130b66004968783016113bf565b0381885af49384156106d157819461349d575b506001600160401b036130e385516001600160401b031690565b16156134425760ff61312261311b61310287516001600160401b031690565b6001600160401b03166000526011602052604060002090565b5460ff1690565b1661343b5761314c946060850151835190631ea14a8f60e21b825281806020998a938983016113bf565b0381855af49081156106d157839161341e575b50156133f65760a085016014815151036133cd576080860161319588825187518093819263c969ff2960e01b83528b83016113bf565b0381875af49081156106d15785916133b0575b506131bc6131b68451612f07565b60601c90565b811561338457303b1561167057865163cb6743d360e01b81526001600160a01b03909116888201908152602081019290925290859082908190604001038183305af19081613371575b506132cf57505050600192613218612fc1565b6308c379a01461326f575b50505061322e575050565b61323661304d565b61323f81613edd565b9261324984613e48565b1561326957505051611de191906001600160401b0316613c2b565b613c2b565b81519101fd5b613277612fdf565b9182613284575b50613223565b9350909161329183613e48565b156132b65750506132ad9061326484516001600160401b031690565b3880808061327e565b5162461bcd60e51b81529182916109ee919083016113bf565b909192965061333961330f876133026132f56131028c9a999b516001600160401b031690565b805460ff19166001179055565b516001600160401b031690565b915192519461331d4661384e565b97516314577a9160e01b81529788968795869530948701612f72565b03915af49081156106d15782611de19392613356575b5050613c86565b61336a92503d8091833e6129a7818361089d565b388061334f565b806106c561337e9261084f565b38613205565b5050505050505050611de191506133a290516001600160401b031690565b6133aa612f39565b90613c2b565b6133c79150893d8b1161083257610824818361089d565b386131a8565b5050505050611de191506133e890516001600160401b031690565b6133f0612ece565b90613bd0565b50505050611de1915061341090516001600160401b031690565b613418612e95565b90613b29565b6134359150873d891161281a5761280c818361089d565b3861315f565b5050505050565b815160016245d25360e11b0319815260208185018181526023918101919091527f696e7374617377617020736574746c656d656e742069642069732072657175696040820152621c995960ea1b606082015281906080010390fd5b6134ba9194503d8086833e6134b2818361089d565b810190612dd2565b92386130c9565b60ff6000805160206143838339815191525460401c16156134de57565b604051631afcd79f60e31b8152600490fd5b6134f86134c1565b6135006134c1565b600160008051602061436383398151915255565b61351c6134c1565b6001600160a01b0381811691821561372b57508083169283156136e957508084169384156136a55750841693841561365f5750916135996135b69261357c6135d3969560018060a01b03166001600160601b0360a01b6000541617600055565b60018060a01b03166001600160601b0360a01b6001541617600155565b60018060a01b03166001600160601b0360a01b6003541617600355565b60018060a01b03166001600160601b0360a01b6004541617600455565b6135e86b033b2e3c9fd0803ce8000000600655565b6000546136049060209061256f906001600160a01b03166107b3565b03915afa80156106d15761361f9160009161080a5750600b55565b61362842600f55565b61364060016001600160401b03196010541617601055565b611de1600160401b67ffffffffffffffff60401b196010541617601055565b60408051632215fb1f60e11b81526004810191909152600a604482015269149958d95a5c1d13919560b21b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b815260048101919091526008604482015267283932ba37b5b2b760c11b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b8152600480820192909252604481019190915263141bdbdb60e21b60648201526001600160a01b03919091166024820152608490fd5b60408051632215fb1f60e11b8152600481019190915260066044820152650d8d2e28aa8960d31b60648201526001600160a01b03919091166024820152608490fd5b6137756134c1565b600160801b60008051602061432383398151915255565b93919060409060009560009384928397855191602083019363b700961360e01b855260018060a01b03809216602485015216604483015263ffffffff60e01b166064820152606481526137de81610882565b8380528360205251915afa6137f05750565b9150915051906020518060201c150290565b80156126e7576005549081156126e3576b033b2e3c9fd0803ce8000000908161382d60065485612683565b04908101809111611c8957818102918183041490151715611c895704600655565b6001600160401b0390818111613862571690565b604490604051906306dfcc6560e41b8252604060048301526024820152fd5b90604061094a9261ee1381528160208201520190610b6a565b90604061094a9261ee1781528160208201520190610b6a565b90604061094a9261ee1981528160208201520190610b6a565b90604061094a9261ee1a81528160208201520190610b6a565b6000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254613929906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d906004830161389a565b6000805160206143238339815191528054600181161561297b576001191690556000805160206143438339815191525461399a906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d90600483016138b3565b6000805160206143238339815191528054600181161561297b5760011916905560008051602061434383398151915254613a0b906107b3906001600160a01b031681565b803b156103d757604051631c18295560e31b815291600091839182908490829061295d90600483016138cc565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613a76575b5050610aa557565b6000805160206143038339815191525416141590503880613a6e565b60095490818114613ac957613aa990600854612683565b818101809111611c89576000198101908111611c89578115612adb570490565b505060085490565b9081158015613b20575b6126e357613b0082613af3613b0a9484600d54613fec565b9283600d55600e54613fec565b9081600e55611ea1565b6000811315613b1857600c55565b506000600c55565b50808214613adb565b613b84916001600160401b03600092168083526011602052613b5560408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260016024840152606060448401526064830190610b6a565b038173__$a34fba7a3e07cfc86d12a7a007b352134b$__5af480156106d157611de191600091613bb5575b50613d82565b613bca91503d806000833e6129a7818361089d565b38613baf565b613b84916001600160401b03600092168083526011602052613bfc60408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260026024840152606060448401526064830190610b6a565b613b84916001600160401b03600092168083526011602052613c5760408420600260ff19825416179055565b6040519384928392630d36c1c760e21b8452600484015260036024840152606060448401526064830190610b6a565b600080516020614343833981519152546001600160a01b031680156106f15781516040513060601b6bffffffffffffffffffffffff19166020820190815261ee1960f01b60348301524360368301526056820192909252613cf481607681015b03601f19810183528261089d565b5190208015613d7a575b813b156103d7576040516327e935a160e01b815260048101829052600093848260248183885af19182156106d157613d3b92613d67575b5061404c565b813b156106ed5760405163f5786b4b60e01b81526004810191909152919082908183816024810161295d565b806106c5613d749261084f565b38613d35565b506001613cfe565b600080516020614343833981519152546001600160a01b031680156106f15781516040513060601b6bffffffffffffffffffffffff19166020820190815261770d60f11b60348301524360368301526056820192909252613de68160768101613ce6565b5190208015613e40575b813b156103d7576040516327e935a160e01b815260048101829052600093848260248183885af19182156106d157613d3b92613e2d575b506140ef565b806106c5613e3a9261084f565b38613e27565b506001613df0565b602081519101207ffda19ea6c3887b1d2b2a712e8d5dc9e771210ef5361366951560f7305ab2e4da8114908115613e7d575090565b7f8931e53999bf338da0f0e957e6bf04eb56bd31b39990106dc9a3872faa0f24e591501490565b60405190613eb182610867565b601b82527f696e7374617377617020736574746c656d656e74206661696c656400000000006020830152565b6004815110613f2e5760208101516001600160e01b03191660016245d25360e11b03198114613f245762461bcd60e51b14613f1b575061094a613ea4565b61094a906141b9565b5061094a906141b9565b5061094a613ea4565b90813b15613fba5760008051602061430383398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115613f9f576126e791614266565b505034613fa857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b600160ff1b8114611c895760000390565b919082158015614043575b61403e578015614036576140209060008412938460001461401b5761401b90613fdb565b612683565b8115612adb5704901561094a5761094a90613fdb565b505050600090565b505090565b50818114613ff7565b600080516020614343833981519152546000805160206143238339815191528054909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d1576000916140d0575b50156127e0576140cb60016127ae93811b1760008051602061432383398151915255565b613956565b6140e9915060203d60201161281a5761280c818361089d565b386140a7565b600080516020614343833981519152546000805160206143238339815191528054909290916001600160a01b031680156106f1576020600491604051928380926372277dad60e11b82525afa9081156106d157600091614173575b50156127e05761416e60016127ae93811b1760008051602061432383398151915255565b6139c7565b61418c915060203d60201161281a5761280c818361089d565b3861414a565b9081518110156141a3570160200190565b634e487b7160e01b600052603260045260246000fd5b90604482511061425c5781516003198101908111611c89576141f36141dd826108dd565b916141eb604051938461089d565b8083526108dd565b602082019290601f190136843760045b8451811015614248578061422a61421c60019388614192565b516001600160f81b03191690565b61424161423683611e85565b9160001a9186614192565b5301614203565b50925090602061094a928051010190612863565b905061094a613ea4565b60008061094a93602081519101845af461427e61304d565b91906142a6575080511561429457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806142d9575b6142b7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156142af56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd89b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122033e27a694c2ace70a62363db9251098ea5a11eeb54116557691994a93268ab3264736f6c63430008190033",
1546
+ "linkReferences": {
1547
+ "contracts/outpost/WireYieldHubAttestations.sol": {
1548
+ "WireYieldHubAttestations": [
1549
+ {
1550
+ "length": 20,
1551
+ "start": 10490
1552
+ },
1553
+ {
1554
+ "length": 20,
1555
+ "start": 11299
1556
+ },
1557
+ {
1558
+ "length": 20,
1559
+ "start": 12462
1560
+ },
1561
+ {
1562
+ "length": 20,
1563
+ "start": 15287
1564
+ }
1565
+ ]
1566
+ }
1567
+ },
1568
+ "deployedLinkReferences": {
1569
+ "contracts/outpost/WireYieldHubAttestations.sol": {
1570
+ "WireYieldHubAttestations": [
1571
+ {
1572
+ "length": 20,
1573
+ "start": 10443
1574
+ },
1575
+ {
1576
+ "length": 20,
1577
+ "start": 11252
1578
+ },
1579
+ {
1580
+ "length": 20,
1581
+ "start": 12415
1582
+ },
1583
+ {
1584
+ "length": 20,
1585
+ "start": 15240
1586
+ }
1587
+ ]
1588
+ }
1589
+ }
1590
+ }