Contract 039fe4785397f7a40fd8b7feffa469a625a539ca08bc0a528da50cc9e4c1a9bd

← Back to Index 📥 Download WASM

Meta

cliver 25.1.0#a048a57a75762458b487052e0021ea704a926bee
rssdkver 25.1.1#94c2a3b3a5ded6b9cf9cef0c207bf8804f3eb294
rsver 1.93.1

Instances

  • CCOBJLND4YFSD2VB2NII6VO4PNDXGOCIX23GCTP272J5NYS2APRM4H4A

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) ▶