You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, public variables are unreadable without including an explicit view function in the solidity code. This is confusing for users who are familiar with Remix and expect all variables to be seen without adding view functions to their contract.
Proposed feature should allow user the option to paste the solidity code rather than the ABI. If they use the solidity code, then all public variables will also appear "read" functions.
The text was updated successfully, but these errors were encountered:
Currently, public variables are unreadable without including an explicit view function in the solidity code. This is confusing for users who are familiar with Remix and expect all variables to be seen without adding view functions to their contract.
Proposed feature should allow user the option to paste the solidity code rather than the ABI. If they use the solidity code, then all public variables will also appear "read" functions.
The text was updated successfully, but these errors were encountered: