Vaulta

claimlmtoken

Contract

The data tables defined by this contract.

  • rows of batch

    Field Type
    id uint64
    quantity asset
    unclaimed asset
    claimed asset
    memo string
    release_time uint64
    created_at uint64
    updated_at uint64
  • Field Type
    id uint64
    uuid string
    uuid_hash checksum256
    user_id uint64
    quantity asset
    status uint64
    created_at uint64
    updated_at uint64
  • Field Type
    id uint64
    claimable bool
    debug_mode bool
    created_at uint64
    updated_at uint64
  • rows of user

    Field Type
    id uint64
    memo string
    memo_hash checksum256
    created_at uint64
    updated_at uint64
  • Field Type
    id uint64
    user_id uint64
    batch_id uint64
    user_batch_key checksum256
    quantity asset
    claimed asset
    created_at uint64
    updated_at uint64