⁉️Multipool Errors
IMultipoolErrors
Errors
InvalidForcePushAuthority
Thrown when force push signature verification fails
InvalidTargetShareAuthority
Thrown when target share change initiator is invalid
ForcePushPriceExpired
Thrown when force push signature verification fails
Parameters
blockTimestamp
uint256
current block timestamp
priceTimestamp
uint256
signed with price timestamp
ZeroAmountSupplied
Thrown when zero amount supplied for any asset token
InsufficientBalance
Thrown when supplied amount is less than required for swap
Parameters
asset
address
asset who's balance is invalid
SleepageExceeded
Thrown when sleepage check for some asset failed
AssetsNotSortedOrNotUnique
Thrown when supplied assets have duplicates or are not sorted ascending
IsPaused
Thrown when contract is paused
FeeExceeded
Thrown when supplied native token value for fee expired
DeviationExceedsLimit
Thrown when any asset's deviation after operation grows and exceeds deviation limit
NotEnoughQuantityToBurn
Thrown when contract has less balance of token than is requested for burn
NoPriceOriginSet
Is thrown if price feed data is unset
UniV3PriceFetchingReverted
Is thrown if uniswap v3 twap price fetching resulted in error that was not "OLD"
InvalidForcePushSignatureNumber
Is thrown if the number of signatures is lower than threshold
SignaturesNotSortedOrNotUnique
Is thrown if same force push signature is passed twice
Last updated