@wireio/stake 0.2.5 → 0.2.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (555) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +59089 -13470
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +16734 -3223
  5. package/lib/stake.js +58790 -13055
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +59089 -13470
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +6 -3
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  41. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  42. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  44. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  52. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +344 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  57. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  59. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  61. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  66. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  67. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  68. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  69. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  70. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  71. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
  72. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  73. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  74. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  75. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  76. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  77. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  78. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  79. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  80. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  81. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  82. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  84. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  86. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  89. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +37 -1
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  98. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  101. package/src/assets/ethereum/{ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.json → hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
  102. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  110. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  111. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  112. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  113. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  114. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  115. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  116. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  117. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  118. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  119. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
  120. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  121. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  122. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  123. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  124. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  125. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  127. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  129. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  131. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  132. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  157. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  158. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  159. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  160. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  161. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  174. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  175. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  176. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  177. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  178. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  179. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  180. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  181. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  182. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  183. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  184. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  185. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  186. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  187. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  189. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  191. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  193. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  195. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  197. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  204. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  205. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  207. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  209. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  210. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  211. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  212. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  213. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  214. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  215. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  216. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  217. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  218. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  219. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  220. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  221. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  222. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  223. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  224. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  225. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  226. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  227. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  228. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  229. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  230. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  231. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  232. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  233. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  234. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  235. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  236. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  237. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  238. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  239. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  240. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  241. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  242. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  243. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  244. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  245. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  246. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  247. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  248. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  254. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  255. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  256. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  257. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  258. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  259. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  260. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  261. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  262. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  263. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  264. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  265. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  266. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  267. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  268. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  269. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  270. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  271. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  272. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  273. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  274. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  288. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  289. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  290. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  291. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  292. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  293. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  294. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  295. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  296. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  297. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  298. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  299. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  300. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  301. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  302. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  303. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  304. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  305. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  306. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  307. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  308. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  309. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  310. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  311. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  312. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  323. package/src/assets/ethereum/{ABI/liqEth/RewardsERC20.sol/RewardsERC20.json → mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +159 -34
  324. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  332. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  333. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  334. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  335. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  336. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  337. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  338. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  339. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  340. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  341. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  342. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  343. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  344. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  345. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -81
  346. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  347. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.json +948 -0
  348. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  349. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  350. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  351. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  352. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  353. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  354. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  355. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  356. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  357. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  358. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  359. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  360. package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +2 -2
  361. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  363. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  364. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
  365. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  368. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  372. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  373. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  375. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  376. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  378. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  379. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
  380. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  382. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  383. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  384. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  386. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  387. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  388. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  389. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
  390. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  391. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  392. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  393. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  394. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  395. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
  396. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  397. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  398. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  399. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  400. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  401. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  402. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  403. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  404. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  405. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +35 -1
  406. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  407. package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
  408. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  409. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +35 -1
  410. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  411. package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
  412. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +3816 -1567
  413. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  414. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  415. package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +4 -4
  416. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +3816 -1567
  417. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  418. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  419. package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +4 -4
  420. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  421. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  422. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  423. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  424. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  425. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  426. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  427. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  428. package/src/index.ts +2 -2
  429. package/src/networks/ethereum/clients/{deposit.client.ts → convert.client.ts} +76 -11
  430. package/src/networks/ethereum/clients/opp.client.ts +389 -0
  431. package/src/networks/ethereum/clients/pretoken.client.ts +81 -46
  432. package/src/networks/ethereum/clients/receipt.client.ts +199 -0
  433. package/src/networks/ethereum/clients/stake.client.ts +86 -161
  434. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  435. package/src/networks/ethereum/contract.ts +424 -178
  436. package/src/networks/ethereum/ethereum.ts +461 -274
  437. package/src/networks/ethereum/types.ts +71 -32
  438. package/src/networks/ethereum/utils.ts +104 -78
  439. package/src/networks/solana/clients/convert.client.ts +341 -0
  440. package/src/networks/solana/clients/distribution.client.ts +269 -263
  441. package/src/networks/solana/clients/leaderboard.client.ts +68 -26
  442. package/src/networks/solana/clients/outpost.client.ts +224 -357
  443. package/src/networks/solana/clients/token.client.ts +96 -107
  444. package/src/networks/solana/constants.ts +88 -216
  445. package/src/networks/solana/program.ts +432 -28
  446. package/src/networks/solana/solana.ts +1070 -399
  447. package/src/networks/solana/types.ts +688 -75
  448. package/src/networks/solana/utils.ts +160 -359
  449. package/src/staker.ts +25 -4
  450. package/src/types.ts +247 -39
  451. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  452. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -1114
  453. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  454. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  455. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  456. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  457. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  458. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -118
  459. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  460. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
  466. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
  468. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -225
  470. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
  472. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
  474. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +0 -813
  476. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -573
  478. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1087
  480. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1183
  482. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -927
  484. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -447
  487. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  488. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1753
  491. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  494. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +0 -930
  495. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  499. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2020
  519. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
  521. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  526. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  528. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  530. package/src/networks/solana/clients/deposit.client.ts +0 -127
  531. package/src/staker/types.ts +0 -62
  532. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  533. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  534. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  535. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  536. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  537. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  538. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  539. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  540. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  541. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  542. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  543. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  544. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  545. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  546. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  547. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  548. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  549. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  550. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  551. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  552. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  553. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  554. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  555. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
@@ -1,1087 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "LiqEthToken",
4
- "sourceName": "contracts/liqEth/liqEth.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "admin",
11
- "type": "address"
12
- }
13
- ],
14
- "stateMutability": "nonpayable",
15
- "type": "constructor"
16
- },
17
- {
18
- "inputs": [],
19
- "name": "AccessControlBadConfirmation",
20
- "type": "error"
21
- },
22
- {
23
- "inputs": [
24
- {
25
- "internalType": "address",
26
- "name": "account",
27
- "type": "address"
28
- },
29
- {
30
- "internalType": "bytes32",
31
- "name": "neededRole",
32
- "type": "bytes32"
33
- }
34
- ],
35
- "name": "AccessControlUnauthorizedAccount",
36
- "type": "error"
37
- },
38
- {
39
- "inputs": [],
40
- "name": "ECDSAInvalidSignature",
41
- "type": "error"
42
- },
43
- {
44
- "inputs": [
45
- {
46
- "internalType": "uint256",
47
- "name": "length",
48
- "type": "uint256"
49
- }
50
- ],
51
- "name": "ECDSAInvalidSignatureLength",
52
- "type": "error"
53
- },
54
- {
55
- "inputs": [
56
- {
57
- "internalType": "bytes32",
58
- "name": "s",
59
- "type": "bytes32"
60
- }
61
- ],
62
- "name": "ECDSAInvalidSignatureS",
63
- "type": "error"
64
- },
65
- {
66
- "inputs": [
67
- {
68
- "internalType": "address",
69
- "name": "spender",
70
- "type": "address"
71
- },
72
- {
73
- "internalType": "uint256",
74
- "name": "allowance",
75
- "type": "uint256"
76
- },
77
- {
78
- "internalType": "uint256",
79
- "name": "needed",
80
- "type": "uint256"
81
- }
82
- ],
83
- "name": "ERC20InsufficientAllowance",
84
- "type": "error"
85
- },
86
- {
87
- "inputs": [
88
- {
89
- "internalType": "address",
90
- "name": "sender",
91
- "type": "address"
92
- },
93
- {
94
- "internalType": "uint256",
95
- "name": "balance",
96
- "type": "uint256"
97
- },
98
- {
99
- "internalType": "uint256",
100
- "name": "needed",
101
- "type": "uint256"
102
- }
103
- ],
104
- "name": "ERC20InsufficientBalance",
105
- "type": "error"
106
- },
107
- {
108
- "inputs": [
109
- {
110
- "internalType": "address",
111
- "name": "approver",
112
- "type": "address"
113
- }
114
- ],
115
- "name": "ERC20InvalidApprover",
116
- "type": "error"
117
- },
118
- {
119
- "inputs": [
120
- {
121
- "internalType": "address",
122
- "name": "receiver",
123
- "type": "address"
124
- }
125
- ],
126
- "name": "ERC20InvalidReceiver",
127
- "type": "error"
128
- },
129
- {
130
- "inputs": [
131
- {
132
- "internalType": "address",
133
- "name": "sender",
134
- "type": "address"
135
- }
136
- ],
137
- "name": "ERC20InvalidSender",
138
- "type": "error"
139
- },
140
- {
141
- "inputs": [
142
- {
143
- "internalType": "address",
144
- "name": "spender",
145
- "type": "address"
146
- }
147
- ],
148
- "name": "ERC20InvalidSpender",
149
- "type": "error"
150
- },
151
- {
152
- "inputs": [
153
- {
154
- "internalType": "uint256",
155
- "name": "deadline",
156
- "type": "uint256"
157
- }
158
- ],
159
- "name": "ERC2612ExpiredSignature",
160
- "type": "error"
161
- },
162
- {
163
- "inputs": [
164
- {
165
- "internalType": "address",
166
- "name": "signer",
167
- "type": "address"
168
- },
169
- {
170
- "internalType": "address",
171
- "name": "owner",
172
- "type": "address"
173
- }
174
- ],
175
- "name": "ERC2612InvalidSigner",
176
- "type": "error"
177
- },
178
- {
179
- "inputs": [],
180
- "name": "EnforcedPause",
181
- "type": "error"
182
- },
183
- {
184
- "inputs": [],
185
- "name": "ExpectedPause",
186
- "type": "error"
187
- },
188
- {
189
- "inputs": [
190
- {
191
- "internalType": "address",
192
- "name": "account",
193
- "type": "address"
194
- },
195
- {
196
- "internalType": "uint256",
197
- "name": "currentNonce",
198
- "type": "uint256"
199
- }
200
- ],
201
- "name": "InvalidAccountNonce",
202
- "type": "error"
203
- },
204
- {
205
- "inputs": [],
206
- "name": "InvalidShortString",
207
- "type": "error"
208
- },
209
- {
210
- "inputs": [
211
- {
212
- "internalType": "string",
213
- "name": "str",
214
- "type": "string"
215
- }
216
- ],
217
- "name": "StringTooLong",
218
- "type": "error"
219
- },
220
- {
221
- "anonymous": false,
222
- "inputs": [
223
- {
224
- "indexed": true,
225
- "internalType": "address",
226
- "name": "owner",
227
- "type": "address"
228
- },
229
- {
230
- "indexed": true,
231
- "internalType": "address",
232
- "name": "spender",
233
- "type": "address"
234
- },
235
- {
236
- "indexed": false,
237
- "internalType": "uint256",
238
- "name": "value",
239
- "type": "uint256"
240
- }
241
- ],
242
- "name": "Approval",
243
- "type": "event"
244
- },
245
- {
246
- "anonymous": false,
247
- "inputs": [],
248
- "name": "EIP712DomainChanged",
249
- "type": "event"
250
- },
251
- {
252
- "anonymous": false,
253
- "inputs": [
254
- {
255
- "indexed": false,
256
- "internalType": "uint256",
257
- "name": "newIndex",
258
- "type": "uint256"
259
- },
260
- {
261
- "indexed": false,
262
- "internalType": "uint256",
263
- "name": "tokenPenalty",
264
- "type": "uint256"
265
- }
266
- ],
267
- "name": "IndexDecreased",
268
- "type": "event"
269
- },
270
- {
271
- "anonymous": false,
272
- "inputs": [
273
- {
274
- "indexed": false,
275
- "internalType": "uint256",
276
- "name": "newIndex",
277
- "type": "uint256"
278
- },
279
- {
280
- "indexed": false,
281
- "internalType": "uint256",
282
- "name": "tokenReward",
283
- "type": "uint256"
284
- }
285
- ],
286
- "name": "IndexIncreased",
287
- "type": "event"
288
- },
289
- {
290
- "anonymous": false,
291
- "inputs": [
292
- {
293
- "indexed": false,
294
- "internalType": "address",
295
- "name": "account",
296
- "type": "address"
297
- }
298
- ],
299
- "name": "Paused",
300
- "type": "event"
301
- },
302
- {
303
- "anonymous": false,
304
- "inputs": [
305
- {
306
- "indexed": true,
307
- "internalType": "bytes32",
308
- "name": "role",
309
- "type": "bytes32"
310
- },
311
- {
312
- "indexed": true,
313
- "internalType": "bytes32",
314
- "name": "previousAdminRole",
315
- "type": "bytes32"
316
- },
317
- {
318
- "indexed": true,
319
- "internalType": "bytes32",
320
- "name": "newAdminRole",
321
- "type": "bytes32"
322
- }
323
- ],
324
- "name": "RoleAdminChanged",
325
- "type": "event"
326
- },
327
- {
328
- "anonymous": false,
329
- "inputs": [
330
- {
331
- "indexed": true,
332
- "internalType": "bytes32",
333
- "name": "role",
334
- "type": "bytes32"
335
- },
336
- {
337
- "indexed": true,
338
- "internalType": "address",
339
- "name": "account",
340
- "type": "address"
341
- },
342
- {
343
- "indexed": true,
344
- "internalType": "address",
345
- "name": "sender",
346
- "type": "address"
347
- }
348
- ],
349
- "name": "RoleGranted",
350
- "type": "event"
351
- },
352
- {
353
- "anonymous": false,
354
- "inputs": [
355
- {
356
- "indexed": true,
357
- "internalType": "bytes32",
358
- "name": "role",
359
- "type": "bytes32"
360
- },
361
- {
362
- "indexed": true,
363
- "internalType": "address",
364
- "name": "account",
365
- "type": "address"
366
- },
367
- {
368
- "indexed": true,
369
- "internalType": "address",
370
- "name": "sender",
371
- "type": "address"
372
- }
373
- ],
374
- "name": "RoleRevoked",
375
- "type": "event"
376
- },
377
- {
378
- "anonymous": false,
379
- "inputs": [
380
- {
381
- "indexed": true,
382
- "internalType": "address",
383
- "name": "from",
384
- "type": "address"
385
- },
386
- {
387
- "indexed": false,
388
- "internalType": "uint256",
389
- "name": "shares",
390
- "type": "uint256"
391
- },
392
- {
393
- "indexed": false,
394
- "internalType": "uint256",
395
- "name": "tokenValue",
396
- "type": "uint256"
397
- }
398
- ],
399
- "name": "SharesBurned",
400
- "type": "event"
401
- },
402
- {
403
- "anonymous": false,
404
- "inputs": [
405
- {
406
- "indexed": true,
407
- "internalType": "address",
408
- "name": "to",
409
- "type": "address"
410
- },
411
- {
412
- "indexed": false,
413
- "internalType": "uint256",
414
- "name": "shares",
415
- "type": "uint256"
416
- },
417
- {
418
- "indexed": false,
419
- "internalType": "uint256",
420
- "name": "tokenValue",
421
- "type": "uint256"
422
- }
423
- ],
424
- "name": "SharesMinted",
425
- "type": "event"
426
- },
427
- {
428
- "anonymous": false,
429
- "inputs": [
430
- {
431
- "indexed": true,
432
- "internalType": "address",
433
- "name": "from",
434
- "type": "address"
435
- },
436
- {
437
- "indexed": true,
438
- "internalType": "address",
439
- "name": "to",
440
- "type": "address"
441
- },
442
- {
443
- "indexed": false,
444
- "internalType": "uint256",
445
- "name": "value",
446
- "type": "uint256"
447
- }
448
- ],
449
- "name": "Transfer",
450
- "type": "event"
451
- },
452
- {
453
- "anonymous": false,
454
- "inputs": [
455
- {
456
- "indexed": false,
457
- "internalType": "address",
458
- "name": "account",
459
- "type": "address"
460
- }
461
- ],
462
- "name": "Unpaused",
463
- "type": "event"
464
- },
465
- {
466
- "inputs": [],
467
- "name": "DEFAULT_ADMIN_ROLE",
468
- "outputs": [
469
- {
470
- "internalType": "bytes32",
471
- "name": "",
472
- "type": "bytes32"
473
- }
474
- ],
475
- "stateMutability": "view",
476
- "type": "function"
477
- },
478
- {
479
- "inputs": [],
480
- "name": "DOMAIN_SEPARATOR",
481
- "outputs": [
482
- {
483
- "internalType": "bytes32",
484
- "name": "",
485
- "type": "bytes32"
486
- }
487
- ],
488
- "stateMutability": "view",
489
- "type": "function"
490
- },
491
- {
492
- "inputs": [],
493
- "name": "MINTER_ROLE",
494
- "outputs": [
495
- {
496
- "internalType": "bytes32",
497
- "name": "",
498
- "type": "bytes32"
499
- }
500
- ],
501
- "stateMutability": "view",
502
- "type": "function"
503
- },
504
- {
505
- "inputs": [],
506
- "name": "ORACLE_ROLE",
507
- "outputs": [
508
- {
509
- "internalType": "bytes32",
510
- "name": "",
511
- "type": "bytes32"
512
- }
513
- ],
514
- "stateMutability": "view",
515
- "type": "function"
516
- },
517
- {
518
- "inputs": [],
519
- "name": "UNIT",
520
- "outputs": [
521
- {
522
- "internalType": "uint256",
523
- "name": "",
524
- "type": "uint256"
525
- }
526
- ],
527
- "stateMutability": "view",
528
- "type": "function"
529
- },
530
- {
531
- "inputs": [],
532
- "name": "_index",
533
- "outputs": [
534
- {
535
- "internalType": "uint256",
536
- "name": "",
537
- "type": "uint256"
538
- }
539
- ],
540
- "stateMutability": "view",
541
- "type": "function"
542
- },
543
- {
544
- "inputs": [],
545
- "name": "_totalShares",
546
- "outputs": [
547
- {
548
- "internalType": "uint256",
549
- "name": "",
550
- "type": "uint256"
551
- }
552
- ],
553
- "stateMutability": "view",
554
- "type": "function"
555
- },
556
- {
557
- "inputs": [],
558
- "name": "_unit",
559
- "outputs": [
560
- {
561
- "internalType": "uint256",
562
- "name": "",
563
- "type": "uint256"
564
- }
565
- ],
566
- "stateMutability": "view",
567
- "type": "function"
568
- },
569
- {
570
- "inputs": [
571
- {
572
- "internalType": "address",
573
- "name": "owner",
574
- "type": "address"
575
- },
576
- {
577
- "internalType": "address",
578
- "name": "spender",
579
- "type": "address"
580
- }
581
- ],
582
- "name": "allowance",
583
- "outputs": [
584
- {
585
- "internalType": "uint256",
586
- "name": "",
587
- "type": "uint256"
588
- }
589
- ],
590
- "stateMutability": "view",
591
- "type": "function"
592
- },
593
- {
594
- "inputs": [
595
- {
596
- "internalType": "address",
597
- "name": "spender",
598
- "type": "address"
599
- },
600
- {
601
- "internalType": "uint256",
602
- "name": "value",
603
- "type": "uint256"
604
- }
605
- ],
606
- "name": "approve",
607
- "outputs": [
608
- {
609
- "internalType": "bool",
610
- "name": "",
611
- "type": "bool"
612
- }
613
- ],
614
- "stateMutability": "nonpayable",
615
- "type": "function"
616
- },
617
- {
618
- "inputs": [
619
- {
620
- "internalType": "address",
621
- "name": "account",
622
- "type": "address"
623
- }
624
- ],
625
- "name": "balanceOf",
626
- "outputs": [
627
- {
628
- "internalType": "uint256",
629
- "name": "",
630
- "type": "uint256"
631
- }
632
- ],
633
- "stateMutability": "view",
634
- "type": "function"
635
- },
636
- {
637
- "inputs": [],
638
- "name": "decimals",
639
- "outputs": [
640
- {
641
- "internalType": "uint8",
642
- "name": "",
643
- "type": "uint8"
644
- }
645
- ],
646
- "stateMutability": "view",
647
- "type": "function"
648
- },
649
- {
650
- "inputs": [
651
- {
652
- "internalType": "uint256",
653
- "name": "tokenReward",
654
- "type": "uint256"
655
- }
656
- ],
657
- "name": "decreaseIndex",
658
- "outputs": [],
659
- "stateMutability": "nonpayable",
660
- "type": "function"
661
- },
662
- {
663
- "inputs": [],
664
- "name": "eip712Domain",
665
- "outputs": [
666
- {
667
- "internalType": "bytes1",
668
- "name": "fields",
669
- "type": "bytes1"
670
- },
671
- {
672
- "internalType": "string",
673
- "name": "name",
674
- "type": "string"
675
- },
676
- {
677
- "internalType": "string",
678
- "name": "version",
679
- "type": "string"
680
- },
681
- {
682
- "internalType": "uint256",
683
- "name": "chainId",
684
- "type": "uint256"
685
- },
686
- {
687
- "internalType": "address",
688
- "name": "verifyingContract",
689
- "type": "address"
690
- },
691
- {
692
- "internalType": "bytes32",
693
- "name": "salt",
694
- "type": "bytes32"
695
- },
696
- {
697
- "internalType": "uint256[]",
698
- "name": "extensions",
699
- "type": "uint256[]"
700
- }
701
- ],
702
- "stateMutability": "view",
703
- "type": "function"
704
- },
705
- {
706
- "inputs": [
707
- {
708
- "internalType": "bytes32",
709
- "name": "role",
710
- "type": "bytes32"
711
- }
712
- ],
713
- "name": "getRoleAdmin",
714
- "outputs": [
715
- {
716
- "internalType": "bytes32",
717
- "name": "",
718
- "type": "bytes32"
719
- }
720
- ],
721
- "stateMutability": "view",
722
- "type": "function"
723
- },
724
- {
725
- "inputs": [
726
- {
727
- "internalType": "bytes32",
728
- "name": "role",
729
- "type": "bytes32"
730
- },
731
- {
732
- "internalType": "address",
733
- "name": "account",
734
- "type": "address"
735
- }
736
- ],
737
- "name": "grantRole",
738
- "outputs": [],
739
- "stateMutability": "nonpayable",
740
- "type": "function"
741
- },
742
- {
743
- "inputs": [
744
- {
745
- "internalType": "bytes32",
746
- "name": "role",
747
- "type": "bytes32"
748
- },
749
- {
750
- "internalType": "address",
751
- "name": "account",
752
- "type": "address"
753
- }
754
- ],
755
- "name": "hasRole",
756
- "outputs": [
757
- {
758
- "internalType": "bool",
759
- "name": "",
760
- "type": "bool"
761
- }
762
- ],
763
- "stateMutability": "view",
764
- "type": "function"
765
- },
766
- {
767
- "inputs": [
768
- {
769
- "internalType": "uint256",
770
- "name": "tokenReward",
771
- "type": "uint256"
772
- }
773
- ],
774
- "name": "increaseIndex",
775
- "outputs": [],
776
- "stateMutability": "nonpayable",
777
- "type": "function"
778
- },
779
- {
780
- "inputs": [
781
- {
782
- "internalType": "address",
783
- "name": "to",
784
- "type": "address"
785
- },
786
- {
787
- "internalType": "uint256",
788
- "name": "tokenValue",
789
- "type": "uint256"
790
- }
791
- ],
792
- "name": "mint",
793
- "outputs": [
794
- {
795
- "internalType": "uint256",
796
- "name": "shares",
797
- "type": "uint256"
798
- }
799
- ],
800
- "stateMutability": "nonpayable",
801
- "type": "function"
802
- },
803
- {
804
- "inputs": [],
805
- "name": "name",
806
- "outputs": [
807
- {
808
- "internalType": "string",
809
- "name": "",
810
- "type": "string"
811
- }
812
- ],
813
- "stateMutability": "view",
814
- "type": "function"
815
- },
816
- {
817
- "inputs": [
818
- {
819
- "internalType": "address",
820
- "name": "owner",
821
- "type": "address"
822
- }
823
- ],
824
- "name": "nonces",
825
- "outputs": [
826
- {
827
- "internalType": "uint256",
828
- "name": "",
829
- "type": "uint256"
830
- }
831
- ],
832
- "stateMutability": "view",
833
- "type": "function"
834
- },
835
- {
836
- "inputs": [],
837
- "name": "pause",
838
- "outputs": [],
839
- "stateMutability": "nonpayable",
840
- "type": "function"
841
- },
842
- {
843
- "inputs": [],
844
- "name": "paused",
845
- "outputs": [
846
- {
847
- "internalType": "bool",
848
- "name": "",
849
- "type": "bool"
850
- }
851
- ],
852
- "stateMutability": "view",
853
- "type": "function"
854
- },
855
- {
856
- "inputs": [
857
- {
858
- "internalType": "address",
859
- "name": "owner",
860
- "type": "address"
861
- },
862
- {
863
- "internalType": "address",
864
- "name": "spender",
865
- "type": "address"
866
- },
867
- {
868
- "internalType": "uint256",
869
- "name": "value",
870
- "type": "uint256"
871
- },
872
- {
873
- "internalType": "uint256",
874
- "name": "deadline",
875
- "type": "uint256"
876
- },
877
- {
878
- "internalType": "uint8",
879
- "name": "v",
880
- "type": "uint8"
881
- },
882
- {
883
- "internalType": "bytes32",
884
- "name": "r",
885
- "type": "bytes32"
886
- },
887
- {
888
- "internalType": "bytes32",
889
- "name": "s",
890
- "type": "bytes32"
891
- }
892
- ],
893
- "name": "permit",
894
- "outputs": [],
895
- "stateMutability": "nonpayable",
896
- "type": "function"
897
- },
898
- {
899
- "inputs": [
900
- {
901
- "internalType": "uint256",
902
- "name": "tokenValue",
903
- "type": "uint256"
904
- }
905
- ],
906
- "name": "previewShares",
907
- "outputs": [
908
- {
909
- "internalType": "uint256",
910
- "name": "",
911
- "type": "uint256"
912
- }
913
- ],
914
- "stateMutability": "view",
915
- "type": "function"
916
- },
917
- {
918
- "inputs": [
919
- {
920
- "internalType": "bytes32",
921
- "name": "role",
922
- "type": "bytes32"
923
- },
924
- {
925
- "internalType": "address",
926
- "name": "callerConfirmation",
927
- "type": "address"
928
- }
929
- ],
930
- "name": "renounceRole",
931
- "outputs": [],
932
- "stateMutability": "nonpayable",
933
- "type": "function"
934
- },
935
- {
936
- "inputs": [
937
- {
938
- "internalType": "bytes32",
939
- "name": "role",
940
- "type": "bytes32"
941
- },
942
- {
943
- "internalType": "address",
944
- "name": "account",
945
- "type": "address"
946
- }
947
- ],
948
- "name": "revokeRole",
949
- "outputs": [],
950
- "stateMutability": "nonpayable",
951
- "type": "function"
952
- },
953
- {
954
- "inputs": [
955
- {
956
- "internalType": "address",
957
- "name": "from",
958
- "type": "address"
959
- },
960
- {
961
- "internalType": "uint256",
962
- "name": "tokenValue",
963
- "type": "uint256"
964
- }
965
- ],
966
- "name": "safeBurn",
967
- "outputs": [
968
- {
969
- "internalType": "uint256",
970
- "name": "shares",
971
- "type": "uint256"
972
- }
973
- ],
974
- "stateMutability": "nonpayable",
975
- "type": "function"
976
- },
977
- {
978
- "inputs": [
979
- {
980
- "internalType": "bytes4",
981
- "name": "interfaceId",
982
- "type": "bytes4"
983
- }
984
- ],
985
- "name": "supportsInterface",
986
- "outputs": [
987
- {
988
- "internalType": "bool",
989
- "name": "",
990
- "type": "bool"
991
- }
992
- ],
993
- "stateMutability": "view",
994
- "type": "function"
995
- },
996
- {
997
- "inputs": [],
998
- "name": "symbol",
999
- "outputs": [
1000
- {
1001
- "internalType": "string",
1002
- "name": "",
1003
- "type": "string"
1004
- }
1005
- ],
1006
- "stateMutability": "view",
1007
- "type": "function"
1008
- },
1009
- {
1010
- "inputs": [],
1011
- "name": "totalSupply",
1012
- "outputs": [
1013
- {
1014
- "internalType": "uint256",
1015
- "name": "",
1016
- "type": "uint256"
1017
- }
1018
- ],
1019
- "stateMutability": "view",
1020
- "type": "function"
1021
- },
1022
- {
1023
- "inputs": [
1024
- {
1025
- "internalType": "address",
1026
- "name": "to",
1027
- "type": "address"
1028
- },
1029
- {
1030
- "internalType": "uint256",
1031
- "name": "value",
1032
- "type": "uint256"
1033
- }
1034
- ],
1035
- "name": "transfer",
1036
- "outputs": [
1037
- {
1038
- "internalType": "bool",
1039
- "name": "",
1040
- "type": "bool"
1041
- }
1042
- ],
1043
- "stateMutability": "nonpayable",
1044
- "type": "function"
1045
- },
1046
- {
1047
- "inputs": [
1048
- {
1049
- "internalType": "address",
1050
- "name": "from",
1051
- "type": "address"
1052
- },
1053
- {
1054
- "internalType": "address",
1055
- "name": "to",
1056
- "type": "address"
1057
- },
1058
- {
1059
- "internalType": "uint256",
1060
- "name": "value",
1061
- "type": "uint256"
1062
- }
1063
- ],
1064
- "name": "transferFrom",
1065
- "outputs": [
1066
- {
1067
- "internalType": "bool",
1068
- "name": "",
1069
- "type": "bool"
1070
- }
1071
- ],
1072
- "stateMutability": "nonpayable",
1073
- "type": "function"
1074
- },
1075
- {
1076
- "inputs": [],
1077
- "name": "unpause",
1078
- "outputs": [],
1079
- "stateMutability": "nonpayable",
1080
- "type": "function"
1081
- }
1082
- ],
1083
- "bytecode": "0x6101603461046f57601f61232338819003918201601f19168301916001600160401b038311848410176103985780849260209460405283398101031261046f57516001600160a01b038116810361046f576040519061005d82610474565b6006825265098d2e28aa8960d31b908160208401526040519161007f83610474565b60068352650d8d2e28aa8960d31b60208401526040519061009f82610474565b600682526020820152604051906100b582610474565b60018252603160f81b60208301526100cc81610520565b610120526100d9826106df565b6101405260208151910120908160e0526020815191012080610100524660a0526040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c0810181811060018060401b03821117610398576040525190206080523060c05282516001600160401b038111610398576005908154600181811c91168015610465575b602082101461037857601f811161041f575b50602094601f82116001146103b9579481929394956000926103ae575b50508160011b916000199060031b1c19161781555b8251906001600160401b0382116103985760065490600182811c9216801561038e575b602083101461037857601f8211610335575b5050602092601f82116001146102cf57928192936000926102c4575b50508160011b916000199060031b1c1916176006555b6b033b2e3c9fd0803ce800000060078190556008805460ff19166012179055600a556001600160a01b0381166102bb57506102693361048f565b50604051611abf90816108648239608051816114d5015260a051816115a1015260c0518161149f015260e051816115240152610100518161154a015261012051816108640152610140518161088e0152f35b6102699061048f565b015190503880610219565b601f19821693600660005260206000209160005b86811061031d5750836001959610610304575b505050811b0160065561022f565b015160001960f88460031b161c191690553880806102f6565b919260206001819286850151815501940192016102e3565b6006600052602060002090601f8401811c8201926020851061036e575b601f01901c01905b818110156101fd576000815560010161035a565b9192508291610352565b634e487b7160e01b600052602260045260246000fd5b91607f16916101eb565b634e487b7160e01b600052604160045260246000fd5b0151905038806101b3565b601f198216958360005260206000209160005b888110610407575083600195969798106103ee575b505050811b0181556101c8565b015160001960f88460031b161c191690553880806103e1565b919260206001819286850151815501940192016103cc565b826000526020600020601f8301841c8101916020841061045b575b601f01841c01905b81811061044f5750610196565b60008155600101610442565b909150819061043a565b90607f1690610184565b600080fd5b604081019081106001600160401b0382111761039857604052565b6001600160a01b031660008181527f13649b2456f1b42fef0f0040b3aaeabcd21a76a0f3f5defd4f583839455116e8602052604081205490919060ff1661051c57818052600c6020526040822081835260205260408220600160ff1982541617905533917f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8180a4600190565b5090565b805160209190828110156105ba575090601f82511161055b578082519201519080831061054c57501790565b82600019910360031b1b161790565b90604051809263305a27a960e01b82528060048301528251908160248401526000935b8285106105a1575050604492506000838284010152601f80199101168101030190fd5b848101820151868601604401529381019385935061057e565b6001600160401b038111610398576000928354926001938481811c911680156106d5575b838210146106c157601f811161068e575b5081601f841160011461062b57509282939183928694610620575b50501b916000199060031b1c191617905560ff90565b01519250388061060a565b919083601f1981168780528488209488905b88838310610674575050501061065b575b505050811b01905560ff90565b015160001960f88460031b161c1916905538808061064e565b85870151885590960195948501948793509081019061063d565b85805284601f848820920160051c820191601f860160051c015b8281106106b65750506105ef565b8781550185906106a8565b634e487b7160e01b86526022600452602486fd5b90607f16906105de565b8051602090818110156107685750601f825111610709578082519201519080831061054c57501790565b90604051809263305a27a960e01b82528060048301528251908160248401526000935b82851061074f575050604492506000838284010152601f80199101168101030190fd5b848101820151868601604401529381019385935061072c565b9192916001600160401b0381116103985760019182548381811c91168015610859575b8282101461037857601f8111610823575b5080601f83116001146107d95750819293946000926107ce575b5050600019600383901b1c191690821b17905560ff90565b0151905038806107b6565b90601f198316958460005282600020926000905b88821061080c575050838596971061065b57505050811b01905560ff90565b8087859682949686015181550195019301906107ed565b8360005283601f83600020920160051c820191601f850160051c015b82811061084d57505061079c565b6000815501849061083f565b90607f169061078b56fe60806040908082526004918236101561001757600080fd5b600091823560e01c9081630186108014610f595750806301ffc9a714610f0357806302cea26b14610ee357806306fdde0314610e3057806307e2cea514610df6578063095ea7b314610dcd57806318160ddd14610da75780631b870ba714610d1457806323b872dd14610cd8578063248a9ca314610cad5780632f2ff15d14610c83578063313ce56714610c625780633644e51514610c4657806336568abe14610c015780633f4ba83a14610b9757806340c10f1914610a675780635c975abb14610a4457806370a08231146109fd5780637ecebe00146109c65780638456cb591461096c57806384b0196e1461084c57806391d148541461080557806395d89b41146107145780639d8e2177146106ee5780639f15d7001461059c578063a217fddf14610582578063a846ef7f14610564578063a9059cbb14610534578063b0428da614610516578063d505accf146103af578063d539139314610375578063d547741f14610335578063dd62ed3e146102e85763e39fa5d21461019b57600080fd5b346102e45760203660031901126102e45782356101b661113b565b600954600a54600754906101d9600a6101d08484876119ec565b048511156110fe565b83156102a157821561027257816101f091846119ec565b8381039181831161025f578085918402938404149114171561024c577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b939291610239916110f4565b9081600a5582519182526020820152a180f35b634e487b7160e01b855260118652602485fd5b634e487b7160e01b875260118852602487fd5b845162461bcd60e51b815260208189015260096024820152686e6f2073686172657360b81b6044820152606490fd5b845162461bcd60e51b8152602081890152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b5080fd5b5082346103315781600319360112610331576020928291610307610fb5565b61030f610fd0565b6001600160a01b03918216845291865283832091168252845220549051908152f35b8280fd5b50829034610331578060031936011261033157610371913561036c600161035a610fd0565b93838752600c602052862001546111ef565b6115c7565b5080f35b50346102e457816003193601126102e457602090517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b5091346102e45760e03660031901126102e4576103ca610fb5565b6103d2610fd0565b906044359260643560843560ff81168103610512578142116104fb5760018060a01b0390818516928389526002602052898920908154916001830190558a519060208201927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452868d840152858a1660608401528a608084015260a083015260c082015260c0815260e0810181811067ffffffffffffffff8211176104e8578b525190206104b6916104ad9161048761149c565b908c519161190160f01b83526002830152602282015260c43591604260a43592206118b1565b90929192611961565b168181036104cd57866104ca87878761163e565b80f35b87516325c0072360e11b815292830152602482015260449150fd5b634e487b7160e01b8b526041875260248bfd5b875163313c898160e11b8152808401839052602490fd5b8680fd5b50346102e457816003193601126102e4576020906009549051908152f35b50346102e457806003193601126102e45760209061055d610553610fb5565b602435903361130b565b5160018152f35b50346102e457816003193601126102e4576020906007549051908152f35b50346102e457816003193601126102e45751908152602090f35b50346102e457806003193601126102e4576105b5610fb5565b602435926001600160a01b0382169182156106d7573383036106c7575b6105da6116d1565b6105e26116d1565b6105eb85610fe6565b908383526003602052848320549682881061067f5750508060209684845260038852038483205560095403600955817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef868551878152a37f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f3230108261066d85610fe6565b9481519086825287820152a251908152f35b6106c387876106948b600a54600754916119ec565b905163391434e360e21b81526001600160a01b0390951693850193845260208401526040830152829160600190565b0390fd5b6106d2853383611238565b6105d2565b8351634b637e8f60e11b8152808701839052602490fd5b50346102e457816003193601126102e457602090516b033b2e3c9fd0803ce80000008152f35b509034610802578060031936011261080257815191828260065461073781611066565b90818452602095600191876001821691826000146107db57505060011461077f575b50505061077b929161076c9103856110d2565b51928284938452830190610f75565b0390f35b9190869350600683527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f5b8284106107c3575050508201018161076c61077b610759565b8054848a0186015288955087949093019281016107aa565b60ff19168782015293151560051b8601909301935084925061076c915061077b9050610759565b80fd5b5082346103315781600319360112610331578160209360ff92610826610fd0565b90358252600c86528282206001600160a01b039091168252855220549151911615158152f35b508290346103315782600319360112610331576108887f00000000000000000000000000000000000000000000000000000000000000006116ef565b926108b27f00000000000000000000000000000000000000000000000000000000000000006117f0565b90825192602092602085019585871067ffffffffffffffff881117610959575092602061090f838896610902998b9996528686528151998a99600f60f81b8b5260e0868c015260e08b0190610f75565b91898303908a0152610f75565b924660608801523060808801528460a088015286840360c088015251928381520193925b82811061094257505050500390f35b835185528695509381019392810192600101610933565b634e487b7160e01b845260419052602483fd5b50346102e457816003193601126102e45760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258916109a96111b5565b6109b16116d1565b600160ff19600b541617600b5551338152a180f35b50346102e45760203660031901126102e45760209181906001600160a01b036109ed610fb5565b1681526002845220549051908152f35b50346102e45760203660031901126102e457602091610a3d9082906001600160a01b03610a28610fb5565b168152600385522054600a54600754916119ec565b9051908152f35b50346102e457816003193601126102e45760209060ff600b541690519015158152f35b50346102e457806003193601126102e457610a80610fb5565b92602435927ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc994858252602095600c8752848320338452875260ff858420541615610b7957506001600160a01b0316918215610b6457508190610ae16116d1565b610ae96116d1565b610af285610fe6565b610afe81600954611215565b600955828252600387528482209081540190557fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef868551878152a37fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a38261066d85610fe6565b60249184519163ec442f0560e01b8352820152fd5b845163e2517d3f60e01b815233818601526024810191909152604490fd5b508234610331578260031936011261033157610bb16111b5565b600b549060ff821615610bf3575060ff1916600b55513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b8251638dfc202b60e01b8152fd5b50346102e457806003193601126102e457610c1a610fd0565b90336001600160a01b03831603610c3757506103719192356115c7565b5163334bd91960e11b81528390fd5b50346102e457816003193601126102e457602090610a3d61149c565b50346102e457816003193601126102e45760209060ff600854169051908152f35b508290346103315780600319360112610331576103719135610ca8600161035a610fd0565b61141c565b5082346103315760203660031901126103315781602093600192358152600c85522001549051908152f35b50346102e45760603660031901126102e45760209061055d610cf8610fb5565b610d00610fd0565b60443591610d0f833383611238565b61130b565b50346102e45760203660031901126102e4578235610d3061113b565b600954600a5460075490610d4a600a6101d08484876119ec565b83156102a15782156102725783610d6583610d6a93866119ec565b611215565b81810291818304149015171561024c577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a939291610239916110f4565b50346102e457816003193601126102e457602090610a3d600954600a54600754916119ec565b50346102e457806003193601126102e45760209061055d610dec610fb5565b602435903361163e565b50346102e457816003193601126102e457602090517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b5090346108025780600319360112610802578151918282600554610e5381611066565b90818452602095600191876001821691826000146107db575050600114610e875750505061077b929161076c9103856110d2565b9190869350600583527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db05b828410610ecb575050508201018161076c61077b610759565b8054848a018601528895508794909301928101610eb2565b5090346108025760203660031901126108025750610a3d60209235610fe6565b50823461033157602036600319011261033157359063ffffffff60e01b82168092036103315760209250637965db0b60e01b8214918215610f48575b50519015158152f35b6301ffc9a760e01b14915083610f3f565b8390346102e457816003193601126102e457602090600a548152f35b919082519283825260005b848110610fa1575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201610f80565b600435906001600160a01b0382168203610fcb57565b600080fd5b602435906001600160a01b0382168203610fcb57565b801561102a57600754600a54610ffd8183856119ec565b918115611014576110119309151590611215565b90565b634e487b7160e01b600052601260045260246000fd5b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c92168015611096575b602083101461108057565b634e487b7160e01b600052602260045260246000fd5b91607f1691611075565b6040810190811067ffffffffffffffff8211176110bc57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff8211176110bc57604052565b8115611014570490565b1561110557565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b3360009081527fad6800380182c080bdcbe0405f029414a274cf648936d4a4dfe109b0c29b356b60205260409020547f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c89060ff16156111975750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f13649b2456f1b42fef0f0040b3aaeabcd21a76a0f3f5defd4f583839455116e8602052604081205460ff16156111975750565b80600052600c60205260406000203360005260205260ff60406000205416156111975750565b9190820180921161122257565b634e487b7160e01b600052601160045260246000fd5b9160018060a01b038093169160009383855260046020526040938486209183169182875260205284862054926000198410611277575b50505050505050565b8484106112db575080156112c35781156112ab5785526004602052838520908552602052039120553880808080808061126e565b8451634a1406b160e11b815260048101879052602490fd5b845163e602df0560e01b815260048101879052602490fd5b8551637dc7a0d960e11b81526001600160a01b039190911660048201526024810184905260448101859052606490fd5b916001600160a01b0380841692831561140357169283156113ea5761132e6116d1565b6113366116d1565b61133f82610fe6565b9060009084825260036020526040822054908382106113a257509160408282602095887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef98965260038752038282205587815220908154019055604051908152a3565b6106c36113b68693600a54600754916119ec565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b90600091808352600c602052604083209160018060a01b03169182845260205260ff6040842054161560001461149757808352600c6020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316148061159e575b156114f7577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a0815260c0810181811067ffffffffffffffff8211176110bc5760405251902090565b507f000000000000000000000000000000000000000000000000000000000000000046146114ce565b90600091808352600c602052604083209160018060a01b03169182845260205260ff60408420541660001461149757808352600c602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b6001600160a01b039081169182156116b8571691821561169f5760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925918360005260048252604060002085600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b60ff600b54166116dd57565b60405163d93c066560e01b8152600490fd5b60ff811461172d5760ff811690601f821161171b5760405191611711836110a0565b8252602082015290565b604051632cd44ac360e21b8152600490fd5b506040516000816000549161174183611066565b808352926020906001908181169081156117cc575060011461176c575b5050611011925003826110d2565b915092600080527f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563936000925b8284106117b45750611011945050508101602001388061175e565b85548785018301529485019486945092810192611799565b9150506020925061101194915060ff191682840152151560051b820101388061175e565b60ff81146118125760ff811690601f821161171b5760405191611711836110a0565b5060405160008160019160015461182881611066565b80845293602091600181169081156117cc5750600114611850575050611011925003826110d2565b91509260016000527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6936000925b8284106118995750611011945050508101602001388061175e565b8554878501830152948501948694509281019261187e565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841161193557926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa156119295780516001600160a01b0381161561192057918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b6004111561194b57565b634e487b7160e01b600052602160045260246000fd5b61196a81611941565b80611973575050565b61197c81611941565b600181036119965760405163f645eedf60e01b8152600490fd5b61199f81611941565b600281036119c05760405163fce698f760e01b815260048101839052602490fd5b806119cc600392611941565b146119d45750565b602490604051906335e2f38360e21b82526004820152fd5b90916000198383099280830292838086109503948086039514611a7c5784831115611a63579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b50509061101192506110f456fea26469706673582212207bb1b925ff7557719bb930c413747e67761c82e5b0edd8c2847c4ee5153c5ec664736f6c63430008190033",
1084
- "deployedBytecode": "0x60806040908082526004918236101561001757600080fd5b600091823560e01c9081630186108014610f595750806301ffc9a714610f0357806302cea26b14610ee357806306fdde0314610e3057806307e2cea514610df6578063095ea7b314610dcd57806318160ddd14610da75780631b870ba714610d1457806323b872dd14610cd8578063248a9ca314610cad5780632f2ff15d14610c83578063313ce56714610c625780633644e51514610c4657806336568abe14610c015780633f4ba83a14610b9757806340c10f1914610a675780635c975abb14610a4457806370a08231146109fd5780637ecebe00146109c65780638456cb591461096c57806384b0196e1461084c57806391d148541461080557806395d89b41146107145780639d8e2177146106ee5780639f15d7001461059c578063a217fddf14610582578063a846ef7f14610564578063a9059cbb14610534578063b0428da614610516578063d505accf146103af578063d539139314610375578063d547741f14610335578063dd62ed3e146102e85763e39fa5d21461019b57600080fd5b346102e45760203660031901126102e45782356101b661113b565b600954600a54600754906101d9600a6101d08484876119ec565b048511156110fe565b83156102a157821561027257816101f091846119ec565b8381039181831161025f578085918402938404149114171561024c577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b939291610239916110f4565b9081600a5582519182526020820152a180f35b634e487b7160e01b855260118652602485fd5b634e487b7160e01b875260118852602487fd5b845162461bcd60e51b815260208189015260096024820152686e6f2073686172657360b81b6044820152606490fd5b845162461bcd60e51b8152602081890152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b5080fd5b5082346103315781600319360112610331576020928291610307610fb5565b61030f610fd0565b6001600160a01b03918216845291865283832091168252845220549051908152f35b8280fd5b50829034610331578060031936011261033157610371913561036c600161035a610fd0565b93838752600c602052862001546111ef565b6115c7565b5080f35b50346102e457816003193601126102e457602090517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b5091346102e45760e03660031901126102e4576103ca610fb5565b6103d2610fd0565b906044359260643560843560ff81168103610512578142116104fb5760018060a01b0390818516928389526002602052898920908154916001830190558a519060208201927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452868d840152858a1660608401528a608084015260a083015260c082015260c0815260e0810181811067ffffffffffffffff8211176104e8578b525190206104b6916104ad9161048761149c565b908c519161190160f01b83526002830152602282015260c43591604260a43592206118b1565b90929192611961565b168181036104cd57866104ca87878761163e565b80f35b87516325c0072360e11b815292830152602482015260449150fd5b634e487b7160e01b8b526041875260248bfd5b875163313c898160e11b8152808401839052602490fd5b8680fd5b50346102e457816003193601126102e4576020906009549051908152f35b50346102e457806003193601126102e45760209061055d610553610fb5565b602435903361130b565b5160018152f35b50346102e457816003193601126102e4576020906007549051908152f35b50346102e457816003193601126102e45751908152602090f35b50346102e457806003193601126102e4576105b5610fb5565b602435926001600160a01b0382169182156106d7573383036106c7575b6105da6116d1565b6105e26116d1565b6105eb85610fe6565b908383526003602052848320549682881061067f5750508060209684845260038852038483205560095403600955817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef868551878152a37f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f3230108261066d85610fe6565b9481519086825287820152a251908152f35b6106c387876106948b600a54600754916119ec565b905163391434e360e21b81526001600160a01b0390951693850193845260208401526040830152829160600190565b0390fd5b6106d2853383611238565b6105d2565b8351634b637e8f60e11b8152808701839052602490fd5b50346102e457816003193601126102e457602090516b033b2e3c9fd0803ce80000008152f35b509034610802578060031936011261080257815191828260065461073781611066565b90818452602095600191876001821691826000146107db57505060011461077f575b50505061077b929161076c9103856110d2565b51928284938452830190610f75565b0390f35b9190869350600683527ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f5b8284106107c3575050508201018161076c61077b610759565b8054848a0186015288955087949093019281016107aa565b60ff19168782015293151560051b8601909301935084925061076c915061077b9050610759565b80fd5b5082346103315781600319360112610331578160209360ff92610826610fd0565b90358252600c86528282206001600160a01b039091168252855220549151911615158152f35b508290346103315782600319360112610331576108887f00000000000000000000000000000000000000000000000000000000000000006116ef565b926108b27f00000000000000000000000000000000000000000000000000000000000000006117f0565b90825192602092602085019585871067ffffffffffffffff881117610959575092602061090f838896610902998b9996528686528151998a99600f60f81b8b5260e0868c015260e08b0190610f75565b91898303908a0152610f75565b924660608801523060808801528460a088015286840360c088015251928381520193925b82811061094257505050500390f35b835185528695509381019392810192600101610933565b634e487b7160e01b845260419052602483fd5b50346102e457816003193601126102e45760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258916109a96111b5565b6109b16116d1565b600160ff19600b541617600b5551338152a180f35b50346102e45760203660031901126102e45760209181906001600160a01b036109ed610fb5565b1681526002845220549051908152f35b50346102e45760203660031901126102e457602091610a3d9082906001600160a01b03610a28610fb5565b168152600385522054600a54600754916119ec565b9051908152f35b50346102e457816003193601126102e45760209060ff600b541690519015158152f35b50346102e457806003193601126102e457610a80610fb5565b92602435927ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc994858252602095600c8752848320338452875260ff858420541615610b7957506001600160a01b0316918215610b6457508190610ae16116d1565b610ae96116d1565b610af285610fe6565b610afe81600954611215565b600955828252600387528482209081540190557fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef868551878152a37fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a38261066d85610fe6565b60249184519163ec442f0560e01b8352820152fd5b845163e2517d3f60e01b815233818601526024810191909152604490fd5b508234610331578260031936011261033157610bb16111b5565b600b549060ff821615610bf3575060ff1916600b55513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b8251638dfc202b60e01b8152fd5b50346102e457806003193601126102e457610c1a610fd0565b90336001600160a01b03831603610c3757506103719192356115c7565b5163334bd91960e11b81528390fd5b50346102e457816003193601126102e457602090610a3d61149c565b50346102e457816003193601126102e45760209060ff600854169051908152f35b508290346103315780600319360112610331576103719135610ca8600161035a610fd0565b61141c565b5082346103315760203660031901126103315781602093600192358152600c85522001549051908152f35b50346102e45760603660031901126102e45760209061055d610cf8610fb5565b610d00610fd0565b60443591610d0f833383611238565b61130b565b50346102e45760203660031901126102e4578235610d3061113b565b600954600a5460075490610d4a600a6101d08484876119ec565b83156102a15782156102725783610d6583610d6a93866119ec565b611215565b81810291818304149015171561024c577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a939291610239916110f4565b50346102e457816003193601126102e457602090610a3d600954600a54600754916119ec565b50346102e457806003193601126102e45760209061055d610dec610fb5565b602435903361163e565b50346102e457816003193601126102e457602090517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b5090346108025780600319360112610802578151918282600554610e5381611066565b90818452602095600191876001821691826000146107db575050600114610e875750505061077b929161076c9103856110d2565b9190869350600583527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db05b828410610ecb575050508201018161076c61077b610759565b8054848a018601528895508794909301928101610eb2565b5090346108025760203660031901126108025750610a3d60209235610fe6565b50823461033157602036600319011261033157359063ffffffff60e01b82168092036103315760209250637965db0b60e01b8214918215610f48575b50519015158152f35b6301ffc9a760e01b14915083610f3f565b8390346102e457816003193601126102e457602090600a548152f35b919082519283825260005b848110610fa1575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201610f80565b600435906001600160a01b0382168203610fcb57565b600080fd5b602435906001600160a01b0382168203610fcb57565b801561102a57600754600a54610ffd8183856119ec565b918115611014576110119309151590611215565b90565b634e487b7160e01b600052601260045260246000fd5b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c92168015611096575b602083101461108057565b634e487b7160e01b600052602260045260246000fd5b91607f1691611075565b6040810190811067ffffffffffffffff8211176110bc57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff8211176110bc57604052565b8115611014570490565b1561110557565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b3360009081527fad6800380182c080bdcbe0405f029414a274cf648936d4a4dfe109b0c29b356b60205260409020547f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c89060ff16156111975750565b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3360009081527f13649b2456f1b42fef0f0040b3aaeabcd21a76a0f3f5defd4f583839455116e8602052604081205460ff16156111975750565b80600052600c60205260406000203360005260205260ff60406000205416156111975750565b9190820180921161122257565b634e487b7160e01b600052601160045260246000fd5b9160018060a01b038093169160009383855260046020526040938486209183169182875260205284862054926000198410611277575b50505050505050565b8484106112db575080156112c35781156112ab5785526004602052838520908552602052039120553880808080808061126e565b8451634a1406b160e11b815260048101879052602490fd5b845163e602df0560e01b815260048101879052602490fd5b8551637dc7a0d960e11b81526001600160a01b039190911660048201526024810184905260448101859052606490fd5b916001600160a01b0380841692831561140357169283156113ea5761132e6116d1565b6113366116d1565b61133f82610fe6565b9060009084825260036020526040822054908382106113a257509160408282602095887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef98965260038752038282205587815220908154019055604051908152a3565b6106c36113b68693600a54600754916119ec565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b90600091808352600c602052604083209160018060a01b03169182845260205260ff6040842054161560001461149757808352600c6020526040832082845260205260408320600160ff198254161790557f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d339380a4600190565b505090565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316148061159e575b156114f7577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a0815260c0810181811067ffffffffffffffff8211176110bc5760405251902090565b507f000000000000000000000000000000000000000000000000000000000000000046146114ce565b90600091808352600c602052604083209160018060a01b03169182845260205260ff60408420541660001461149757808352600c602052604083208284526020526040832060ff1981541690557ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b339380a4600190565b6001600160a01b039081169182156116b8571691821561169f5760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925918360005260048252604060002085600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b60ff600b54166116dd57565b60405163d93c066560e01b8152600490fd5b60ff811461172d5760ff811690601f821161171b5760405191611711836110a0565b8252602082015290565b604051632cd44ac360e21b8152600490fd5b506040516000816000549161174183611066565b808352926020906001908181169081156117cc575060011461176c575b5050611011925003826110d2565b915092600080527f290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563936000925b8284106117b45750611011945050508101602001388061175e565b85548785018301529485019486945092810192611799565b9150506020925061101194915060ff191682840152151560051b820101388061175e565b60ff81146118125760ff811690601f821161171b5760405191611711836110a0565b5060405160008160019160015461182881611066565b80845293602091600181169081156117cc5750600114611850575050611011925003826110d2565b91509260016000527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6936000925b8284106118995750611011945050508101602001388061175e565b8554878501830152948501948694509281019261187e565b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841161193557926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa156119295780516001600160a01b0381161561192057918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b6004111561194b57565b634e487b7160e01b600052602160045260246000fd5b61196a81611941565b80611973575050565b61197c81611941565b600181036119965760405163f645eedf60e01b8152600490fd5b61199f81611941565b600281036119c05760405163fce698f760e01b815260048101839052602490fd5b806119cc600392611941565b146119d45750565b602490604051906335e2f38360e21b82526004820152fd5b90916000198383099280830292838086109503948086039514611a7c5784831115611a63579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b50509061101192506110f456fea26469706673582212207bb1b925ff7557719bb930c413747e67761c82e5b0edd8c2847c4ee5153c5ec664736f6c63430008190033",
1085
- "linkReferences": {},
1086
- "deployedLinkReferences": {}
1087
- }