All Projects → dapphub → Ds Token

dapphub / Ds Token

Licence: gpl-3.0
A simple and sufficient ERC20 implementation

Programming Languages

solidity
1140 projects

Projects that are alternatives of or similar to Ds Token

Maker Otc
Simple on-chain market for ERC20 tokens
Stars: ✭ 37 (-64.08%)
Mutual labels:  ethereum, erc20
Revoke.cash
❌ Revoke or change your ERC20 token allowances
Stars: ✭ 60 (-41.75%)
Mutual labels:  ethereum, erc20
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-63.11%)
Mutual labels:  ethereum, erc20
Ethereum Etl
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
Stars: ✭ 956 (+828.16%)
Mutual labels:  ethereum, erc20
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-14.56%)
Mutual labels:  ethereum, erc20
Eth Hodler
A simple DApp & ERC20 token written in Solidity running on the Ethereum blockchain www.hdao.org
Stars: ✭ 31 (-69.9%)
Mutual labels:  ethereum, erc20
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-46.6%)
Mutual labels:  ethereum, erc20
Uniswap V1
🐍Uniswap V1 smart contracts
Stars: ✭ 313 (+203.88%)
Mutual labels:  ethereum, erc20
Protocol
Hydro Protocol decentralized exchange smart contracts
Stars: ✭ 83 (-19.42%)
Mutual labels:  ethereum, erc20
Hdwallet
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
Stars: ✭ 80 (-22.33%)
Mutual labels:  ethereum, erc20
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+763.11%)
Mutual labels:  ethereum, erc20
0x Monorepo
0x protocol monorepo - includes our smart contracts and many developer tools
Stars: ✭ 1,328 (+1189.32%)
Mutual labels:  ethereum, erc20
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (+248.54%)
Mutual labels:  ethereum, erc20
Ethereum Erc20 Wallet
ERC20 Wallet for Metamask or Mist
Stars: ✭ 32 (-68.93%)
Mutual labels:  ethereum, erc20
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+207.77%)
Mutual labels:  ethereum, erc20
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-51.46%)
Mutual labels:  ethereum, erc20
Tokens
Upload yours token, coin and dApp image to get displayed in the Trust Wallet
Stars: ✭ 260 (+152.43%)
Mutual labels:  ethereum, erc20
Uniswap V2 Periphery
🎚 Peripheral smart contracts for interacting with Uniswap V2
Stars: ✭ 267 (+159.22%)
Mutual labels:  ethereum, erc20
Uniflash
A simple and decentralized protocol for flash loan. https://t.me/Uniflash
Stars: ✭ 64 (-37.86%)
Mutual labels:  ethereum, erc20
Ethereum Etl Airflow
Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. What datasets do you want to be added to Ethereum ETL? Vote here: https://blockchain-etl.convas.io.
Stars: ✭ 89 (-13.59%)
Mutual labels:  ethereum, erc20

DSToken

An ERC20 Token with wholesome memes

Provides a standard ERC20 token interface plus DSAuth-protected mint and burn functions; binary approval via MAX_UINT; as well as push, pull and move aliases for transferFrom operations.

Custom Actions

mint

credit tokens at an address whilst simultaniously increasing totalSupply (requires auth)

burn

debit tokens at an address whilst simultaniously decreasing totalSupply (requires auth)

Aliases

push

transfer an amount from msg.sender to a given address (requires trust or approval)

pull

transfer an amount from a given address to msg.sender (requires trust or approval)

move

transfer an amount from a given src address to a given dst address (requires trust or approval)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].