I hereby claim:
- I am physes on github.
- I am psaunders (https://keybase.io/psaunders) on keybase.
- I have a public key ASDEUgeIYJBpukIHVch6afunw4S1rNG5HiJX89MHlZcCCwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
pragma solidity ^0.4.18; | |
import "browser/SafeMath.sol"; | |
import "browser/Ownable.sol"; | |
import "browser/ESTToken.sol"; | |
/** | |
* @title Example funneling contract | |
* @author Philip Saunders <[email protected]> | |
*/ |
pragma solidity ^0.4.11; | |
/** | |
* Ticker Exchange is a service for registering asset ticker symbols | |
* and pointing them to a particular resource, for example an ENS | |
* resolver or a token contract. | |
* | |
* Ticker hashes are hierarchical. erc20 token "BNT", which is contained | |
* within ETH, is found using pathhash("ETH:BNT", ":"). If BNT creates | |
* sub-token XYZ then those tickers can be registered with "ETH:BNT:XYZ". |