UserBadgeMap

Introduction

User mint badge successfully records

Field

Type

Description

id

string

userId+badgeId

dappId

string

dapp id

badgeId

string

badge contract address (lowercase)

userId

string

user eth address

badge

ref

NftBadgeEntity

user

ref

UserEntity

issuerDate

bigInt

User mint badge timestamp

RP

bigInt

User earned RP from dapp

level

bigInt

User earned level from dapp

tokenId

bigInt

User claimed badge tokenId

state

bigInt

0: prohibit 1: regular

Last updated