🔬
Blockagora Docs
English
English
  • Product
    • 💡About
    • ✨Function
  • Tutorial
    • 📪Dashboard
    • 🛠️Contract Upload
    • 👀How To Get ABI
  • 🥳Agora Airdrop(PC)
  • 🥳Agora Airdrop(Mobile)
Powered by GitBook
On this page
  • How to distinguish the type of contract
  • Non-proxy contract ABI acquisition
  • Proxy contract ABI acquisition
  1. Tutorial

How To Get ABI

The following are divided into two cases: non-proxy contract and proxy contract

PreviousContract UploadNextAgora Airdrop(PC)

Last updated 2 years ago

How to distinguish the type of contract

If the contract contains the word "Proxy", it's a proxy contract; otherwise, it's a non-proxy contract

Non-proxy contract ABI acquisition

① 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

Proxy contract ABI acquisition

① 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

👀