跳至主要内容
本页面使用机器翻译自英语,可能包含错误或不清楚的语言。如需最准确的信息,请参阅英文原文。由于更新频繁,部分内容可能与英文原文有出入。请加入我们在 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.

让这个页面变得更好