Coder Social home page Coder Social logo

vyper-token-mix's People

Contributors

iamdefinitelyahuman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vyper-token-mix's Issues

ValueError: '0x0' is not a valid ETH address

Hi, I'm trying to deploy testing Vyper token in Brownie console and this is what i get:

» brownie console                                                   
Brownie v1.12.3 - Python development framework for Ethereum

VyperTokenProject is the active project.

Launching 'ganache-cli --port 8545 --gasLimit 12000000 --accounts 10 --hardfork istanbul --mnemonic brownie'...
Brownie environment is ready.
>>> token = Token.deploy("My Testing Token", "TST", 18, 1e21, {'from': accounts[0]})
Transaction sent: 0x4c62be76fc5a9c9c654825cf662b928cfda2337cb7a388c2ab03c3e9979ea65c
  File "<console>", line 1, in <module>
  File "brownie/network/contract.py", line 290, in __call__
    required_confs=tx["required_confs"],
  File "brownie/network/account.py", line 482, in deploy
    revert_data=revert_data,
  File "brownie/network/transaction.py", line 194, in __init__
    self._await_transaction(required_confs, is_blocking)
  File "brownie/network/transaction.py", line 394, in _await_transaction
    self._set_from_tx(tx)
  File "brownie/network/transaction.py", line 490, in _set_from_tx
    self.receiver = EthAddress(tx["to"]) if tx["to"] else None
  File "brownie/convert/datatypes.py", line 204, in __new__
    raise ValueError(f"'{value}' is not a valid ETH address") from None
ValueError: '0x0' is not a valid ETH address

OS: Debian 10
Kernel: 4.19.0-11-amd64
Python: 3.7.3
Brownie: 1.12.3 (installed from git master today 2021/01/03)

Looks like bug or version incompatibility... Or did I miss some config settings somewhere? (but nothing mentioned in readme).

Thanks

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.