Contract ae4333761a7bcc80c8eddcb460e35bbbf21ca3bd68ea98c841b2df8ae6abbe71

← Back to Index 📥 Download WASM

Meta

rssdkver 22.0.5#25daaf397971f2c15fd2a5fd0a9967020a19cfcb
rsver 1.81.0

Interface

Construct the deployer with a provided administrator.

fn __constructor(env: soroban_sdk::Env, admin: soroban_sdk::Address)

Deploys the contract on behalf of the Deployer contract.

This has to be authorized by the Deployers administrator.

fn deploy(
    env: soroban_sdk::Env,
    wasm_hash: soroban_sdk::BytesN<32>,
    salt: soroban_sdk::BytesN<32>,
) -> soroban_sdk::Address
fn index(env: soroban_sdk::Env) -> soroban_sdk::U256

Imports

WebAssembly Text (WAT) ▶