Vaulta

pool.pomelo

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 NFT Token pool

    Create a new NFT token pool

    Request Parameters
    symcode symbol_code
    collection_name name
    template_id int32
    attribute FORMAT
    values pair_string_int64[]
  • destroy

    Destroy NFT pool

    Request Parameters
    symcode symbol_code
  • Issue Tokens into Circulation

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

    Request Parameters
    to name
    quantity asset
    memo string
  • logcreate

    Log create

    Request Parameters
    sym symbol
    collection_name name
    template_id int32
    attribute FORMAT
    values pair_string_int64[]
  • logdestroy

    Log destroy

    Request Parameters
    symbol symbol
    collection_name name
    template_id int32
  • logmint

    Log mint

    Request Parameters
    owner name
    quantity asset
    asset_ids uint64[]
  • logredeem

    Log redeem

    Request Parameters
    owner name
    quantity asset
    asset_ids uint64[]
  • 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
  • setmax

    Set max supply

    Request Parameters
    symcode symbol_code
  • Transfer Tokens

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

    Request Parameters
    from name
    to name
    quantity asset
    memo string