Megaton Finance
English
Search
K
Comment on page

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

MEGA Minter
MEGA Wallet
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