Realm
block:
gno.land/r/akkadia/v0/block:
Render
Block
Welcome to the Block management system on Akkadia.
What is Block?
Block is a GRC1155-based multi-token system where each block type represents a unique item in the game:
- GRC1155 Token: Each block type is a fungible token with supply limits
- Mintable: Users can mint blocks by paying the mint price
- Tradeable: Blocks can be transferred between users
- Usable: Blocks can be installed/uninstalled in chunks
How Blocks Work
- System Blocks: Admin creates system blocks (ID < 100000)
- User Blocks: Users can create custom blocks (ID >= 100000)
- Minting: Pay mint price to receive block tokens
- Usage: Install blocks in chunks, uninstall to recover
Config
- List Limit: 100
- Creator BPS: 4000 (40.00%)
Stats
- Total Blocks: 230
- Next Block ID: 100000
Quick Links
Search Block by ID
Search Inventory by Owner
Check GRC1155 Balance
Source (qfile)
acr_reward_allowlist.gno action.gno block.gno block_admin.gno block_grc1155.gno block_store.gno config.gno freeze.gno gnomod.toml grc1155.gno installed_block_store.gno migration.gno mint_allowlist.gno minted_block_store.gno property_config.gno property_parser.gno render.gno utils.gno validation.gno