Skip to content

Instantly share code, notes, and snippets.

@ryestew
Created October 29, 2018 10:49
Show Gist options
  • Save ryestew/1d3250ca532b5f1e3ed4f52b18feb602 to your computer and use it in GitHub Desktop.
Save ryestew/1d3250ca532b5f1e3ed4f52b18feb602 to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.25+commit.59dbf8f1.js&optimize=false&gist=
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/ERC20Mintable.sol')
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/IERC20.sol')
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/token/ERC20/ERC20.sol')
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/math/SafeMath.sol')
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/access/Roles.sol')
remix.loadurl('https://github.com/OpenZeppelin/openzeppelin-solidity/contracts/access/roles/MinterRole.sol')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment