EOS

eosio.token

Contract

The actions for this contract with their input parameters and potential response data.

  • Close Token Balance

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

    Request Parameters
    ownername
    symbolsymbol
  • Create New Token

    Create a new token

    Request Parameters
    issuername
    maximum_supplyasset
  • Issue Tokens into Circulation

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

    Request Parameters
    toname
    quantityasset
    memostring
  • Issue Fixed Supply of Tokens into Circulation

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

    Request Parameters
    toname
    supplyasset
    memostring
  • Open Token Balance

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

    Request Parameters
    ownername
    symbolsymbol
    ram_payername
  • Remove Tokens from Circulation

    Remove {{nowrap quantity}} from circulation

    Request Parameters
    quantityasset
    memostring
  • Set Max Supply

    Set max supply for token

    Request Parameters
    issuername
    maximum_supplyasset
  • Transfer Tokens

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

    Request Parameters
    fromname
    toname
    quantityasset
    memostring