'Remix not showing function button after successful deployment
I am trying out Solidity on Remix and I can successfully deploy contracts. However, I expect to see the function button after my deployment is done (as it contains multiple functions) but it doesn't come up : Can't see function button after deployment. Is this browser related as I have tried multiple browsers?
As you might have seen, my functions are public as well.
Regards,
Solution 1:[1]
Make sure to compile your code before deploying first off (ctrl+s). Refreshing your browser can sometimes fix issues you have with function visibility. Only started using Remix a few days ago and experienced a similar issue - refreshing fixed for me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Juri Muller |
