I deployed a contract on bscscan recent using remix but I forgot to copy the abi code... Please how can I get it back... I need to communicate with the contract using web3 Thanks.
Asked
Active
Viewed 2,317 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 30 '21 at 22:56
1 Answers
1
You can use the ABI
link in the Remix Solidity compiler
tab. It will copy the ABI JSON of the currently selected source code to your clipboard.

Petr Hejda
- 40,554
- 8
- 72
- 100