@wireio/stake 2.6.1 → 2.7.1
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/lib/stake.browser.js +1738 -26280
- package/lib/stake.browser.js.map +1 -1
- package/lib/stake.d.ts +665 -16
- package/lib/stake.js +1738 -26280
- package/lib/stake.js.map +1 -1
- package/lib/stake.m.js +1738 -26280
- package/lib/stake.m.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +70 -0
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +10 -75
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -2
- package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +1 -1
- package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +1 -1
- package/src/assets/solana/devnet/idl/liqsol_core.json +490 -1
- package/src/assets/solana/devnet/idl/transfer_hook.json +248 -0
- package/src/assets/solana/devnet/idl/validator_leaderboard.json +161 -0
- package/src/assets/solana/devnet/types/liqsol_core.ts +490 -1
- package/src/assets/solana/devnet/types/transfer_hook.ts +248 -0
- package/src/assets/solana/devnet/types/validator_leaderboard.ts +161 -0
- package/src/networks/ethereum/contract.ts +64 -69
- package/src/networks/ethereum/types.ts +1 -1
- package/src/networks/solana/clients/distribution.client.ts +2 -1
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +0 -164
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -76
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +0 -10
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +0 -618
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +0 -40
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +0 -10
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +0 -233
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +0 -49
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +0 -64
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +0 -1458
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +0 -1532
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +0 -1525
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +0 -1076
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +0 -807
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -1289
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -39
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -64
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +0 -319
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -333
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +0 -279
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -129
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -66
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +0 -229
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +0 -1376
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +0 -973
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +0 -10
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +0 -441
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -122
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +0 -551
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +0 -948
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +0 -88
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +0 -194
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +0 -36
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +0 -199
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -273
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -394
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -378
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +0 -224
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +0 -1010
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +0 -291
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +0 -298
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +0 -488
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +0 -229
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -1432
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -130
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -141
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -213
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +0 -2015
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -29
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -858
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -30
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +0 -472
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +0 -330
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
- package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +0 -449
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManager.json +0 -978
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IAccounting.json +0 -176
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -874
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -937
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/accounting.sol/Accounting.json +0 -542
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthToken.json +0 -1233
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModule.json +0 -1772
- package/src/assets/ethereum/mainnet/outpost/Aggregator.sol/Aggregator.json +0 -82
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/BAR.sol/BAR.json +0 -1840
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Depositor.sol/Depositor.json +0 -1622
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManager.json +0 -730
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pool.sol/Pool.json +0 -905
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
- package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/Pretoken.json +0 -1634
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/DepositManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/KeyBondManager.sol/KeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthCommon.sol/IKeyBondManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/StakingLib.sol/StakingLib.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/liqEth.sol/LiqEthTokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/stakingModule.sol/StakingModuleV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/DepositManager.sol/DepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IAccounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/accounting.sol/Accounting.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/liqEth.sol/LiqEthToken.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/liqEth/v1/stakingModule.sol/StakingModule.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/BAR.sol/BARV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Depositor.sol/DepositorV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/OutpostManager.sol/OutpostManagerV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pool.sol/PoolV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/Pretoken.sol/PretokenV2.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/BAR.sol/BAR.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Depositor.sol/Depositor.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/OutpostManager.sol/OutpostManager.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pool.sol/Pool.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.dbg.json +0 -0
- /package/src/assets/ethereum/{hoodi → mainnet}/outpost/v1/Pretoken.sol/Pretoken.json +0 -0
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "Uint64BE",
|
|
4
|
-
"sourceName": "contracts/liqEth/withdrawalVault.sol",
|
|
5
|
-
"abi": [],
|
|
6
|
-
"bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea26469706673582212200b0119e4c2d172c8aa97311478ba3595407a4eeb98998335a485182d7c4f093d64736f6c63430008190033",
|
|
7
|
-
"deployedBytecode": "0x600080fdfea26469706673582212200b0119e4c2d172c8aa97311478ba3595407a4eeb98998335a485182d7c4f093d64736f6c63430008190033",
|
|
8
|
-
"linkReferences": {},
|
|
9
|
-
"deployedLinkReferences": {}
|
|
10
|
-
}
|
|
@@ -1,441 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "WithdrawalVault",
|
|
4
|
-
"sourceName": "contracts/liqEth/withdrawalVault.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "address",
|
|
10
|
-
"name": "authority",
|
|
11
|
-
"type": "address"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"name": "AccessManagedInvalidAuthority",
|
|
15
|
-
"type": "error"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"inputs": [
|
|
19
|
-
{
|
|
20
|
-
"internalType": "address",
|
|
21
|
-
"name": "caller",
|
|
22
|
-
"type": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"internalType": "uint32",
|
|
26
|
-
"name": "delay",
|
|
27
|
-
"type": "uint32"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"name": "AccessManagedRequiredDelay",
|
|
31
|
-
"type": "error"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"inputs": [
|
|
35
|
-
{
|
|
36
|
-
"internalType": "address",
|
|
37
|
-
"name": "caller",
|
|
38
|
-
"type": "address"
|
|
39
|
-
}
|
|
40
|
-
],
|
|
41
|
-
"name": "AccessManagedUnauthorized",
|
|
42
|
-
"type": "error"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [
|
|
46
|
-
{
|
|
47
|
-
"internalType": "address",
|
|
48
|
-
"name": "target",
|
|
49
|
-
"type": "address"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"name": "AddressEmptyCode",
|
|
53
|
-
"type": "error"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"internalType": "address",
|
|
59
|
-
"name": "implementation",
|
|
60
|
-
"type": "address"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "ERC1967InvalidImplementation",
|
|
64
|
-
"type": "error"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"inputs": [],
|
|
68
|
-
"name": "ERC1967NonPayable",
|
|
69
|
-
"type": "error"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [],
|
|
73
|
-
"name": "FailedCall",
|
|
74
|
-
"type": "error"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"inputs": [],
|
|
78
|
-
"name": "InvalidInitialization",
|
|
79
|
-
"type": "error"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"inputs": [],
|
|
83
|
-
"name": "NotInitializing",
|
|
84
|
-
"type": "error"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"inputs": [],
|
|
88
|
-
"name": "ReentrancyGuardReentrantCall",
|
|
89
|
-
"type": "error"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"inputs": [],
|
|
93
|
-
"name": "UUPSUnauthorizedCallContext",
|
|
94
|
-
"type": "error"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"inputs": [
|
|
98
|
-
{
|
|
99
|
-
"internalType": "bytes32",
|
|
100
|
-
"name": "slot",
|
|
101
|
-
"type": "bytes32"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"name": "UUPSUnsupportedProxiableUUID",
|
|
105
|
-
"type": "error"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"anonymous": false,
|
|
109
|
-
"inputs": [
|
|
110
|
-
{
|
|
111
|
-
"indexed": false,
|
|
112
|
-
"internalType": "address",
|
|
113
|
-
"name": "authority",
|
|
114
|
-
"type": "address"
|
|
115
|
-
}
|
|
116
|
-
],
|
|
117
|
-
"name": "AuthorityUpdated",
|
|
118
|
-
"type": "event"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"anonymous": false,
|
|
122
|
-
"inputs": [
|
|
123
|
-
{
|
|
124
|
-
"indexed": false,
|
|
125
|
-
"internalType": "bytes",
|
|
126
|
-
"name": "pubkey",
|
|
127
|
-
"type": "bytes"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"indexed": false,
|
|
131
|
-
"internalType": "uint256",
|
|
132
|
-
"name": "ethAmount",
|
|
133
|
-
"type": "uint256"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"name": "ExitRequested",
|
|
137
|
-
"type": "event"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"anonymous": false,
|
|
141
|
-
"inputs": [
|
|
142
|
-
{
|
|
143
|
-
"indexed": false,
|
|
144
|
-
"internalType": "uint256",
|
|
145
|
-
"name": "ethAmount",
|
|
146
|
-
"type": "uint256"
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
|
-
"name": "FullExitSent",
|
|
150
|
-
"type": "event"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"anonymous": false,
|
|
154
|
-
"inputs": [
|
|
155
|
-
{
|
|
156
|
-
"indexed": false,
|
|
157
|
-
"internalType": "uint64",
|
|
158
|
-
"name": "version",
|
|
159
|
-
"type": "uint64"
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"name": "Initialized",
|
|
163
|
-
"type": "event"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"anonymous": false,
|
|
167
|
-
"inputs": [
|
|
168
|
-
{
|
|
169
|
-
"indexed": false,
|
|
170
|
-
"internalType": "uint256",
|
|
171
|
-
"name": "ethAmount",
|
|
172
|
-
"type": "uint256"
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"name": "PartialExitSent",
|
|
176
|
-
"type": "event"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"anonymous": false,
|
|
180
|
-
"inputs": [
|
|
181
|
-
{
|
|
182
|
-
"indexed": true,
|
|
183
|
-
"internalType": "address",
|
|
184
|
-
"name": "implementation",
|
|
185
|
-
"type": "address"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"name": "Upgraded",
|
|
189
|
-
"type": "event"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"inputs": [],
|
|
193
|
-
"name": "EXIT_ROLE",
|
|
194
|
-
"outputs": [
|
|
195
|
-
{
|
|
196
|
-
"internalType": "bytes32",
|
|
197
|
-
"name": "",
|
|
198
|
-
"type": "bytes32"
|
|
199
|
-
}
|
|
200
|
-
],
|
|
201
|
-
"stateMutability": "view",
|
|
202
|
-
"type": "function"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"inputs": [],
|
|
206
|
-
"name": "ORACLE_PULLER_ROLE",
|
|
207
|
-
"outputs": [
|
|
208
|
-
{
|
|
209
|
-
"internalType": "bytes32",
|
|
210
|
-
"name": "",
|
|
211
|
-
"type": "bytes32"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"stateMutability": "view",
|
|
215
|
-
"type": "function"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"inputs": [],
|
|
219
|
-
"name": "UPGRADE_INTERFACE_VERSION",
|
|
220
|
-
"outputs": [
|
|
221
|
-
{
|
|
222
|
-
"internalType": "string",
|
|
223
|
-
"name": "",
|
|
224
|
-
"type": "string"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"stateMutability": "view",
|
|
228
|
-
"type": "function"
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"inputs": [],
|
|
232
|
-
"name": "authority",
|
|
233
|
-
"outputs": [
|
|
234
|
-
{
|
|
235
|
-
"internalType": "address",
|
|
236
|
-
"name": "",
|
|
237
|
-
"type": "address"
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
"stateMutability": "view",
|
|
241
|
-
"type": "function"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
"inputs": [],
|
|
245
|
-
"name": "dm",
|
|
246
|
-
"outputs": [
|
|
247
|
-
{
|
|
248
|
-
"internalType": "contract IDepositManager",
|
|
249
|
-
"name": "",
|
|
250
|
-
"type": "address"
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
"stateMutability": "view",
|
|
254
|
-
"type": "function"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"inputs": [
|
|
258
|
-
{
|
|
259
|
-
"internalType": "address",
|
|
260
|
-
"name": "manager",
|
|
261
|
-
"type": "address"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"internalType": "contract IDepositManager",
|
|
265
|
-
"name": "_dm",
|
|
266
|
-
"type": "address"
|
|
267
|
-
}
|
|
268
|
-
],
|
|
269
|
-
"name": "initialize",
|
|
270
|
-
"outputs": [],
|
|
271
|
-
"stateMutability": "nonpayable",
|
|
272
|
-
"type": "function"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"inputs": [],
|
|
276
|
-
"name": "isConsumingScheduledOp",
|
|
277
|
-
"outputs": [
|
|
278
|
-
{
|
|
279
|
-
"internalType": "bytes4",
|
|
280
|
-
"name": "",
|
|
281
|
-
"type": "bytes4"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"stateMutability": "view",
|
|
285
|
-
"type": "function"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"inputs": [],
|
|
289
|
-
"name": "minBalance",
|
|
290
|
-
"outputs": [
|
|
291
|
-
{
|
|
292
|
-
"internalType": "uint256",
|
|
293
|
-
"name": "",
|
|
294
|
-
"type": "uint256"
|
|
295
|
-
}
|
|
296
|
-
],
|
|
297
|
-
"stateMutability": "view",
|
|
298
|
-
"type": "function"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"inputs": [],
|
|
302
|
-
"name": "proxiableUUID",
|
|
303
|
-
"outputs": [
|
|
304
|
-
{
|
|
305
|
-
"internalType": "bytes32",
|
|
306
|
-
"name": "",
|
|
307
|
-
"type": "bytes32"
|
|
308
|
-
}
|
|
309
|
-
],
|
|
310
|
-
"stateMutability": "view",
|
|
311
|
-
"type": "function"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"inputs": [
|
|
315
|
-
{
|
|
316
|
-
"internalType": "bytes",
|
|
317
|
-
"name": "pubkey",
|
|
318
|
-
"type": "bytes"
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"name": "requestFullExit",
|
|
322
|
-
"outputs": [],
|
|
323
|
-
"stateMutability": "payable",
|
|
324
|
-
"type": "function"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"inputs": [
|
|
328
|
-
{
|
|
329
|
-
"internalType": "bytes",
|
|
330
|
-
"name": "pubkey",
|
|
331
|
-
"type": "bytes"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"internalType": "uint64",
|
|
335
|
-
"name": "amountGwei",
|
|
336
|
-
"type": "uint64"
|
|
337
|
-
}
|
|
338
|
-
],
|
|
339
|
-
"name": "requestPartialExit",
|
|
340
|
-
"outputs": [],
|
|
341
|
-
"stateMutability": "payable",
|
|
342
|
-
"type": "function"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"inputs": [
|
|
346
|
-
{
|
|
347
|
-
"internalType": "uint256",
|
|
348
|
-
"name": "ethAmount",
|
|
349
|
-
"type": "uint256"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"name": "sendFullExit",
|
|
353
|
-
"outputs": [],
|
|
354
|
-
"stateMutability": "nonpayable",
|
|
355
|
-
"type": "function"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"inputs": [
|
|
359
|
-
{
|
|
360
|
-
"internalType": "uint256",
|
|
361
|
-
"name": "ethAmount",
|
|
362
|
-
"type": "uint256"
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
|
-
"name": "sendRequestedPartialExit",
|
|
366
|
-
"outputs": [],
|
|
367
|
-
"stateMutability": "nonpayable",
|
|
368
|
-
"type": "function"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"inputs": [
|
|
372
|
-
{
|
|
373
|
-
"internalType": "address",
|
|
374
|
-
"name": "newAuthority",
|
|
375
|
-
"type": "address"
|
|
376
|
-
}
|
|
377
|
-
],
|
|
378
|
-
"name": "setAuthority",
|
|
379
|
-
"outputs": [],
|
|
380
|
-
"stateMutability": "nonpayable",
|
|
381
|
-
"type": "function"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"inputs": [
|
|
385
|
-
{
|
|
386
|
-
"internalType": "contract IDepositManager",
|
|
387
|
-
"name": "_dm",
|
|
388
|
-
"type": "address"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"internalType": "contract IStakingModule",
|
|
392
|
-
"name": "_stakingMod",
|
|
393
|
-
"type": "address"
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"name": "setDepositManager",
|
|
397
|
-
"outputs": [],
|
|
398
|
-
"stateMutability": "nonpayable",
|
|
399
|
-
"type": "function"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"inputs": [],
|
|
403
|
-
"name": "stakingModule",
|
|
404
|
-
"outputs": [
|
|
405
|
-
{
|
|
406
|
-
"internalType": "contract IStakingModule",
|
|
407
|
-
"name": "",
|
|
408
|
-
"type": "address"
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"stateMutability": "view",
|
|
412
|
-
"type": "function"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"inputs": [
|
|
416
|
-
{
|
|
417
|
-
"internalType": "address",
|
|
418
|
-
"name": "newImplementation",
|
|
419
|
-
"type": "address"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"internalType": "bytes",
|
|
423
|
-
"name": "data",
|
|
424
|
-
"type": "bytes"
|
|
425
|
-
}
|
|
426
|
-
],
|
|
427
|
-
"name": "upgradeToAndCall",
|
|
428
|
-
"outputs": [],
|
|
429
|
-
"stateMutability": "payable",
|
|
430
|
-
"type": "function"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"stateMutability": "payable",
|
|
434
|
-
"type": "receive"
|
|
435
|
-
}
|
|
436
|
-
],
|
|
437
|
-
"bytecode": "0x60a080604052346029573060805261154a908161002f8239608051818181610b7501526113fd0152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f9757508163485cc95514610de15781634f1ef28614610c02578163504b82bf14610bd957816352d1902d14610b605781636f98b63c14610b385781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b903690860161104f565b929094610148363361117c565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112f9565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182611011565b51925af16101cd6112f9565b50156102165750600061020c7fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a95968451958587968752860191611092565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114d58339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fd1565b6001600160a01b0360243581811692908390036102f55761036d363361117c565b16801515806103a3575b6103809061114a565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611382565b610414363361117c565b61041f8415156110b3565b61043661042e600254866110ea565b47101561110d565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114f58339815191525580f35b6104b490610fe7565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611382565b610594363361117c565b61059f8415156110b3565b6105ae61042e600254866110ea565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f501a928ab3d75f28d716d1cd130de97899cdde0d0b5a32396f2b87b52144441f6020848451908152a160016000805160206114f58339815191525580f35b61062c90610fe7565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114d58339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fd1565b6000805160206114d58339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611329565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f557610736903690840161104f565b90946024958635908282169182810361092857610753363361117c565b8215610af65760308503610ac457710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112f9565b9280610ab9575b15610a8457828051602094859181010312610a065783015190813403610a535791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182611011565b51925af16107f56112f9565b5015610a1c57633b9aca00830291633b9ac9ff1984840401610a0a577fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a8751888152806108458a82018a86611092565b86868301520390a188546001600160a01b039390841690813b15610a06578a908c8b838c5195869485936335ef05d760e11b85528401525af180156109fc57908b92916109e0575b5082896108b860c09387600154169a8c519687958695638171c29960e01b8752860152840191611092565b0381895afa9283156109d65789918a9461095a575b50501561092c57508697843b1561092857879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561091f575061090f5750f35b61091890610fe7565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109ce575b8161097760c09383611011565b810103126109ca5780519081151582036109c65761099683820161107d565b936060820151908116036109c657608081015160ff8116036109c65760a06109be910161107d565b508a806108cd565b8980fd5b8880fd5b3d915061096a565b87513d8b823e3d90fd5b896108b860c0939c6109f28794610fe7565b9c9350505061088d565b88513d8c823e3d90fd5b8a80fd5b634e487b7160e01b8952601188528989fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bcc57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610c18610fd1565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c4685611033565b610c5285519182611011565b85815260209586820193368a8383010111610dd6578186928b8a9301873783010152610c7c6113f3565b610c86363361117c565b610c8e6113f3565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610dad575b5050610cd25750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d985750853b15610d835780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d67575050610d639382915190845af4610d5d6112f9565b91611471565b5080f35b93509350505034610d7757505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610dda575b610dc58183611011565b81010312610dd65751903880610cb6565b8580fd5b503d610dbb565b9050346102f957816003193601126102f957610dfb610fd1565b906024356001600160a01b03811690819003610f93577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f8b575b6001149081610f81575b159081610f78575b50610f6a575067ffffffffffffffff1981166001178555610ecd919084610f4b575b50610e8e6113b2565b610e966113b2565b610e9e6113b2565b60016000805160206114f583398151915255610eb86113b2565b610ec06113b2565b610ec86113b2565b611329565b610ed56113b2565b610edd6113b2565b610ee881151561114a565b84546001600160a01b031916178455662386f26fc10000600255610f0a578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e85565b865163f92ee8a960e01b8152fd5b90501538610e63565b303b159150610e5b565b869150610e51565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610ffb57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610ffb57604052565b67ffffffffffffffff8111610ffb57601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b156110ba57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110f757565b634e487b7160e01b600052601160045260246000fd5b1561111457565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561115157565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114d58339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112e55791849188938452828052826020525190895afa6112d4575b1561121d575b50505050505050565b63ffffffff16156112be5760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156112b457506112a5575b50815416905538808080808080611214565b6112ae90610fe7565b38611293565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061120e565b634e487b7160e01b85526041600452602485fd5b3d15611324573d9061130a82611033565b916113186040519384611011565b82523d6000602084013e565b606090565b6000805160206114d583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114f583398151915260028154146113a05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113e157565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611443575b505061143157565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611429565b90611498575080511561148657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114cb575b6114a9575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114a156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220b1c55055373617d5a562a000395fc4538d133c62fd50075d10bb3b2a22873bc764736f6c63430008190033",
|
|
438
|
-
"deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f9757508163485cc95514610de15781634f1ef28614610c02578163504b82bf14610bd957816352d1902d14610b605781636f98b63c14610b385781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b903690860161104f565b929094610148363361117c565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112f9565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182611011565b51925af16101cd6112f9565b50156102165750600061020c7fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a95968451958587968752860191611092565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114d58339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fd1565b6001600160a01b0360243581811692908390036102f55761036d363361117c565b16801515806103a3575b6103809061114a565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611382565b610414363361117c565b61041f8415156110b3565b61043661042e600254866110ea565b47101561110d565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114f58339815191525580f35b6104b490610fe7565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611382565b610594363361117c565b61059f8415156110b3565b6105ae61042e600254866110ea565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f501a928ab3d75f28d716d1cd130de97899cdde0d0b5a32396f2b87b52144441f6020848451908152a160016000805160206114f58339815191525580f35b61062c90610fe7565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114d58339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fd1565b6000805160206114d58339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611329565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f557610736903690840161104f565b90946024958635908282169182810361092857610753363361117c565b8215610af65760308503610ac457710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112f9565b9280610ab9575b15610a8457828051602094859181010312610a065783015190813403610a535791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182611011565b51925af16107f56112f9565b5015610a1c57633b9aca00830291633b9ac9ff1984840401610a0a577fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a8751888152806108458a82018a86611092565b86868301520390a188546001600160a01b039390841690813b15610a06578a908c8b838c5195869485936335ef05d760e11b85528401525af180156109fc57908b92916109e0575b5082896108b860c09387600154169a8c519687958695638171c29960e01b8752860152840191611092565b0381895afa9283156109d65789918a9461095a575b50501561092c57508697843b1561092857879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561091f575061090f5750f35b61091890610fe7565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109ce575b8161097760c09383611011565b810103126109ca5780519081151582036109c65761099683820161107d565b936060820151908116036109c657608081015160ff8116036109c65760a06109be910161107d565b508a806108cd565b8980fd5b8880fd5b3d915061096a565b87513d8b823e3d90fd5b896108b860c0939c6109f28794610fe7565b9c9350505061088d565b88513d8c823e3d90fd5b8a80fd5b634e487b7160e01b8952601188528989fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bcc57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610c18610fd1565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c4685611033565b610c5285519182611011565b85815260209586820193368a8383010111610dd6578186928b8a9301873783010152610c7c6113f3565b610c86363361117c565b610c8e6113f3565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610dad575b5050610cd25750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d985750853b15610d835780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d67575050610d639382915190845af4610d5d6112f9565b91611471565b5080f35b93509350505034610d7757505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610dda575b610dc58183611011565b81010312610dd65751903880610cb6565b8580fd5b503d610dbb565b9050346102f957816003193601126102f957610dfb610fd1565b906024356001600160a01b03811690819003610f93577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f8b575b6001149081610f81575b159081610f78575b50610f6a575067ffffffffffffffff1981166001178555610ecd919084610f4b575b50610e8e6113b2565b610e966113b2565b610e9e6113b2565b60016000805160206114f583398151915255610eb86113b2565b610ec06113b2565b610ec86113b2565b611329565b610ed56113b2565b610edd6113b2565b610ee881151561114a565b84546001600160a01b031916178455662386f26fc10000600255610f0a578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e85565b865163f92ee8a960e01b8152fd5b90501538610e63565b303b159150610e5b565b869150610e51565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610ffb57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610ffb57604052565b67ffffffffffffffff8111610ffb57601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b156110ba57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110f757565b634e487b7160e01b600052601160045260246000fd5b1561111457565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561115157565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114d58339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112e55791849188938452828052826020525190895afa6112d4575b1561121d575b50505050505050565b63ffffffff16156112be5760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156112b457506112a5575b50815416905538808080808080611214565b6112ae90610fe7565b38611293565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061120e565b634e487b7160e01b85526041600452602485fd5b3d15611324573d9061130a82611033565b916113186040519384611011565b82523d6000602084013e565b606090565b6000805160206114d583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114f583398151915260028154146113a05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113e157565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611443575b505061143157565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611429565b90611498575080511561148657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114cb575b6114a9575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114a156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220b1c55055373617d5a562a000395fc4538d133c62fd50075d10bb3b2a22873bc764736f6c63430008190033",
|
|
439
|
-
"linkReferences": {},
|
|
440
|
-
"deployedLinkReferences": {}
|
|
441
|
-
}
|
package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "AggregatorV3Interface",
|
|
4
|
-
"sourceName": "contracts/outpost/EthUsdPriceConsumer.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [],
|
|
8
|
-
"name": "decimals",
|
|
9
|
-
"outputs": [
|
|
10
|
-
{
|
|
11
|
-
"internalType": "uint8",
|
|
12
|
-
"name": "",
|
|
13
|
-
"type": "uint8"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"stateMutability": "view",
|
|
17
|
-
"type": "function"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"inputs": [],
|
|
21
|
-
"name": "description",
|
|
22
|
-
"outputs": [
|
|
23
|
-
{
|
|
24
|
-
"internalType": "string",
|
|
25
|
-
"name": "",
|
|
26
|
-
"type": "string"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"stateMutability": "view",
|
|
30
|
-
"type": "function"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"inputs": [
|
|
34
|
-
{
|
|
35
|
-
"internalType": "uint80",
|
|
36
|
-
"name": "_roundId",
|
|
37
|
-
"type": "uint80"
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"name": "getRoundData",
|
|
41
|
-
"outputs": [
|
|
42
|
-
{
|
|
43
|
-
"internalType": "uint80",
|
|
44
|
-
"name": "roundId",
|
|
45
|
-
"type": "uint80"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"internalType": "int256",
|
|
49
|
-
"name": "answer",
|
|
50
|
-
"type": "int256"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"internalType": "uint256",
|
|
54
|
-
"name": "startedAt",
|
|
55
|
-
"type": "uint256"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"internalType": "uint256",
|
|
59
|
-
"name": "updatedAt",
|
|
60
|
-
"type": "uint256"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"internalType": "uint80",
|
|
64
|
-
"name": "answeredInRound",
|
|
65
|
-
"type": "uint80"
|
|
66
|
-
}
|
|
67
|
-
],
|
|
68
|
-
"stateMutability": "view",
|
|
69
|
-
"type": "function"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"inputs": [],
|
|
73
|
-
"name": "latestRoundData",
|
|
74
|
-
"outputs": [
|
|
75
|
-
{
|
|
76
|
-
"internalType": "uint80",
|
|
77
|
-
"name": "roundId",
|
|
78
|
-
"type": "uint80"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"internalType": "int256",
|
|
82
|
-
"name": "answer",
|
|
83
|
-
"type": "int256"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"internalType": "uint256",
|
|
87
|
-
"name": "startedAt",
|
|
88
|
-
"type": "uint256"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"internalType": "uint256",
|
|
92
|
-
"name": "updatedAt",
|
|
93
|
-
"type": "uint256"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"internalType": "uint80",
|
|
97
|
-
"name": "answeredInRound",
|
|
98
|
-
"type": "uint80"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"stateMutability": "view",
|
|
102
|
-
"type": "function"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"inputs": [],
|
|
106
|
-
"name": "version",
|
|
107
|
-
"outputs": [
|
|
108
|
-
{
|
|
109
|
-
"internalType": "uint256",
|
|
110
|
-
"name": "",
|
|
111
|
-
"type": "uint256"
|
|
112
|
-
}
|
|
113
|
-
],
|
|
114
|
-
"stateMutability": "view",
|
|
115
|
-
"type": "function"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"bytecode": "0x",
|
|
119
|
-
"deployedBytecode": "0x",
|
|
120
|
-
"linkReferences": {},
|
|
121
|
-
"deployedLinkReferences": {}
|
|
122
|
-
}
|