Tokens

Meems keeps track of tokens issued from MeemContracts

NameDescriptionData TypeOn-chain?

id

Id of the token

UUID

N

tokenId

The ERC721 tokenId

string (hex)

Y

mintedAt

When the token was minted

DateTime

Y

createdAt

When the contract was created

DateTime

Y

updatedAt

When the item was last updated

DateTime

N

metadata

The parsed json metadata. Either from base64-encoded contractURI or the resolved address of the tokenURI

JSON

Y

tokenURI

The token's URI

string

Y

meemType

The type of Meem

MeemType

Y

mintedBy

The address of the wallet that minted the token

string (hex)

Y

Owner

The Wallet that owns the token

Y

OwnerId

The owner id of the token

UUID

N

MeemContractId

The corresponding contract where the token was minted

UUID

N

Last updated