A simple ERC-20 token with pause and mint functionality built on Ethereum. Overview RunedDwarf (RDW) is an ERC-20 token with:
- Pausable transfers for security
- Minting capabilities
- Permit functionality for gasless approvals
The token is deployed on Sepolia testnet: [Contract Address] Main Features
- pause(): Freeze all token transfers (owner only)
- unpause(): Resume token transfers (owner only)
- mint(address to, uint256 amount): Create new tokens (owner only)
- Transfer tokens between addresses
- Check token balances
- Approve and transferFrom operations
- Solidity
- Javascript
- Hardhat
MIT License