UNPKG

@byzantine/vault-sdk

Version:

Byzantine Vault SDK for creating and managing vaults on Ethereum for restaking strategies

106 lines (105 loc) 4.41 kB
"use strict"; /** * Error Code Mapping * * This file is auto-generated during build process. * It contains a mapping between error selector (first 4 bytes of error hash) and error names. * Do not edit manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorCodeMapping = void 0; exports.ErrorCodeMapping = { "0xa24a13a6": "ArrayLengthMismatch()", "0x4ca249dc": "Create2EmptyBytecode()", "0x6b51b99e": "EigenStrategyDoesNotExist()", "0x57a50b93": "EigenStrategyNotWhitelisted()", "0xb06ebf3d": "FailedDeployment()", "0xf4d678b8": "InsufficientBalance()", "0x571701cb": "InvalidDelegatorType()", "0x55e0c2bb": "InvalidETHAddress()", "0xf92ee8a9": "InvalidInitialization()", "0xa023c8f1": "InvalidSlasherType()", "0xd7e6bcf8": "NotInitializing()", "0x8ff8cfbc": "OwnableInvalidOwner()", "0x12b0c500": "OwnableUnauthorizedAccount()", "0xc7f768db": "AccessControlUnauthorizedAccount()", "0x65ca8f54": "CannotDeposit()", "0x2fc50d60": "ERC20InsufficientAllowance()", "0x590b7c5c": "ERC20InsufficientBalance()", "0x223c89a4": "ERC20InvalidApprover()", "0x04786ad1": "ERC20InvalidReceiver()", "0x5b168993": "ERC20InvalidSender()", "0xdeed3d66": "ERC20InvalidSpender()", "0x7d84365c": "ERC4626ExceededMaxRedeem()", "0x899032ac": "ERC4626ExceededMaxWithdraw()", "0xa0fc0d03": "InvalidWithdrawalRequest()", "0x60f21514": "MissingRoles()", "0x3ee5aeb5": "ReentrancyGuardReentrantCall()", "0x70c9c181": "SafeERC20FailedOperation()", "0x9f692c7e": "WithdrawalNotClaimable()", "0xbc31cdc4": "WithdrawalNotReadyToClaim()", "0x779106cf": "WithdrawalStateInconsistency()", "0xaf458c07": "ZeroInput()", "0x7ed04a8c": "AmountToStakeTooHigh()", "0x21663a50": "AssetsNotEqualToMsgValue()", "0x8a18e01d": "CannotIncreaseRestakedAmount()", "0xb12d13eb": "ETHTransferFailed()", "0xb9aa6127": "InvalidOperatorId()", "0xf36c48ad": "NotAuthorizedToStartCheckPoint()", "0x384da737": "NotOperatorAdmin()", "0x99c0377d": "NotValidatorManager()", "0x977bb07a": "OnlyEBSCFGuardian()", "0x80fee105": "OnlyOracle()", "0x893cc0bf": "PodCheckpointOrCredentialProofRequired()", "0x61623f97": "PodLastCheckPointTooOld()", "0x2ed6d995": "UndelegationInProgress()", "0x648564d3": "InvalidRatio()", "0x5373815f": "NoAssets()", "0xca2a6320": "NoRebalancingInProgress()", "0x1cbb4b72": "OnlyCurator()", "0x50191317": "RebalancingInProgress()", "0x73640082": "RebalancingNotInProgress()", "0xca5dd39c": "VaultsAlreadyInitialized()", "0x2671efff": "ZeroAddressBeacon()", "0x36a214f6": "ZeroAddressFactory()", "0x6d634e38": "MissingNetworkDelegationRole()", "0x865cc66b": "MissingOperatorDelegationRole()", "0x6eb85bef": "RoleMissing()", "0x6697b232": "AccessControlBadConfirmation()", "0xa50e9866": "AddressEmptyCode()", "0x9192d6aa": "AddressInsufficientBalance()", "0x646cf558": "AlreadyClaimed()", "0x0dc149f0": "AlreadyInitialized()", "0xa741a045": "AlreadySet()", "0x2520601d": "CheckpointUnorderedInsertion()", "0x1380833b": "DelegatorAlreadyInitialized()", "0x24845579": "DepositLimitReached()", "0x1425ea42": "FailedInnerCall()", "0xcd81797e": "InsufficientClaim()", "0x0e1eddda": "InsufficientDeposit()", "0xff744472": "InsufficientRedemption()", "0xd8d8c4fa": "InsufficientWithdrawal()", "0x6d187b28": "InvalidAccount()", "0x5e18d2a5": "InvalidCaptureEpoch()", "0x044bc280": "InvalidClaimer()", "0xd1ef4cea": "InvalidCollateral()", "0xb9f0f171": "InvalidDelegator()", "0xd5b25b63": "InvalidEpoch()", "0xd1ebf1e2": "InvalidEpochDuration()", "0xedf3b933": "InvalidLengthEpochs()", "0x1aa699c6": "InvalidOnBehalfOf()", "0x9c8d2cd2": "InvalidRecipient()", "0xfcf82244": "InvalidSlasher()", "0xb7d09497": "InvalidTimestamp()", "0x227bc153": "MathOverflowedMulDiv()", "0x9fa56a5b": "NoPreviousEpoch()", "0x9396be34": "NotDelegator()", "0x32cc7236": "NotFactory()", "0x87138d5c": "NotInitialized()", "0xdabc4ad9": "NotSlasher()", "0x04f63b85": "NotWhitelistedDepositor()", "0x458afa0f": "SafeCastOverflowedUintDowncast()", "0x703fe2e5": "SlasherAlreadyInitialized()", "0x4830823e": "TooMuchRedeem()", "0x42e4f46e": "TooMuchWithdraw()" };