How To Get ABI
The following are divided into two cases: non-proxy contract and proxy contract
Last updated
The following are divided into two cases: non-proxy contract and proxy contract
Last updated
If the contract contains the word "Proxy", it's a proxy contract; otherwise, it's a non-proxy contract
① Take the contract deployed on Polygon as an example, enter your contract address in the search bar on the official Polygonscan website
② Click "Contract" at the bottom of the contract page
③ Select JSON Format in the "Export ABI" field on the right
④ Right-click on the newly opened page——choose"Save As" to save the ABI of the contract
① Take the contract deployed on Polygon as an example, enter your contract address in the search bar on the official Polygonscan website
② Click "Contract" -- More Options -- Is this a proxy?
③ Click"Verify", then click the contract address to enter the new page
④Click "Contract" of this contract page
⑤ Select JSON Format from "Export ABI" on the right of the drop-down page
⑥Right-click on the newly opened page——choose"Save As" to save the ABIbi of the contract