Vaulta

atomicassets

Contract

The data tables defined by this contract.

  • rows of assets_s

    Field Type
    asset_id uint64
    collection_name name
    schema_name name
    template_id int32
    ram_payer name
    backed_tokens asset[]
    immutable_serialized_data uint8[]
    mutable_serialized_data uint8[]
  • Field Type
    owner name
    quantities asset[]
  • Field Type
    collection_name name
    author name
    allow_notify bool
    authorized_accounts name[]
    notify_accounts name[]
    market_fee float64
    serialized_data uint8[]
  • rows of config_s

    Field Type
    asset_counter uint64
    template_counter int32
    offer_counter uint64
    collection_format FORMAT[]
    supported_tokens extended_symbol[]
  • rows of offers_s

    Field Type
    offer_id uint64
    sender name
    recipient name
    sender_asset_ids uint64[]
    recipient_asset_ids uint64[]
    memo string
    ram_payer name
  • Field Type
    schema_name name
    format FORMAT[]
  • Field Type
    template_id int32
    schema_name name
    transferable bool
    burnable bool
    max_supply uint32
    issued_supply uint32
    immutable_serialized_data uint8[]
  • Field Type
    standard name
    version string