Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ESupplyCapped

Git Source

Title: ESupplyCapped

Interface for supply cap related errors

Errors

SupplyCapExceeded

Error thrown when minting would exceed the supply cap

error SupplyCapExceeded(uint256 requestedAmount, uint256 availableCapacity);

InvalidSupplyCap

Error thrown when setting an invalid supply cap

error InvalidSupplyCap();