Documentation Index
Fetch the complete documentation index at: https://seilabs-docs-evm-reference-and-sei-js-examples.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ERC-1155 Interaction
ERC-1155 is the multi-token standard — a single contract can hold both fungible tokens (like gold coins in a game) and non-fungible tokens (like unique items), with efficient batch operations built in. Standard ERC-1155 contracts work on Sei without modification.Setup
Reading a Single Balance
Batch Balance Query
balanceOfBatch retrieves multiple owner/ID pairs in one call — the most efficient way to load a user’s inventory: