All Projects → bokkypoobah → Tokens

bokkypoobah / Tokens

Licence: mit
Tokens, Tokens, Tokens

Programming Languages

solidity
1140 projects

Projects that are alternatives of or similar to Tokens

Awesome Buggy Erc20 Tokens
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Stars: ✭ 251 (+148.51%)
Mutual labels:  ethereum, erc20, tokens
Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (+54.46%)
Mutual labels:  ethereum, erc20, tokens
Eth Scan
An efficient Ether and token balance scanner library
Stars: ✭ 35 (-65.35%)
Mutual labels:  ethereum, tokens
Maker Otc
Simple on-chain market for ERC20 tokens
Stars: ✭ 37 (-63.37%)
Mutual labels:  ethereum, erc20
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-45.54%)
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.31%)
Mutual labels:  ethereum, erc20
Ethereum Erc20 Wallet
ERC20 Wallet for Metamask or Mist
Stars: ✭ 32 (-68.32%)
Mutual labels:  ethereum, erc20
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-50.5%)
Mutual labels:  ethereum, erc20
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (+255.45%)
Mutual labels:  ethereum, erc20
Hdwallet
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
Stars: ✭ 80 (-20.79%)
Mutual labels:  ethereum, erc20
Uniflash
A simple and decentralized protocol for flash loan. https://t.me/Uniflash
Stars: ✭ 64 (-36.63%)
Mutual labels:  ethereum, erc20
Protocol
Hydro Protocol decentralized exchange smart contracts
Stars: ✭ 83 (-17.82%)
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 (+846.53%)
Mutual labels:  ethereum, erc20
Pay Protocol
fixing the transition to a cashless world
Stars: ✭ 29 (-71.29%)
Mutual labels:  ethereum, tokens
0x Monorepo
0x protocol monorepo - includes our smart contracts and many developer tools
Stars: ✭ 1,328 (+1214.85%)
Mutual labels:  ethereum, erc20
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+780.2%)
Mutual labels:  ethereum, erc20
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-62.38%)
Mutual labels:  ethereum, erc20
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-12.87%)
Mutual labels:  ethereum, erc20
Uniswap V1
🐍Uniswap V1 smart contracts
Stars: ✭ 313 (+209.9%)
Mutual labels:  ethereum, erc20
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+213.86%)
Mutual labels:  ethereum, erc20

BokkyPooBah's Token Repository

A collection of token contracts, and how to deploy these contracts using Remix and MyEtherWallet.



Table Of Contents



Mainnet Token Contracts

See Mainnet-token-contracts-20180610 for a list of token contracts, where the addresses are from EtherDelta's token contract list @ June 10 2018, and the associated source code has been scraped from EtherScan's validated source code listing.



BitFwd Token

A token that is mintable by the owner, until the disableMinting() is executed. This token contract requires the SafeMath library to be deployed before deploying the main token contract.

Deployed Nov 22 2017, and transferred ownership to 0x8f629ee1659E89958678F716a4f452B20fCbD8c5 .



LEIA Save Princess Leia Peach Rainbow Vomit Cat ICO Token

A crowdsale/token contract that generates 1,000 tokens per ETH received, but all contributed ETH is returned to the calling account immediately. This crowdsale/token contract requires the SafeMath library to be deployed before deploying the main crowdsale/token contract.



SEANTest Token On Ropsten

A token contract that premines 100,000 tokens and assigns these tokens to a particular account. No library linking is required for this token contract as the library SafeMath has been converted to contract SafeMath.



Fixed Supply Token

A fixed supply token contract that allocates 1,000,000 FIXED tokens to the token contract owner on deployment. No library linking is required.

See the instruction directly below to deploy this contract to the Ropsten Testnet.



My Token

A token contract that accepts ETH and generates 1,000 tokens per ETH with a 20% bonus in the first week. No library linking is required for this token contract as the library SafeMath has been converted to contract SafeMath.

See the instruction directly below to deploy this contract to the Ropsten Testnet.



How To Deploy Using Remix And MyEtherWallet Without Libraries

If deploying on Ropsten, select the Ropsten network in MEW, and use the Ropsten EtherScan

  • Compile code in Remix
  • Deploy using MyEtherWallet
    • Browse https://www.myetherwallet.com/
    • Select the Contracts tab
    • Click on Deploy Contract
    • Paste the Bytecode into the Byte Code field
    • Access your wallet, generate the transaction and send the transaction
  • Verify in EtherScan
    • Browse https://etherscan.io/
    • Search for the latest transaction in your account
    • Click on the address of the newly deployed contract
    • Verify the source
      • Make sure the compiler version matches the Remix compiler version
      • Make sure the optimisation flag matches the Remix optimiser flag setting


How To Deploy Using Remix And MyEtherWallet With A Library

  • Perform the steps above initially for the SafeMath library unit
  • Perform the steps above for the token contract, but
    • Copy the bytecode from Remix, replace all occurrence of __*__ with the deployment address of the SafeMath library, without the 0x prefix
    • Deploy the bytecode
  • When verifying in EtherScan
    • Add the library :SafeMath with the address of the SafeMath library


Airdropping Tokens

A sample script is available in scripts/airdropLEIA.sh



Registering Your Token Contract

The Parity registry is a do-it-yourself token registration. MEW and EtherScan requires someone to process your request, so restrict your request to more important tokens.



References



Enjoy. (c) BokkyPooBah / Bok Consulting Pty Ltd 2017. The MIT Licence.

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].