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