本文へスキップ
このページは英語からの機械翻訳を使用しており、誤りや不明瞭な表現が含まれている可能性があります。最も正確な情報については、オリジナルの英語版をご覧ください。頻繁な更新のため、一部のコンテンツはオリジナルの英語になっている可能性があります。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.

ページを改善してください。