Nhảy tới nội dung
This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)

Interact with contracts

Sunset notice

safe.kaia.io will sunset on August 9, 2026. Please use Safe Wallet for Kaia Network at app.safe.global to manage your accounts going forward. Your existing Safe Accounts will be automatically compatible with Safe Wallet.

In this section you interact with a simple contract on Kairos using a Safe account managed in Safe Wallet.

Prerequisites

Step 1: Open Remix.

Step 2: Compile and deploy a sample storage contract (or your own contract).

Deploy the contract before interacting with it from the Safe. A typical sample contract exposes a uint that you update with store and read with retrieve.

Step 3: Initiate a new transaction in Safe Wallet.

Click New transaction. Enter the deployed contract address and ABI so you can select the method and parameters.

Step 4: Review and submit. Sign with an owner wallet; the transaction executes once the confirmation threshold is reached.

You can also batch contract calls with the Transaction Builder or propose them programmatically with the API Kit.

Cải thiện trang này