@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.
- package/README.md +185 -243
- package/lib/stake.browser.js +59089 -13470
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +16734 -3223
- package/lib/stake.js +58790 -13055
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +59089 -13470
- package/lib/stake.m.js.map +1 -1
- package/package.json +6 -3
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +59 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +14 -12
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +37 -1
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.json → hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +140 -78
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1696 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1044 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
- package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/liqEth/RewardsERC20.sol/RewardsERC20.json → mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json} +159 -34
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.json +542 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -81
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.json +948 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +2 -2
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
- package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
- package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.json +1653 -0
- package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
- package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
- package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
- package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
- package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +35 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
- package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +35 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +741 -0
- package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +3816 -1567
- package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/{idl → mainnet/idl}/validator_leaderboard.json +4 -4
- package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +3816 -1567
- package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/{types → mainnet/types}/validator_leaderboard.ts +4 -4
- package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
- package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
- package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
- package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
- package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
- package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
- package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
- package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
- package/src/index.ts +2 -2
- package/src/networks/ethereum/clients/{deposit.client.ts → convert.client.ts} +76 -11
- package/src/networks/ethereum/clients/opp.client.ts +389 -0
- package/src/networks/ethereum/clients/pretoken.client.ts +81 -46
- package/src/networks/ethereum/clients/receipt.client.ts +199 -0
- package/src/networks/ethereum/clients/stake.client.ts +86 -161
- package/src/networks/ethereum/clients/validator.client.ts +61 -0
- package/src/networks/ethereum/contract.ts +424 -178
- package/src/networks/ethereum/ethereum.ts +461 -274
- package/src/networks/ethereum/types.ts +71 -32
- package/src/networks/ethereum/utils.ts +104 -78
- package/src/networks/solana/clients/convert.client.ts +341 -0
- package/src/networks/solana/clients/distribution.client.ts +269 -263
- package/src/networks/solana/clients/leaderboard.client.ts +68 -26
- package/src/networks/solana/clients/outpost.client.ts +224 -357
- package/src/networks/solana/clients/token.client.ts +96 -107
- package/src/networks/solana/constants.ts +88 -216
- package/src/networks/solana/program.ts +432 -28
- package/src/networks/solana/solana.ts +1070 -399
- package/src/networks/solana/types.ts +688 -75
- package/src/networks/solana/utils.ts +160 -359
- package/src/staker.ts +25 -4
- package/src/types.ts +247 -39
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.json +0 -1114
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -118
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/ValidatorBalanceVerifier.sol/ValidatorBalanceVerifier.json +0 -225
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/BeaconRoots.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/SSZ.json +0 -10
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.json +0 -813
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.json +0 -573
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1087
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.json +0 -1183
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -927
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -447
- package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.json +0 -1753
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.json +0 -930
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2020
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/Warrant.sol/Warrant.json +0 -1650
- package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/networks/solana/clients/deposit.client.ts +0 -127
- package/src/staker/types.ts +0 -62
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
- /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
- /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
- /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
|
-
}
|