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