Contract fd11bdee498f10d46d90a1b0391cd4bf5b4222894b057326c6d4ae4186e8c9fa

← Back to Index 📥 Download WASM

Meta

rssdkver 25.3.1#e50d95af029c83196dd122f0154bac3f1302394b
rsver 1.94.1

Instances

  • CCQTAV6IO5XJ3CCQXXC264O5KH224T4QLTEMTM4TXTCRZHLVJP5SDHHQ

Interface

Returns the record for the given id. Panics if not found.

fn get(env: soroban_sdk::Env, id: soroban_sdk::String) -> Record

Returns the current owner address.

fn owner(env: soroban_sdk::Env) -> soroban_sdk::Address

Registers an immutable auction event. Requires owner auth. Rejects duplicate id values.

fn register(
    env: soroban_sdk::Env,
    tipo: soroban_sdk::String,
    id: soroban_sdk::String,
    hash: soroban_sdk::String,
    timestamp: u64,
) -> Record

One-time setup — stores the owner address that gates all writes.

fn initialize(env: soroban_sdk::Env, owner: soroban_sdk::Address)

Imports

WebAssembly Text (WAT) ▶