跳至主要內容
本頁面使用機器翻譯自英語,可能包含錯誤或不清楚的語言。如需最準確的信息,請參閱英文原文。由於更新頻繁,部分內容可能與英文原文有出入。請加入我們在 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.

讓這個頁面變得更好