Megaton Finance
English
English
  • GETTING STARTED
    • Megaton Finance
    • TON Network
    • Participants
    • FAQ
  • products
    • WTON Gateway
    • Swap
    • Yield Farm
    • T@connect
      • T@connect Terms of Use
      • T@connect User Guide
      • T@connect Integration Guide
    • MEGA Staking
      • Overview
      • Staking
      • Membership Benefits
      • Unstaking
      • Early Termination
      • NFT Trading
  • TOKENOMICS
    • MEGA
      • Tokenomics (-August 31st 2023 03:00 UTC)
      • Tokenomics (Current)
      • Allocation (-August 31st 2023 03:00 UTC)
      • Allocation (Current)
  • Guides
    • Create a Wallet
    • How to deposit assets
    • How to convert TON to WTON through the WTON Gateway
    • How to get cross-chain assets on Orbit Bridge
    • Deposit LP (Yield Farm)
  • DEVELOPERS
    • Contract
      • MEGA
      • Router/Factory
      • Exchange
  • MORE
    • Risk & Security
    • Contract & Audit
    • Support & Team
  • OFFICIAL LINKS
    • Megaton Finance
    • WTON Gateway
    • Orbit Bridge
    • Discord
Powered by GitBook
On this page
  • Code
  • Address
  • Read-Only Functions
  • Reference
  1. DEVELOPERS
  2. Contract

MEGA

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

Code

Github Link: (TBD)

Address

  • Mainnet: (to 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