Contract e694bb2a2c74deb1467426ae806acde75627683e757f5f0be9853daf3d931544

← Back to Index 📥 Download WASM

Meta

cliver 26.0.0#60f7458e7ecffddf2f2d91dc6d0d2db4fab03ecc
rssdkver 25.3.1#e50d95af029c83196dd122f0154bac3f1302394b
rsver 1.93.0

Instances

  • CCYRIWNWFZKN6DICLPIGSDEFU2JQWNELNSXQJSOVW3D6OSNV5BFZQJXG

Interface

Swap token_in for exact USTRY and renew a domain.

fn renew(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    registry: soroban_sdk::Address,
    aquarius: soroban_sdk::Address,
    path: soroban_sdk::Vec,
    node: soroban_sdk::BytesN<32>,
    additional_years: u32,
    max_amount_in: i128,
)

Swap token_in for exact USTRY and register a domain.

fn register(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    registry: soroban_sdk::Address,
    aquarius: soroban_sdk::Address,
    path: soroban_sdk::Vec,
    domain: soroban_sdk::String,
    tld: soroban_sdk::String,
    duration_years: u32,
    max_amount_in: i128,
) -> soroban_sdk::BytesN<32>

Swap token_in for exact USTRY and gift renew a domain.

fn gift_renew(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    registry: soroban_sdk::Address,
    aquarius: soroban_sdk::Address,
    path: soroban_sdk::Vec,
    node: soroban_sdk::BytesN<32>,
    additional_years: u32,
    max_amount_in: i128,
)

Imports

WebAssembly Text (WAT) ▶