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