Skip to main content

Game Items (ERC-1155)

Purpose

Provide a minimal ERC-1155 contract for game items with fee routing.

Scope

This contract mints items, stores metadata hashes, and routes mint fees to the fee collector.

Core Flows

  • mint requires an OLYMP fee and stores metadata hash per token ID.
  • Fees are routed to ProtocolFeeCollector.

Security Invariants

  • Mints require sufficient fee payment.
  • Metadata hash is immutable once set for an ID.