Skip to content

Instantly share code, notes, and snippets.

View estebgonza's full-sized avatar

Esteban estebgonza

View GitHub Profile
@estebgonza
estebgonza / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created August 16, 2023 20:45
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.8.21+commit.d9974bed.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**