Contract c986ec159b343b6ab7daaae5417607d805a36f0e67a000c0f650c586f6c6af35

← Back to Index 📥 Download WASM

Meta

cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 25.1.1#94c2a3b3a5ded6b9cf9cef0c207bf8804f3eb294
rsver 1.93.1

Interface

Store ops and sub-auth entries in temporary storage. Admin-gated.

fn a(
    env: soroban_sdk::Env,
    a: soroban_sdk::Vec,
    b: soroban_sdk::Vec<
        (soroban_sdk::Address, soroban_sdk::Symbol, soroban_sdk::Vec),
    >,
)

Called by Blend pool during flash_loan callback. _c = borrow amount, _d = fee (unused: we repay full balance to handle d-token dust)

fn exec_op(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    token_addr: soroban_sdk::Address,
    c: i128,
    d: i128,
)

Upgrade contract WASM. Admin-gated.

fn upgrade(env: soroban_sdk::Env, new_wasm_hash: soroban_sdk::BytesN<32>)
fn __constructor(env: soroban_sdk::Env, admin: soroban_sdk::Address)

Imports

WebAssembly Text (WAT) ▶