Contract e5928bcd5d038ad72c43c8f8cc8c98beedc8b181ba97a916f1766e57dc59816f

← Back to Index 📥 Download WASM

Meta

cliver 26.0.0#60f7458e7ecffddf2f2d91dc6d0d2db4fab03ecc
rssdkver 25.3.1#e50d95af029c83196dd122f0154bac3f1302394b
rsver 1.94.1

Instances

  • CCYYH2AANA5AXENGFPWAE7VVBO6ZAZ6R5HKHE5XP2I2YYYDYI6UQDGBV

Interface

Returns the current owner address.

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

Anchors an auction event on-chain by emitting it as a contract event. Requires owner auth. Stores nothing on-chain — the proof lives in the ledger history (transaction meta), so there is no per-record rent.

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) ▶