https://github.com/qiaopengjun5162/erc20_upgradeable
https://github.com/qiaopengjun5162/erc20_upgradeable
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiaopengjun5162/erc20_upgradeable
- Owner: qiaopengjun5162
- Created: 2024-07-27T07:57:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T07:43:39.000Z (9 months ago)
- Last Synced: 2024-09-08T08:45:45.651Z (9 months ago)
- Language: Solidity
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erc20_upgradeable
This is a simple ERC20 token contract that is upgradeable. It is written in Solidity and deployed on the Ethereum blockchain.
The contract is upgradeable because it uses the OpenZeppelin library to implement the ERC20 standard and the upgradeable contract pattern. This allows the contract to be upgraded without losing its state or breaking its functionality.