Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created May 14, 2021 05:57
Show Gist options
  • Save percybolmer/5ab0328d67ba2738eed76330b0279317 to your computer and use it in GitHub Desktop.
Save percybolmer/5ab0328d67ba2738eed76330b0279317 to your computer and use it in GitHub Desktop.
// 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