Vaulta

cutiesunivrs

Contract

The data tables defined by this contract.

  • rows of event

    Field Type
    id uint64
    time uint64
    eventId uint8
    log string
    cutieId uint64
    txHash string
  • rows of config

    Field Type
    id uint64
    promoCutieCreatedCount uint32
    gen0CutieCreatedCount uint32
    gen0Limit uint32
    promoLimit uint32
    ownerFee uint16
    totalSupply uint32
    paused bool
    minEventId uint64
    maxEventId uint64
    operatorKey public_key
    minSignId uint64
  • Field Type
    account name
    name uint8
  • rows of cutie

    Field Type
    id uint64
    genes uint8[]
    birthTime uint32
    ownerAcc name
    cooldownEndTime uint32
    momId uint32
    dadId uint32
    cooldownIndex uint16
    generation uint16
    sireAllowedToAcc name
    approveFor name
  • Field Type
    account name
    toAccount name
  • Field Type
    cutieId uint64
    startPrice int64
    endPrice int64
    seller name
    duration uint32
    startedAt uint32
    featuringFee int64
  • Field Type
    cutieId uint64
    startPrice int64
    endPrice int64
    seller name
    duration uint32
    startedAt uint32
    featuringFee int64
  • Field Type
    id uint64
  • rows of salelot

    Field Type
    id uint64
    price uint32
    leftCount uint32
    priceMul uint32
    priceAdd uint32
    expireTime uint32
    rewardTokenType uint32
    rewardTokenCount uint32
    rewardNFTType uint32
    rewardNftId uint32
    rewardCutieGenome uint8[]
    rewardCutieGeneration uint32
    rewardCutieCount uint32
  • Field Type
    id uint64
    owner name
    type uint64
    value uint64
  • rows of nft

    Field Type
    id uint64
    owner name