CocoShop theme development
  • 🚀Getting Started
    • Overview
    • Getting started
  • ⛓️Architecture
    • Overview
    • Layouts
    • Templates
      • index
      • collections
      • collection
      • product
      • 404
      • search
      • page
    • Section
      • Section schema
    • Config
    • Input settings
  • 💧Liquid
    • Basics
      • Operators
      • Truthy and Falsy
      • Whitespace Control
    • Tags
      • Control flow
      • Variable
      • Theme
    • Filters
    • Objects
      • site
      • collection
      • wallet
      • chain
      • product
      • attribute
      • connected_wallet
      • linklists
      • linklist
      • link
    • Functions
      • connectWallet
      • changeChain
      • disconnect
      • transfer
      • buy
  • 💫Others
    • Roadmap
Powered by GitBook
On this page
  • Properties
  • Access
  1. Liquid
  2. Objects

collection

Properties

Name
Type

id

string

url

string

name

string

symbol

string

count

number

Count of products

contract_address

string

tx_hash

string

Hash of the transaction in which the collection was created

tx_timestamp

number

Timestamp of when the collection was created (Unix timestamp)

description

string | null

icon_image_url

string

cover_image_url

string

royalty

number | null

Commission received by the creator of the collection (%)

owner

chain

products

created_at

number

updated_at

number

Access

PrevioussiteNextwallet

Last updated 1 year ago

[]

Returned by collections

Returned by

In a

💧
🍓
🍓
product
🍇
collection template
wallet
chain
product