Megaton Finance
한국어
한국어
  • GETTING STARTED
    • 메가톤 파이낸스
    • TON 네트워크
    • 참여자
    • FAQ
  • products
    • WTON 게이트웨이
    • 스왑
    • 페어 예치
    • MEGA 스테이킹
      • 개요
      • 스테이킹
      • 멤버십 혜택
      • 언스테이킹
      • 중도 해지
      • NFT 거래
  • TOKENOMICS
    • MEGA
      • 토크노믹스(~2023년 8월 31일 12:00 KST)
      • 토크노믹스(현재)
      • 분배(2023년 8월 31일 12:00 KST)
      • 분배(현재)
  • Guides
    • 지갑 생성
    • 활용할 자산 입금하기
    • WTON 게이트웨이 사용하기
    • 오르빗 브릿지 기반 크로스체인 자산 전환하기
    • 자산 예치하기(페어 예치)
  • DEVELOPERS
    • Contract
      • MEGA
      • Router/Factory
      • 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. Contract

MEGA

The MEGA smart contract is Megaton Finance's governance token that complies with the Jetton standard.

Code

Github Link: (Will be updated)

Address

  • Mainnet : (Will be updated after official launch)

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

Reference

PreviousContractNextRouter/Factory

Last updated 2 years ago

Jettons standard description : &

TEP74
TEP89