communities-contracts/contracts
r4bbit fcf30cde8f refactor(OwnerToken)!: use custom error in `setMaxSupply`
This changes the usage of a string error message to a custom error for
slight gas improvements.

BREAKING CHANGE:

`OwnerToken.setMaxSupply(uint256)` now emits
`OwnerToken.OwnerToken_MaxSupplyLocked.selector` instead of `"max supply
locked"`
2024-02-28 11:44:39 +01:00
..
factories add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
interfaces feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
mocks add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
tokens refactor(OwnerToken)!: use custom error in `setMaxSupply` 2024-02-28 11:44:39 +01:00
CommunityOwnable.sol add master/owner tokens to erc20 token (#19) 2023-10-06 09:21:03 +02:00
CommunityOwnerTokenRegistry.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityTokenDeployer.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityVault.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00