Vaulta

freeamttoken

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
    owner name
    symbol symbol
  • Create New Token

    Create a new token

    Request Parameters
    issuer name
    maximum_supply asset
  • Issue Tokens into Circulation

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

    Request Parameters
    to name
    quantity asset
    memo string
  • Open Token Balance

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

    Request Parameters
    owner name
    symbol symbol
    ram_payer name
  • Remove Tokens from Circulation

    Remove {{nowrap quantity}} from circulation

    Request Parameters
    quantity asset
    memo string
  • Transfer Tokens

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

    Request Parameters
    from name
    to name
    quantity asset
    memo string