Contract bb582073444558ac308b0d9f8ac8c58472de75caf781c09574cb8b118f3460a2

← Back to Index 📥 Download WASM

Meta

rssdkver 22.0.7#211569aa49c8d896877dfca1f2eb4fe9071121c8
rsver 1.81.0

Instances

  • CCILGP6KJGJKFOGIR4FNA7EZIFKXHQRACNU34JXU6WDLATRSLX3LWFZK

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>,
    constructor_args: soroban_sdk::Vec,
) -> soroban_sdk::Address
fn get_admin(env: soroban_sdk::Env) -> soroban_sdk::Address

Imports

WebAssembly Text (WAT) ▶