Contract cb0a66adbb68fc954fcaa22e65c9bcb46c2acbb07d52151f1160d96498578aee

← Back to Index 📥 Download WASM

Meta

rssdkver 25.1.1#94c2a3b3a5ded6b9cf9cef0c207bf8804f3eb294
rsver 1.84.0

Instances

  • CA7B2W7G4XZX2FMU43UCN2BCBJMITIOTDRW4JKHCT3632TKGU6RGGHUT

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

Imports

WebAssembly Text (WAT) ▶