1[2 {3 "constant": false,4 "inputs": [5 {6 "name": "_spender",7 "type": "address"8 },9 {10 "name": "_value",11 "type": "uint256"12 }13 ],14 "name": "approve",15 "outputs": [16 {17 "name": "",18 "type": "bool"19 }20 ],21 "payable": false,22 "stateMutability": "nonpayable",23 "type": "function"24 },25 {26 "constant": true,27 "inputs": [],28 "name": "totalSupply",29 "outputs": [30 {31 "name": "",32 "type": "uint256"33 }34 ],35 "payable": false,36 "stateMutability": "view",37 "type": "function"38 },39 {40 "constant": false,41 "inputs": [42 {43 "name": "_from",44 "type": "address"45 },46 {47 "name": "_to",48 "type": "address"49 },50 {51 "name": "_value",52 "type": "uint256"53 }54 ],55 "name": "transferFrom",56 "outputs": [57 {58 "name": "",59 "type": "bool"60 }61 ],62 "payable": false,63 "stateMutability": "nonpayable",64 "type": "function"65 },66 {67 "constant": true,68 "inputs": [69 {70 "name": "_owner",71 "type": "address"72 }73 ],74 "name": "balanceOf",75 "outputs": [76 {77 "name": "balance",78 "type": "uint256"79 }80 ],81 "payable": false,82 "stateMutability": "view",83 "type": "function"84 },85 {86 "constant": false,87 "inputs": [88 {89 "name": "_to",90 "type": "address"91 },92 {93 "name": "_value",94 "type": "uint256"95 }96 ],97 "name": "transfer",98 "outputs": [99 {100 "name": "",101 "type": "bool"102 }103 ],104 "payable": false,105 "stateMutability": "nonpayable",106 "type": "function"107 },108 {109 "constant": true,110 "inputs": [111 {112 "name": "_owner",113 "type": "address"114 },115 {116 "name": "_spender",117 "type": "address"118 }119 ],120 "name": "allowance",121 "outputs": [122 {123 "name": "",124 "type": "uint256"125 }126 ],127 "payable": false,128 "stateMutability": "view",129 "type": "function"130 },131 {132 "anonymous": false,133 "inputs": [134 {135 "indexed": true,136 "name": "owner",137 "type": "address"138 },139 {140 "indexed": true,141 "name": "spender",142 "type": "address"143 },144 {145 "indexed": false,146 "name": "value",147 "type": "uint256"148 }149 ],150 "name": "Approval",151 "type": "event"152 },153 {154 "anonymous": false,155 "inputs": [156 {157 "indexed": true,158 "name": "from",159 "type": "address"160 },161 {162 "indexed": true,163 "name": "to",164 "type": "address"165 },166 {167 "indexed": false,168 "name": "value",169 "type": "uint256"170 }171 ],172 "name": "Transfer",173 "type": "event"174 }175]