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
  • approve
  • decreaseAllowance
  • increaseAllowance
  • transfer
  • transferFrom
  1. MOE ERC20 Token

Write Contract

approve

  • spender(address)

  • amount(uint256)

decreaseAllowance

  • spender(address)

  • subtractedValue(uint256)

increaseAllowance

  • spender(address)

  • addedValue(uint256)

transfer

  • to(address)

  • amount(uint256)

transferFrom

  • from(address)

  • to(address)

  • amount(uint256)

PreviousRead ContractNextBurned Uniswap LP Token

Last updated 1 year ago