Jungle 4 (Testnet)

eosio.token

컨트랙트

이 컨트랙트의 액션과 입력 파라미터, 잠재적 응답 데이터입니다.

  • Close Token Balance

    Close {{nowrap owner}}’s zero quantity balance

    요청 매개변수
    owner name
    symbol symbol
  • Create New Token

    Create a new token

    요청 매개변수
    issuer name
    maximum_supply asset
  • Issue Tokens into Circulation

    Issue {{nowrap quantity}} into circulation and transfer into {{nowrap to}}’s account

    요청 매개변수
    to name
    quantity asset
    memo string
  • Issue Fixed Supply of Tokens into Circulation

    Issue up to {{nowrap supply}} supply into circulation and transfer into {{nowrap to}}’s account

    요청 매개변수
    to name
    supply asset
    memo string
  • Open Token Balance

    Open a zero quantity balance for {{nowrap owner}}

    요청 매개변수
    owner name
    symbol symbol
    ram_payer name
  • Remove Tokens from Circulation

    Remove {{nowrap quantity}} from circulation

    요청 매개변수
    quantity asset
    memo string
  • Set Max Supply

    Set max supply for token

    요청 매개변수
    issuer name
    maximum_supply asset
  • Transfer Tokens

    Send {{nowrap quantity}} from {{nowrap from}} to {{nowrap to}}

    요청 매개변수
    from name
    to name
    quantity asset
    memo string