@wireio/stake 0.2.4 → 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 (554) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +59679 -12796
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +16805 -3254
  5. package/lib/stake.js +60211 -13152
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +59679 -12796
  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/convert.client.ts +221 -0
  430. package/src/networks/ethereum/clients/opp.client.ts +389 -0
  431. package/src/networks/ethereum/clients/pretoken.client.ts +165 -0
  432. package/src/networks/ethereum/clients/receipt.client.ts +199 -0
  433. package/src/networks/ethereum/clients/stake.client.ts +110 -122
  434. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  435. package/src/networks/ethereum/contract.ts +424 -165
  436. package/src/networks/ethereum/ethereum.ts +505 -172
  437. package/src/networks/ethereum/types.ts +71 -30
  438. package/src/networks/ethereum/utils.ts +340 -0
  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 +261 -40
  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/BAR.sol/BAR.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1753
  490. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +0 -930
  494. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  495. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2020
  518. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
  520. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  525. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  527. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  529. package/src/networks/ethereum/clients/deposit.client.ts +0 -82
  530. package/src/networks/solana/clients/deposit.client.ts +0 -127
  531. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  532. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  533. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  534. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  535. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  536. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  537. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  538. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  539. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  540. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  541. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  542. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  543. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  544. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  545. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  546. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  547. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  548. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  549. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  550. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  551. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  552. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  553. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  554. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
