Static Readonly abi
abi: readonly [{
inputs: readonly [];
name: "Pricing__PriceCannotBeComputedWithinTickRange";
type: "error";
}, {
inputs: readonly [{
internalType: "UD60x18";
name: "lower";
type: "uint256";
}, {
internalType: "UD60x18";
name: "upper";
type: "uint256";
}, {
internalType: "UD60x18";
name: "marketPrice";
type: "uint256";
}];
name: "Pricing__PriceOutOfRange";
type: "error";
}, {
inputs: readonly [{
internalType: "UD60x18";
name: "lower";
type: "uint256";
}, {
internalType: "UD60x18";
name: "upper";
type: "uint256";
}];
name: "Pricing__UpperNotGreaterThanLower";
type: "error";
}]