Giter Site home page Giter Site logo

erc-20-token's Introduction

ERC-20 Token Creator

Tokens minted

name:         FUNREWARDS
symbol        FUN
decimal:      8
contract:     0x140CA1B2b09C9f885F3773Df352977d794BA37EC

name:         MUSCLETEAM
symbol        MARIO
decimal:      8
contract:     0x02297bDE3eC529f70E172ef51E03de14b0258917

name:         THUG
symbol:       THUG
decimal:      8
contract:     0x918837C560c75De6D38BA43A51eF9954f96ec481

Commands

❯ truffle console --network rinkeby
truffle(rinkeby)> networks

Network: rinkeby (id: 4)
  FUNREWARDS: 0x140CA1B2b09C9f885F3773Df352977d794BA37EC
  MARIO: 0x02297bDE3eC529f70E172ef51E03de14b0258917
  THUG: 0x918837C560c75De6D38BA43A51eF9954f96ec481

truffle(rinkeby)> let mario = await MARIO.deployed()
truffle(rinkeby)> mario.mint("0x39010B2C68DA9C66A71908a588dc1d3BbF61073e", 10000000 * 10 ** 8)

truffle(rinkeby)> let thug = await THUG.deployed()
truffle(rinkeby)> thug.mint("0x39010B2C68DA9C66A71908a588dc1d3BbF61073e", 10000000 * 10 ** 8)

truffle(rinkeby)> let funrewards = await FUNREWARDS.deployed()
truffle(rinkeby)> funrewards.mint("0x39010B2C68DA9C66A71908a588dc1d3BbF61073e", 10000000 * 10 ** 8)

Logs

❯ truffle migrate --network rinkeby

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.


Starting migrations...
======================
> Network name:    'rinkeby'
> Network id:      4
> Block gas limit: 10000000 (0x989680)


1_deploy_contracts.js
=====================

   Deploying 'FUNREWARDS'
   ----------------------
   > transaction hash:    0xf90fc29060fd3aadc85a3dd9d1f06bbc548ea51546503ad27cca24c10e8f3567
   > Blocks: 0            Seconds: 4
   > contract address:    0x140CA1B2b09C9f885F3773Df352977d794BA37EC
   > block number:        8274095
   > block timestamp:     1616344692
   > account:             0x39010B2C68DA9C66A71908a588dc1d3BbF61073e
   > balance:             57.73295291
   > gas used:            805932 (0xc4c2c)
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.01611864 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 1 (block: 8274096)
   > confirmation number: 2 (block: 8274097)
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.01611864 ETH

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.