Vaulta

aim

Contract

The data tables defined by this contract.

  • rows of account

    Field Type
    balance asset
  • Field Type
    ID uint64
    poolID uint64
    poolName name
    holderID uint64
    holder name
    tokens asset
    lockedUntil uint32
    createdDate uint32
  • Field Type
    ID uint64
    TID uint64
    hotel name
    pool name
    holderID uint64
    holder name
    tokens asset
    createdDate uint32
    rewardTokens asset
    rewardDouble float64
  • Field Type
    TID uint64
    hotel name
    isFeePaid uint64
    isServiceProvided uint64
    createdDate uint32
    totalTokens asset
    feesTokens asset
    rewardTokens asset
  • Field Type
    ID uint64
    holder name
    pool name
    poolID uint64
    holderID uint64
    type uint8
  • Field Type
    ID uint64
    poolName name
    holder name
    tokens asset
    remainingTokens asset
    availableReward asset
    rewardAfterDecimal float64
    totalReward float64
    lastUsedAt uint64
    createdDate uint32
    isActive bool
    toBeLeft bool
  • rows of pool

    Field Type
    ID uint64
    poolName name
    ownerAcnt name
    colaterlAcnt name
    rewardAcnt name
    reward float64
    isPrivate bool
    ownerShare float64
    holderShare float64
    totalTokens asset
    avlblTokens asset
    tobeWithdrwn asset
    colaterlAmnt asset
    ownerAvlblReward asset
    rewardAfterDecimal float64
    totalReward float64
    totalOwnerReward float64
    lockTime uint32
    lockInSecs uint32
    createdDate uint32
    terminationDate uint32
    isActive bool
    toBeTermntd bool
    arRestriction name[]
  • Field Type
    ID uint64
    poolID uint64
    poolName name
    tokens asset
    lockedUntil uint32
    createdDate uint32
  • Field Type
    ID uint64
    TID uint64
    hotel name
    poolID uint64
    pool name
    totalTokens asset
    rewardPerc float64
    rewardTokens asset
    rewardDouble float64
    createdDate uint32
    ownerRewardTokens asset
    ownerRewardDouble float64
  • rows of stake

    Field Type
    colateral name
    tokens asset
    createdDate uint32
  • Field Type
    supply asset
    max_supply asset
    issuer name