https://github.com/virjilakrum/ironnodetask1
Develop an ERC-20 token contract to represent fungible tokens on Ethereum. Requirements: Implement standard ERC-20 functions for token transfers, allowances, and balance inquiries. Include additional features like token burning, pausing, or minting for enhanced functionality. Ensure compliance with security best practices and standards.
https://github.com/virjilakrum/ironnodetask1
audit burn erc20-tokens governance pause unpause votedelay
Last synced: about 1 month ago
JSON representation
Develop an ERC-20 token contract to represent fungible tokens on Ethereum. Requirements: Implement standard ERC-20 functions for token transfers, allowances, and balance inquiries. Include additional features like token burning, pausing, or minting for enhanced functionality. Ensure compliance with security best practices and standards.
- Host: GitHub
- URL: https://github.com/virjilakrum/ironnodetask1
- Owner: virjilakrum
- License: mit
- Created: 2024-05-05T11:18:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T15:06:24.000Z (over 1 year ago)
- Last Synced: 2024-10-08T02:54:17.028Z (about 1 year ago)
- Topics: audit, burn, erc20-tokens, governance, pause, unpause, votedelay
- Language: Solidity
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ironnodeTask1
Develop an ERC-20 token contract to represent fungible tokens on Ethereum. Requirements: Implement standard ERC-20 functions for token transfers, allowances, and balance inquiries. Include additional features like token burning, pausing, or minting for enhanced functionality. Ensure compliance with security best practices and standards.