blockchainethereumsoliditysmartcontractsremix-ide

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

  • 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.