Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.