@@ -0,0 +1,1204 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "OPPInbound",
4
+ "sourceName": "contracts/outpost/OPPInbound.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "bytes32",
90
+ "name": "expected",
91
+ "type": "bytes32"
92
+ },
93
+ {
94
+ "internalType": "bytes32",
95
+ "name": "actual",
96
+ "type": "bytes32"
97
+ }
98
+ ],
99
+ "name": "OPP_EpochHashMismatch",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "required",
107
+ "type": "uint256"
108
+ },
109
+ {
110
+ "internalType": "uint256",
111
+ "name": "provided",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "OPP_InsufficientSignatureWeight",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "caller",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "expected",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "OPP_InvalidOPPAddress",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "bytes",
138
+ "name": "expected",
139
+ "type": "bytes"
140
+ },
141
+ {
142
+ "internalType": "bytes",
143
+ "name": "actual",
144
+ "type": "bytes"
145
+ }
146
+ ],
147
+ "name": "OPP_MessageIDMismatch",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "OPP_NoAttestationsSent",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "OPP_NoPendingAttestations",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "uint32",
164
+ "name": "expected",
165
+ "type": "uint32"
166
+ },
167
+ {
168
+ "internalType": "uint32",
169
+ "name": "actual",
170
+ "type": "uint32"
171
+ }
172
+ ],
173
+ "name": "OPP_NonSequentialEpoch",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "OPP_NotSending",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "OPP_OPPAddressNotSet",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "bytes32",
190
+ "name": "expected",
191
+ "type": "bytes32"
192
+ },
193
+ {
194
+ "internalType": "bytes32",
195
+ "name": "actual",
196
+ "type": "bytes32"
197
+ }
198
+ ],
199
+ "name": "OPP_PayloadChecksumMismatch",
200
+ "type": "error"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "uint32",
206
+ "name": "epochIndex",
207
+ "type": "uint32"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "messageCount",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "name": "OPP_PreviousEpochPendingMessages",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "uint32",
222
+ "name": "epochIndex",
223
+ "type": "uint32"
224
+ }
225
+ ],
226
+ "name": "OPP_PreviousEpochSent",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [
231
+ {
232
+ "internalType": "uint32",
233
+ "name": "epochIndex",
234
+ "type": "uint32"
235
+ }
236
+ ],
237
+ "name": "OPP_PreviousEpochUnsent",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [
242
+ {
243
+ "internalType": "uint256",
244
+ "name": "stack",
245
+ "type": "uint256"
246
+ }
247
+ ],
248
+ "name": "OPP_SendStackError",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "expectedMaxAttestations",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "uint256",
260
+ "name": "actualAttestations",
261
+ "type": "uint256"
262
+ }
263
+ ],
264
+ "name": "OPP_TooManyAttestations",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "uint256",
271
+ "name": "expectedMaxMessages",
272
+ "type": "uint256"
273
+ },
274
+ {
275
+ "internalType": "uint256",
276
+ "name": "actualMessages",
277
+ "type": "uint256"
278
+ }
279
+ ],
280
+ "name": "OPP_TooManyMessages",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "address",
287
+ "name": "sender",
288
+ "type": "address"
289
+ },
290
+ {
291
+ "internalType": "AttestationType",
292
+ "name": "attestationType",
293
+ "type": "uint16"
294
+ }
295
+ ],
296
+ "name": "OPP_UnauthorizedAttestationType",
297
+ "type": "error"
298
+ },
299
+ {
300
+ "inputs": [
301
+ {
302
+ "internalType": "AttestationType",
303
+ "name": "attestationType",
304
+ "type": "uint16"
305
+ }
306
+ ],
307
+ "name": "OPP_UnhandledAttestationType",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "OPP_ZeroMaxAttestations",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [],
317
+ "name": "OPP_ZeroTag",
318
+ "type": "error"
319
+ },
320
+ {
321
+ "inputs": [],
322
+ "name": "UUPSUnauthorizedCallContext",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "bytes32",
329
+ "name": "slot",
330
+ "type": "bytes32"
331
+ }
332
+ ],
333
+ "name": "UUPSUnsupportedProxiableUUID",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "anonymous": false,
338
+ "inputs": [
339
+ {
340
+ "indexed": false,
341
+ "internalType": "bytes",
342
+ "name": "messageID",
343
+ "type": "bytes"
344
+ },
345
+ {
346
+ "indexed": false,
347
+ "internalType": "AttestationType",
348
+ "name": "attestationType",
349
+ "type": "uint16"
350
+ },
351
+ {
352
+ "indexed": false,
353
+ "internalType": "uint64",
354
+ "name": "sequenceNumber",
355
+ "type": "uint64"
356
+ }
357
+ ],
358
+ "name": "AttestationBlackholed",
359
+ "type": "event"
360
+ },
361
+ {
362
+ "anonymous": false,
363
+ "inputs": [
364
+ {
365
+ "indexed": true,
366
+ "internalType": "address",
367
+ "name": "handler",
368
+ "type": "address"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "bytes",
373
+ "name": "messageID",
374
+ "type": "bytes"
375
+ },
376
+ {
377
+ "indexed": false,
378
+ "internalType": "AttestationType",
379
+ "name": "attestationType",
380
+ "type": "uint16"
381
+ },
382
+ {
383
+ "indexed": false,
384
+ "internalType": "uint64",
385
+ "name": "sequenceNumber",
386
+ "type": "uint64"
387
+ }
388
+ ],
389
+ "name": "AttestationDelivered",
390
+ "type": "event"
391
+ },
392
+ {
393
+ "anonymous": false,
394
+ "inputs": [
395
+ {
396
+ "indexed": true,
397
+ "internalType": "AttestationType",
398
+ "name": "attestationType",
399
+ "type": "uint16"
400
+ },
401
+ {
402
+ "indexed": false,
403
+ "internalType": "address",
404
+ "name": "handler",
405
+ "type": "address"
406
+ },
407
+ {
408
+ "indexed": false,
409
+ "internalType": "address",
410
+ "name": "oldHandler",
411
+ "type": "address"
412
+ }
413
+ ],
414
+ "name": "AttestationHandlerSet",
415
+ "type": "event"
416
+ },
417
+ {
418
+ "anonymous": false,
419
+ "inputs": [
420
+ {
421
+ "indexed": false,
422
+ "internalType": "address",
423
+ "name": "authority",
424
+ "type": "address"
425
+ }
426
+ ],
427
+ "name": "AuthorityUpdated",
428
+ "type": "event"
429
+ },
430
+ {
431
+ "anonymous": false,
432
+ "inputs": [
433
+ {
434
+ "indexed": false,
435
+ "internalType": "uint32",
436
+ "name": "epochIndex",
437
+ "type": "uint32"
438
+ }
439
+ ],
440
+ "name": "EpochComplete",
441
+ "type": "event"
442
+ },
443
+ {
444
+ "anonymous": false,
445
+ "inputs": [
446
+ {
447
+ "indexed": false,
448
+ "internalType": "uint32",
449
+ "name": "epochIndex",
450
+ "type": "uint32"
451
+ },
452
+ {
453
+ "indexed": false,
454
+ "internalType": "bytes32",
455
+ "name": "epochHash",
456
+ "type": "bytes32"
457
+ },
458
+ {
459
+ "indexed": false,
460
+ "internalType": "uint256",
461
+ "name": "messageCount",
462
+ "type": "uint256"
463
+ }
464
+ ],
465
+ "name": "EpochReceived",
466
+ "type": "event"
467
+ },
468
+ {
469
+ "anonymous": false,
470
+ "inputs": [
471
+ {
472
+ "indexed": false,
473
+ "internalType": "uint64",
474
+ "name": "version",
475
+ "type": "uint64"
476
+ }
477
+ ],
478
+ "name": "Initialized",
479
+ "type": "event"
480
+ },
481
+ {
482
+ "anonymous": false,
483
+ "inputs": [
484
+ {
485
+ "indexed": false,
486
+ "internalType": "bytes",
487
+ "name": "messageID",
488
+ "type": "bytes"
489
+ },
490
+ {
491
+ "indexed": false,
492
+ "internalType": "uint64",
493
+ "name": "attestationCount",
494
+ "type": "uint64"
495
+ }
496
+ ],
497
+ "name": "MessageProcessed",
498
+ "type": "event"
499
+ },
500
+ {
501
+ "anonymous": false,
502
+ "inputs": [
503
+ {
504
+ "indexed": false,
505
+ "internalType": "uint32",
506
+ "name": "epochIndex",
507
+ "type": "uint32"
508
+ },
509
+ {
510
+ "indexed": false,
511
+ "internalType": "bytes",
512
+ "name": "firstMessageID",
513
+ "type": "bytes"
514
+ },
515
+ {
516
+ "indexed": false,
517
+ "internalType": "bytes",
518
+ "name": "lastMessageID",
519
+ "type": "bytes"
520
+ }
521
+ ],
522
+ "name": "MessagesReceived",
523
+ "type": "event"
524
+ },
525
+ {
526
+ "anonymous": false,
527
+ "inputs": [
528
+ {
529
+ "indexed": true,
530
+ "internalType": "address",
531
+ "name": "implementation",
532
+ "type": "address"
533
+ }
534
+ ],
535
+ "name": "Upgraded",
536
+ "type": "event"
537
+ },
538
+ {
539
+ "inputs": [],
540
+ "name": "MIN_SIG_WEIGHT",
541
+ "outputs": [
542
+ {
543
+ "internalType": "uint256",
544
+ "name": "",
545
+ "type": "uint256"
546
+ }
547
+ ],
548
+ "stateMutability": "view",
549
+ "type": "function"
550
+ },
551
+ {
552
+ "inputs": [],
553
+ "name": "UPGRADE_INTERFACE_VERSION",
554
+ "outputs": [
555
+ {
556
+ "internalType": "string",
557
+ "name": "",
558
+ "type": "string"
559
+ }
560
+ ],
561
+ "stateMutability": "view",
562
+ "type": "function"
563
+ },
564
+ {
565
+ "inputs": [
566
+ {
567
+ "internalType": "AttestationType",
568
+ "name": "",
569
+ "type": "uint16"
570
+ }
571
+ ],
572
+ "name": "attestationHandlers",
573
+ "outputs": [
574
+ {
575
+ "internalType": "contract IOPPReceiver",
576
+ "name": "",
577
+ "type": "address"
578
+ }
579
+ ],
580
+ "stateMutability": "view",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "inputs": [],
585
+ "name": "authority",
586
+ "outputs": [
587
+ {
588
+ "internalType": "address",
589
+ "name": "",
590
+ "type": "address"
591
+ }
592
+ ],
593
+ "stateMutability": "view",
594
+ "type": "function"
595
+ },
596
+ {
597
+ "inputs": [
598
+ {
599
+ "components": [
600
+ {
601
+ "internalType": "bytes",
602
+ "name": "envelopeHash",
603
+ "type": "bytes"
604
+ },
605
+ {
606
+ "components": [
607
+ {
608
+ "components": [
609
+ {
610
+ "internalType": "ChainKind",
611
+ "name": "kind",
612
+ "type": "uint8"
613
+ },
614
+ {
615
+ "internalType": "uint32",
616
+ "name": "id",
617
+ "type": "uint32"
618
+ }
619
+ ],
620
+ "internalType": "struct ChainId",
621
+ "name": "start",
622
+ "type": "tuple"
623
+ },
624
+ {
625
+ "components": [
626
+ {
627
+ "internalType": "ChainKind",
628
+ "name": "kind",
629
+ "type": "uint8"
630
+ },
631
+ {
632
+ "internalType": "uint32",
633
+ "name": "id",
634
+ "type": "uint32"
635
+ }
636
+ ],
637
+ "internalType": "struct ChainId",
638
+ "name": "end",
639
+ "type": "tuple"
640
+ }
641
+ ],
642
+ "internalType": "struct Endpoints",
643
+ "name": "endpoints",
644
+ "type": "tuple"
645
+ },
646
+ {
647
+ "internalType": "uint64",
648
+ "name": "epochTimestamp",
649
+ "type": "uint64"
650
+ },
651
+ {
652
+ "internalType": "uint32",
653
+ "name": "epochIndex",
654
+ "type": "uint32"
655
+ },
656
+ {
657
+ "internalType": "uint32",
658
+ "name": "epochEnvelopeIndex",
659
+ "type": "uint32"
660
+ },
661
+ {
662
+ "internalType": "bytes",
663
+ "name": "merkle",
664
+ "type": "bytes"
665
+ },
666
+ {
667
+ "internalType": "bytes",
668
+ "name": "previousEnvelopeHash",
669
+ "type": "bytes"
670
+ },
671
+ {
672
+ "internalType": "bytes",
673
+ "name": "startMessageId",
674
+ "type": "bytes"
675
+ },
676
+ {
677
+ "internalType": "bytes",
678
+ "name": "endMessageId",
679
+ "type": "bytes"
680
+ },
681
+ {
682
+ "components": [
683
+ {
684
+ "components": [
685
+ {
686
+ "internalType": "ChainKind",
687
+ "name": "kind",
688
+ "type": "uint8"
689
+ },
690
+ {
691
+ "internalType": "bytes",
692
+ "name": "address_",
693
+ "type": "bytes"
694
+ }
695
+ ],
696
+ "internalType": "struct ChainAddress",
697
+ "name": "actor",
698
+ "type": "tuple"
699
+ },
700
+ {
701
+ "internalType": "ChainKeyType",
702
+ "name": "keyType",
703
+ "type": "uint8"
704
+ },
705
+ {
706
+ "internalType": "bytes",
707
+ "name": "signature",
708
+ "type": "bytes"
709
+ }
710
+ ],
711
+ "internalType": "struct ChainSignature[]",
712
+ "name": "signatures",
713
+ "type": "tuple[]"
714
+ }
715
+ ],
716
+ "internalType": "struct Envelope",
717
+ "name": "envelope",
718
+ "type": "tuple"
719
+ }
720
+ ],
721
+ "name": "epochIn",
722
+ "outputs": [],
723
+ "stateMutability": "nonpayable",
724
+ "type": "function"
725
+ },
726
+ {
727
+ "inputs": [
728
+ {
729
+ "internalType": "address",
730
+ "name": "oppManager",
731
+ "type": "address"
732
+ }
733
+ ],
734
+ "name": "initialize",
735
+ "outputs": [],
736
+ "stateMutability": "nonpayable",
737
+ "type": "function"
738
+ },
739
+ {
740
+ "inputs": [],
741
+ "name": "isConsumingScheduledOp",
742
+ "outputs": [
743
+ {
744
+ "internalType": "bytes4",
745
+ "name": "",
746
+ "type": "bytes4"
747
+ }
748
+ ],
749
+ "stateMutability": "view",
750
+ "type": "function"
751
+ },
752
+ {
753
+ "inputs": [],
754
+ "name": "lastMessageID",
755
+ "outputs": [
756
+ {
757
+ "internalType": "bytes32",
758
+ "name": "",
759
+ "type": "bytes32"
760
+ }
761
+ ],
762
+ "stateMutability": "view",
763
+ "type": "function"
764
+ },
765
+ {
766
+ "inputs": [
767
+ {
768
+ "components": [
769
+ {
770
+ "components": [
771
+ {
772
+ "components": [
773
+ {
774
+ "components": [
775
+ {
776
+ "internalType": "ChainKind",
777
+ "name": "kind",
778
+ "type": "uint8"
779
+ },
780
+ {
781
+ "internalType": "uint32",
782
+ "name": "id",
783
+ "type": "uint32"
784
+ }
785
+ ],
786
+ "internalType": "struct ChainId",
787
+ "name": "start",
788
+ "type": "tuple"
789
+ },
790
+ {
791
+ "components": [
792
+ {
793
+ "internalType": "ChainKind",
794
+ "name": "kind",
795
+ "type": "uint8"
796
+ },
797
+ {
798
+ "internalType": "uint32",
799
+ "name": "id",
800
+ "type": "uint32"
801
+ }
802
+ ],
803
+ "internalType": "struct ChainId",
804
+ "name": "end",
805
+ "type": "tuple"
806
+ }
807
+ ],
808
+ "internalType": "struct Endpoints",
809
+ "name": "endpoints",
810
+ "type": "tuple"
811
+ },
812
+ {
813
+ "internalType": "bytes",
814
+ "name": "messageId",
815
+ "type": "bytes"
816
+ },
817
+ {
818
+ "internalType": "bytes",
819
+ "name": "previousMessageId",
820
+ "type": "bytes"
821
+ },
822
+ {
823
+ "components": [
824
+ {
825
+ "internalType": "Endianness",
826
+ "name": "endianness",
827
+ "type": "uint8"
828
+ },
829
+ {
830
+ "internalType": "HashAlgorithm",
831
+ "name": "hashAlgorithm",
832
+ "type": "uint8"
833
+ },
834
+ {
835
+ "internalType": "LengthEncoding",
836
+ "name": "lengthEncoding",
837
+ "type": "uint8"
838
+ }
839
+ ],
840
+ "internalType": "struct EncodingFlags",
841
+ "name": "encodingFlags",
842
+ "type": "tuple"
843
+ },
844
+ {
845
+ "internalType": "uint32",
846
+ "name": "payloadSize",
847
+ "type": "uint32"
848
+ },
849
+ {
850
+ "internalType": "bytes",
851
+ "name": "payloadChecksum",
852
+ "type": "bytes"
853
+ },
854
+ {
855
+ "internalType": "uint64",
856
+ "name": "timestamp",
857
+ "type": "uint64"
858
+ },
859
+ {
860
+ "internalType": "bytes",
861
+ "name": "headerChecksum",
862
+ "type": "bytes"
863
+ }
864
+ ],
865
+ "internalType": "struct MessageHeader",
866
+ "name": "header",
867
+ "type": "tuple"
868
+ },
869
+ {
870
+ "components": [
871
+ {
872
+ "internalType": "uint32",
873
+ "name": "version",
874
+ "type": "uint32"
875
+ },
876
+ {
877
+ "components": [
878
+ {
879
+ "internalType": "AttestationType",
880
+ "name": "type_",
881
+ "type": "uint16"
882
+ },
883
+ {
884
+ "internalType": "uint32",
885
+ "name": "dataSize",
886
+ "type": "uint32"
887
+ },
888
+ {
889
+ "internalType": "bytes",
890
+ "name": "data",
891
+ "type": "bytes"
892
+ }
893
+ ],
894
+ "internalType": "struct AttestationEntry[]",
895
+ "name": "attestations",
896
+ "type": "tuple[]"
897
+ }
898
+ ],
899
+ "internalType": "struct MessagePayload",
900
+ "name": "payload",
901
+ "type": "tuple"
902
+ }
903
+ ],
904
+ "internalType": "struct Message[]",
905
+ "name": "messages",
906
+ "type": "tuple[]"
907
+ },
908
+ {
909
+ "components": [
910
+ {
911
+ "internalType": "bytes32[]",
912
+ "name": "proof",
913
+ "type": "bytes32[]"
914
+ },
915
+ {
916
+ "internalType": "uint8[]",
917
+ "name": "ops",
918
+ "type": "uint8[]"
919
+ },
920
+ {
921
+ "internalType": "uint256",
922
+ "name": "maxStack",
923
+ "type": "uint256"
924
+ }
925
+ ],
926
+ "internalType": "struct MerkleProof",
927
+ "name": "merkleProof",
928
+ "type": "tuple"
929
+ }
930
+ ],
931
+ "name": "messagesIn",
932
+ "outputs": [],
933
+ "stateMutability": "nonpayable",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [],
938
+ "name": "nextEpochIndex",
939
+ "outputs": [
940
+ {
941
+ "internalType": "uint32",
942
+ "name": "",
943
+ "type": "uint32"
944
+ }
945
+ ],
946
+ "stateMutability": "view",
947
+ "type": "function"
948
+ },
949
+ {
950
+ "inputs": [],
951
+ "name": "operatorRegistry",
952
+ "outputs": [
953
+ {
954
+ "internalType": "contract OperatorRegistry",
955
+ "name": "",
956
+ "type": "address"
957
+ }
958
+ ],
959
+ "stateMutability": "view",
960
+ "type": "function"
961
+ },
962
+ {
963
+ "inputs": [],
964
+ "name": "pendingEpoch",
965
+ "outputs": [
966
+ {
967
+ "internalType": "bytes",
968
+ "name": "envelopeHash",
969
+ "type": "bytes"
970
+ },
971
+ {
972
+ "components": [
973
+ {
974
+ "components": [
975
+ {
976
+ "internalType": "ChainKind",
977
+ "name": "kind",
978
+ "type": "uint8"
979
+ },
980
+ {
981
+ "internalType": "uint32",
982
+ "name": "id",
983
+ "type": "uint32"
984
+ }
985
+ ],
986
+ "internalType": "struct ChainId",
987
+ "name": "start",
988
+ "type": "tuple"
989
+ },
990
+ {
991
+ "components": [
992
+ {
993
+ "internalType": "ChainKind",
994
+ "name": "kind",
995
+ "type": "uint8"
996
+ },
997
+ {
998
+ "internalType": "uint32",
999
+ "name": "id",
1000
+ "type": "uint32"
1001
+ }
1002
+ ],
1003
+ "internalType": "struct ChainId",
1004
+ "name": "end",
1005
+ "type": "tuple"
1006
+ }
1007
+ ],
1008
+ "internalType": "struct Endpoints",
1009
+ "name": "endpoints",
1010
+ "type": "tuple"
1011
+ },
1012
+ {
1013
+ "internalType": "uint64",
1014
+ "name": "epochTimestamp",
1015
+ "type": "uint64"
1016
+ },
1017
+ {
1018
+ "internalType": "uint32",
1019
+ "name": "epochIndex",
1020
+ "type": "uint32"
1021
+ },
1022
+ {
1023
+ "internalType": "uint32",
1024
+ "name": "epochEnvelopeIndex",
1025
+ "type": "uint32"
1026
+ },
1027
+ {
1028
+ "internalType": "bytes",
1029
+ "name": "merkle",
1030
+ "type": "bytes"
1031
+ },
1032
+ {
1033
+ "internalType": "bytes",
1034
+ "name": "previousEnvelopeHash",
1035
+ "type": "bytes"
1036
+ },
1037
+ {
1038
+ "internalType": "bytes",
1039
+ "name": "startMessageId",
1040
+ "type": "bytes"
1041
+ },
1042
+ {
1043
+ "internalType": "bytes",
1044
+ "name": "endMessageId",
1045
+ "type": "bytes"
1046
+ }
1047
+ ],
1048
+ "stateMutability": "view",
1049
+ "type": "function"
1050
+ },
1051
+ {
1052
+ "inputs": [],
1053
+ "name": "pendingEpochHash",
1054
+ "outputs": [
1055
+ {
1056
+ "internalType": "bytes32",
1057
+ "name": "",
1058
+ "type": "bytes32"
1059
+ }
1060
+ ],
1061
+ "stateMutability": "view",
1062
+ "type": "function"
1063
+ },
1064
+ {
1065
+ "inputs": [],
1066
+ "name": "pendingMessageCount",
1067
+ "outputs": [
1068
+ {
1069
+ "internalType": "uint256",
1070
+ "name": "",
1071
+ "type": "uint256"
1072
+ }
1073
+ ],
1074
+ "stateMutability": "view",
1075
+ "type": "function"
1076
+ },
1077
+ {
1078
+ "inputs": [],
1079
+ "name": "previousEpochHash",
1080
+ "outputs": [
1081
+ {
1082
+ "internalType": "bytes32",
1083
+ "name": "",
1084
+ "type": "bytes32"
1085
+ }
1086
+ ],
1087
+ "stateMutability": "view",
1088
+ "type": "function"
1089
+ },
1090
+ {
1091
+ "inputs": [],
1092
+ "name": "proxiableUUID",
1093
+ "outputs": [
1094
+ {
1095
+ "internalType": "bytes32",
1096
+ "name": "",
1097
+ "type": "bytes32"
1098
+ }
1099
+ ],
1100
+ "stateMutability": "view",
1101
+ "type": "function"
1102
+ },
1103
+ {
1104
+ "inputs": [
1105
+ {
1106
+ "internalType": "AttestationType",
1107
+ "name": "attestationType",
1108
+ "type": "uint16"
1109
+ },
1110
+ {
1111
+ "internalType": "address",
1112
+ "name": "handler",
1113
+ "type": "address"
1114
+ }
1115
+ ],
1116
+ "name": "setAttestationHandler",
1117
+ "outputs": [],
1118
+ "stateMutability": "nonpayable",
1119
+ "type": "function"
1120
+ },
1121
+ {
1122
+ "inputs": [
1123
+ {
1124
+ "internalType": "address",
1125
+ "name": "newAuthority",
1126
+ "type": "address"
1127
+ }
1128
+ ],
1129
+ "name": "setAuthority",
1130
+ "outputs": [],
1131
+ "stateMutability": "nonpayable",
1132
+ "type": "function"
1133
+ },
1134
+ {
1135
+ "inputs": [
1136
+ {
1137
+ "internalType": "address",
1138
+ "name": "registry",
1139
+ "type": "address"
1140
+ }
1141
+ ],
1142
+ "name": "setOperatorRegistry",
1143
+ "outputs": [],
1144
+ "stateMutability": "nonpayable",
1145
+ "type": "function"
1146
+ },
1147
+ {
1148
+ "inputs": [
1149
+ {
1150
+ "internalType": "address",
1151
+ "name": "newImplementation",
1152
+ "type": "address"
1153
+ },
1154
+ {
1155
+ "internalType": "bytes",
1156
+ "name": "data",
1157
+ "type": "bytes"
1158
+ }
1159
+ ],
1160
+ "name": "upgradeToAndCall",
1161
+ "outputs": [],
1162
+ "stateMutability": "payable",
1163
+ "type": "function"
1164
+ }
1165
+ ],
1166
+ "bytecode": "0x60a08060405234603957306080526000805463ffffffff19168155600f5561424a908161003f823960805181818161082001526138490152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c8063162eb13f1461015757806320857e6514610152578063239e1d671461014d5780632c92892f1461014857806343df05c9146101435780634f1ef2861461013e57806352d1902d1461013957806358c2225b146101345780635d4e25ce1461012f578063621fbd591461012a5780637a9e5e4b146101255780638d9f616b146101205780638fb360371461011b5780639d28fb8614610116578063ad3cb1cc14610111578063bf7e214f1461010c578063c4d66de814610107578063d4ef776514610102578063e3dff2af146100fd5763f552501a146100f857600080fd5b61148f565b611077565b610ea2565b610b08565b610ad2565b610a88565b6109e8565b610995565b610958565b6108dd565b6108bf565b6108a1565b610878565b61080d565b610702565b6106e6565b6106c8565b6106a4565b6105fa565b610475565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761018d57604052565b61015c565b606081019081106001600160401b0382111761018d57604052565b6001600160401b03811161018d57604052565b602081019081106001600160401b0382111761018d57604052565b90601f801991011681019081106001600160401b0382111761018d57604052565b6040519061014082018281106001600160401b0382111761018d57604052565b6040519061010082018281106001600160401b0382111761018d57604052565b6001600160401b03811161018d57601f01601f191660200190565b81601f8201121561029e5780359061026e8261023c565b9261027c60405194856101db565b8284526020838301011161029e57816000926020809301838601378301015290565b600080fd5b60ff81160361029e57565b35906102b9826102a3565b565b359063ffffffff8216820361029e57565b919082604091031261029e576040516102e481610172565b60206102ff81839580356102f7816102a3565b8552016102bb565b910152565b919060808382031261029e5760206102ff6040519261032284610172565b6040849661033083826102cc565b8652016102cc565b35906001600160401b038216820361029e57565b6001600160401b03811161018d5760051b60200190565b81601f8201121561029e5780359160209161037d8461034c565b9360409261038d845196876101db565b818652848087019260051b8401019381851161029e57858401925b8584106103b9575050505050505090565b6001600160401b03843581811161029e57860191601f1960608487038201811361029e578551916103e983610192565b8b86013585811161029e578790870191828a03011261029e5786519061040e82610172565b8c81013561041b816102a3565b82528781013586811161029e578d8a91610436930101610257565b8c82015282526104478686016102ae565b8b83015284013592831161029e57610466868b80969581960101610257565b858201528152019301926103a8565b3461029e5760031960203682011261029e576004908135906001600160401b039081831161029e576101a090833603011261029e576104b26101fc565b918084013582811161029e576104cd90853691840101610257565b83526104dc3660248301610304565b60208401526104ed60a48201610338565b60408401526104fe60c482016102bb565b606084015261050f60e482016102bb565b608084015261010481013582811161029e5761053090853691840101610257565b60a084015261012481013582811161029e5761055190853691840101610257565b60c084015261014481013582811161029e5761057290853691840101610257565b60e084015261016481013582811161029e5761059390853691840101610257565b61010084015261018481013591821161029e576105c2936105b79236920101610363565b6101208201526115d7565b005b6004359061ffff8216820361029e57565b359061ffff8216820361029e57565b600435906001600160a01b038216820361029e57565b3461029e57604036600319011261029e576106136105c4565b6001600160a01b0390602435828116919082900361029e5761ffff906106393633612d45565b16807f46d568db0216a0215fe7f56360f9fa1a002c4bf0773add9cd62cd06eff1601896040600095838752600460205281872054168151908682526020820152a2825260046020526040822080546001600160a01b031916909117905580f35b600091031261029e57565b3461029e57600036600319011261029e57602063ffffffff60005416604051908152f35b3461029e57600036600319011261029e576020600f54604051908152f35b3461029e57600036600319011261029e57602060405160008152f35b604036600319011261029e576107166105e4565b6024356001600160401b03811161029e57610735903690600401610257565b9061073e61383f565b6107483633612d45565b61075061383f565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa600093816107dc575b506107a357604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b0390fd5b906000805160206141d583398151915283036107c3576105c29250613f13565b604051632a87526960e21b815260048101849052602490fd5b6107ff91945060203d602011610806575b6107f781836101db565b810190612949565b9238610779565b503d6107ed565b3461029e57600036600319011261029e577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036108665760206040516000805160206141d58339815191528152f35b60405163703e46dd60e11b8152600490fd5b3461029e57600036600319011261029e576003546040516001600160a01b039091168152602090f35b3461029e57600036600319011261029e576020600254604051908152f35b3461029e57600036600319011261029e576020600154604051908152f35b3461029e57602036600319011261029e576108f66105e4565b6000805160206141b5833981519152546001600160a01b0391908216330361094157803b15610928576105c290613431565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461029e57602036600319011261029e5761ffff6109746105c4565b166000526004602052602060018060a01b0360406000205416604051908152f35b3461029e57600036600319011261029e576000805160206141b58339815191525460a01c60ff16156109df576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006109cc565b3461029e57602036600319011261029e57610a016105e4565b610a0b3633612d45565b600380546001600160a01b0319166001600160a01b0392909216919091179055005b60405190610a3a826101c0565b60008252565b60005b838110610a535750506000910152565b8181015183820152602001610a43565b90602091610a7c81518092818552858086019101610a40565b601f01601f1916010190565b3461029e57600036600319011261029e57610ace604051610aa881610172565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610a63565b0390f35b3461029e57600036600319011261029e576000805160206141b5833981519152546040516001600160a01b039091168152602090f35b3461029e57602036600319011261029e57610b216105e4565b6000805160206141f583398151915254906001600160401b0360ff8360401c1615921680159081610c2c575b6001149081610c22575b159081610c19575b50610c07576000805160206141f5833981519152805467ffffffffffffffff19166001179055610b939082610be25761348a565b610b9957005b6000805160206141f5833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b6000805160206141f5833981519152805460ff60401b1916600160401b17905561348a565b60405163f92ee8a960e01b8152600490fd5b90501538610b5f565b303b159150610b57565b839150610b4d565b919082606091031261029e57604051610c4c81610192565b60408082948035610c5c816102a3565b84526020810135610c6c816102a3565b6020850152013591610c7d836102a3565b0152565b919091604090818185031261029e578151610c9b81610172565b8094610ca6836102bb565b8252602092838101356001600160401b039182821161029e57019180601f8401121561029e57823590610cd88261034c565b96610ce5815198896101db565b828852868089019360051b8601019482861161029e57878101935b868510610d1257505050505050500152565b843586811161029e5782019060609081601f19848803011261029e57845191610d3a83610192565b610d458c85016105d5565b8352610d528685016102bb565b8c8401528301359188831161029e57610d72878d80969581960101610257565b86820152815201940193610d00565b9080601f8301121561029e576020908235610d9b8161034c565b93610da960405195866101db565b81855260208086019260051b82010192831161029e57602001905b828210610dd2575050505090565b8380918335610de0816102a3565b815201910190610dc4565b91909160608184031261029e5760405190610e0582610192565b81938135916001600160401b039283811161029e57810182601f8201121561029e578035602091610e358261034c565b91610e4360405193846101db565b808352838084019160051b8301019186831161029e5784809101915b838310610e92575050505085528082013593841161029e57610e876040949385948401610d81565b908501520135910152565b8235815291810191859101610e5f565b3461029e5760408060031936011261029e576001600160401b039060043582811161029e573660238201121561029e57806004013591602491610ee48461034c565b93610ef260405195866101db565b80855260209284602087019260051b8401019236841161029e57858101925b848410610f39578635888a821161029e57610f336105c2923690600401610deb565b90612416565b833589811161029e578201602319918483833603011261029e57845192610f5f84610172565b898301358c811161029e576101a090840191823603011261029e57610f8261021c565b90610f8f368c8301610304565b825260a48101358d811161029e57610fac908c3691840101610257565b8a83015260c48101358d811161029e57610fcb908c3691840101610257565b87830152610fdc3660e48301610c34565b6060830152610fee61014482016102bb565b60808301526101648101358d811161029e5761100f908c3691840101610257565b60a08301526110216101848201610338565b60c08301526101a4810135908d821161029e578b6110429236920101610257565b60e082015283526044820135928b841161029e576110688994938b869536920101610c81565b83820152815201930192610f11565b3461029e57600036600319011261029e576020600e54604051908152f35b90600182811c921680156110c5575b60208310146110af57565b634e487b7160e01b600052602260045260246000fd5b91607f16916110a4565b60405190600082600954916110e383611095565b8083529260209060019081811690811561116f575060011461110e575b50506102b9925003836101db565b91509260096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af936000925b82841061115757506102b99450505081016020013880611100565b8554888501830152948501948794509281019261113c565b915050602092506102b994915060ff191682840152151560051b8201013880611100565b60405190600082600a54916111a783611095565b8083529260209060019081811690811561116f57506001146111d15750506102b9925003836101db565b915092600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8936000925b82841061121a57506102b99450505081016020013880611100565b855488850183015294850194879450928101926111ff565b60405190600082600b549161124683611095565b8083529260209060019081811690811561116f57506001146112705750506102b9925003836101db565b915092600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db9936000925b8284106112b957506102b99450505081016020013880611100565b8554888501830152948501948794509281019261129e565b60405190600082600c54916112e583611095565b8083529260209060019081811690811561116f575060011461130f5750506102b9925003836101db565b915092600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7936000925b82841061135857506102b99450505081016020013880611100565b8554888501830152948501948794509281019261133d565b6040519061137d82610172565b60065460ff8116835260081c63ffffffff166020830152565b604051906113a382610172565b60075460ff8116835260081c63ffffffff166020830152565b97949561145161147d9763ffffffff61146e978c60a061148c9f9d996001600160401b039061143a60206113fc61145f9d9c610180808952880190610a63565b9b61141d828801825163ffffffff6020809260ff8151168552015116910152565b0151805160ff1660608701526020015163ffffffff166080860152565b169101521660c08c015263ffffffff1660e08b0152565b8882036101008a0152610a63565b90868203610120880152610a63565b90848203610140860152610a63565b91610160818403910152610a63565b90565b3461029e576000806003193601126115d457604051908082600554916114b483611095565b92838352602094600191866001821691826000146115b2575050600114611558575b50506114e4925003836101db565b604051906114f182610172565b6114f9611370565b8252611503611396565b90820152610ace60085463ffffffff61151a6110cf565b611522611193565b9061152b611232565b926115346112d1565b946040519889986001600160401b03848460601c16948460401c169316918a6113bc565b90859250600582527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db05b85831061159a5750506114e4935082010138806114d6565b80548389018501528794508693909201918101611582565b92509350506114e494915060ff191682840152151560051b82010138806114d6565b80fd5b6115e13633612d45565b60609060608101916115f7835163ffffffff1690565b91600092611609845463ffffffff1690565b63ffffffff80821690831603611825575050600f54806117f1575060c081016116328151612e6c565b806117bc5750611643600254612e80565b90525b61164f81612e96565b90839584965b61012083015180518910156116d1578689916116746040938492611873565b51015160208082015184830151928a0151945189815294841a85830152604085015260608401919091528180529160809060015afa156116cc576116c46001916116be88516133ba565b906118a9565b970196611655565b611887565b505095507f92755d6396624ba7d332fd47df31ce92c55ea403dff51b832270c53ea4e380789491935061178e925061174761173b61173661174c93611715816121a9565b61173060e0611728610100840151613422565b920151613422565b906123d0565b6123e9565b6001600160401b031690565b600f55565b61175583600e55565b61178461176e611769835163ffffffff1690565b612401565b63ffffffff1663ffffffff196000541617600055565b5163ffffffff1690565b6117b7600f546040519384938460409194939263ffffffff606083019616825260208201520152565b0390a1565b90506002548082036117cf575050611646565b604051631d734b9160e01b815260048101919091526024810191909152604490fd5b60085460401c63ffffffff1660405163172cc05360e31b815263ffffffff9190911660048201526024810191909152604490fd5b6040516307d3e83d60e51b815263ffffffff918216600482015291166024820152604490fd5b634e487b7160e01b600052603260045260246000fd5b80511561186e5760200190565b61184b565b805182101561186e5760209160051b010190565b6040513d6000823e3d90fd5b634e487b7160e01b600052601160045260246000fd5b919082018092116118b657565b611893565b8181106118c6575050565b600081556001016118bb565b90601f82116118df575050565b6102b99160096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af906020601f840160051c83019310611929575b601f0160051c01906118bb565b909150819061191c565b90601f8211611940575050565b6102b991600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f8211611996575050565b6102b991600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db9906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f82116119ec575050565b6102b991600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f8211611a42575050565b6102b99160056000527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0906020601f840160051c8301931061192957601f0160051c01906118bb565b9190601f8111611a9a57505050565b6102b9926000526020600020906020601f840160051c8301931061192957601f0160051c01906118bb565b9081516001600160401b03811161018d57611aea81611ae5600954611095565b6118d2565b602080601f8311600114611b2d57508190611b1d9394600092611b22575b50508160011b916000199060031b1c19161790565b600955565b015190503880611b08565b90601f19831694611b6060096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af90565b926000905b878210611b9d575050836001959610611b84575b505050811b01600955565b015160001960f88460031b161c19169055388080611b79565b80600185968294968601518155019501930190611b65565b9081516001600160401b03811161018d57611bda81611bd5600a54611095565b611933565b602080601f8311600114611c1157508190611c0c9394600092611b225750508160011b916000199060031b1c19161790565b600a55565b90601f19831694611c44600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a890565b926000905b878210611c81575050836001959610611c68575b505050811b01600a55565b015160001960f88460031b161c19169055388080611c5d565b80600185968294968601518155019501930190611c49565b9081516001600160401b03811161018d57611cbe81611cb9600b54611095565b611989565b602080601f8311600114611cf557508190611cf09394600092611b225750508160011b916000199060031b1c19161790565b600b55565b90601f19831694611d28600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db990565b926000905b878210611d65575050836001959610611d4c575b505050811b01600b55565b015160001960f88460031b161c19169055388080611d41565b80600185968294968601518155019501930190611d2d565b9081516001600160401b03811161018d57611da281611d9d600c54611095565b6119df565b602080601f8311600114611dd957508190611dd49394600092611b225750508160011b916000199060031b1c19161790565b600c55565b90601f19831694611e0c600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c790565b926000905b878210611e49575050836001959610611e30575b505050811b01600c55565b015160001960f88460031b161c19169055388080611e25565b80600185968294968601518155019501930190611e11565b91909182516001600160401b03811161018d57611e8881611e828454611095565b84611a8b565b602080601f8311600114611ebf57508190611ebb939495600092611b225750508160011b916000199060031b1c19161790565b9055565b90601f19831695611ed585600052602060002090565b926000905b888210611f1257505083600195969710611ef9575b505050811b019055565b015160001960f88460031b161c19169055388080611eef565b80600185968294968601518155019501930190611eda565b611f348154611095565b9081611f3e575050565b81601f60009311600114611f50575055565b908083918252611f6f601f60208420940160051c8401600185016118bb565b5555565b908051611f8e60ff825116849060ff1660ff19825416179055565b6001808401916020809101518051926001600160401b03841161018d57611fbf84611fb98754611095565b87611a8b565b602092601f851160011461202c57505092611ffc836040946102b9989794600397600092611b225750508160011b916000199060031b1c19161790565b90555b612023612010602083015160ff1690565b600286019060ff1660ff19825416179055565b01519101611e61565b929190601f1985169061204487600052602060002090565b946000915b83831061209057505050936102b9979693600396936001938360409810612078575b505050811b019055611fff565b015160001983891b60f8161c1916905538808061206b565b848601518755958601959481019491810191612049565b805190600160401b821161018d57600d5482600d55808310612120575b50600d6000526020908101907fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb56000925b848410612103575050505050565b600483826121146001945186611f73565b019201930192906120f5565b60026001600160fe1b0382811683036118b657841684036118b657600090600d6000527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb59260021b8301928560021b015b838110612180575050506120c4565b80836004925561219260018201611f2a565b83838201556121a360038201611f2a565b01612171565b80518051906001600160401b03821161018d576121d0826121cb600554611095565b611a35565b602090816001601f851114612341575082610120936102b9959361220a93600092611b225750508160011b916000199060031b1c19161790565b6005555b61226460208201516020908181519160ff8351166006549064ffffffff00958695015164ffffffffff1996879160081b169216171760065501519160ff83511691602060075494015160081b1692161717600755565b61229761227b60408301516001600160401b031690565b6001600160401b03166001600160401b03196008541617600855565b6122cc6122ab606083015163ffffffff1690565b63ffffffff60401b6008549160401b169063ffffffff60401b191617600855565b6123056122e0608083015163ffffffff1690565b6008805463ffffffff60601b191660609290921b63ffffffff60601b16919091179055565b61231260a0820151611ac5565b61231f60c0820151611bb5565b61232c60e0820151611c99565b61233a610100820151611d7d565b01516120a7565b60056000529190601f1984167f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0936000905b8282106123b8575050926001928592610120966102b998961061239f575b505050811b0160055561220e565b015160001960f88460031b161c19169055388080612391565b80600186978294978701518155019601940190612373565b6001600160401b0391821690821603919082116118b657565b9060016001600160401b03809316019182116118b657565b90600163ffffffff809316019182116118b657565b6124203633612d45565b600f548151908181106128f557505061243c8193929351612917565b9060009373__$b91d2ad766fd07dc99f56c1a0b020615bb$__945b82518110156126e7576020908161246e8286611873565b51015191604092835163765809ab60e11b8152828180612492600495868301612958565b03818d5af49081156116cc576000916126ca575b5060a090816124b5868a611873565b5151015151612689576124c790612e80565b906124d28589611873565b5151015261250c6124f2611784846124ea878b611873565b5101516134ca565b60806124fe868a611873565b5151019063ffffffff169052565b612534600061251b8589611873565b515186518093819262409a0960e81b8352868301612aa6565b03818d5af49081156116cc57600091612668575b50826125548589611873565b515101515161260d57938291612597958361256f878b611873565b5151015261257d8589611873565b5151915163b93612a760e01b815295869283928301612aa6565b03818b5af49081156116cc576125bb6125df926001956000916125f0575b50612e80565b60e06125c78589611873565b515101525b6125d68387611873565b51510151612e6c565b6125e98287611873565b5201612457565b6126079150833d8511610806576107f781836101db565b386125b5565b9192938361261b8689611873565b515101518481519101208351858501200361263f57505050906125df6001926125cc565b61079f908461264e878a611873565b515101519051630ca2e06d60e11b81529384938401612b73565b612683913d8091833e61267b81836101db565b810190612a04565b38612548565b90612698906125d6868a611873565b8181036126a657505061250c565b8551631d97afef60e31b815280840192835260208301919091529081906040010390fd5b6126e19150833d8511610806576107f781836101db565b386124a6565b509350906126fb6126f66110cf565b612e6c565b73__$398d4f030862acab53d338aebf0b4256d7$__91823b1561029e5761273f9260009260409760405195869485938493633723f9ef60e21b855260048501612bcc565b03915af480156116cc576128dc575b5060085460401c63ffffffff167f2cae74b52637f741120c3765ff52d7cc2c0d635ecd2dfe33e3d51d77542d105d6020918261278985611861565b51510151906127b5846127a561279f8851612c5d565b88611873565b5151015160405193849384612c79565b0390a160005b825181101561284357806127da6127d460019386611873565b51613633565b7f92a2f43bb4dec6ecbf6961abb1cfddfdb3469fce3826df9af188c3d4f44ec97b836128068387611873565b5151015161282b8580612819868a611873565b5101510151516001600160401b031690565b9061283a895192839283612caa565b0390a1016127bb565b506128769293509061286d612868611747936125d66128628551612c5d565b85611873565b600155565b51600f54612c6c565b600f541561288057565b7fe784b22f2061de501b77364cab02ee109528afe4ddc8d423d076f6b49021b58e6128ce6128b760085463ffffffff9060401c1690565b60405163ffffffff90911681529081906020820190565b0390a16102b9600e54600255565b806128e96128ef926101ad565b80610699565b3861274e565b604051630daf4bc160e01b815260048101919091526024810191909152604490fd5b906129218261034c565b61292e60405191826101db565b828152809261293f601f199161034c565b0190602036910137565b9081602091031261029e575190565b90602080835260609060608401908063ffffffff94858151168288015201519460408080830152865180945260808201908360808660051b8501019801956000935b8685106129ad5750505050505050505090565b9091929394959697999886806129ef600193868f89908f607f198a8603018d52519061ffff8251168552868201511686850152015191818a8201520190610a63565b9b9c9a0198979691909101940192919061299a565b60208183031261029e578051906001600160401b03821161029e570181601f8201121561029e578051612a368161023c565b92612a4460405194856101db565b8184526020828401011161029e5761148c9160208085019101610a40565b90604060206102b993612a8984825163ffffffff6020809260ff8151168552015116910152565b015191019063ffffffff6020809260ff8151168552015116910152565b9061148c9160208152612abd602082018351612a62565b602082015190612adb6101a0928360a08401526101c0830190610a63565b9160e0612b4f612afd604087015195601f1996878783030160c0880152610a63565b612b2960608801518487019060ff60408092828151168552826020820151166020860152015116910152565b608087015163ffffffff1661014086015260a08701518686830301610160870152610a63565b60c08601516001600160401b03166101808501529401519282850301910152610a63565b9091612b8a61148c93604084526040840190610a63565b916020818403910152610a63565b90815180825260208080930193019160005b828110612bb8575050505090565b835185529381019392810192600101612baa565b9392909160808552612bea83516060608088015260e0870190612b98565b602080850151878303607f190160a089015280518084529282019591929083019060005b818110612c465750505092612c3e926102b995926040606096015160c08a01528801528682036040880152612b98565b930160029052565b825160ff1688529684019691840191600101612c0e565b6000198101919082116118b657565b919082039182116118b657565b91612c9c9063ffffffff61148c9593168452606060208501526060840190610a63565b916040818403910152610a63565b906001600160401b03612cca602092959495604085526040850190610a63565b9416910152565b60041161029e57600090600490565b6001600160e01b03199035818116939260048110612cfd57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206141b58339815191528054612d7e906001600160a01b0316612d75612d6f86612cd1565b90612ce0565b908430916137b0565b9015612d8b575b50505050565b63ffffffff1615612e4c576000805160206141b5833981519152805460ff60a01b1916600160a01b179055612dda90612dce9081905b546001600160a01b031690565b6001600160a01b031690565b91823b1561029e57612e069260009283604051809681958294634a63ebf760e11b845260048401612d0c565b03925af180156116cc57612e39575b506000805160206141b5833981519152805460ff60a01b1916905538808080612d85565b806128e9612e46926101ad565b38612e15565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b805115612e7a576020015190565b50600090565b6040519060208201526020815261148c81610172565b8051916040908151612ea7816101c0565b600081528352612eb5610a2d565b91612ebe6138fc565b9481518096602095868301612ed2916134b3565b612edb916134b3565b0395601f19968781018252612ef090826101db565b8551612efb90613bd6565b908351918291878301612f0d916134b3565b612f16916134b3565b038781018252612f2690826101db565b612f2e613913565b908351918291878301612f40916134b3565b612f49916134b3565b038781018252612f5990826101db565b84860151612f6690613c26565b908151612f79906001600160401b031690565b612f8290613a50565b908451918291888301612f94916134b3565b612f9d916134b3565b038881018252612fad90826101db565b8351918291878301612fbe916134b3565b612fc7916134b3565b038781018252612fd790826101db565b612fdf613926565b908351918291878301612ff1916134b3565b612ffa916134b3565b03878101825261300a90826101db565b858301516001600160401b031661302090613a50565b908351918291878301613032916134b3565b61303b916134b3565b03878101825261304b90826101db565b613053613939565b908351918291878301613065916134b3565b61306e916134b3565b03878101825261307e90826101db565b60608601516130929063ffffffff16613a50565b9083519182918783016130a4916134b3565b6130ad916134b3565b0387810182526130bd90826101db565b6130c561394c565b9083519182918783016130d7916134b3565b6130e0916134b3565b0387810182526130f090826101db565b60808601516131049063ffffffff16613a50565b908351918291878301613116916134b3565b61311f916134b3565b03878101825261312f90826101db565b61313761395f565b908351918291878301613149916134b3565b613152916134b3565b03878101825261316290826101db565b60a086015161317090613bd6565b908351918291878301613182916134b3565b61318b916134b3565b03878101825261319b90826101db565b6131a3613972565b9083519182918783016131b5916134b3565b6131be916134b3565b0387810182526131ce90826101db565b60c08601516131dc90613bd6565b9083519182918783016131ee916134b3565b6131f7916134b3565b03878101825261320790826101db565b61320f6139b8565b908351918291878301613221916134b3565b61322a916134b3565b03878101825261323a90826101db565b60e086015161324890613bd6565b90835191829187830161325a916134b3565b613263916134b3565b03878101825261327390826101db565b61327b6139d7565b90835191829187830161328d916134b3565b613296916134b3565b0387810182526132a690826101db565b6101008601516132b590613bd6565b9083519182918783016132c7916134b3565b6132d0916134b3565b0387810182526132e090826101db565b926000935b61012087018051518610156133a8576133a06001926133946133486133428a61332a968f61333c908f6133308f61332a61331d6139f6565b91519b8c948501906134b3565b906134b3565b039081018852876101db565b51611873565b51613d95565b6133868d8c61337a8c61332a61336d61336888516001600160401b031690565b613a50565b91519889948501906134b3565b039081018552846101db565b88519485938c8501906134b3565b038a81018352826101db565b9401936132e5565b50935095509290508151910120915290565b6003546001600160a01b039081169190821561341a5760246020926040519485938492632e52a97360e11b84521660048301525afa9081156116cc57600091613401575090565b61148c915060203d602011610806576107f781836101db565b505050600190565b61342b90612e6c565b60c01c90565b6000805160206141b583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6134ab90613496613899565b61349e613899565b6134a6613899565b613431565b6102b9613899565b906134c660209282815194859201610a40565b0190565b6134fd916134d6610a2d565b906134df613a17565b61332a61354c60409260405197889161332a602098898501906134b3565b0396613511601f19988981018352826101db565b6135406135316133686135288a5163ffffffff1690565b63ffffffff1690565b604051948593898501906134b3565b038781018352826101db565b916000925b8486018051518510156135de5761332a6135d461332a61339489956135c68d6135a061359a8d60019a61333c8f61358e8f9161332a61331d613913565b038681018952886101db565b51613ad1565b9261337a6135b861336886516001600160401b031690565b8d519788938d8501906134b3565b8851948593888501906134b3565b9401939050613551565b5095509350505050565b9193926001600160401b039061ffff61360b604094606087526060870190610a63565b9616602085015216910152565b60409061ffff61148c94931681528160208201520190610a63565b9060005b6020908180850151015180518210156137a9578161365491611873565b51805161ffff169061367a612dce612dc18461ffff166000526004602052604060002090565b6001600160a01b03811692909190831561378b5761dead841461373b5760408092015192803b1561029e578251633bbe5e5b60e21b81529360009185918290849082906136cb908860048401613618565b03925af180156116cc576001967f6615e715ef29da98af4d4b50f6beb57ec1a6a61bb207b117e5fb58632755e9379461371e92613728575b508951015192519283926001600160401b03881691846135e8565b0390a25b01613637565b806128e9613735926101ad565b38613703565b9150507f06a84e8c796b3ecc778e5832b8ba6869cc1bf4822409bfd7f852021f87256d0c915060019386510151906137836040519283926001600160401b03871691846135e8565b0390a1613722565b6040516333342afb60e01b815261ffff919091166004820152602490fd5b5050509050565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761018d57604093859385528380528360205251915afa61382d5750565b9150915051906020518060201c150290565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561387d575b505061086657565b6000805160206141d58339815191525416141590503880613875565b60ff6000805160206141f58339815191525460401c16156138b657565b604051631afcd79f60e31b8152600490fd5b604051906138d582610172565b6001825260203681840137565b604051906138ef82610172565b600a825260203681840137565b6139046138c8565b600a61390f82611861565b5390565b61391b6138c8565b601261390f82611861565b61392e6138c8565b602861390f82611861565b6139416138c8565b603061390f82611861565b6139546138c8565b603861390f82611861565b6139676138c8565b607a61390f82611861565b61397a6138e2565b60a260005b607f808311156139a45790608060019284161760208286010153019060071c9061397f565b50607f600192166020828501015301815290565b6139c06138e2565b60f260016000826020850153019060071c9061397f565b6139df6138e2565b60fa60016000826020850153019060071c9061397f565b6139fe6138e2565b6101926001600060926020850153019060071c9061397f565b613a1f6138c8565b600861390f82611861565b613a326138c8565b601061390f82611861565b613a456138c8565b601a61390f82611861565b9060809160806001600160401b03821610613aac57613a6d6138e2565b60005b607f80841115613a9457908560019285161760208285010153019160071c91613a70565b5090929350607f600192166020828501015301815290565b909150613ab76138c8565b9060f81b6001600160f81b03191660001a61390f82611861565b61148c613b1261332a92613bca613bb661332a613bbd613aef610a2d565b94613af8613a17565b9060409485928351998a9161332a60209b8c8501906134b3565b0398613b26601f199a8b81018352826101db565b613b6589613b59613b49613368613b42613b42895161ffff1690565b61ffff1690565b61332a88519586948501906134b3565b038b81018352826101db565b613b7489613b59613b49613a2a565b613b9189613b59613b496133686135288489015163ffffffff1690565b613baa613b9c613a3d565b85519d8e938c8501906134b3565b038981018c528b6101db565b0151613bd6565b91519687948501906134b3565b039081018352826101db565b61148c6020613bee6001600160401b03845116613a50565b6040519381613c068693518092868087019101610a40565b8201613c1a82518093868085019101610a40565b010380845201826101db565b613c2e610a2d565b90613c376138fc565b6040805193846020938492838301613c4e916134b3565b613c57916134b3565b0393601f19948581018752613c6c90876101db565b8051613c7790613fba565b958651613c8a906001600160401b031690565b613c9390613a50565b908451918291858301613ca5916134b3565b613cae916134b3565b038681018252613cbe90826101db565b8351968791848301613ccf916134b3565b613cd8916134b3565b038581018752613ce890876101db565b613cf0613913565b958351968791848301613d02916134b3565b613d0b916134b3565b038581018752613d1b90876101db565b0151613d2690613fba565b908151613d39906001600160401b031690565b613d4290613a50565b948151958691858301613d54916134b3565b613d5d916134b3565b038481018652613d6d90866101db565b519384928301613d7c916134b3565b613d85916134b3565b03908101825261148c90826101db565b613d9d610a2d565b90613da66138fc565b9160408080518095602094858301613dbd916134b3565b613dc6916134b3565b0393601f19948581018752613ddb90876101db565b8051613de690614072565b958651613df9906001600160401b031690565b613e0290613a50565b908351918291878301613e14916134b3565b613e1d916134b3565b038681018252613e2d90826101db565b8251968791868301613e3e916134b3565b613e47916134b3565b038581018752613e5790876101db565b613e5f613a2a565b958251968791868301613e71916134b3565b613e7a916134b3565b038581018752613e8a90876101db565b83810151613e9a9060ff16613a50565b958251968791868301613eac916134b3565b613eb5916134b3565b038581018752613ec590876101db565b613ecd613a3d565b958251968791868301613edf916134b3565b613ee8916134b3565b038581018752613ef890876101db565b0151613f0390613bd6565b90519384928301613d7c916134b3565b90813b15613f99576000805160206141d583398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115613f7e57613f7b9161410f565b50565b505034613f8757565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b61148c61332a61332a613bca614062613368613528602061332a9861405761332a614031613fe6610a2d565b614000613ff1613a17565b6040519d8e93898501906134b3565b039a614014601f199c8d81018352826101db565b613b5961353161336861402b61402b895160ff1690565b60ff1690565b61404b61403c613a2a565b6040519a8b93878501906134b3565b038981018952886101db565b015163ffffffff1690565b60405195869360208501906134b3565b61148c61332a61332a613bca614062602061332a96613bb661332a6140e9614098610a2d565b6140b26140a3613a17565b6040519b8c93898501906134b3565b03986140c6601f199a8b81018352826101db565b6140dd61353161336861402b61402b895160ff1690565b038981018352826101db565b6141036140f4613913565b604051988993878501906134b3565b038781018752866101db565b60008061148c93602081519101845af43d1561414d573d916141308361023c565b9261413e60405194856101db565b83523d6000602085013e614151565b6060915b90614178575080511561416657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806141ab575b614189575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561418156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c35c013fd76153dfd05182c3b93051ac15c5b48edba5d27d4d7b29a53ebbe00064736f6c63430008190033",
1167
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c8063162eb13f1461015757806320857e6514610152578063239e1d671461014d5780632c92892f1461014857806343df05c9146101435780634f1ef2861461013e57806352d1902d1461013957806358c2225b146101345780635d4e25ce1461012f578063621fbd591461012a5780637a9e5e4b146101255780638d9f616b146101205780638fb360371461011b5780639d28fb8614610116578063ad3cb1cc14610111578063bf7e214f1461010c578063c4d66de814610107578063d4ef776514610102578063e3dff2af146100fd5763f552501a146100f857600080fd5b61148f565b611077565b610ea2565b610b08565b610ad2565b610a88565b6109e8565b610995565b610958565b6108dd565b6108bf565b6108a1565b610878565b61080d565b610702565b6106e6565b6106c8565b6106a4565b6105fa565b610475565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b0382111761018d57604052565b61015c565b606081019081106001600160401b0382111761018d57604052565b6001600160401b03811161018d57604052565b602081019081106001600160401b0382111761018d57604052565b90601f801991011681019081106001600160401b0382111761018d57604052565b6040519061014082018281106001600160401b0382111761018d57604052565b6040519061010082018281106001600160401b0382111761018d57604052565b6001600160401b03811161018d57601f01601f191660200190565b81601f8201121561029e5780359061026e8261023c565b9261027c60405194856101db565b8284526020838301011161029e57816000926020809301838601378301015290565b600080fd5b60ff81160361029e57565b35906102b9826102a3565b565b359063ffffffff8216820361029e57565b919082604091031261029e576040516102e481610172565b60206102ff81839580356102f7816102a3565b8552016102bb565b910152565b919060808382031261029e5760206102ff6040519261032284610172565b6040849661033083826102cc565b8652016102cc565b35906001600160401b038216820361029e57565b6001600160401b03811161018d5760051b60200190565b81601f8201121561029e5780359160209161037d8461034c565b9360409261038d845196876101db565b818652848087019260051b8401019381851161029e57858401925b8584106103b9575050505050505090565b6001600160401b03843581811161029e57860191601f1960608487038201811361029e578551916103e983610192565b8b86013585811161029e578790870191828a03011261029e5786519061040e82610172565b8c81013561041b816102a3565b82528781013586811161029e578d8a91610436930101610257565b8c82015282526104478686016102ae565b8b83015284013592831161029e57610466868b80969581960101610257565b858201528152019301926103a8565b3461029e5760031960203682011261029e576004908135906001600160401b039081831161029e576101a090833603011261029e576104b26101fc565b918084013582811161029e576104cd90853691840101610257565b83526104dc3660248301610304565b60208401526104ed60a48201610338565b60408401526104fe60c482016102bb565b606084015261050f60e482016102bb565b608084015261010481013582811161029e5761053090853691840101610257565b60a084015261012481013582811161029e5761055190853691840101610257565b60c084015261014481013582811161029e5761057290853691840101610257565b60e084015261016481013582811161029e5761059390853691840101610257565b61010084015261018481013591821161029e576105c2936105b79236920101610363565b6101208201526115d7565b005b6004359061ffff8216820361029e57565b359061ffff8216820361029e57565b600435906001600160a01b038216820361029e57565b3461029e57604036600319011261029e576106136105c4565b6001600160a01b0390602435828116919082900361029e5761ffff906106393633612d45565b16807f46d568db0216a0215fe7f56360f9fa1a002c4bf0773add9cd62cd06eff1601896040600095838752600460205281872054168151908682526020820152a2825260046020526040822080546001600160a01b031916909117905580f35b600091031261029e57565b3461029e57600036600319011261029e57602063ffffffff60005416604051908152f35b3461029e57600036600319011261029e576020600f54604051908152f35b3461029e57600036600319011261029e57602060405160008152f35b604036600319011261029e576107166105e4565b6024356001600160401b03811161029e57610735903690600401610257565b9061073e61383f565b6107483633612d45565b61075061383f565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa600093816107dc575b506107a357604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b0390fd5b906000805160206141d583398151915283036107c3576105c29250613f13565b604051632a87526960e21b815260048101849052602490fd5b6107ff91945060203d602011610806575b6107f781836101db565b810190612949565b9238610779565b503d6107ed565b3461029e57600036600319011261029e577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036108665760206040516000805160206141d58339815191528152f35b60405163703e46dd60e11b8152600490fd5b3461029e57600036600319011261029e576003546040516001600160a01b039091168152602090f35b3461029e57600036600319011261029e576020600254604051908152f35b3461029e57600036600319011261029e576020600154604051908152f35b3461029e57602036600319011261029e576108f66105e4565b6000805160206141b5833981519152546001600160a01b0391908216330361094157803b15610928576105c290613431565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461029e57602036600319011261029e5761ffff6109746105c4565b166000526004602052602060018060a01b0360406000205416604051908152f35b3461029e57600036600319011261029e576000805160206141b58339815191525460a01c60ff16156109df576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006109cc565b3461029e57602036600319011261029e57610a016105e4565b610a0b3633612d45565b600380546001600160a01b0319166001600160a01b0392909216919091179055005b60405190610a3a826101c0565b60008252565b60005b838110610a535750506000910152565b8181015183820152602001610a43565b90602091610a7c81518092818552858086019101610a40565b601f01601f1916010190565b3461029e57600036600319011261029e57610ace604051610aa881610172565b60058152640352e302e360dc1b6020820152604051918291602083526020830190610a63565b0390f35b3461029e57600036600319011261029e576000805160206141b5833981519152546040516001600160a01b039091168152602090f35b3461029e57602036600319011261029e57610b216105e4565b6000805160206141f583398151915254906001600160401b0360ff8360401c1615921680159081610c2c575b6001149081610c22575b159081610c19575b50610c07576000805160206141f5833981519152805467ffffffffffffffff19166001179055610b939082610be25761348a565b610b9957005b6000805160206141f5833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b6000805160206141f5833981519152805460ff60401b1916600160401b17905561348a565b60405163f92ee8a960e01b8152600490fd5b90501538610b5f565b303b159150610b57565b839150610b4d565b919082606091031261029e57604051610c4c81610192565b60408082948035610c5c816102a3565b84526020810135610c6c816102a3565b6020850152013591610c7d836102a3565b0152565b919091604090818185031261029e578151610c9b81610172565b8094610ca6836102bb565b8252602092838101356001600160401b039182821161029e57019180601f8401121561029e57823590610cd88261034c565b96610ce5815198896101db565b828852868089019360051b8601019482861161029e57878101935b868510610d1257505050505050500152565b843586811161029e5782019060609081601f19848803011261029e57845191610d3a83610192565b610d458c85016105d5565b8352610d528685016102bb565b8c8401528301359188831161029e57610d72878d80969581960101610257565b86820152815201940193610d00565b9080601f8301121561029e576020908235610d9b8161034c565b93610da960405195866101db565b81855260208086019260051b82010192831161029e57602001905b828210610dd2575050505090565b8380918335610de0816102a3565b815201910190610dc4565b91909160608184031261029e5760405190610e0582610192565b81938135916001600160401b039283811161029e57810182601f8201121561029e578035602091610e358261034c565b91610e4360405193846101db565b808352838084019160051b8301019186831161029e5784809101915b838310610e92575050505085528082013593841161029e57610e876040949385948401610d81565b908501520135910152565b8235815291810191859101610e5f565b3461029e5760408060031936011261029e576001600160401b039060043582811161029e573660238201121561029e57806004013591602491610ee48461034c565b93610ef260405195866101db565b80855260209284602087019260051b8401019236841161029e57858101925b848410610f39578635888a821161029e57610f336105c2923690600401610deb565b90612416565b833589811161029e578201602319918483833603011261029e57845192610f5f84610172565b898301358c811161029e576101a090840191823603011261029e57610f8261021c565b90610f8f368c8301610304565b825260a48101358d811161029e57610fac908c3691840101610257565b8a83015260c48101358d811161029e57610fcb908c3691840101610257565b87830152610fdc3660e48301610c34565b6060830152610fee61014482016102bb565b60808301526101648101358d811161029e5761100f908c3691840101610257565b60a08301526110216101848201610338565b60c08301526101a4810135908d821161029e578b6110429236920101610257565b60e082015283526044820135928b841161029e576110688994938b869536920101610c81565b83820152815201930192610f11565b3461029e57600036600319011261029e576020600e54604051908152f35b90600182811c921680156110c5575b60208310146110af57565b634e487b7160e01b600052602260045260246000fd5b91607f16916110a4565b60405190600082600954916110e383611095565b8083529260209060019081811690811561116f575060011461110e575b50506102b9925003836101db565b91509260096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af936000925b82841061115757506102b99450505081016020013880611100565b8554888501830152948501948794509281019261113c565b915050602092506102b994915060ff191682840152151560051b8201013880611100565b60405190600082600a54916111a783611095565b8083529260209060019081811690811561116f57506001146111d15750506102b9925003836101db565b915092600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8936000925b82841061121a57506102b99450505081016020013880611100565b855488850183015294850194879450928101926111ff565b60405190600082600b549161124683611095565b8083529260209060019081811690811561116f57506001146112705750506102b9925003836101db565b915092600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db9936000925b8284106112b957506102b99450505081016020013880611100565b8554888501830152948501948794509281019261129e565b60405190600082600c54916112e583611095565b8083529260209060019081811690811561116f575060011461130f5750506102b9925003836101db565b915092600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7936000925b82841061135857506102b99450505081016020013880611100565b8554888501830152948501948794509281019261133d565b6040519061137d82610172565b60065460ff8116835260081c63ffffffff166020830152565b604051906113a382610172565b60075460ff8116835260081c63ffffffff166020830152565b97949561145161147d9763ffffffff61146e978c60a061148c9f9d996001600160401b039061143a60206113fc61145f9d9c610180808952880190610a63565b9b61141d828801825163ffffffff6020809260ff8151168552015116910152565b0151805160ff1660608701526020015163ffffffff166080860152565b169101521660c08c015263ffffffff1660e08b0152565b8882036101008a0152610a63565b90868203610120880152610a63565b90848203610140860152610a63565b91610160818403910152610a63565b90565b3461029e576000806003193601126115d457604051908082600554916114b483611095565b92838352602094600191866001821691826000146115b2575050600114611558575b50506114e4925003836101db565b604051906114f182610172565b6114f9611370565b8252611503611396565b90820152610ace60085463ffffffff61151a6110cf565b611522611193565b9061152b611232565b926115346112d1565b946040519889986001600160401b03848460601c16948460401c169316918a6113bc565b90859250600582527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db05b85831061159a5750506114e4935082010138806114d6565b80548389018501528794508693909201918101611582565b92509350506114e494915060ff191682840152151560051b82010138806114d6565b80fd5b6115e13633612d45565b60609060608101916115f7835163ffffffff1690565b91600092611609845463ffffffff1690565b63ffffffff80821690831603611825575050600f54806117f1575060c081016116328151612e6c565b806117bc5750611643600254612e80565b90525b61164f81612e96565b90839584965b61012083015180518910156116d1578689916116746040938492611873565b51015160208082015184830151928a0151945189815294841a85830152604085015260608401919091528180529160809060015afa156116cc576116c46001916116be88516133ba565b906118a9565b970196611655565b611887565b505095507f92755d6396624ba7d332fd47df31ce92c55ea403dff51b832270c53ea4e380789491935061178e925061174761173b61173661174c93611715816121a9565b61173060e0611728610100840151613422565b920151613422565b906123d0565b6123e9565b6001600160401b031690565b600f55565b61175583600e55565b61178461176e611769835163ffffffff1690565b612401565b63ffffffff1663ffffffff196000541617600055565b5163ffffffff1690565b6117b7600f546040519384938460409194939263ffffffff606083019616825260208201520152565b0390a1565b90506002548082036117cf575050611646565b604051631d734b9160e01b815260048101919091526024810191909152604490fd5b60085460401c63ffffffff1660405163172cc05360e31b815263ffffffff9190911660048201526024810191909152604490fd5b6040516307d3e83d60e51b815263ffffffff918216600482015291166024820152604490fd5b634e487b7160e01b600052603260045260246000fd5b80511561186e5760200190565b61184b565b805182101561186e5760209160051b010190565b6040513d6000823e3d90fd5b634e487b7160e01b600052601160045260246000fd5b919082018092116118b657565b611893565b8181106118c6575050565b600081556001016118bb565b90601f82116118df575050565b6102b99160096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af906020601f840160051c83019310611929575b601f0160051c01906118bb565b909150819061191c565b90601f8211611940575050565b6102b991600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f8211611996575050565b6102b991600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db9906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f82116119ec575050565b6102b991600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7906020601f840160051c8301931061192957601f0160051c01906118bb565b90601f8211611a42575050565b6102b99160056000527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0906020601f840160051c8301931061192957601f0160051c01906118bb565b9190601f8111611a9a57505050565b6102b9926000526020600020906020601f840160051c8301931061192957601f0160051c01906118bb565b9081516001600160401b03811161018d57611aea81611ae5600954611095565b6118d2565b602080601f8311600114611b2d57508190611b1d9394600092611b22575b50508160011b916000199060031b1c19161790565b600955565b015190503880611b08565b90601f19831694611b6060096000527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af90565b926000905b878210611b9d575050836001959610611b84575b505050811b01600955565b015160001960f88460031b161c19169055388080611b79565b80600185968294968601518155019501930190611b65565b9081516001600160401b03811161018d57611bda81611bd5600a54611095565b611933565b602080601f8311600114611c1157508190611c0c9394600092611b225750508160011b916000199060031b1c19161790565b600a55565b90601f19831694611c44600a6000527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a890565b926000905b878210611c81575050836001959610611c68575b505050811b01600a55565b015160001960f88460031b161c19169055388080611c5d565b80600185968294968601518155019501930190611c49565b9081516001600160401b03811161018d57611cbe81611cb9600b54611095565b611989565b602080601f8311600114611cf557508190611cf09394600092611b225750508160011b916000199060031b1c19161790565b600b55565b90601f19831694611d28600b6000527f0175b7a638427703f0dbe7bb9bbf987a2551717b34e79f33b5b1008d1fa01db990565b926000905b878210611d65575050836001959610611d4c575b505050811b01600b55565b015160001960f88460031b161c19169055388080611d41565b80600185968294968601518155019501930190611d2d565b9081516001600160401b03811161018d57611da281611d9d600c54611095565b6119df565b602080601f8311600114611dd957508190611dd49394600092611b225750508160011b916000199060031b1c19161790565b600c55565b90601f19831694611e0c600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c790565b926000905b878210611e49575050836001959610611e30575b505050811b01600c55565b015160001960f88460031b161c19169055388080611e25565b80600185968294968601518155019501930190611e11565b91909182516001600160401b03811161018d57611e8881611e828454611095565b84611a8b565b602080601f8311600114611ebf57508190611ebb939495600092611b225750508160011b916000199060031b1c19161790565b9055565b90601f19831695611ed585600052602060002090565b926000905b888210611f1257505083600195969710611ef9575b505050811b019055565b015160001960f88460031b161c19169055388080611eef565b80600185968294968601518155019501930190611eda565b611f348154611095565b9081611f3e575050565b81601f60009311600114611f50575055565b908083918252611f6f601f60208420940160051c8401600185016118bb565b5555565b908051611f8e60ff825116849060ff1660ff19825416179055565b6001808401916020809101518051926001600160401b03841161018d57611fbf84611fb98754611095565b87611a8b565b602092601f851160011461202c57505092611ffc836040946102b9989794600397600092611b225750508160011b916000199060031b1c19161790565b90555b612023612010602083015160ff1690565b600286019060ff1660ff19825416179055565b01519101611e61565b929190601f1985169061204487600052602060002090565b946000915b83831061209057505050936102b9979693600396936001938360409810612078575b505050811b019055611fff565b015160001983891b60f8161c1916905538808061206b565b848601518755958601959481019491810191612049565b805190600160401b821161018d57600d5482600d55808310612120575b50600d6000526020908101907fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb56000925b848410612103575050505050565b600483826121146001945186611f73565b019201930192906120f5565b60026001600160fe1b0382811683036118b657841684036118b657600090600d6000527fd7b6990105719101dabeb77144f2a3385c8033acd3af97e9423a695e81ad1eb59260021b8301928560021b015b838110612180575050506120c4565b80836004925561219260018201611f2a565b83838201556121a360038201611f2a565b01612171565b80518051906001600160401b03821161018d576121d0826121cb600554611095565b611a35565b602090816001601f851114612341575082610120936102b9959361220a93600092611b225750508160011b916000199060031b1c19161790565b6005555b61226460208201516020908181519160ff8351166006549064ffffffff00958695015164ffffffffff1996879160081b169216171760065501519160ff83511691602060075494015160081b1692161717600755565b61229761227b60408301516001600160401b031690565b6001600160401b03166001600160401b03196008541617600855565b6122cc6122ab606083015163ffffffff1690565b63ffffffff60401b6008549160401b169063ffffffff60401b191617600855565b6123056122e0608083015163ffffffff1690565b6008805463ffffffff60601b191660609290921b63ffffffff60601b16919091179055565b61231260a0820151611ac5565b61231f60c0820151611bb5565b61232c60e0820151611c99565b61233a610100820151611d7d565b01516120a7565b60056000529190601f1984167f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0936000905b8282106123b8575050926001928592610120966102b998961061239f575b505050811b0160055561220e565b015160001960f88460031b161c19169055388080612391565b80600186978294978701518155019601940190612373565b6001600160401b0391821690821603919082116118b657565b9060016001600160401b03809316019182116118b657565b90600163ffffffff809316019182116118b657565b6124203633612d45565b600f548151908181106128f557505061243c8193929351612917565b9060009373__$b91d2ad766fd07dc99f56c1a0b020615bb$__945b82518110156126e7576020908161246e8286611873565b51015191604092835163765809ab60e11b8152828180612492600495868301612958565b03818d5af49081156116cc576000916126ca575b5060a090816124b5868a611873565b5151015151612689576124c790612e80565b906124d28589611873565b5151015261250c6124f2611784846124ea878b611873565b5101516134ca565b60806124fe868a611873565b5151019063ffffffff169052565b612534600061251b8589611873565b515186518093819262409a0960e81b8352868301612aa6565b03818d5af49081156116cc57600091612668575b50826125548589611873565b515101515161260d57938291612597958361256f878b611873565b5151015261257d8589611873565b5151915163b93612a760e01b815295869283928301612aa6565b03818b5af49081156116cc576125bb6125df926001956000916125f0575b50612e80565b60e06125c78589611873565b515101525b6125d68387611873565b51510151612e6c565b6125e98287611873565b5201612457565b6126079150833d8511610806576107f781836101db565b386125b5565b9192938361261b8689611873565b515101518481519101208351858501200361263f57505050906125df6001926125cc565b61079f908461264e878a611873565b515101519051630ca2e06d60e11b81529384938401612b73565b612683913d8091833e61267b81836101db565b810190612a04565b38612548565b90612698906125d6868a611873565b8181036126a657505061250c565b8551631d97afef60e31b815280840192835260208301919091529081906040010390fd5b6126e19150833d8511610806576107f781836101db565b386124a6565b509350906126fb6126f66110cf565b612e6c565b73__$398d4f030862acab53d338aebf0b4256d7$__91823b1561029e5761273f9260009260409760405195869485938493633723f9ef60e21b855260048501612bcc565b03915af480156116cc576128dc575b5060085460401c63ffffffff167f2cae74b52637f741120c3765ff52d7cc2c0d635ecd2dfe33e3d51d77542d105d6020918261278985611861565b51510151906127b5846127a561279f8851612c5d565b88611873565b5151015160405193849384612c79565b0390a160005b825181101561284357806127da6127d460019386611873565b51613633565b7f92a2f43bb4dec6ecbf6961abb1cfddfdb3469fce3826df9af188c3d4f44ec97b836128068387611873565b5151015161282b8580612819868a611873565b5101510151516001600160401b031690565b9061283a895192839283612caa565b0390a1016127bb565b506128769293509061286d612868611747936125d66128628551612c5d565b85611873565b600155565b51600f54612c6c565b600f541561288057565b7fe784b22f2061de501b77364cab02ee109528afe4ddc8d423d076f6b49021b58e6128ce6128b760085463ffffffff9060401c1690565b60405163ffffffff90911681529081906020820190565b0390a16102b9600e54600255565b806128e96128ef926101ad565b80610699565b3861274e565b604051630daf4bc160e01b815260048101919091526024810191909152604490fd5b906129218261034c565b61292e60405191826101db565b828152809261293f601f199161034c565b0190602036910137565b9081602091031261029e575190565b90602080835260609060608401908063ffffffff94858151168288015201519460408080830152865180945260808201908360808660051b8501019801956000935b8685106129ad5750505050505050505090565b9091929394959697999886806129ef600193868f89908f607f198a8603018d52519061ffff8251168552868201511686850152015191818a8201520190610a63565b9b9c9a0198979691909101940192919061299a565b60208183031261029e578051906001600160401b03821161029e570181601f8201121561029e578051612a368161023c565b92612a4460405194856101db565b8184526020828401011161029e5761148c9160208085019101610a40565b90604060206102b993612a8984825163ffffffff6020809260ff8151168552015116910152565b015191019063ffffffff6020809260ff8151168552015116910152565b9061148c9160208152612abd602082018351612a62565b602082015190612adb6101a0928360a08401526101c0830190610a63565b9160e0612b4f612afd604087015195601f1996878783030160c0880152610a63565b612b2960608801518487019060ff60408092828151168552826020820151166020860152015116910152565b608087015163ffffffff1661014086015260a08701518686830301610160870152610a63565b60c08601516001600160401b03166101808501529401519282850301910152610a63565b9091612b8a61148c93604084526040840190610a63565b916020818403910152610a63565b90815180825260208080930193019160005b828110612bb8575050505090565b835185529381019392810192600101612baa565b9392909160808552612bea83516060608088015260e0870190612b98565b602080850151878303607f190160a089015280518084529282019591929083019060005b818110612c465750505092612c3e926102b995926040606096015160c08a01528801528682036040880152612b98565b930160029052565b825160ff1688529684019691840191600101612c0e565b6000198101919082116118b657565b919082039182116118b657565b91612c9c9063ffffffff61148c9593168452606060208501526060840190610a63565b916040818403910152610a63565b906001600160401b03612cca602092959495604085526040850190610a63565b9416910152565b60041161029e57600090600490565b6001600160e01b03199035818116939260048110612cfd57505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b6000805160206141b58339815191528054612d7e906001600160a01b0316612d75612d6f86612cd1565b90612ce0565b908430916137b0565b9015612d8b575b50505050565b63ffffffff1615612e4c576000805160206141b5833981519152805460ff60a01b1916600160a01b179055612dda90612dce9081905b546001600160a01b031690565b6001600160a01b031690565b91823b1561029e57612e069260009283604051809681958294634a63ebf760e11b845260048401612d0c565b03925af180156116cc57612e39575b506000805160206141b5833981519152805460ff60a01b1916905538808080612d85565b806128e9612e46926101ad565b38612e15565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b805115612e7a576020015190565b50600090565b6040519060208201526020815261148c81610172565b8051916040908151612ea7816101c0565b600081528352612eb5610a2d565b91612ebe6138fc565b9481518096602095868301612ed2916134b3565b612edb916134b3565b0395601f19968781018252612ef090826101db565b8551612efb90613bd6565b908351918291878301612f0d916134b3565b612f16916134b3565b038781018252612f2690826101db565b612f2e613913565b908351918291878301612f40916134b3565b612f49916134b3565b038781018252612f5990826101db565b84860151612f6690613c26565b908151612f79906001600160401b031690565b612f8290613a50565b908451918291888301612f94916134b3565b612f9d916134b3565b038881018252612fad90826101db565b8351918291878301612fbe916134b3565b612fc7916134b3565b038781018252612fd790826101db565b612fdf613926565b908351918291878301612ff1916134b3565b612ffa916134b3565b03878101825261300a90826101db565b858301516001600160401b031661302090613a50565b908351918291878301613032916134b3565b61303b916134b3565b03878101825261304b90826101db565b613053613939565b908351918291878301613065916134b3565b61306e916134b3565b03878101825261307e90826101db565b60608601516130929063ffffffff16613a50565b9083519182918783016130a4916134b3565b6130ad916134b3565b0387810182526130bd90826101db565b6130c561394c565b9083519182918783016130d7916134b3565b6130e0916134b3565b0387810182526130f090826101db565b60808601516131049063ffffffff16613a50565b908351918291878301613116916134b3565b61311f916134b3565b03878101825261312f90826101db565b61313761395f565b908351918291878301613149916134b3565b613152916134b3565b03878101825261316290826101db565b60a086015161317090613bd6565b908351918291878301613182916134b3565b61318b916134b3565b03878101825261319b90826101db565b6131a3613972565b9083519182918783016131b5916134b3565b6131be916134b3565b0387810182526131ce90826101db565b60c08601516131dc90613bd6565b9083519182918783016131ee916134b3565b6131f7916134b3565b03878101825261320790826101db565b61320f6139b8565b908351918291878301613221916134b3565b61322a916134b3565b03878101825261323a90826101db565b60e086015161324890613bd6565b90835191829187830161325a916134b3565b613263916134b3565b03878101825261327390826101db565b61327b6139d7565b90835191829187830161328d916134b3565b613296916134b3565b0387810182526132a690826101db565b6101008601516132b590613bd6565b9083519182918783016132c7916134b3565b6132d0916134b3565b0387810182526132e090826101db565b926000935b61012087018051518610156133a8576133a06001926133946133486133428a61332a968f61333c908f6133308f61332a61331d6139f6565b91519b8c948501906134b3565b906134b3565b039081018852876101db565b51611873565b51613d95565b6133868d8c61337a8c61332a61336d61336888516001600160401b031690565b613a50565b91519889948501906134b3565b039081018552846101db565b88519485938c8501906134b3565b038a81018352826101db565b9401936132e5565b50935095509290508151910120915290565b6003546001600160a01b039081169190821561341a5760246020926040519485938492632e52a97360e11b84521660048301525afa9081156116cc57600091613401575090565b61148c915060203d602011610806576107f781836101db565b505050600190565b61342b90612e6c565b60c01c90565b6000805160206141b583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6134ab90613496613899565b61349e613899565b6134a6613899565b613431565b6102b9613899565b906134c660209282815194859201610a40565b0190565b6134fd916134d6610a2d565b906134df613a17565b61332a61354c60409260405197889161332a602098898501906134b3565b0396613511601f19988981018352826101db565b6135406135316133686135288a5163ffffffff1690565b63ffffffff1690565b604051948593898501906134b3565b038781018352826101db565b916000925b8486018051518510156135de5761332a6135d461332a61339489956135c68d6135a061359a8d60019a61333c8f61358e8f9161332a61331d613913565b038681018952886101db565b51613ad1565b9261337a6135b861336886516001600160401b031690565b8d519788938d8501906134b3565b8851948593888501906134b3565b9401939050613551565b5095509350505050565b9193926001600160401b039061ffff61360b604094606087526060870190610a63565b9616602085015216910152565b60409061ffff61148c94931681528160208201520190610a63565b9060005b6020908180850151015180518210156137a9578161365491611873565b51805161ffff169061367a612dce612dc18461ffff166000526004602052604060002090565b6001600160a01b03811692909190831561378b5761dead841461373b5760408092015192803b1561029e578251633bbe5e5b60e21b81529360009185918290849082906136cb908860048401613618565b03925af180156116cc576001967f6615e715ef29da98af4d4b50f6beb57ec1a6a61bb207b117e5fb58632755e9379461371e92613728575b508951015192519283926001600160401b03881691846135e8565b0390a25b01613637565b806128e9613735926101ad565b38613703565b9150507f06a84e8c796b3ecc778e5832b8ba6869cc1bf4822409bfd7f852021f87256d0c915060019386510151906137836040519283926001600160401b03871691846135e8565b0390a1613722565b6040516333342afb60e01b815261ffff919091166004820152602490fd5b5050509050565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b0383118484101761018d57604093859385528380528360205251915afa61382d5750565b9150915051906020518060201c150290565b6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811630811491821561387d575b505061086657565b6000805160206141d58339815191525416141590503880613875565b60ff6000805160206141f58339815191525460401c16156138b657565b604051631afcd79f60e31b8152600490fd5b604051906138d582610172565b6001825260203681840137565b604051906138ef82610172565b600a825260203681840137565b6139046138c8565b600a61390f82611861565b5390565b61391b6138c8565b601261390f82611861565b61392e6138c8565b602861390f82611861565b6139416138c8565b603061390f82611861565b6139546138c8565b603861390f82611861565b6139676138c8565b607a61390f82611861565b61397a6138e2565b60a260005b607f808311156139a45790608060019284161760208286010153019060071c9061397f565b50607f600192166020828501015301815290565b6139c06138e2565b60f260016000826020850153019060071c9061397f565b6139df6138e2565b60fa60016000826020850153019060071c9061397f565b6139fe6138e2565b6101926001600060926020850153019060071c9061397f565b613a1f6138c8565b600861390f82611861565b613a326138c8565b601061390f82611861565b613a456138c8565b601a61390f82611861565b9060809160806001600160401b03821610613aac57613a6d6138e2565b60005b607f80841115613a9457908560019285161760208285010153019160071c91613a70565b5090929350607f600192166020828501015301815290565b909150613ab76138c8565b9060f81b6001600160f81b03191660001a61390f82611861565b61148c613b1261332a92613bca613bb661332a613bbd613aef610a2d565b94613af8613a17565b9060409485928351998a9161332a60209b8c8501906134b3565b0398613b26601f199a8b81018352826101db565b613b6589613b59613b49613368613b42613b42895161ffff1690565b61ffff1690565b61332a88519586948501906134b3565b038b81018352826101db565b613b7489613b59613b49613a2a565b613b9189613b59613b496133686135288489015163ffffffff1690565b613baa613b9c613a3d565b85519d8e938c8501906134b3565b038981018c528b6101db565b0151613bd6565b91519687948501906134b3565b039081018352826101db565b61148c6020613bee6001600160401b03845116613a50565b6040519381613c068693518092868087019101610a40565b8201613c1a82518093868085019101610a40565b010380845201826101db565b613c2e610a2d565b90613c376138fc565b6040805193846020938492838301613c4e916134b3565b613c57916134b3565b0393601f19948581018752613c6c90876101db565b8051613c7790613fba565b958651613c8a906001600160401b031690565b613c9390613a50565b908451918291858301613ca5916134b3565b613cae916134b3565b038681018252613cbe90826101db565b8351968791848301613ccf916134b3565b613cd8916134b3565b038581018752613ce890876101db565b613cf0613913565b958351968791848301613d02916134b3565b613d0b916134b3565b038581018752613d1b90876101db565b0151613d2690613fba565b908151613d39906001600160401b031690565b613d4290613a50565b948151958691858301613d54916134b3565b613d5d916134b3565b038481018652613d6d90866101db565b519384928301613d7c916134b3565b613d85916134b3565b03908101825261148c90826101db565b613d9d610a2d565b90613da66138fc565b9160408080518095602094858301613dbd916134b3565b613dc6916134b3565b0393601f19948581018752613ddb90876101db565b8051613de690614072565b958651613df9906001600160401b031690565b613e0290613a50565b908351918291878301613e14916134b3565b613e1d916134b3565b038681018252613e2d90826101db565b8251968791868301613e3e916134b3565b613e47916134b3565b038581018752613e5790876101db565b613e5f613a2a565b958251968791868301613e71916134b3565b613e7a916134b3565b038581018752613e8a90876101db565b83810151613e9a9060ff16613a50565b958251968791868301613eac916134b3565b613eb5916134b3565b038581018752613ec590876101db565b613ecd613a3d565b958251968791868301613edf916134b3565b613ee8916134b3565b038581018752613ef890876101db565b0151613f0390613bd6565b90519384928301613d7c916134b3565b90813b15613f99576000805160206141d583398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2805115613f7e57613f7b9161410f565b50565b505034613f8757565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b61148c61332a61332a613bca614062613368613528602061332a9861405761332a614031613fe6610a2d565b614000613ff1613a17565b6040519d8e93898501906134b3565b039a614014601f199c8d81018352826101db565b613b5961353161336861402b61402b895160ff1690565b60ff1690565b61404b61403c613a2a565b6040519a8b93878501906134b3565b038981018952886101db565b015163ffffffff1690565b60405195869360208501906134b3565b61148c61332a61332a613bca614062602061332a96613bb661332a6140e9614098610a2d565b6140b26140a3613a17565b6040519b8c93898501906134b3565b03986140c6601f199a8b81018352826101db565b6140dd61353161336861402b61402b895160ff1690565b038981018352826101db565b6141036140f4613913565b604051988993878501906134b3565b038781018752866101db565b60008061148c93602081519101845af43d1561414d573d916141308361023c565b9261413e60405194856101db565b83523d6000602085013e614151565b6060915b90614178575080511561416657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806141ab575b614189575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561418156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c35c013fd76153dfd05182c3b93051ac15c5b48edba5d27d4d7b29a53ebbe00064736f6c63430008190033",
1168
+ "linkReferences": {
1169
+ "contracts/common/sysio_merkle.sol": {
1170
+ "sysio_merkle": [
1171
+ {
1172
+ "length": 20,
1173
+ "start": 10044
1174
+ }
1175
+ ]
1176
+ },
1177
+ "contracts/outpost/OPPCommon.sol": {
1178
+ "OPPCommon": [
1179
+ {
1180
+ "length": 20,
1181
+ "start": 9345
1182
+ }
1183
+ ]
1184
+ }
1185
+ },
1186
+ "deployedLinkReferences": {
1187
+ "contracts/common/sysio_merkle.sol": {
1188
+ "sysio_merkle": [
1189
+ {
1190
+ "length": 20,
1191
+ "start": 9981
1192
+ }
1193
+ ]
1194
+ },
1195
+ "contracts/outpost/OPPCommon.sol": {
1196
+ "OPPCommon": [
1197
+ {
1198
+ "length": 20,
1199
+ "start": 9282
1200
+ }
1201
+ ]
1202
+ }
1203
+ }
1204
+ }