@wireio/stake 1.0.0 → 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 -10172
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11368 -978
  5. package/lib/stake.js +46986 -8778
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +48207 -10172
  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 +529 -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,1111 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BAR",
4
+ "sourceName": "contracts/outpost/BAR.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": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "bytes32",
90
+ "name": "expected",
91
+ "type": "bytes32"
92
+ },
93
+ {
94
+ "internalType": "bytes32",
95
+ "name": "actual",
96
+ "type": "bytes32"
97
+ }
98
+ ],
99
+ "name": "OPP_EpochHashMismatch",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "required",
107
+ "type": "uint256"
108
+ },
109
+ {
110
+ "internalType": "uint256",
111
+ "name": "provided",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "OPP_InsufficientSignatureWeight",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "caller",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "expected",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "OPP_InvalidOPPAddress",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "bytes",
138
+ "name": "expected",
139
+ "type": "bytes"
140
+ },
141
+ {
142
+ "internalType": "bytes",
143
+ "name": "actual",
144
+ "type": "bytes"
145
+ }
146
+ ],
147
+ "name": "OPP_MessageIDMismatch",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "OPP_NoAttestationsSent",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "OPP_NoPendingAttestations",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "uint32",
164
+ "name": "expected",
165
+ "type": "uint32"
166
+ },
167
+ {
168
+ "internalType": "uint32",
169
+ "name": "actual",
170
+ "type": "uint32"
171
+ }
172
+ ],
173
+ "name": "OPP_NonSequentialEpoch",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "OPP_NotSending",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "OPP_OPPAddressNotSet",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "bytes32",
190
+ "name": "expected",
191
+ "type": "bytes32"
192
+ },
193
+ {
194
+ "internalType": "bytes32",
195
+ "name": "actual",
196
+ "type": "bytes32"
197
+ }
198
+ ],
199
+ "name": "OPP_PayloadChecksumMismatch",
200
+ "type": "error"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "uint32",
206
+ "name": "epochIndex",
207
+ "type": "uint32"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "messageCount",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "name": "OPP_PreviousEpochPendingMessages",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "uint32",
222
+ "name": "epochIndex",
223
+ "type": "uint32"
224
+ }
225
+ ],
226
+ "name": "OPP_PreviousEpochSent",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [
231
+ {
232
+ "internalType": "uint32",
233
+ "name": "epochIndex",
234
+ "type": "uint32"
235
+ }
236
+ ],
237
+ "name": "OPP_PreviousEpochUnsent",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [
242
+ {
243
+ "internalType": "uint256",
244
+ "name": "stack",
245
+ "type": "uint256"
246
+ }
247
+ ],
248
+ "name": "OPP_SendStackError",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "expectedMaxAttestations",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "uint256",
260
+ "name": "actualAttestations",
261
+ "type": "uint256"
262
+ }
263
+ ],
264
+ "name": "OPP_TooManyAttestations",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "uint256",
271
+ "name": "expectedMaxMessages",
272
+ "type": "uint256"
273
+ },
274
+ {
275
+ "internalType": "uint256",
276
+ "name": "actualMessages",
277
+ "type": "uint256"
278
+ }
279
+ ],
280
+ "name": "OPP_TooManyMessages",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "address",
287
+ "name": "sender",
288
+ "type": "address"
289
+ },
290
+ {
291
+ "internalType": "AttestationType",
292
+ "name": "attestationType",
293
+ "type": "uint16"
294
+ }
295
+ ],
296
+ "name": "OPP_UnauthorizedAttestationType",
297
+ "type": "error"
298
+ },
299
+ {
300
+ "inputs": [
301
+ {
302
+ "internalType": "AttestationType",
303
+ "name": "attestationType",
304
+ "type": "uint16"
305
+ }
306
+ ],
307
+ "name": "OPP_UnhandledAttestationType",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "OPP_ZeroMaxAttestations",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [],
317
+ "name": "OPP_ZeroTag",
318
+ "type": "error"
319
+ },
320
+ {
321
+ "inputs": [],
322
+ "name": "UUPSUnauthorizedCallContext",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "bytes32",
329
+ "name": "slot",
330
+ "type": "bytes32"
331
+ }
332
+ ],
333
+ "name": "UUPSUnsupportedProxiableUUID",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [
338
+ {
339
+ "internalType": "string",
340
+ "name": "name",
341
+ "type": "string"
342
+ },
343
+ {
344
+ "internalType": "address",
345
+ "name": "provided",
346
+ "type": "address"
347
+ }
348
+ ],
349
+ "name": "WIRE_BadContractAddress",
350
+ "type": "error"
351
+ },
352
+ {
353
+ "inputs": [
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "bps",
357
+ "type": "uint256"
358
+ },
359
+ {
360
+ "internalType": "uint256",
361
+ "name": "maxBps",
362
+ "type": "uint256"
363
+ }
364
+ ],
365
+ "name": "WIRE_BasisPointsTooHigh",
366
+ "type": "error"
367
+ },
368
+ {
369
+ "inputs": [
370
+ {
371
+ "internalType": "address",
372
+ "name": "to",
373
+ "type": "address"
374
+ },
375
+ {
376
+ "internalType": "uint256",
377
+ "name": "amount",
378
+ "type": "uint256"
379
+ }
380
+ ],
381
+ "name": "WIRE_EthSendFailed",
382
+ "type": "error"
383
+ },
384
+ {
385
+ "inputs": [],
386
+ "name": "WIRE_GoLiveInProgress",
387
+ "type": "error"
388
+ },
389
+ {
390
+ "inputs": [
391
+ {
392
+ "internalType": "uint256",
393
+ "name": "required",
394
+ "type": "uint256"
395
+ },
396
+ {
397
+ "internalType": "uint256",
398
+ "name": "available",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "name": "WIRE_InsufficientEthBalance",
403
+ "type": "error"
404
+ },
405
+ {
406
+ "inputs": [],
407
+ "name": "WIRE_InvalidPrice",
408
+ "type": "error"
409
+ },
410
+ {
411
+ "inputs": [
412
+ {
413
+ "internalType": "address",
414
+ "name": "from",
415
+ "type": "address"
416
+ },
417
+ {
418
+ "internalType": "address",
419
+ "name": "to",
420
+ "type": "address"
421
+ },
422
+ {
423
+ "internalType": "uint256",
424
+ "name": "amount",
425
+ "type": "uint256"
426
+ }
427
+ ],
428
+ "name": "WIRE_LiqEthTransferFailed",
429
+ "type": "error"
430
+ },
431
+ {
432
+ "inputs": [
433
+ {
434
+ "internalType": "address",
435
+ "name": "actor",
436
+ "type": "address"
437
+ },
438
+ {
439
+ "internalType": "OperatorType",
440
+ "name": "operatorType",
441
+ "type": "uint8"
442
+ }
443
+ ],
444
+ "name": "WIRE_NoBonds",
445
+ "type": "error"
446
+ },
447
+ {
448
+ "inputs": [],
449
+ "name": "WIRE_NoPricesRecorded",
450
+ "type": "error"
451
+ },
452
+ {
453
+ "inputs": [],
454
+ "name": "WIRE_NoYield",
455
+ "type": "error"
456
+ },
457
+ {
458
+ "inputs": [
459
+ {
460
+ "internalType": "uint256",
461
+ "name": "receiptId",
462
+ "type": "uint256"
463
+ },
464
+ {
465
+ "internalType": "address",
466
+ "name": "owner",
467
+ "type": "address"
468
+ },
469
+ {
470
+ "internalType": "address",
471
+ "name": "caller",
472
+ "type": "address"
473
+ }
474
+ ],
475
+ "name": "WIRE_NotReceiptOwner",
476
+ "type": "error"
477
+ },
478
+ {
479
+ "inputs": [
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "price",
483
+ "type": "uint256"
484
+ },
485
+ {
486
+ "internalType": "uint256",
487
+ "name": "minPrice",
488
+ "type": "uint256"
489
+ },
490
+ {
491
+ "internalType": "uint256",
492
+ "name": "maxPrice",
493
+ "type": "uint256"
494
+ }
495
+ ],
496
+ "name": "WIRE_PriceOutOfBounds",
497
+ "type": "error"
498
+ },
499
+ {
500
+ "inputs": [
501
+ {
502
+ "internalType": "uint256",
503
+ "name": "receiptId",
504
+ "type": "uint256"
505
+ }
506
+ ],
507
+ "name": "WIRE_ReceiptNotWithdrawable",
508
+ "type": "error"
509
+ },
510
+ {
511
+ "inputs": [],
512
+ "name": "WIRE_RefundingInProgress",
513
+ "type": "error"
514
+ },
515
+ {
516
+ "inputs": [],
517
+ "name": "WIRE_RefundingOnly",
518
+ "type": "error"
519
+ },
520
+ {
521
+ "inputs": [
522
+ {
523
+ "internalType": "string",
524
+ "name": "reason",
525
+ "type": "string"
526
+ }
527
+ ],
528
+ "name": "WIRE_UnexpectedError",
529
+ "type": "error"
530
+ },
531
+ {
532
+ "inputs": [],
533
+ "name": "WIRE_ZeroAmount",
534
+ "type": "error"
535
+ },
536
+ {
537
+ "anonymous": false,
538
+ "inputs": [
539
+ {
540
+ "indexed": true,
541
+ "internalType": "address",
542
+ "name": "actor",
543
+ "type": "address"
544
+ },
545
+ {
546
+ "indexed": false,
547
+ "internalType": "OperatorType",
548
+ "name": "operatorType",
549
+ "type": "uint8"
550
+ },
551
+ {
552
+ "indexed": false,
553
+ "internalType": "TokenKind",
554
+ "name": "tokenKind",
555
+ "type": "uint16"
556
+ },
557
+ {
558
+ "indexed": false,
559
+ "internalType": "int64",
560
+ "name": "amount",
561
+ "type": "int64"
562
+ }
563
+ ],
564
+ "name": "ActorBonded",
565
+ "type": "event"
566
+ },
567
+ {
568
+ "anonymous": false,
569
+ "inputs": [
570
+ {
571
+ "indexed": true,
572
+ "internalType": "address",
573
+ "name": "actor",
574
+ "type": "address"
575
+ },
576
+ {
577
+ "indexed": false,
578
+ "internalType": "OperatorType",
579
+ "name": "operatorType",
580
+ "type": "uint8"
581
+ },
582
+ {
583
+ "indexed": false,
584
+ "internalType": "TokenKind",
585
+ "name": "tokenKind",
586
+ "type": "uint16"
587
+ },
588
+ {
589
+ "indexed": false,
590
+ "internalType": "int64",
591
+ "name": "amount",
592
+ "type": "int64"
593
+ }
594
+ ],
595
+ "name": "ActorUnbonded",
596
+ "type": "event"
597
+ },
598
+ {
599
+ "anonymous": false,
600
+ "inputs": [
601
+ {
602
+ "indexed": false,
603
+ "internalType": "address",
604
+ "name": "authority",
605
+ "type": "address"
606
+ }
607
+ ],
608
+ "name": "AuthorityUpdated",
609
+ "type": "event"
610
+ },
611
+ {
612
+ "anonymous": false,
613
+ "inputs": [
614
+ {
615
+ "indexed": false,
616
+ "internalType": "uint64",
617
+ "name": "version",
618
+ "type": "uint64"
619
+ }
620
+ ],
621
+ "name": "Initialized",
622
+ "type": "event"
623
+ },
624
+ {
625
+ "anonymous": false,
626
+ "inputs": [
627
+ {
628
+ "indexed": true,
629
+ "internalType": "address",
630
+ "name": "implementation",
631
+ "type": "address"
632
+ }
633
+ ],
634
+ "name": "Upgraded",
635
+ "type": "event"
636
+ },
637
+ {
638
+ "inputs": [],
639
+ "name": "OPERATOR_ACTION_ATTESTATION",
640
+ "outputs": [
641
+ {
642
+ "internalType": "AttestationType",
643
+ "name": "",
644
+ "type": "uint16"
645
+ }
646
+ ],
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [],
652
+ "name": "UPGRADE_INTERFACE_VERSION",
653
+ "outputs": [
654
+ {
655
+ "internalType": "string",
656
+ "name": "",
657
+ "type": "string"
658
+ }
659
+ ],
660
+ "stateMutability": "view",
661
+ "type": "function"
662
+ },
663
+ {
664
+ "inputs": [
665
+ {
666
+ "internalType": "address",
667
+ "name": "owner",
668
+ "type": "address"
669
+ }
670
+ ],
671
+ "name": "__OPPEndpointManaged_init",
672
+ "outputs": [],
673
+ "stateMutability": "nonpayable",
674
+ "type": "function"
675
+ },
676
+ {
677
+ "inputs": [],
678
+ "name": "authority",
679
+ "outputs": [
680
+ {
681
+ "internalType": "address",
682
+ "name": "",
683
+ "type": "address"
684
+ }
685
+ ],
686
+ "stateMutability": "view",
687
+ "type": "function"
688
+ },
689
+ {
690
+ "inputs": [
691
+ {
692
+ "internalType": "address",
693
+ "name": "actor",
694
+ "type": "address"
695
+ },
696
+ {
697
+ "internalType": "OperatorType",
698
+ "name": "operatorType",
699
+ "type": "uint8"
700
+ },
701
+ {
702
+ "components": [
703
+ {
704
+ "internalType": "TokenKind",
705
+ "name": "kind",
706
+ "type": "uint16"
707
+ },
708
+ {
709
+ "internalType": "int64",
710
+ "name": "amount",
711
+ "type": "int64"
712
+ }
713
+ ],
714
+ "internalType": "struct TokenAmount",
715
+ "name": "amount",
716
+ "type": "tuple"
717
+ }
718
+ ],
719
+ "name": "bond",
720
+ "outputs": [],
721
+ "stateMutability": "nonpayable",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [
726
+ {
727
+ "internalType": "address",
728
+ "name": "actor",
729
+ "type": "address"
730
+ },
731
+ {
732
+ "internalType": "OperatorType",
733
+ "name": "operatorType",
734
+ "type": "uint8"
735
+ }
736
+ ],
737
+ "name": "bondCount",
738
+ "outputs": [
739
+ {
740
+ "internalType": "uint256",
741
+ "name": "",
742
+ "type": "uint256"
743
+ }
744
+ ],
745
+ "stateMutability": "view",
746
+ "type": "function"
747
+ },
748
+ {
749
+ "inputs": [
750
+ {
751
+ "internalType": "address",
752
+ "name": "actor",
753
+ "type": "address"
754
+ },
755
+ {
756
+ "internalType": "OperatorType",
757
+ "name": "operatorType",
758
+ "type": "uint8"
759
+ },
760
+ {
761
+ "internalType": "uint256",
762
+ "name": "bondIndex",
763
+ "type": "uint256"
764
+ }
765
+ ],
766
+ "name": "getBond",
767
+ "outputs": [
768
+ {
769
+ "components": [
770
+ {
771
+ "internalType": "ActionType",
772
+ "name": "actionType",
773
+ "type": "uint8"
774
+ },
775
+ {
776
+ "components": [
777
+ {
778
+ "internalType": "ChainKind",
779
+ "name": "kind",
780
+ "type": "uint8"
781
+ },
782
+ {
783
+ "internalType": "bytes",
784
+ "name": "address_",
785
+ "type": "bytes"
786
+ }
787
+ ],
788
+ "internalType": "struct ChainAddress",
789
+ "name": "actor",
790
+ "type": "tuple"
791
+ },
792
+ {
793
+ "components": [
794
+ {
795
+ "internalType": "string",
796
+ "name": "name",
797
+ "type": "string"
798
+ }
799
+ ],
800
+ "internalType": "struct WireAccount",
801
+ "name": "wireAccount",
802
+ "type": "tuple"
803
+ },
804
+ {
805
+ "internalType": "OperatorType",
806
+ "name": "type_",
807
+ "type": "uint8"
808
+ },
809
+ {
810
+ "internalType": "OperatorStatus",
811
+ "name": "status",
812
+ "type": "uint8"
813
+ },
814
+ {
815
+ "components": [
816
+ {
817
+ "internalType": "TokenKind",
818
+ "name": "kind",
819
+ "type": "uint16"
820
+ },
821
+ {
822
+ "internalType": "int64",
823
+ "name": "amount",
824
+ "type": "int64"
825
+ }
826
+ ],
827
+ "internalType": "struct TokenAmount",
828
+ "name": "amount",
829
+ "type": "tuple"
830
+ }
831
+ ],
832
+ "internalType": "struct OperatorAction",
833
+ "name": "",
834
+ "type": "tuple"
835
+ }
836
+ ],
837
+ "stateMutability": "view",
838
+ "type": "function"
839
+ },
840
+ {
841
+ "inputs": [
842
+ {
843
+ "internalType": "address",
844
+ "name": "actor",
845
+ "type": "address"
846
+ },
847
+ {
848
+ "internalType": "OperatorType",
849
+ "name": "operatorType",
850
+ "type": "uint8"
851
+ }
852
+ ],
853
+ "name": "getBonds",
854
+ "outputs": [
855
+ {
856
+ "components": [
857
+ {
858
+ "internalType": "ActionType",
859
+ "name": "actionType",
860
+ "type": "uint8"
861
+ },
862
+ {
863
+ "components": [
864
+ {
865
+ "internalType": "ChainKind",
866
+ "name": "kind",
867
+ "type": "uint8"
868
+ },
869
+ {
870
+ "internalType": "bytes",
871
+ "name": "address_",
872
+ "type": "bytes"
873
+ }
874
+ ],
875
+ "internalType": "struct ChainAddress",
876
+ "name": "actor",
877
+ "type": "tuple"
878
+ },
879
+ {
880
+ "components": [
881
+ {
882
+ "internalType": "string",
883
+ "name": "name",
884
+ "type": "string"
885
+ }
886
+ ],
887
+ "internalType": "struct WireAccount",
888
+ "name": "wireAccount",
889
+ "type": "tuple"
890
+ },
891
+ {
892
+ "internalType": "OperatorType",
893
+ "name": "type_",
894
+ "type": "uint8"
895
+ },
896
+ {
897
+ "internalType": "OperatorStatus",
898
+ "name": "status",
899
+ "type": "uint8"
900
+ },
901
+ {
902
+ "components": [
903
+ {
904
+ "internalType": "TokenKind",
905
+ "name": "kind",
906
+ "type": "uint16"
907
+ },
908
+ {
909
+ "internalType": "int64",
910
+ "name": "amount",
911
+ "type": "int64"
912
+ }
913
+ ],
914
+ "internalType": "struct TokenAmount",
915
+ "name": "amount",
916
+ "type": "tuple"
917
+ }
918
+ ],
919
+ "internalType": "struct OperatorAction[]",
920
+ "name": "",
921
+ "type": "tuple[]"
922
+ }
923
+ ],
924
+ "stateMutability": "view",
925
+ "type": "function"
926
+ },
927
+ {
928
+ "inputs": [],
929
+ "name": "getSummaryAttestations",
930
+ "outputs": [
931
+ {
932
+ "components": [
933
+ {
934
+ "internalType": "AttestationType",
935
+ "name": "type_",
936
+ "type": "uint16"
937
+ },
938
+ {
939
+ "internalType": "uint32",
940
+ "name": "dataSize",
941
+ "type": "uint32"
942
+ },
943
+ {
944
+ "internalType": "bytes",
945
+ "name": "data",
946
+ "type": "bytes"
947
+ }
948
+ ],
949
+ "internalType": "struct AttestationEntry[]",
950
+ "name": "",
951
+ "type": "tuple[]"
952
+ }
953
+ ],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "internalType": "address",
961
+ "name": "_authority",
962
+ "type": "address"
963
+ }
964
+ ],
965
+ "name": "initialize",
966
+ "outputs": [],
967
+ "stateMutability": "nonpayable",
968
+ "type": "function"
969
+ },
970
+ {
971
+ "inputs": [],
972
+ "name": "isConsumingScheduledOp",
973
+ "outputs": [
974
+ {
975
+ "internalType": "bytes4",
976
+ "name": "",
977
+ "type": "bytes4"
978
+ }
979
+ ],
980
+ "stateMutability": "view",
981
+ "type": "function"
982
+ },
983
+ {
984
+ "inputs": [],
985
+ "name": "oppAddress",
986
+ "outputs": [
987
+ {
988
+ "internalType": "address",
989
+ "name": "",
990
+ "type": "address"
991
+ }
992
+ ],
993
+ "stateMutability": "view",
994
+ "type": "function"
995
+ },
996
+ {
997
+ "inputs": [],
998
+ "name": "oppInboundAddress",
999
+ "outputs": [
1000
+ {
1001
+ "internalType": "address",
1002
+ "name": "",
1003
+ "type": "address"
1004
+ }
1005
+ ],
1006
+ "stateMutability": "view",
1007
+ "type": "function"
1008
+ },
1009
+ {
1010
+ "inputs": [],
1011
+ "name": "proxiableUUID",
1012
+ "outputs": [
1013
+ {
1014
+ "internalType": "bytes32",
1015
+ "name": "",
1016
+ "type": "bytes32"
1017
+ }
1018
+ ],
1019
+ "stateMutability": "view",
1020
+ "type": "function"
1021
+ },
1022
+ {
1023
+ "inputs": [
1024
+ {
1025
+ "internalType": "address",
1026
+ "name": "newAuthority",
1027
+ "type": "address"
1028
+ }
1029
+ ],
1030
+ "name": "setAuthority",
1031
+ "outputs": [],
1032
+ "stateMutability": "nonpayable",
1033
+ "type": "function"
1034
+ },
1035
+ {
1036
+ "inputs": [
1037
+ {
1038
+ "internalType": "address",
1039
+ "name": "_oppAddress",
1040
+ "type": "address"
1041
+ },
1042
+ {
1043
+ "internalType": "address",
1044
+ "name": "_oppInboundAddress",
1045
+ "type": "address"
1046
+ }
1047
+ ],
1048
+ "name": "setOPPAddresses",
1049
+ "outputs": [],
1050
+ "stateMutability": "nonpayable",
1051
+ "type": "function"
1052
+ },
1053
+ {
1054
+ "inputs": [
1055
+ {
1056
+ "internalType": "address",
1057
+ "name": "actor",
1058
+ "type": "address"
1059
+ },
1060
+ {
1061
+ "internalType": "OperatorType",
1062
+ "name": "operatorType",
1063
+ "type": "uint8"
1064
+ },
1065
+ {
1066
+ "components": [
1067
+ {
1068
+ "internalType": "TokenKind",
1069
+ "name": "kind",
1070
+ "type": "uint16"
1071
+ },
1072
+ {
1073
+ "internalType": "int64",
1074
+ "name": "amount",
1075
+ "type": "int64"
1076
+ }
1077
+ ],
1078
+ "internalType": "struct TokenAmount",
1079
+ "name": "amount",
1080
+ "type": "tuple"
1081
+ }
1082
+ ],
1083
+ "name": "unbond",
1084
+ "outputs": [],
1085
+ "stateMutability": "nonpayable",
1086
+ "type": "function"
1087
+ },
1088
+ {
1089
+ "inputs": [
1090
+ {
1091
+ "internalType": "address",
1092
+ "name": "newImplementation",
1093
+ "type": "address"
1094
+ },
1095
+ {
1096
+ "internalType": "bytes",
1097
+ "name": "data",
1098
+ "type": "bytes"
1099
+ }
1100
+ ],
1101
+ "name": "upgradeToAndCall",
1102
+ "outputs": [],
1103
+ "stateMutability": "payable",
1104
+ "type": "function"
1105
+ }
1106
+ ],
1107
+ "bytecode": "0x60a08060405234602957306080526126bb908161002f823960805181818161039c0152611eaa0152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c80634f1ef2861461013757806352d1902d1461013257806354c532251461012d578063712c2782146101285780637a9e5e4b1461012357806385b38fee1461011e5780638fb360371461011957806395bfa89714610114578063ad3cb1cc1461010f578063bf7e214f1461010a578063c360b5e914610105578063c4d66de814610100578063ca34df47146100fb578063cde78421146100f6578063d1280690146100f1578063d425139e146100ec578063df3bb129146100e75763f3997fd5146100e257600080fd5b610e17565b610d8e565b610c9d565b610b5e565b610b05565b610acf565b610a08565b6108dc565b6108a6565b610860565b6107f7565b6107a4565b6106f5565b610572565b6104e1565b61043c565b610389565b61023b565b600435906001600160a01b038216820361015257565b600080fd5b634e487b7160e01b600052604160045260246000fd5b60c081019081106001600160401b0382111761018857604052565b610157565b604081019081106001600160401b0382111761018857604052565b602081019081106001600160401b0382111761018857604052565b6001600160401b03811161018857604052565b90601f801991011681019081106001600160401b0382111761018857604052565b604051906102048261018d565b565b60405190610204826101a8565b604051906102048261016d565b6001600160401b03811161018857601f01601f191660200190565b60403660031901126101525761024f61013c565b602435906001600160401b038211610152573660238301121561015257816004013561027a81610220565b9261028860405194856101d6565b8184523660248383010111610152578160009260246020930183870137840101526102b1611ea0565b6102bb36336117e7565b6102c3611ea0565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa6000938161034d575b5061031257604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b90600080516020612606833981519152830361033457610332925061209e565b005b604051632a87526960e21b815260048101849052602490fd5b61037091945060203d602011610377575b61036881836101d6565b810190611efa565b92386102ec565b503d61035e565b600091031261015257565b34610152576000366003190112610152577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036103e25760206040516000805160206126068339815191528152f35b60405163703e46dd60e11b8152600490fd5b60005b8381106104075750506000910152565b81810151838201526020016103f7565b90602091610430815180928185528580860191016103f4565b601f01601f1916010190565b34610152576000366003190112610152576040805161045a816101a8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b83881061048f5786860387f35b909192939483806104d0600193603f198b820301875289518660609161ffff815116845263ffffffff86820151168685015201519181888201520190610417565b970193019701969093929193610482565b34610152576040366003190112610152576104fa61013c565b6001600160a01b039060243582811691908290036101525761051c36336117e7565b6bffffffffffffffffffffffff60a01b926000805160206126468339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd991825416179055600080f35b346101525760203660031901126101525761058b61013c565b6000805160206125e6833981519152546001600160a01b039190821633036105d657803b156105bd576103329061190d565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b6024359060ff8216820361015257565b9061068e9060ff835116815260a08061065861063d60208088015160e08288015260ff81511660e088015201516040610100870152610120860190610417565b60206040880151868303604088015251918181520190610417565b60608087015160ff16908501529460808181015160ff169085015201519101906020809161ffff8151168452015160070b910152565b90565b6020808201906020835283518092526040830192602060408460051b8301019501936000915b8483106106c75750505050505090565b90919293949584806106e5600193603f198682030187528a516105fd565b98019301930191949392906106b7565b346101525760403660031901126101525761070e61013c565b6107166105ed565b60009160018060a01b0316825261074360209183602052604084209060ff16600052602052604060002090565b80549061074f82610e34565b9261075d60405194856101d6565b828452602084019185526020852094915b83831061078757604051806107838782610691565b0390f35b60068260019261079689610f69565b81520196019201919461076e565b34610152576000366003190112610152576000805160206125e68339815191525460a01c60ff16156107ee576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006107db565b3461015257604036600319011261015257602061084461081561013c565b61081d6105ed565b9060018060a01b03166000526000835260406000209060ff16600052602052604060002090565b54604051908152f35b6040519061085a826101a8565b60008252565b34610152576000366003190112610152576107836040516108808161018d565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610417565b34610152576000366003190112610152576000805160206125e6833981519152546040516001600160a01b039091168152602090f35b34610152576020366003190112610152576108f561013c565b60008051602061266683398151915254906001600160401b0360ff8360401c1615921680159081610a00575b60011490816109f6575b1590816109ed575b506109db57600080516020612666833981519152805467ffffffffffffffff1916600117905561096790826109b657610ff8565b61096d57005b600080516020612666833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b600080516020612666833981519152805460ff60401b1916600160401b179055610ff8565b60405163f92ee8a960e01b8152600490fd5b90501538610933565b303b15915061092b565b839150610921565b3461015257602036600319011261015257610a2161013c565b60008051602061266683398151915254906001600160401b0360ff8360401c1615921680159081610ac7575b6001149081610abd575b159081610ab4575b506109db57600080516020612666833981519152805467ffffffffffffffff1916600117905561096790821561102957600080516020612666833981519152805460ff60401b1916600160401b179055611029565b90501538610a5f565b303b159150610a57565b839150610a4d565b3461015257600036600319011261015257600080516020612646833981519152546040516001600160a01b039091168152602090f35b34610152576000366003190112610152577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b90602061068e9281815201906105fd565b3461015257606036600319011261015257610783610b7a61013c565b610c2d610c27610b886105ed565b92610c226040948551610b9a8161016d565b60a06000918281528851610bad8161018d565b8381526060602082015260208201528851610bc7816101a8565b6060815289820152826060820152826080820152885192610be78461018d565b80845260208401520152610c106044359360018060a01b03166000526000602052604060002090565b9060ff16600052602052604060002090565b611078565b50610f69565b905191829182610b4d565b6080600319820112610152576004356001600160a01b038116810361015257916040610c626105ed565b92604319011261015257604051610c788161018d565b60443561ffff811681036101525781526064358060070b810361015257602082015290565b3461015257610cab36610c38565b60008051602061264683398151915254919290916001600160a01b0316908115610d7c575a90823b15610152576040516327e935a160e01b815260048101839052600095909490868660248183895af1928315610d60578796610d1394610d69575b50611506565b813b15610d655760405163f5786b4b60e01b8152600481019190915291908290602490829084905af18015610d6057610d4a575080f35b80610d57610d5d926101c3565b8061037e565b80f35b611099565b5050fd5b80610d57610d76926101c3565b38610d0d565b604051632ea0fec960e11b8152600490fd5b3461015257610d9c36610c38565b60008051602061264683398151915254919290916001600160a01b0316908115610d7c575a90823b15610152576040516327e935a160e01b815260048101839052600095909490868660248183895af1928315610d60578796610d1394610e04575b506116a7565b80610d57610e11926101c3565b38610dfe565b346101525760003660031901126101525760206040516107d18152f35b6001600160401b0381116101885760051b60200190565b90600182811c92168015610e7b575b6020831014610e6557565b634e487b7160e01b600052602260045260246000fd5b91607f1691610e5a565b805460009392610e9482610e4b565b91828252602093600191600181169081600014610efc5750600114610ebb575b5050505050565b90939495506000929192528360002092846000945b838610610ee857505050500101903880808080610eb4565b805485870183015294019385908201610ed0565b60ff19168685015250505090151560051b010191503880808080610eb4565b90610f3c604051610f2b816101a8565b610f43819460405193848092610e85565b03836101d6565b52565b90604051610f538161018d565b915461ffff8116835260101c60070b6020830152565b90604051610f768161016d565b60a0610ff36005839560ff8154168552604051610f928161018d565b60ff6001830154168152604051610fb781610fb08160028701610e85565b03826101d6565b60208201526020860152610fcd60038201610f1b565b6040860152600481015460ff808216606088015260089190911c16608086015201610f46565b910152565b61101190611004611f98565b61100c611f98565b61190d565b611019611f98565b611021611f98565b610204611f98565b61103590611004611f98565b61103d611f98565b611045611f98565b600160801b60008051602061262683398151915255610204611f98565b634e487b7160e01b600052603260045260246000fd5b8054821015611094576000526006602060002091020190600090565b611062565b6040513d6000823e3d90fd5b634e487b7160e01b600052600060045260246000fd5b8181106110c6575050565b600081556001016110bb565b9190601f81116110e157505050565b610204926000526020600020906020601f840160051c8301931061110d575b601f0160051c01906110bb565b9091508190611100565b9190519182516001600160401b0381116101885761113f816111398454610e4b565b846110d2565b602080601f831160011461118257508190611173939495600092611177575b50508160011b916000199060031b1c19161790565b9055565b01519050388061115e565b90601f1983169561119885600052602060002090565b926000905b8882106111d5575050836001959697106111bc575b505050811b019055565b015160001960f88460031b161c191690553880806111b2565b8060018596829496860151815501950193019061119d565b908154600160401b8110156101885761120e90600193600182018155611078565b9290926113c7578151835460ff191660ff9190911617835560209060208301519161124a60ff845116600187019060ff1660ff19825416179055565b6020600286019301518051926001600160401b03841161018857611278846112728754610e4b565b876110d2565b602092601f851160011461134b575050926112b58360a0946102049897946005976000926111775750508160011b916000199060031b1c19161790565b90555b6112c9604082015160038601611117565b61130c600485016112f16112e1606085015160ff1690565b825460ff191660ff909116178255565b6080830151815461ff00191660089190911b61ff0016179055565b015191019061ffff81511660208354928261ffff198516178555015160101b69ffffffffffffffff0000169169ffffffffffffffffffff191617179055565b929190601f1985169061136387600052602060002090565b946000915b8383106113b05750505093610204979693600596936001938360a09810611397575b505050811b0190556112b8565b015160001960f88460031b161c1916905538808061138a565b848601518755958601959481019491810191611368565b6110a5565b634e487b7160e01b600052601160045260246000fd5b6113ec8154610e4b565b90816113f6575050565b81601f60009311600114611408575055565b908083918252611427601f60208420940160051c8401600185016110bb565b5555565b805460008083558161143c57505050565b6006928260060292600684040361150157815260208120918201915b8281106114655750505050565b8082859255826001818184015560028301906114818254610e4b565b90816114aa575b50505050611498600382016113e2565b82600482015582600582015501611458565b601f8083116001146114c457505050555b82388080611488565b6114fc9450906114ec92916114de85600052602060002090565b920160051c820191016110bb565b6000908082528160208120915555565b6114bb565b6113cc565b91909161152983610c108360018060a01b03166000526000602052604060002090565b80541561167d57604051606083901b6bffffffffffffffffffffffff191660208201527f2d65b7822062e8b3e793b28928f3641a2e5ebd1d1754db7850f4e3f6845075979392916115f4916115ef9061158f81603481015b03601f1981018352826101d6565b6115976101f7565b600281529060208201526115a9610206565b6115b161084d565b81526115bb610213565b60028152916020830152604082015260ff8816606082015260f060808201528560a08201526115ea81846111ed565b61197e565b611e07565b15611650575b61164b611617602061160e855161ffff1690565b94015160070b90565b6040805160ff909716875261ffff909416602087015260070b928501929092526001600160a01b0316929081906060820190565b0390a2565b61167861167385610c108460018060a01b03166000526000602052604060002090565b61142b565b6115fa565b604051630fad384d60e21b81526001600160a01b038316600482015260ff85166024820152604490fd5b917fb6b5d007f2598889fd1b25d064466fce6947b56cd43caafbb8a69fcd94606c6591926115fa6040516116f98161158185602083016014916bffffffffffffffffffffffff199060601b1681520190565b6117016101f7565b60028152906020820152611713610206565b61171b61084d565b8152611725610213565b60018152916020830152604082015260ff86166060820152600360808201528360a08201526115ea8161176e88610c108760018060a01b03166000526000602052604060002090565b6111ed565b60041161015257600090600490565b6001600160e01b0319903581811693926004811061179f57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206125e68339815191528054611820906001600160a01b031661181761181186611773565b90611782565b90843091611f09565b901561182d575b50505050565b63ffffffff16156118ed576000805160206125e6833981519152805460ff60a01b1916600160a01b17905561187b9061186f908190546001600160a01b031690565b6001600160a01b031690565b91823b15610152576118a79260009283604051809681958294634a63ebf760e11b8452600484016117ae565b03925af18015610d60576118da575b506000805160206125e6833981519152805460ff60a01b1916905538808080611827565b80610d576118e7926101c3565b386118b6565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b6000805160206125e683398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90816020910312610152575180151581036101525790565b600080516020612646833981519152546000805160206126268339815191528054909290916001600160a01b03168015610d7c576020600491604051928380926372277dad60e11b82525afa908115610d6057600091611a46575b5015611a34576119fd6001611a0293811b1760008051602061262683398151915255565b611a75565b54600180821614611a225760011c60008051602061262683398151915255565b604051636f3e1d3560e01b8152600490fd5b60405163738c481160e01b8152600490fd5b611a68915060203d602011611a6e575b611a6081836101d6565b810190611966565b386119d9565b503d611a56565b611a7d61084d565b90611a86612186565b91604080518094602093848301611a9c91611fc7565b611aa591611fc7565b0392601f19938481018652611aba90866101d6565b8051611ac89060ff16612242565b948251958691858301611ada91611fc7565b611ae391611fc7565b038481018652611af390866101d6565b611afb61219d565b948251958691858301611b0d91611fc7565b611b1691611fc7565b038481018652611b2690866101d6565b82810151611b33906122c3565b948551611b46906001600160401b031690565b611b4f90612242565b908351918291868301611b6191611fc7565b611b6a91611fc7565b038581018252611b7a90826101d6565b8251958691858301611b8b91611fc7565b611b9491611fc7565b038481018652611ba490866101d6565b611bac6121b0565b948251958691858301611bbe91611fc7565b611bc791611fc7565b038481018652611bd790866101d6565b81810151611be4906123a3565b948551611bf7906001600160401b031690565b611c0090612242565b908351918291868301611c1291611fc7565b611c1b91611fc7565b038581018252611c2b90826101d6565b8251958691858301611c3c91611fc7565b611c4591611fc7565b038481018652611c5590866101d6565b611c5d6121c3565b948251958691858301611c6f91611fc7565b611c7891611fc7565b038481018652611c8890866101d6565b6060810151611c999060ff16612242565b948251958691858301611cab91611fc7565b611cb491611fc7565b038481018652611cc490866101d6565b611ccc6121d6565b948251958691858301611cde91611fc7565b611ce791611fc7565b038481018652611cf790866101d6565b6080810151611d089060ff16612242565b948251958691858301611d1a91611fc7565b611d2391611fc7565b038481018652611d3390866101d6565b611d3b6121e9565b948251958691858301611d4d91611fc7565b611d5691611fc7565b038481018652611d6690866101d6565b60a00151611d739061244d565b908151611d86906001600160401b031690565b611d8f90612242565b948151958691858301611da191611fc7565b611daa91611fc7565b038481018652611dba90866101d6565b519384928301611dc991611fc7565b611dd291611fc7565b039081018252611de290826101d6565b61020490611ff7565b9190916000838201938412911290801582169115161761150157565b90600080805b8454831015611e9a57600160ff611e248588611078565b50541603611e6557611e5c600191611e56611e506005611e44888b611078565b50015460101c60070b90565b60070b90565b90611deb565b925b0191611e0d565b6005611e718487611078565b50015460101c60070b908282820392128183128116918313901516176115015760019092611e5e565b93505050565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611ede575b50506103e257565b6000805160206126068339815191525416141590503880611ed6565b90816020910312610152575190565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761018857604093859385528380528360205251915afa611f865750565b9150915051906020518060201c150290565b60ff6000805160206126668339815191525460401c1615611fb557565b604051631afcd79f60e31b8152600490fd5b90611fda602092828151948592016103f4565b0190565b90604061068e926107d181528160208201520190610417565b60008051602061262683398151915280546001811615612086576001191690556000805160206126468339815191525461203b9061186f906001600160a01b031681565b803b1561015257604051631c18295560e31b81529160009183918290849082906120689060048301611fde565b03925af18015610d60576120795750565b80610d57610204926101c3565b60249060405190633b48047760e01b82526004820152fd5b90813b156121245760008051602061260683398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115612109576121069161250c565b50565b50503461211257565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b604051906121528261018d565b6001825260203681840137565b6040519061216c8261018d565b600a825260203681840137565b8051156110945760200190565b61218e612145565b600861219982612179565b5390565b6121a5612145565b601261219982612179565b6121b8612145565b601a61219982612179565b6121cb612145565b602861219982612179565b6121de612145565b605061219982612179565b6121f161215f565b60a260005b607f8083111561221b5790608060019284161760208286010153019060071c906121f6565b50607f600192166020828501015301815290565b612237612145565b601061219982612179565b9060809160806001600160401b0382161061229e5761225f61215f565b60005b607f8084111561228657908560019285161760208285010153019160071c91612262565b5090929350607f600192166020828501015301815290565b9091506122a9612145565b9060f81b6001600160f81b03191660001a61219982612179565b61068e61230361230361239761238760206123039661238061230361235a6122e961084d565b6123096122f4612186565b6040519b8c9389850190611fc7565b90611fc7565b039861231d601f199a8b81018352826101d6565b61234e61233f61233a612334612334895160ff1690565b60ff1690565b612242565b60405194859389850190611fc7565b038981018352826101d6565b61237461236561219d565b60405198899387850190611fc7565b038781018752866101d6565b0151612552565b6040519586936020850190611fc7565b039081018352826101d6565b61068e61241461242d926040516123b9816101a8565b6000815261241a6123c8612145565b92600a6123d485612179565b536040519485946020968791826123f481840198898151938492016103f4565b8201612408825180938680850191016103f4565b010380875201856101d6565b51612552565b90604051958693518092868601906103f4565b8201612441825180938680850191016103f4565b010380845201826101d6565b61068e61230361230361239761238761233a6125006020612303986124f86123036124d261247961084d565b612493612484612186565b6040519d8e9389850190611fc7565b039a6124a7601f199c8d81018352826101d6565b6124c661233f61233a6124bf6124bf895161ffff1690565b61ffff1690565b038b81018352826101d6565b6124ec6124dd61222f565b6040519a8b9387850190611fc7565b038981018952886101d6565b015160070b90565b6001600160401b031690565b60008061068e93602081519101845af43d1561254a573d9161252d83610220565b9261253b60405194856101d6565b83523d6000602085013e612582565b606091612582565b61068e602061256a6001600160401b03845116612242565b604051938161242d86935180928680870191016103f4565b906125a9575080511561259757602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806125dc575b6125ba575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156125b256fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122098adac9811951dca4562024d5f7742e88fb9865bdcc7aa42df94750bfb3d889464736f6c63430008190033",
1108
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c80634f1ef2861461013757806352d1902d1461013257806354c532251461012d578063712c2782146101285780637a9e5e4b1461012357806385b38fee1461011e5780638fb360371461011957806395bfa89714610114578063ad3cb1cc1461010f578063bf7e214f1461010a578063c360b5e914610105578063c4d66de814610100578063ca34df47146100fb578063cde78421146100f6578063d1280690146100f1578063d425139e146100ec578063df3bb129146100e75763f3997fd5146100e257600080fd5b610e17565b610d8e565b610c9d565b610b5e565b610b05565b610acf565b610a08565b6108dc565b6108a6565b610860565b6107f7565b6107a4565b6106f5565b610572565b6104e1565b61043c565b610389565b61023b565b600435906001600160a01b038216820361015257565b600080fd5b634e487b7160e01b600052604160045260246000fd5b60c081019081106001600160401b0382111761018857604052565b610157565b604081019081106001600160401b0382111761018857604052565b602081019081106001600160401b0382111761018857604052565b6001600160401b03811161018857604052565b90601f801991011681019081106001600160401b0382111761018857604052565b604051906102048261018d565b565b60405190610204826101a8565b604051906102048261016d565b6001600160401b03811161018857601f01601f191660200190565b60403660031901126101525761024f61013c565b602435906001600160401b038211610152573660238301121561015257816004013561027a81610220565b9261028860405194856101d6565b8184523660248383010111610152578160009260246020930183870137840101526102b1611ea0565b6102bb36336117e7565b6102c3611ea0565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa6000938161034d575b5061031257604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b90600080516020612606833981519152830361033457610332925061209e565b005b604051632a87526960e21b815260048101849052602490fd5b61037091945060203d602011610377575b61036881836101d6565b810190611efa565b92386102ec565b503d61035e565b600091031261015257565b34610152576000366003190112610152577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036103e25760206040516000805160206126068339815191528152f35b60405163703e46dd60e11b8152600490fd5b60005b8381106104075750506000910152565b81810151838201526020016103f7565b90602091610430815180928185528580860191016103f4565b601f01601f1916010190565b34610152576000366003190112610152576040805161045a816101a8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b83881061048f5786860387f35b909192939483806104d0600193603f198b820301875289518660609161ffff815116845263ffffffff86820151168685015201519181888201520190610417565b970193019701969093929193610482565b34610152576040366003190112610152576104fa61013c565b6001600160a01b039060243582811691908290036101525761051c36336117e7565b6bffffffffffffffffffffffff60a01b926000805160206126468339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd991825416179055600080f35b346101525760203660031901126101525761058b61013c565b6000805160206125e6833981519152546001600160a01b039190821633036105d657803b156105bd576103329061190d565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b6024359060ff8216820361015257565b9061068e9060ff835116815260a08061065861063d60208088015160e08288015260ff81511660e088015201516040610100870152610120860190610417565b60206040880151868303604088015251918181520190610417565b60608087015160ff16908501529460808181015160ff169085015201519101906020809161ffff8151168452015160070b910152565b90565b6020808201906020835283518092526040830192602060408460051b8301019501936000915b8483106106c75750505050505090565b90919293949584806106e5600193603f198682030187528a516105fd565b98019301930191949392906106b7565b346101525760403660031901126101525761070e61013c565b6107166105ed565b60009160018060a01b0316825261074360209183602052604084209060ff16600052602052604060002090565b80549061074f82610e34565b9261075d60405194856101d6565b828452602084019185526020852094915b83831061078757604051806107838782610691565b0390f35b60068260019261079689610f69565b81520196019201919461076e565b34610152576000366003190112610152576000805160206125e68339815191525460a01c60ff16156107ee576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006107db565b3461015257604036600319011261015257602061084461081561013c565b61081d6105ed565b9060018060a01b03166000526000835260406000209060ff16600052602052604060002090565b54604051908152f35b6040519061085a826101a8565b60008252565b34610152576000366003190112610152576107836040516108808161018d565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610417565b34610152576000366003190112610152576000805160206125e6833981519152546040516001600160a01b039091168152602090f35b34610152576020366003190112610152576108f561013c565b60008051602061266683398151915254906001600160401b0360ff8360401c1615921680159081610a00575b60011490816109f6575b1590816109ed575b506109db57600080516020612666833981519152805467ffffffffffffffff1916600117905561096790826109b657610ff8565b61096d57005b600080516020612666833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b600080516020612666833981519152805460ff60401b1916600160401b179055610ff8565b60405163f92ee8a960e01b8152600490fd5b90501538610933565b303b15915061092b565b839150610921565b3461015257602036600319011261015257610a2161013c565b60008051602061266683398151915254906001600160401b0360ff8360401c1615921680159081610ac7575b6001149081610abd575b159081610ab4575b506109db57600080516020612666833981519152805467ffffffffffffffff1916600117905561096790821561102957600080516020612666833981519152805460ff60401b1916600160401b179055611029565b90501538610a5f565b303b159150610a57565b839150610a4d565b3461015257600036600319011261015257600080516020612646833981519152546040516001600160a01b039091168152602090f35b34610152576000366003190112610152577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b90602061068e9281815201906105fd565b3461015257606036600319011261015257610783610b7a61013c565b610c2d610c27610b886105ed565b92610c226040948551610b9a8161016d565b60a06000918281528851610bad8161018d565b8381526060602082015260208201528851610bc7816101a8565b6060815289820152826060820152826080820152885192610be78461018d565b80845260208401520152610c106044359360018060a01b03166000526000602052604060002090565b9060ff16600052602052604060002090565b611078565b50610f69565b905191829182610b4d565b6080600319820112610152576004356001600160a01b038116810361015257916040610c626105ed565b92604319011261015257604051610c788161018d565b60443561ffff811681036101525781526064358060070b810361015257602082015290565b3461015257610cab36610c38565b60008051602061264683398151915254919290916001600160a01b0316908115610d7c575a90823b15610152576040516327e935a160e01b815260048101839052600095909490868660248183895af1928315610d60578796610d1394610d69575b50611506565b813b15610d655760405163f5786b4b60e01b8152600481019190915291908290602490829084905af18015610d6057610d4a575080f35b80610d57610d5d926101c3565b8061037e565b80f35b611099565b5050fd5b80610d57610d76926101c3565b38610d0d565b604051632ea0fec960e11b8152600490fd5b3461015257610d9c36610c38565b60008051602061264683398151915254919290916001600160a01b0316908115610d7c575a90823b15610152576040516327e935a160e01b815260048101839052600095909490868660248183895af1928315610d60578796610d1394610e04575b506116a7565b80610d57610e11926101c3565b38610dfe565b346101525760003660031901126101525760206040516107d18152f35b6001600160401b0381116101885760051b60200190565b90600182811c92168015610e7b575b6020831014610e6557565b634e487b7160e01b600052602260045260246000fd5b91607f1691610e5a565b805460009392610e9482610e4b565b91828252602093600191600181169081600014610efc5750600114610ebb575b5050505050565b90939495506000929192528360002092846000945b838610610ee857505050500101903880808080610eb4565b805485870183015294019385908201610ed0565b60ff19168685015250505090151560051b010191503880808080610eb4565b90610f3c604051610f2b816101a8565b610f43819460405193848092610e85565b03836101d6565b52565b90604051610f538161018d565b915461ffff8116835260101c60070b6020830152565b90604051610f768161016d565b60a0610ff36005839560ff8154168552604051610f928161018d565b60ff6001830154168152604051610fb781610fb08160028701610e85565b03826101d6565b60208201526020860152610fcd60038201610f1b565b6040860152600481015460ff808216606088015260089190911c16608086015201610f46565b910152565b61101190611004611f98565b61100c611f98565b61190d565b611019611f98565b611021611f98565b610204611f98565b61103590611004611f98565b61103d611f98565b611045611f98565b600160801b60008051602061262683398151915255610204611f98565b634e487b7160e01b600052603260045260246000fd5b8054821015611094576000526006602060002091020190600090565b611062565b6040513d6000823e3d90fd5b634e487b7160e01b600052600060045260246000fd5b8181106110c6575050565b600081556001016110bb565b9190601f81116110e157505050565b610204926000526020600020906020601f840160051c8301931061110d575b601f0160051c01906110bb565b9091508190611100565b9190519182516001600160401b0381116101885761113f816111398454610e4b565b846110d2565b602080601f831160011461118257508190611173939495600092611177575b50508160011b916000199060031b1c19161790565b9055565b01519050388061115e565b90601f1983169561119885600052602060002090565b926000905b8882106111d5575050836001959697106111bc575b505050811b019055565b015160001960f88460031b161c191690553880806111b2565b8060018596829496860151815501950193019061119d565b908154600160401b8110156101885761120e90600193600182018155611078565b9290926113c7578151835460ff191660ff9190911617835560209060208301519161124a60ff845116600187019060ff1660ff19825416179055565b6020600286019301518051926001600160401b03841161018857611278846112728754610e4b565b876110d2565b602092601f851160011461134b575050926112b58360a0946102049897946005976000926111775750508160011b916000199060031b1c19161790565b90555b6112c9604082015160038601611117565b61130c600485016112f16112e1606085015160ff1690565b825460ff191660ff909116178255565b6080830151815461ff00191660089190911b61ff0016179055565b015191019061ffff81511660208354928261ffff198516178555015160101b69ffffffffffffffff0000169169ffffffffffffffffffff191617179055565b929190601f1985169061136387600052602060002090565b946000915b8383106113b05750505093610204979693600596936001938360a09810611397575b505050811b0190556112b8565b015160001960f88460031b161c1916905538808061138a565b848601518755958601959481019491810191611368565b6110a5565b634e487b7160e01b600052601160045260246000fd5b6113ec8154610e4b565b90816113f6575050565b81601f60009311600114611408575055565b908083918252611427601f60208420940160051c8401600185016110bb565b5555565b805460008083558161143c57505050565b6006928260060292600684040361150157815260208120918201915b8281106114655750505050565b8082859255826001818184015560028301906114818254610e4b565b90816114aa575b50505050611498600382016113e2565b82600482015582600582015501611458565b601f8083116001146114c457505050555b82388080611488565b6114fc9450906114ec92916114de85600052602060002090565b920160051c820191016110bb565b6000908082528160208120915555565b6114bb565b6113cc565b91909161152983610c108360018060a01b03166000526000602052604060002090565b80541561167d57604051606083901b6bffffffffffffffffffffffff191660208201527f2d65b7822062e8b3e793b28928f3641a2e5ebd1d1754db7850f4e3f6845075979392916115f4916115ef9061158f81603481015b03601f1981018352826101d6565b6115976101f7565b600281529060208201526115a9610206565b6115b161084d565b81526115bb610213565b60028152916020830152604082015260ff8816606082015260f060808201528560a08201526115ea81846111ed565b61197e565b611e07565b15611650575b61164b611617602061160e855161ffff1690565b94015160070b90565b6040805160ff909716875261ffff909416602087015260070b928501929092526001600160a01b0316929081906060820190565b0390a2565b61167861167385610c108460018060a01b03166000526000602052604060002090565b61142b565b6115fa565b604051630fad384d60e21b81526001600160a01b038316600482015260ff85166024820152604490fd5b917fb6b5d007f2598889fd1b25d064466fce6947b56cd43caafbb8a69fcd94606c6591926115fa6040516116f98161158185602083016014916bffffffffffffffffffffffff199060601b1681520190565b6117016101f7565b60028152906020820152611713610206565b61171b61084d565b8152611725610213565b60018152916020830152604082015260ff86166060820152600360808201528360a08201526115ea8161176e88610c108760018060a01b03166000526000602052604060002090565b6111ed565b60041161015257600090600490565b6001600160e01b0319903581811693926004811061179f57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206125e68339815191528054611820906001600160a01b031661181761181186611773565b90611782565b90843091611f09565b901561182d575b50505050565b63ffffffff16156118ed576000805160206125e6833981519152805460ff60a01b1916600160a01b17905561187b9061186f908190546001600160a01b031690565b6001600160a01b031690565b91823b15610152576118a79260009283604051809681958294634a63ebf760e11b8452600484016117ae565b03925af18015610d60576118da575b506000805160206125e6833981519152805460ff60a01b1916905538808080611827565b80610d576118e7926101c3565b386118b6565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b6000805160206125e683398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90816020910312610152575180151581036101525790565b600080516020612646833981519152546000805160206126268339815191528054909290916001600160a01b03168015610d7c576020600491604051928380926372277dad60e11b82525afa908115610d6057600091611a46575b5015611a34576119fd6001611a0293811b1760008051602061262683398151915255565b611a75565b54600180821614611a225760011c60008051602061262683398151915255565b604051636f3e1d3560e01b8152600490fd5b60405163738c481160e01b8152600490fd5b611a68915060203d602011611a6e575b611a6081836101d6565b810190611966565b386119d9565b503d611a56565b611a7d61084d565b90611a86612186565b91604080518094602093848301611a9c91611fc7565b611aa591611fc7565b0392601f19938481018652611aba90866101d6565b8051611ac89060ff16612242565b948251958691858301611ada91611fc7565b611ae391611fc7565b038481018652611af390866101d6565b611afb61219d565b948251958691858301611b0d91611fc7565b611b1691611fc7565b038481018652611b2690866101d6565b82810151611b33906122c3565b948551611b46906001600160401b031690565b611b4f90612242565b908351918291868301611b6191611fc7565b611b6a91611fc7565b038581018252611b7a90826101d6565b8251958691858301611b8b91611fc7565b611b9491611fc7565b038481018652611ba490866101d6565b611bac6121b0565b948251958691858301611bbe91611fc7565b611bc791611fc7565b038481018652611bd790866101d6565b81810151611be4906123a3565b948551611bf7906001600160401b031690565b611c0090612242565b908351918291868301611c1291611fc7565b611c1b91611fc7565b038581018252611c2b90826101d6565b8251958691858301611c3c91611fc7565b611c4591611fc7565b038481018652611c5590866101d6565b611c5d6121c3565b948251958691858301611c6f91611fc7565b611c7891611fc7565b038481018652611c8890866101d6565b6060810151611c999060ff16612242565b948251958691858301611cab91611fc7565b611cb491611fc7565b038481018652611cc490866101d6565b611ccc6121d6565b948251958691858301611cde91611fc7565b611ce791611fc7565b038481018652611cf790866101d6565b6080810151611d089060ff16612242565b948251958691858301611d1a91611fc7565b611d2391611fc7565b038481018652611d3390866101d6565b611d3b6121e9565b948251958691858301611d4d91611fc7565b611d5691611fc7565b038481018652611d6690866101d6565b60a00151611d739061244d565b908151611d86906001600160401b031690565b611d8f90612242565b948151958691858301611da191611fc7565b611daa91611fc7565b038481018652611dba90866101d6565b519384928301611dc991611fc7565b611dd291611fc7565b039081018252611de290826101d6565b61020490611ff7565b9190916000838201938412911290801582169115161761150157565b90600080805b8454831015611e9a57600160ff611e248588611078565b50541603611e6557611e5c600191611e56611e506005611e44888b611078565b50015460101c60070b90565b60070b90565b90611deb565b925b0191611e0d565b6005611e718487611078565b50015460101c60070b908282820392128183128116918313901516176115015760019092611e5e565b93505050565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611ede575b50506103e257565b6000805160206126068339815191525416141590503880611ed6565b90816020910312610152575190565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761018857604093859385528380528360205251915afa611f865750565b9150915051906020518060201c150290565b60ff6000805160206126668339815191525460401c1615611fb557565b604051631afcd79f60e31b8152600490fd5b90611fda602092828151948592016103f4565b0190565b90604061068e926107d181528160208201520190610417565b60008051602061262683398151915280546001811615612086576001191690556000805160206126468339815191525461203b9061186f906001600160a01b031681565b803b1561015257604051631c18295560e31b81529160009183918290849082906120689060048301611fde565b03925af18015610d60576120795750565b80610d57610204926101c3565b60249060405190633b48047760e01b82526004820152fd5b90813b156121245760008051602061260683398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115612109576121069161250c565b50565b50503461211257565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b604051906121528261018d565b6001825260203681840137565b6040519061216c8261018d565b600a825260203681840137565b8051156110945760200190565b61218e612145565b600861219982612179565b5390565b6121a5612145565b601261219982612179565b6121b8612145565b601a61219982612179565b6121cb612145565b602861219982612179565b6121de612145565b605061219982612179565b6121f161215f565b60a260005b607f8083111561221b5790608060019284161760208286010153019060071c906121f6565b50607f600192166020828501015301815290565b612237612145565b601061219982612179565b9060809160806001600160401b0382161061229e5761225f61215f565b60005b607f8084111561228657908560019285161760208285010153019160071c91612262565b5090929350607f600192166020828501015301815290565b9091506122a9612145565b9060f81b6001600160f81b03191660001a61219982612179565b61068e61230361230361239761238760206123039661238061230361235a6122e961084d565b6123096122f4612186565b6040519b8c9389850190611fc7565b90611fc7565b039861231d601f199a8b81018352826101d6565b61234e61233f61233a612334612334895160ff1690565b60ff1690565b612242565b60405194859389850190611fc7565b038981018352826101d6565b61237461236561219d565b60405198899387850190611fc7565b038781018752866101d6565b0151612552565b6040519586936020850190611fc7565b039081018352826101d6565b61068e61241461242d926040516123b9816101a8565b6000815261241a6123c8612145565b92600a6123d485612179565b536040519485946020968791826123f481840198898151938492016103f4565b8201612408825180938680850191016103f4565b010380875201856101d6565b51612552565b90604051958693518092868601906103f4565b8201612441825180938680850191016103f4565b010380845201826101d6565b61068e61230361230361239761238761233a6125006020612303986124f86123036124d261247961084d565b612493612484612186565b6040519d8e9389850190611fc7565b039a6124a7601f199c8d81018352826101d6565b6124c661233f61233a6124bf6124bf895161ffff1690565b61ffff1690565b038b81018352826101d6565b6124ec6124dd61222f565b6040519a8b9387850190611fc7565b038981018952886101d6565b015160070b90565b6001600160401b031690565b60008061068e93602081519101845af43d1561254a573d9161252d83610220565b9261253b60405194856101d6565b83523d6000602085013e612582565b606091612582565b61068e602061256a6001600160401b03845116612242565b604051938161242d86935180928680870191016103f4565b906125a9575080511561259757602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806125dc575b6125ba575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156125b256fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122098adac9811951dca4562024d5f7742e88fb9865bdcc7aa42df94750bfb3d889464736f6c63430008190033",
1109
+ "linkReferences": {},
1110
+ "deployedLinkReferences": {}
1111
+ }