Skip to content

Instantly share code, notes, and snippets.

View Indwr's full-sized avatar
🎯
Focusing

Indersein Indwr

🎯
Focusing
View GitHub Profile
@Indwr
Indwr / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created January 3, 2024 15:31
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.22+commit.4fc1097e.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";
/**