Jungle 4 (Testnet)

atomic.gm

合约

此合约定义的数据表。

  • 行数据 assets_s

    字段 类型
    asset_id uint64
    collection_name name
    schema_name name
    template_id int32
    ram_payer name
    backed_tokens asset[]
    immutable_serialized_data bytes
    mutable_serialized_data bytes
  • 行数据 balances_s

    字段 类型
    owner name
    quantities asset[]
  • 字段 类型
    collection_name name
    author name
    allow_notify bool
    authorized_accounts name[]
    notify_accounts name[]
    market_fee float64
    serialized_data bytes
  • 行数据 config_s

    字段 类型
    asset_counter uint64
    template_counter int32
    offer_counter uint64
    collection_format FORMAT[]
    supported_tokens extended_symbol[]
  • 行数据 offers_s

    字段 类型
    offer_id uint64
    sender name
    recipient name
    sender_asset_ids uint64[]
    recipient_asset_ids uint64[]
    memo string
    ram_payer name
  • 行数据 schemas_s

    字段 类型
    schema_name name
    format FORMAT[]
  • 字段 类型
    template_id int32
    schema_name name
    transferable bool
    burnable bool
    max_supply uint32
    issued_supply uint32
    immutable_serialized_data bytes
  • 字段 类型
    standard name
    version string