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.38k stars 900 forks source link

Low level interaction in udapp #95

Open yann300 opened 4 years ago

yann300 commented 4 years ago

At the moment "low level interaction" to a regular solidity function only works when fallback/receive are implemented. more over when a call is being made to a regular function, we display "transact to ... (fallback)" instead of writing the name of the function.

LianaHus commented 4 years ago

@yann300 sorry I don't get what is not right in first part and is the second part already fixed? I can't reproduce it

LianaHus commented 4 years ago

@yann300

yann300 commented 3 years ago

for the first part afair the issue is that it is not possible to do low level call to a yul contract