communities-contracts/contracts/tokens
r4bbit a84c46b3d6 refactor!: rename `CollectibleV1`to `CommunityERC721`
As discussed in #46, `CollectibleV1` is not a good name for this
contract as we don't want versioning in the naming. To align with other
contracts in this repository, we're renaming this contract to
`CommunityERC721`.

BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with
`CommunityERC721`

Closes #46
2024-02-27 11:44:06 +01:00
..
BaseToken.sol cleanup(BaseToken): remove unused import 2024-02-26 13:48:36 +01:00
CommunityERC20.sol feat: Add base url to community ERC20 (#21) 2023-10-18 12:12:29 +02:00
CommunityERC721.sol refactor!: rename `CollectibleV1`to `CommunityERC721` 2024-02-27 11:44:06 +01:00
MasterToken.sol refactor: use named imports (#17) 2023-10-03 09:06:10 +02:00
OwnerToken.sol add master/owner tokens to erc20 token (#19) 2023-10-06 09:21:03 +02:00