Akintomide Ayodele
Akintomide Ayodele

Reputation: 13

Please how do I get ABI of my token after deploying on BSCMAINET

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.

Upvotes: 0

Views: 3121

Answers (1)

Petr Hejda
Petr Hejda

Reputation: 43581

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.

Remix screenshot

Upvotes: 1

Related Questions