This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity ^0.5.9; | |
import "@0x/contracts-erc20/contracts/src/ERC20Token.sol"; | |
/** | |
* @title SampleERC20 | |
* @dev Create a sample ERC20 standard token | |
*/ |