Skip to content

Instantly share code, notes, and snippets.

View jn-herrera's full-sized avatar

Juan Herrera jn-herrera

  • Posadas Misiones Argentina
View GitHub Profile
@jn-herrera
jn-herrera / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created January 27, 2023 23:03
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=undefined&runs=undefined&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**