Profile DB
This table records a single Profile on Nabi Protocol
Last updated
This table records a single Profile on Nabi Protocol
Last updated
Table name: profiles
name | type | notes |
---|---|---|
id
Int
handle
String(255)
profile_id
String?
Onchain profile identifier of this Profile on Nabi Hub Smart Contract, populated after the Profile NFT is minted.
profile_uri
String?
Centralised storage location of the entity's Profile NFT
owned_by
String?
TON wallet address of Profile owner
nft_contract
String?
Contract address of the minted Profile NFT
nft_token_id
String?
NFT Token ID of the Profile deployed by NabiHub
nft_chain_id
Int?
block_timestamp
DateTime?
Time of Profile NFT minted
created_block_hash
String?
Transaction hash of Profile NFT mint
metadata_url
String?
Decentralised storage location of the entity's Profile information. Eg Name, Status, Profile Picture...
metadata_s3_url
String?
Centralised storage location of the entity's Profile information. Eg Name, Status, Profile Picture...
is_metadata_processed
Boolean
Whether the Profile NFT has been minted onchain
has_error
Boolean
timeout_request
Boolean
metadata_error_reason
String?
app_id
String?
Client this profile creation was initiated from
metadata_block_timestamp
DateTime?
metadata_created_blockhash
String?
metadata_tx_hash
String?