For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Reference

Last updated