Contract 3663097cf90bd655a1fbfb444c33b2aa643489bee61c1918df60c80c2ef365b7

← Back to Index 📥 Download WASM

Meta

rssdkver 21.7.7#5da789c50b18a4c2be53394138212fed56f0dfc4
rsver 1.95.0

Instances

  • CBDSMX2WKUJDETWQW3PNS3UK3IBBKUI6WSGKYWCITPHHN5BB6WTR4S75

Interface

Emits a forged "transfer" ContractEvent with arbitrary topics/data. honest field: contractID == self (the deployed contract address) — NOT the SAC of the named asset.

fn fire(
    env: soroban_sdk::Env,
    from: soroban_sdk::Address,
    to: soroban_sdk::Address,
    asset: soroban_sdk::String,
    amount: i128,
)

Emits a forged "mint" ContractEvent.

fn fake_mint(
    env: soroban_sdk::Env,
    to: soroban_sdk::Address,
    asset: soroban_sdk::String,
    amount: i128,
)

(#12) Emits N forged "transfer" events in one invocation. Probes whether the parser accumulates per-event credits or dedups.

fn fire_many(
    env: soroban_sdk::Env,
    from: soroban_sdk::Address,
    to: soroban_sdk::Address,
    asset: soroban_sdk::String,
    amount: i128,
    count: u32,
)

(#13) Emits a forged "transfer" event with a NEGATIVE i128 amount. Probes whether the parser silently treats negative as a deduction, or normalises via abs(), or rejects.

fn fire_negative(
    env: soroban_sdk::Env,
    from: soroban_sdk::Address,
    to: soroban_sdk::Address,
    asset: soroban_sdk::String,
    amount: i128,
)

Imports

WebAssembly Text (WAT) ▶