Skip to content

Instantly share code, notes, and snippets.

@llSourcell
Created April 4, 2018 20:01
Show Gist options
  • Select an option

  • Save llSourcell/944428cf5595d06b9074e3e9035cb677 to your computer and use it in GitHub Desktop.

Select an option

Save llSourcell/944428cf5595d06b9074e3e9035cb677 to your computer and use it in GitHub Desktop.
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