Vaulta

uplifttoken1

Contract

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

  • Burn Tokens

    Will burn (remove from circulation) {{ nowrap quantity }} tokens and deduct them from the supply of the {{ asset_to_symbol_code quantity }} token.

    Request Parameters
    from name
    quantity asset
  • Request Parameters
    unstake_id uint64
    token_symbol symbol
  • Request Parameters
    batch_size uint16
  • 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
    transfer_locked bool
  • Issue Tokens into Circulation

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

    Request Parameters
    to name
    quantity asset
    memo string
  • Request Parameters
    sender name
    agreedterms string
  • Register as a Member

    Register account {{ nowrap sender }} for DAC with ID {{ nowrap dac_id }} and agree to the terms identified by {{ agreedterms }}.

    Request Parameters
    sender name
    agreedterms string
    dac_id name
  • Request Parameters
    sender name
  • Unregister as a Member

    Unregister account {{ nowrap sender }} for DAC with ID {{ nowrap dac_id }}.

    Request Parameters
    sender name
    dac_id name
  • Request Parameters
    batch uint16
  • Request Parameters
    terms string
    hash string
  • Set new member terms

    Set new member terms for DAC with ID {{ nowrap dac_id }} to {{ term }} with hash {{ hash }}.

    Request Parameters
    terms string
    hash string
    dac_id name
  • Request Parameters
    unstake_id uint64
    token_symbol symbol
  • Request Parameters
    account name
    quantity asset
  • Request Parameters
    config stake_config
    token_symbol symbol
  • Request Parameters
    account name
    unstake_time uint32
    token_symbol symbol
  • Transfer Tokens

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

    Request Parameters
    from name
    to name
    quantity asset
    memo string
  • Unlock Tokens

    Unlocks the {{ asset_to_symbol_code unlock }} token and allows transfers

    Request Parameters
    unlock asset
  • Request Parameters
    account name
    quantity asset
  • Request Parameters
    termsid uint64
    terms string
  • Request Parameters
    termsid uint64
    terms string
    dac_id name
  • Request Parameters
    from name
    to name
    quantity asset
    memo string