SnowconeDAO
ResourcesMediaDocs
  • Introduction
  • Create
    • Make Your Snowcone Project
      • Project Details
      • Funding
      • Token
      • Rules
    • Governance Resources
      • Snapshot
      • Gnosis Safe
    • Community Resources
      • Make a Discord Server
  • Learn
    • Overview
    • Architecture
    • Administration
    • Risk
    • Glossary
      • Ballot
      • Data Source
      • Delegate
      • Discount Rate
      • Funding cycle
      • NFT rewards
      • Operator
      • Overflow
      • Payment terminal
      • Project
      • Redemption rate
      • Reserved tokens
      • Split allocator
      • Splits
      • Tokens
    • Tokenomics
  • Build
    • Getting Started
    • Basics
    • Project NFT
    • Programmable treasury
    • Treasury extensions
      • Ballot
      • Data Source
      • Pay delegate
      • Redemption Delegate
      • Split Allocator
    • Utilities
      • Project payer
      • Splits Payer
  • API
    • Data Structures
      • SNOW721PricingParams
      • SNOW721Tier
      • SNOW721TierParams
      • SNOWBitmapWord
      • SNOWDeployTiered721DelegateData
      • SNOWDidPayData
    • Contracts
      • SNWProjects
        • Event
          • Create
          • SetMetadata
          • SetTokenUriResolver
        • Properties
          • Count
          • metadataContentOf
          • tokenUriResolver
        • Read
          • supportsInterface
          • tokenURI
        • Write
          • createFor
          • setMetadataOf
          • setTokenUriResolver
  • Subgraph
    • Subgraph Entities
    • Sample Queries
Powered by GitBook

SnowconeDAO

On this page
  • Data Structures
  • Contracts

Was this helpful?

Export as PDF

API

Last updated 1 year ago

Was this helpful?

Welcome to the "API" section of Snowcone DAO. This is where you'll find detailed information about our Application Programming Interface (API), which allows developers to interact with our protocol programmatically. Whether you're looking to integrate with Snowcone DAO or build on top of our platform, this section provides the technical details you need. Here's what you can find in each subsection:

Understanding our data structures is key to working with our API effectively. This subsection provides a comprehensive overview of the data structures used in the Snowcone DAO protocol, including their definitions, properties, and usage.

This subsection dives into the specifics of our smart contracts. It provides detailed specifications for each contract in our protocol, including their functions, parameters, and events. Whether you're looking to deploy a new contract or interact with an existing one, this section has the information you need.

Data Structures
Contracts