> For the complete documentation index, see [llms.txt](https://minefullness-writes.gitbook.io/minefullness-writes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minefullness-writes.gitbook.io/minefullness-writes/tutorials/how-to-get-the-correct-abi-from-atropa-contracts-without-using-dedaub/how-to-import-contracts-into-scgui.md).

# How to import contracts into Scgui

Now that you’ve learned how to obtain the ABI for any of the Atropa dev’s contracts, the next step is to **import the ABI into an interface** like [https://scgui.aff.icu](https://scgui.aff.icu/) so you can interact with the contract.

1. **Connect your wallet** to SCGUI and make sure your wallet is set to the Pulsechain network.
2. Click the **"Import"** button to load the contract using the ABI.

<figure><img src="https://ogwebchef-ecosystem.gitbook.io/minefullness-writes/~gitbook/image?url=https%3A%2F%2F4291007793-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmtTBR0v9QWETwmCx8dYb%252Fuploads%252FPHuocu7Xs60fBtDSxmb6%252Ftelegram-cloud-photo-size-4-6034836957265251262-y.jpg%3Falt%3Dmedia%26token%3D4b20e50b-7a53-4f88-993d-5ad60da7334b&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2c23309f&#x26;sv=2" alt=""><figcaption></figcaption></figure>

1. After clicking **"Import"**, complete the following fields to load the contract:
   * **Contract Name**: Enter a name to help you recognize the contract later (e.g. **Map**).
   * **Contract Address**: Find the correct ca in the Atropa New Contracts Telegram channel: 👉 <https://t.me/atropa_new_contracts> Search for the contract name and copy the address provided in the post.
   * **ABI**: Go to **Remix IDE**, copy the full ABI you extracted earlier, and paste it into the ABI field.
   * **Save**: Once everything is filled in, click **"Save"** to load the contract into SCGUI.

<figure><img src="https://ogwebchef-ecosystem.gitbook.io/minefullness-writes/~gitbook/image?url=https%3A%2F%2F4291007793-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmtTBR0v9QWETwmCx8dYb%252Fuploads%252FVdB4PhfNISFAyISFVIJk%252Ftelegram-cloud-photo-size-4-6034836957265251267-y.jpg%3Falt%3Dmedia%26token%3D122fb524-071b-4a49-81f0-546a79b04440&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=790a3e0c&#x26;sv=2" alt=""><figcaption></figcaption></figure>

The contract should now show up in the list like this now. If you click the cube it will show you all the read and write functions.

<figure><img src="https://ogwebchef-ecosystem.gitbook.io/minefullness-writes/~gitbook/image?url=https%3A%2F%2F4291007793-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmtTBR0v9QWETwmCx8dYb%252Fuploads%252FhpS44eE6jU9Nog8KKxrZ%252Ftelegram-cloud-document-4-6034836956809009623.jpg%3Falt%3Dmedia%26token%3Dfd4cd5f6-53a5-47cf-b4fc-9faf5ab7b6f5&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=3506ac92&#x26;sv=2" alt=""><figcaption></figcaption></figure>

**Read functions** (blue) let you view on-chain data like balances, ownership, or settings. They don’t change the blockchain, so no wallet connection or gas is needed. **Write functions** (red) perform actions that update the blockchain—like transferring tokens, staking, or claiming rewards. These require a wallet connection and a gas fee.

![](https://ogwebchef-ecosystem.gitbook.io/minefullness-writes/~gitbook/image?url=https%3A%2F%2F4291007793-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmtTBR0v9QWETwmCx8dYb%252Fuploads%252FkTUg2LI5c6jbMXvp8Fln%252Fimage.png%3Falt%3Dmedia%26token%3Dbc9f9ffd-ed91-4bcb-8592-472cb1243afb\&width=768\&dpr=4\&quality=100\&sign=c49c0118\&sv=2)![](https://ogwebchef-ecosystem.gitbook.io/minefullness-writes/~gitbook/image?url=https%3A%2F%2F4291007793-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FmtTBR0v9QWETwmCx8dYb%252Fuploads%252Fqm68CuO6JrlhBYmi8ixP%252FScreenshot%25202025-07-16%2520at%252015.24.00.png%3Falt%3Dmedia%26token%3D70bb02be-c6f7-41fd-bc45-fcd214577291\&width=768\&dpr=4\&quality=100\&sign=8df5a76a\&sv=2)

You can now use the contract interface in your browser to read data or execute actions directly—perfect for playing Dysnomia moves or interacting with Atropa contracts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://minefullness-writes.gitbook.io/minefullness-writes/tutorials/how-to-get-the-correct-abi-from-atropa-contracts-without-using-dedaub/how-to-import-contracts-into-scgui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
