> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom ABI

The Custom ABI feature is useful for debugging and testing newly deployed smart contracts. This feature can be used with verified or unverified contracts.

Once a custom ABI is added, the user can test methods using the `Write Custom` feature.

## Add Custom ABI

**1) [Login to My Account](/using-blockscout/my-account)** in Blockscout to get started. Once logged in:

1. Go to **Custom ABI** in the My Account menu.

2. Press the **Add Custom ABI** button.

<Frame caption="">
  <img src="https://mintcdn.com/blockscout/GHvuDaE4gRKuNH6O/images/f4757ee2-image.jpeg?fit=max&auto=format&n=GHvuDaE4gRKuNH6O&q=85&s=2e24214e0f2ced4cfc91d6aebb14cf38" width="2304" height="1134" data-path="images/f4757ee2-image.jpeg" />
</Frame>

**2)** **Fill in the fields**.

1. **Smart Contract Address**. Enter the correct `0x` address of the deployed contract.

2. **Project Name**. Create a name for your own reference.

3. **Custom ABI**: Copy and paste in the ABI for the contract from your development environment (truffle, hardhat, remix etc) or if the contract is verified you can copy from Blockscout.

4. Press **Create custom ABI**.

<Frame caption="">
  <img src="https://mintcdn.com/blockscout/9uuzTGHWzjbW9Lu3/images/6b41fae9-image.jpeg?fit=max&auto=format&n=9uuzTGHWzjbW9Lu3&q=85&s=df3212b34aa0d0ad02a42228ec9c58c2" width="2304" height="1342" data-path="images/6b41fae9-image.jpeg" />
</Frame>

**3) Custom ABI added** to the home screen. You can edit or remove current custom ABIs or add additional custom ABIs from here.

<Frame caption="Edit or delete a custom ABI using the icons">
  <img src="https://mintcdn.com/blockscout/kl-dO7vK6d_hNvHA/images/b9871f52-image.jpeg?fit=max&auto=format&n=kl-dO7vK6d_hNvHA&q=85&s=8354ed40e2713be5190e6933e9bd65c4" width="2024" height="1276" data-path="images/b9871f52-image.jpeg" />
</Frame>

## Interact with a Custom ABI

You will need to be logged into My Account to interact with your custom ABIs. Once you added, you can visit the contract to interact with the custom ABI.

1. Go to the contract page.

2. You will see a Write custom button.

3. Connect your wallet to interact with the contract.

4. Write to the available methods.

<Frame caption="">
  <img src="https://mintcdn.com/blockscout/9uuzTGHWzjbW9Lu3/images/5fbcf754-image.jpeg?fit=max&auto=format&n=9uuzTGHWzjbW9Lu3&q=85&s=2866d47bd26bd9dc38715e486ab748e6" width="2218" height="1150" data-path="images/5fbcf754-image.jpeg" />
</Frame>
