[
  {
    "type": "function",
    "name": "totalSupply",
    "inputs": [],
    "outputs": [
      {
        "name": "returnValue0",
        "type": "uint256"
      }
    ],
    "constant": true
  },
  {
    "type": "function",
    "name": "balanceOf",
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      }
    ],
    "outputs": [
      {
        "name": "returnValue0",
        "type": "uint256"
      }
    ],
    "constant": true
  },
  {
    "type": "function",
    "name": "transfer",
    "inputs": [
      {
        "name": "_to",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "outputs": [
      {
        "name": "returnValue0",
        "type": "bool"
      }
    ],
    "constant": false
  },
  {
    "type": "event",
    "name": "Transfer",
    "inputs": [
      {
        "name": "indexed_from",
        "type": "address",
        "indexed": true
      },
      {
        "name": "indexed_to",
        "type": "address",
        "indexed": true
      },
      {
        "name": "_value",
        "type": "uint256",
        "indexed": false
      }
    ]
  },
  {
    "type": "constructor",
    "inputs": [
      {
        "name": "_total_supply",
        "type": "uint256"
      }
    ]
  }
]