MOE Docs
  • Intro
  • MOE ERC20 Token
    • Specifications
    • Read Contract
    • Write Contract
    • Burned Uniswap LP Token
    • CEX Listing Reserve
  • MOE TRADING CARD
    • Specifications
    • Read Contract
    • Write Contract
    • jsonId
    • JSON Templates
  • OTAKU HERO CONTRACT
    • Specifications
    • Read Contract
    • Write Contract
    • Deprecated
  • PUBLIC API
    • MOE Public API
  • DAO
    • Specifications
    • Wrapped MOE Token
    • Timelock Controller
    • Governor
    • Tally
Powered by GitBook
On this page
  • allowance
  • balanceOf
  • decimals
  • name
  • symbol
  • totalSupply
  1. MOE ERC20 Token

Read Contract

allowance

  • owner(address)

  • spender(address)

  • uint256

balanceOf

  • accout(address)

  • uint256

decimals

  • uint8

name

  • string

symbol

  • string

totalSupply

  • uint256

PreviousSpecificationsNextWrite Contract

Last updated 1 year ago