Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Remove unused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Apr 17, 2024
1 parent c97a344 commit 92a195b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BRR.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ contract BRR is Ownable, ERC20 {
/// @notice Maximum amount of tokens which can be minted.
uint256 public maxSupply = 1_000_000_000e18;

event DecreaseMaxSupply(uint256 newMaxSupply);

error CannotIncreaseMaxSupply();
error MaxSupplyLessThanTotal();
error MaxSupplyExceeded();

constructor(address initialOwner) {
Expand Down

0 comments on commit 92a195b

Please sign in to comment.