Skip to content

Instantly share code, notes, and snippets.

View Baseddonnie's full-sized avatar

DONNIE Baseddonnie

View GitHub Profile
@Baseddonnie
Baseddonnie / .deps...npm...@openzeppelin...contracts@4.9.3...token...ERC20...ERC20.sol
Created September 30, 2025 07:53
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.30+commit.73712a01.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";
/**