Add updated contracts, reorganize contract file structure

This commit is contained in:
Amir Bandeali
2017-12-06 20:46:53 -08:00
parent b58bf8259d
commit 548fda8dba
25 changed files with 170 additions and 120 deletions

View File

@@ -16,9 +16,9 @@
*/
pragma solidity 0.4.11;
pragma solidity ^0.4.11;
import "./base/Ownable.sol";
import "./lib/Ownable.sol";
/// @title Token Registry - Stores metadata associated with ERC20 tokens. See ERC22 https://github.com/ethereum/EIPs/issues/22
/// @author Amir Bandeali - <amir@0xProject.com>, Will Warren - <will@0xProject.com>