Created
May 14, 2021 05:57
-
-
Save percybolmer/5ab0328d67ba2738eed76330b0279317 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: MIT | |
pragma solidity ^0.8.4; | |
import "./Ownable.sol"; | |
/** | |
* @notice DevToken is a development token that we use to learn how to code solidity | |
* and what BEP-20 interface requires | |
*/ | |
contract DevToken is Ownable{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment