-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
erDiagram
CollectionEntity ||--o{ Attribute : "attributes"
CollectionEntity ||--o{ CollectionEvent : "events"
CollectionEntity ||--o{ NFTEntity : "nfts"
CollectionEntity ||--|| MetadataEntity : "meta"
CollectionEntity ||--o{ CollectionSettings : settings
TokenEntity ||--o{ NFTEntity : "nfts"
TokenEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--o{ Attribute : "attributes"
NFTEntity ||--o{ Event : "events"
NFTEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--|| TokenEntity : "token"
NFTEntity ||--|| CollectionEntity : "collection"
CollectionEntity {
BigInt blockNumber
Boolean burned
DateTime createdAt
String currentOwner
Int distribution
BigInt floor
String hash
BigInt highestSale
ID id
String image
String issuer
Int max
String media
String metadata
String name
Int nftCount
Int ownerCount
String recipient
Float royalty
Int supply
DateTime updatedAt
Int version
BigInt volume
CollectionType type
}
TokenEntity {
ID id
BigInt blockNumber
String hash
String image
String media
String metadata
String name
DateTime updatedAt
DateTime createdAt
Int supply
Int count
Boolean deleted
}
NFTEntity {
BigInt blockNumber
Boolean burned
DateTime createdAt
String currentOwner
String hash
ID id
String image
String issuer
Boolean lewd
String media
String metadata
String name
BigInt price
String recipient
Float royalty
BigInt sn
DateTime updatedAt
Int version
}
erDiagram
CollectionEntity ||--o{ NFTEntity : "nfts"
CollectionEntity ||--|| MetadataEntity : "meta"
CollectionEntity ||--o{ SwapEntity : "swaps"
CollectionEntity ||--o{ OfferEntity : "offers"
TokenEntity ||--o{ NFTEntity : "nfts"
TokenEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--o{ Event : "events"
NFTEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--|| TokenEntity : "token"
NFTEntity ||--|| CollectionEntity : "collection"
NFTEntity ||--o{ SwapEntity : "swaps"
NFTEntity ||--o{ OfferEntity : "offers"
Metadata
Metadata
Assignees
Labels
No labels