[Ethereum] Remix not showing function buttons after the contract is successfully deployed

remixsoliditysolidity-0.6.x

I am expecting Remix to show me buttons through which I could interact with the contract functions once I have deployed it successfully but the buttons are not showing you as can be seen in the below snapshot.

enter image description here

Best Answer

In the contract selection box you have:

Buffer - browser/test-run.sol

If you want to deploy SimpleOraclizeContract, it should be:

SimpleOraclizeContract - browser/test-run.sol

Related Topic