Skip to content

Token Contract

Overview

The ApiologyDAO Token (APDAO) is an ERC721A-based NFT contract that serves as the membership token for ApiologyDAO. This implementation provides gas-efficient minting while incorporating advanced features for governance and economic stability.

Technical Specifications

  • Standard: ERC721A
  • Token Symbol: APDAO
  • Contract Type: Non-Fungible Token (NFT)
  • Blockchain: Ethereum Mainnet

Core Features

1. Gas-Efficient Minting

  • Utilizes ERC721A's batch minting optimizations
  • Reduces gas costs for multiple token mints in a single transaction

2. Claiming System

The contract supports three primary distribution mechanisms:

Pre-reserved Claims

  • Merkle-tree based verification system
  • Allows whitelisted addresses to claim tokens
  • Validates claims against a pre-computed Merkle root

Deposit Contract Claims

  • Integration with deposit contract for claiming rights
  • Enables claiming based on deposit contract state
  • Maintains claim records to prevent double-claiming

Auction House Minting

  • Direct minting through the Auction House contract
  • Supports dynamic pricing mechanisms
  • Integrated with the DAO's economic model

3. Transfer Restrictions

The contract implements a controlled transfer system with the following rules:

Authorized Transfers:
  • To/from Liquid Backing Treasury (LBT)
  • To/from Auction House
  • By whitelisted transferor addresses
Transfer Validation:
  • Checks sender and receiver authorization
  • Validates transfer compliance with DAO rules
  • Maintains transfer records for accountability

4. Governance Integration

Station X Token Integration

  • Automatic governance token minting upon:
    • Successful token claims
    • Authorized token transfers
  • Automatic governance token burning when:
    • Transferring to LBT
    • Transferring to Auction House
  • Support for multiple governance token contracts

Audits

Audited by Pashov Audit Group.