We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2ba05 commit d190b3cCopy full SHA for d190b3c
README.md
@@ -1,12 +1,14 @@
1
# Zora Token Contracts
2
3
-**These contract are in active development and not finalized**
4
-
5
This repository contains the contracts for the Zora token.
6
7
## Contracts
8
9
- [Zora.sol](./src/Zora.sol) - The main Zora token contract.
+- [IZora.sol](./src/IZora.sol) - The Zora token contract interface.
+
10
+- [ZoraTokenCommunityClaim.sol](./src/claim/ZoraTokenCommunityClaim.sol) - Main community claim contract.
11
+- [IZoraTokenCommunityClaim.sol](./src/claim/IZoraTokenCommunityClaim.sol) - Main community claim contract interface.
12
13
## Setup
14
0 commit comments