Contract 4b0c394218a20a76b9bfb0671bf7a8b745b5d5573640c6ceeb91e85dd385d1c2

← Back to Index 📥 Download WASM

Meta

cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 22.0.11#34f7f53ae31e0fd02aab436a9872e79fa671ca02
rsver 1.94.0

Instances

  • CASROBRQ2YBICCT5SARQJTLWVV7RUYPMKJHDBS7N2E43FV5RA2FPRXHI
  • CCL4TJQSVDOMN6GXTAHNGZHT4NTOON3JJWG5NU6NMOIAGOKIKMQ3BUX3

Interface

fn hashes(env: soroban_sdk::Env) -> WasmHashes
fn upgrade(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    wasm_hash: soroban_sdk::BytesN<32>,
)
fn registry(env: soroban_sdk::Env) -> soroban_sdk::Address
fn grant_role(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    role_id: u32,
    account: soroban_sdk::Address,
)
fn initialize(
    env: soroban_sdk::Env,
    admin: soroban_sdk::Address,
    registry: soroban_sdk::Address,
    hashes: WasmHashes,
)
fn set_hashes(env: soroban_sdk::Env, caller: soroban_sdk::Address, hashes: WasmHashes)
fn deploy_deal(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    salt: soroban_sdk::BytesN<32>,
    deal_config: DealConfig,
    manager_config: DealManagerConfig,
) -> DealDeployment
fn revoke_role(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    role_id: u32,
    account: soroban_sdk::Address,
)
fn maintain_ttl(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    threshold: u32,
    extend_to: u32,
)
fn set_registry(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    registry: soroban_sdk::Address,
)
fn __constructor(
    env: soroban_sdk::Env,
    admin: soroban_sdk::Address,
    registry: soroban_sdk::Address,
    hashes: WasmHashes,
)

Imports

WebAssembly Text (WAT) ▶