Vaulta

theflairdapp

Contract

The data tables defined by this contract.

  • Field Type
    id name
    name string
    maxVideoLength uint32
    archived bool
  • rows of contest

    Field Type
    id uint64
    levelId name
    price uint64
    participantLimit uint32
    participantCount uint32
    submissionsClosed bool
    submissionPeriod uint32
    votePeriod uint32
    createdAt uint32
    fixedPrize uint32
    voteStartUTCHour uint32
    paid bool
    minParticipant uint32
    lastEntryAddedAt uint32
  • Field Type
    openTime uint64
    usdHigh uint32
    intervalSec uint32
  • Field Type
    id name
    userId name
    levelId name
    contestId uint64
    amount uint64
    priceUnavailable bool
    open bool
    block bool
    prizeRevoked bool
    prizeGiven asset
    videoHash720p checksum256
    videoHash1080p checksum256
    coverHash checksum256
    createdAt uint32
    votes uint32
  • rows of level

    Field Type
    id name
    categoryId name
    name string
    archived bool
    price uint32
    participantLimit uint32
    submissionPeriod uint32
    votePeriod uint32
    fee uint32
    prizes uint32[]
    fixedPrize uint32
    allowedSimultaneousContests uint32
    voteStartUTCHour uint32
    minParticipant uint32
  • Field Type
    id name
    profileId name
    to name
    toMemo string
    amount asset
  • rows of option

    Field Type
    id name
    value string
  • rows of profile

    Field Type
    id name
    username string
    usernameHash checksum256
    imgHash checksum256
    link string
    bio string
    account name
    active bool
    winnings asset
  • rows of entryvote

    Field Type
    id uint64
    contestId uint64
    entryId name
    voterUserId name
    createdAt uint32