{
  "name": "JRC20FactoryV2",
  "standard": "JRC-20",
  "chainName": "JewelerChain",
  "chainId": 571,
  "factoryVersion": "2.0.0",
  "status": "current",
  "address": "0x63Ed69550fd1bD7a33c93fA5BF04D139A40D6bB9",
  "factoryAddress": "0x63Ed69550fd1bD7a33c93fA5BF04D139A40D6bB9",
  "deployer": "0x3f3713661758bbcdb35aa0e72866dae3c5bfc481",
  "treasury": "0x0654dcE2A24Ec49Fc893dE97fE90248E61173740",
  "creationFeeWei": "0",
  "creationFeeJEWEL": "0",
  "feeModel": "Creator pays only gas",
  "rpc": "https://rpc.jewelerchain.org",
  "explorer": "https://mainnet.jewelerchain.org",
  "addressUrl": "https://mainnet.jewelerchain.org/address/0x63Ed69550fd1bD7a33c93fA5BF04D139A40D6bB9",
  "abi": "https://mainnet.jewelerchain.org/factory-abi.json",
  "abiV2": "https://mainnet.jewelerchain.org/factory-v2-abi.json",
  "tokenAbi": "https://mainnet.jewelerchain.org/jrc20-token-abi.json",
  "tokenAbiV2": "https://mainnet.jewelerchain.org/jrc20-token-v2-abi.json",
  "createTokenMethod": "createToken(string name, string symbol, uint256 initialSupply, uint8 decimals, uint8 tokenType, uint256 maxSupply)",
  "tokenTypes": [
    {
      "id": 0,
      "key": "fixed",
      "name": "Fixed Supply",
      "mintable": false,
      "burnable": false
    },
    {
      "id": 1,
      "key": "burnable",
      "name": "Burnable Fixed Supply",
      "mintable": false,
      "burnable": true
    },
    {
      "id": 2,
      "key": "mintable",
      "name": "Capped Mintable",
      "mintable": true,
      "burnable": false
    },
    {
      "id": 3,
      "key": "mintable-burnable",
      "name": "Capped Mintable + Burnable",
      "mintable": true,
      "burnable": true
    }
  ],
  "explorerMode": "information",
  "walletCreation": "coming-soon",
  "note": "Public compatibility metadata for the current JRC20FactoryV2. Explorer is informational; token creation will be handled inside Jeweler Wallet."
}
