Skip to content

Instantly share code, notes, and snippets.

View Saumyadip-Pramanik's full-sized avatar

Saumyadip Pramanik Saumyadip-Pramanik

View GitHub Profile
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**