Skip to content

Instantly share code, notes, and snippets.

View sam8888888888's full-sized avatar
💭
I may be slow to respond.

DEV CRYPTO sam8888888888

💭
I may be slow to respond.
View GitHub Profile
@victorleejw
victorleejw / erc20token.sol
Last active November 28, 2023 11:46
Erc20 Smart Contract for a Standard, Capped, Mintable, Burnable, Payable Token.
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/GSN/Context.sol
// https://ropsten.etherscan.io/address/0x8df55a60a1c98281a60d6c89f59398bee854fbc8#code
pragma solidity ^0.6.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct