Wallets
Wallets
are essentially users. Depending on the model, a Wallet
might also be referenced as Owner
. They can be granted roles and hold/mint tokens.Name | Description | Data Type | On-chain? |
---|---|---|---|
id | Id of the token | UUID | N |
address | The wallet address | string (hex) | Y |
ens | The ENS address | string | Y |
ensFetchedAt | The last time the Meem API checked the ENS records | DateTime | N |
dailyTXLimit | The daily number of transactions that the wallet is allowed to send using the Meem API for gasless transactions | int | N |
createdAt | When the contract was created | DateTime | Y |
updatedAt | When the item was last updated | DateTime | N |
Last modified 1yr ago