ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.41k stars 916 forks source link

argument="type", value="fixed168x10", code=INVALID_ARGUMENT, version=abi/5.5.0 #2130

Open isavelli opened 2 years ago

isavelli commented 2 years ago

I was accessing with remix-ide the variable x:

# @version ^0.3.1

x: public(decimal)

@external
def __init__():
    self.x = 1.0

(Vyper language)

and I received this message: error: Failed to decode output: Error: invalid type (argument="type", value="fixed168x10", code=INVALID_ARGUMENT, version=abi/5.5.0)

bunsenstraat commented 2 years ago

@yann300 check local vyper compiler