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