Skip to content

Instantly share code, notes, and snippets.

View Jaseunda's full-sized avatar
:shipit:
MUTRAFSTUDIO

Jaseunda

:shipit:
MUTRAFSTUDIO
View GitHub Profile
@Jaseunda
Jaseunda / .deps...github...OpenZeppelin...openzeppelin-contracts...contracts...token...ERC20...ERC20.sol
Created January 27, 2022 12:46
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=undefined&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**