Skip to content

An ERC20 token upgradeable contract with two implementation contracts, the first of which only supports the mint function while the second of which supports the mint and burn functions.

Notifications You must be signed in to change notification settings

Sayrarh/EIP-1822-ERC20-Token-Upgradeable-Contract

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts

About

An ERC20 token upgradeable contract with two implementation contracts, the first of which only supports the mint function while the second of which supports the mint and burn functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published