Megaton Finance
中文(繁體)
中文(繁體)
  • 入门
    • Megaton Finance
    • TON網絡
    • 參與者
  • products
    • WTON網關
    • 交換(Swap)
    • 收益農場(Yield Farm)
  • TOKENOMICS
    • MEGA
      • 代币经济学(至2023年 8月 31日 03:00 UTC)
      • 代币经济学(当前)
      • 分配(至2023年 8月 31日 03:00 UTC)
      • 分配(当前)
  • Guides
    • 創建錢包
    • 如何存入資產
    • 如何通過WTON網關將TON轉換為WTON
    • 如何在Orbit Bridge上獲取跨鏈資產
  • DEVELOPERS
    • 合約
      • MEGA
      • 路由器(Router)
      • 交換(Exchange)
  • MORE
    • 風險與安全
    • 合约与审计
    • 支持團隊
  • OFFICIAL LINKS
    • Megaton Finance
    • WTON Gateway
    • Orbit Bridge
    • Discord
Powered by GitBook
On this page
  • Code
  • Address
  • Read-Only Functions
  • 参考
  1. DEVELOPERS
  2. 合約

MEGA

MEGA智能合约是Megaton Finance符合Jetton标准的治理代币。

Code

Github链接:(待更新)

Address

  • 主网:(待正式上线后更新)

Read-Only Functions

get_jetton_data

(int, int, slice, cell, cell) get_jetton_data() method_id
  • int totalSupply

  • int mintable

  • slice admin_address

  • cell mega_content

  • cell mega_wallet_code

get_jetton_extra_data

(slice) get_jetton_extra_data() method_id
  • slice minter_address

get_wallet_address

slice get_wallet_address(slice owner_address) method_id
  • slice user_wallet_address

get_wallet_data

(int, slice, slice, cell) get_wallet_data() method_id
  • int balance

  • slice owner

  • slice mega_minter_address

  • cell mega_wallet_code

参考

Previous合約Next路由器(Router)

Last updated 2 years ago

Jettons standard description: &

TEP74
TEP89