Contract 59fb1398e06aadc700968e0846063ce303a833c2c24c94df3cb0f3f7d588d886

← Back to Index 📥 Download WASM

Meta

Description ChimpDAO Collection
cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 25.0.2#59a2e01a26f9330f8d516690911cb2ca87a6f1b3
rsver 1.89.0

Interface

fn __constructor(env: soroban_sdk::Env, admin: soroban_sdk::Address)
fn upgrade(env: soroban_sdk::Env, wasm_hash: soroban_sdk::BytesN<32>)
fn create_collection(
    env: soroban_sdk::Env,
    wasm_hash: soroban_sdk::BytesN<32>,
    name: soroban_sdk::String,
    symbol: soroban_sdk::String,
    uri: soroban_sdk::String,
    max_tokens: u32,
) -> soroban_sdk::Address
fn assign_collectible(
    env: soroban_sdk::Env,
    collection: soroban_sdk::Address,
    to: soroban_sdk::Address,
    token_id: u32,
)
fn collectibles(
    env: soroban_sdk::Env,
    from: soroban_sdk::Address,
) -> soroban_sdk::Vec<(soroban_sdk::Address, u32)>
fn collections(env: soroban_sdk::Env) -> soroban_sdk::Vec

Imports

WebAssembly Text (WAT) ▶