Deployed Contracts
All contracts live on Alpha testnet. Verified, compiled, and ready for interaction. Connect your wallet to execute transactions.
syn195fk50708yz0hjujhcuxnmxq0r9xk5x9ndc44z
create_poolWRITE(token_a, token_b, fee_bps) -> pool_id
add_liquidityWRITE(pool_id, amount_a, amount_b) -> shares
swap_exact_inWRITE(pool_id, amount_in, token_in) -> amount_out
get_pool_countREAD() -> u64
get_pool_reserve0READ(pool_id) -> u128
syn1rchr8tmjs0rxk8dedeywau2www7xylu84esls0
depositWRITE(token, amount) -> aTokens
borrowWRITE(token, amount) -> debt
liquidateWRITE(user, collateral, debt, amount) -> bonus
get_health_factorREAD(user) -> u128
get_user_borrowREAD(user, token) -> u128
syn15n3msctncgmtmp2w7jlr7nf0ql5qhpnpha59m8
open_positionWRITE(market, collateral, size, is_long) -> position
close_positionWRITE(market, size) -> pnl
liquidateWRITE(trader, market) -> fee
get_positionREAD(trader, market) -> Position
get_funding_rateREAD(market) -> i128
syn1v9sm90jgm8c6j42ktjxgqja25vwafwzdmntv7h
create_marketWRITE(question, end_time) -> market_id
buy_sharesWRITE(market_id, outcome, amount) -> shares
resolve_marketWRITE(market_id, vrf_proof) -> outcome
claim_payoutWRITE(market_id) -> payout
get_marketREAD(market_id) -> Market
syn12x0vw0d6cn6wpumwaxd8gxw333edz9hnez3n6z
create_collectionWRITE(name, symbol, max_supply, royalty) -> collection_id
mintWRITE(collection_id, metadata) -> token_id
list_for_saleWRITE(collection_id, token_id, price)
buyWRITE(collection_id, token_id) -> success
get_listingREAD(collection_id, token_id) -> Listing