Skip to content

Instantly share code, notes, and snippets.

View victorleejw's full-sized avatar
💯
Ship codes and close deals

Victor Lee victorleejw

💯
Ship codes and close deals
View GitHub Profile
### Keybase proof
I hereby claim:
* I am victorleejw on github.
* I am victorleejw (https://keybase.io/victorleejw) on keybase.
* I have a public key ASDg0q4holgzG-SvDFmr3eORSScXxETq5R1qwD9e19_ncgo
To claim this, I am signing this object:
@victorleejw
victorleejw / Newtoken.sol
Last active June 10, 2020 08:19
New Token: Owner, Minter and Approve/Reject
// 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
@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