Created
April 4, 2018 20:01
-
-
Save llSourcell/944428cf5595d06b9074e3e9035cb677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| contract KittyAccessControl | |
| contract KittyBase is KittyAccessControl | |
| contract KittyOwnership is KittyBase, ERC721 | |
| contract KittyBreeding is KittyOwnership | |
| contract KittyAuction is KittyBreeding | |
| contract KittyMinting is KittyAuction | |
| contract KittyCore is KittyMinting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment