Contract 1a743923fc284b64dd4ee0e0c29ae2f364ebf89caa0fb3f73aa0ba807be30354

← Back to Index 📥 Download WASM

Meta

rssdkver 20.5.0#9e2c3022b4355b224a7a814e13ba51761eeb14bb
rsver 1.78.0

Instances

  • CDWT632PZRCX2NTCBKRUUD6LUQGFY255GNIAU3C2Z5ZPDHQPCPHD2DGH

Interface

Initialize the Incentives engine with an Admin

fn init(env: soroban_sdk::Env, admin: soroban_sdk::Address)

Set the authorized router (The only entity allowed to mint rewards)

fn set_router(env: soroban_sdk::Env, router: soroban_sdk::Address)

ABSOLUTE SECURITY: require_auth protects reward distribution

fn handle_action(
    env: soroban_sdk::Env,
    user: soroban_sdk::Address,
    reward_amount: i128,
)

Imports

WebAssembly Text (WAT) ▶