Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joebb10/erc20-token
ERC-20 token
https://github.com/joebb10/erc20-token
blockchain erc20 erc20-tokens ethereum ethereum-contract evm-blockchain token
Last synced: about 2 months ago
JSON representation
ERC-20 token
- Host: GitHub
- URL: https://github.com/joebb10/erc20-token
- Owner: joebb10
- Created: 2022-05-18T21:05:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T23:27:51.000Z (7 months ago)
- Last Synced: 2024-05-28T08:46:15.128Z (7 months ago)
- Topics: blockchain, erc20, erc20-tokens, ethereum, ethereum-contract, evm-blockchain, token
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ERC-20 Token
This is an ERC-20 token smart contract deployed on the Ethereum blockchain. This contract facilitates token transfers and includes features such as reflection, which rewards holders with a portion of every transaction, and anti-whale measures to limit the maximum transaction amount.
# Features:
- Tokenomics: Implements standard ERC-20 functions including transfer, approve, and transferFrom.
- Reflection: Rewards holders with a percentage of every transaction, encouraging long-term holding.
- Anti-Whale Measures: Limits the maximum transaction amount to prevent large holders from manipulating the market.
- Smart Contract Overview:
# Token Informations
- Name: URX
- Total Supply: 100,000,000,000 URX
- Decimals: 9
- Symbol: URX# Repository Information
This repository contains the source code for the URX ERC-20 token smart contract.# License
This project is licensed under the Unlicensed license. See the LICENSE file for details.For more information, please refer to the smart contract source code and documentation.
# Disclaimer
This smart contract is provided as-is without any warranties or guarantees. Use it at your own risk.