Vaulta

warriorsgame

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • rows of auction

    Field Type
    token_id uint64
    seller name
    start_price asset
    end_price asset
    au_duration uint32
    start_time time_point_sec
  • Field Type
    id id_type
    category category_type
    rarity rarity_type
  • rows of event

    Field Type
    event_id uint64
    event_type string
    contract_address name
    date uint64
    trx_hash checksum256
    data pair_string_string[]
  • rows of price

    Field Type
    id uint64
    item string
    value uint64
  • rows of stats

    Field Type
    supply asset
    issuer name
  • rows of ticket

    Field Type
    owner name
    tournaments pair_uint8_uint32[]
  • rows of token

    Field Type
    id id_type
    uri uri_type
    owner name
    value asset
    tokenName string
  • rows of warrior

    Field Type
    id id_type
    category category_type