Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created April 5, 2018 06:39
Show Gist options
  • Save kyriediculous/d95011ee6c152e07c84d52d7a267e7dd to your computer and use it in GitHub Desktop.
Save kyriediculous/d95011ee6c152e07c84d52d7a267e7dd to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.19;
interface ContractProvider {
function contracts(bytes32 _name) external returns (address);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment