Skip to content

Instantly share code, notes, and snippets.

View robclewley's full-sized avatar

Robert Clewley robclewley

View GitHub Profile
@robclewley
robclewley / CryptoKitties.sol
Created November 22, 2021 18:03 — forked from yogin/CryptoKitties.sol
CryptoKitties
// Copied from: https://ethfiddle.com/09YbyJRfiI
// CryptoKitties Source code
// Copied from: https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code
pragma solidity ^0.4.11;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control