Contract 003c7f8bd6796e536a3acf5fac150403f0b6054fe7857c132a135055424b566a

← Back to Index 📥 Download WASM

Meta

rssdkver 22.0.7#211569aa49c8d896877dfca1f2eb4fe9071121c8
rsver 1.86.0

Instances

  • CBI7MHBMFU4MWD5AOXMC6BJ5WZB6AVZYSNOA7TUPRNHESQEGVYELQYRC

Interface

fn initialize(env: soroban_sdk::Env, owner: soroban_sdk::Address)

Execute an atomic, multi-protocol route with precomputed parameters.

fn execute(
    env: soroban_sdk::Env,
    user: soroban_sdk::Address,
    actions: soroban_sdk::Vec,
    initial: u128,
    min_profit: u128,
) -> u128

Withdraw arbitrary amount of a specified token from contract back to owner

fn withdraw(
    env: soroban_sdk::Env,
    caller: soroban_sdk::Address,
    token: soroban_sdk::Address,
    to: soroban_sdk::Address,
    amount: u128,
)

Imports

WebAssembly Text (WAT) ▶