Errors
Any custom errors that Carbonmark may revert with are listed here.
Errors
CarbonmarkMarketplace_ListingDoesNotExist
error CarbonmarkMarketplace_ListingDoesNotExist();
CarbonmarkMarketplace_ListingAlreadyExists
error CarbonmarkMarketplace_ListingAlreadyExists();
CarbonmarkMarketplace_ListingNotOwner
error CarbonmarkMarketplace_ListingNotOwner();
CarbonmarkMarketplace_ListingExpired
error CarbonmarkMarketplace_ListingExpired();
CarbonmarkMarketplace_ListingTokenNotSupported
error CarbonmarkMarketplace_ListingTokenNotSupported(address token);
CarbonmarkMarketplace_ListingTokenBalanceTooLow
error CarbonmarkMarketplace_ListingTokenBalanceTooLow(address token, uint256 currentBalance, uint256 listingAmount);
CarbonmarkMarketplace_ListingTokenAllowanceTooLow
error CarbonmarkMarketplace_ListingTokenAllowanceTooLow(address token, uint256 currentAllowance, uint256 listingAmount);
CarbonmarkMarketplace_ListingTokenNotApprovedForAll
error CarbonmarkMarketplace_ListingTokenNotApprovedForAll(address token, bool approval);
CarbonmarkMarketplace_ListingPurchaseInExcessOfAvailable
error CarbonmarkMarketplace_ListingPurchaseInExcessOfAvailable();
CarbonmarkMarketplace_ListingFillTotalCostGreaterThanMax
error CarbonmarkMarketplace_ListingFillTotalCostGreaterThanMax();
CarbonmarkMarketplace_ListingPurchaseBelowMinimumFill
error CarbonmarkMarketplace_ListingPurchaseBelowMinimumFill();
CarbonmarkMarketplace_ListingFillDetailsMismatch
error CarbonmarkMarketplace_ListingFillDetailsMismatch();
CarbonmarkMarketplace_ListingAmountLessThanMinFillAmount
error CarbonmarkMarketplace_ListingAmountLessThanMinFillAmount(uint256 amount, uint256 minFillAmount);
CarbonmarkMarketplace_ListingAmountZero
error CarbonmarkMarketplace_ListingAmountZero();