{ "abi": [ { "type": "event", "name": "Approval", "inputs": [ { "indexed": true, "name": "owner", "type": "address" }, { "indexed": true, "name": "spender", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ] }, { "type": "event", "name": "Transfer", "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ] }, { "type": "function", "name": "allowance", "stateMutability": "view", "inputs": [ { "name": "owner", "type": "address" }, { "name": "spender", "type": "address" } ], "outputs": [ { "name": "", "type": "uint256" } ] }, { "type": "function", "name": "approve", "stateMutability": "nonpayable", "inputs": [ { "name": "spender", "type": "address" }, { "name": "amount", "type": "uint256" } ], "outputs": [ { "name": "", "type": "bool" } ] }, { "type": "function", "name": "balanceOf", "stateMutability": "view", "inputs": [ { "name": "account", "type": "address" } ], "outputs": [ { "name": "", "type": "uint256" } ] }, { "type": "function", "name": "decimals", "stateMutability": "view", "inputs": [], "outputs": [ { "name": "", "type": "uint8" } ] }, { "type": "function", "name": "name", "stateMutability": "view", "inputs": [], "outputs": [ { "name": "", "type": "string" } ] }, { "type": "function", "name": "symbol", "stateMutability": "view", "inputs": [], "outputs": [ { "name": "", "type": "string" } ] }, { "type": "function", "name": "totalSupply", "stateMutability": "view", "inputs": [], "outputs": [ { "name": "", "type": "uint256" } ] }, { "type": "function", "name": "transfer", "stateMutability": "nonpayable", "inputs": [ { "name": "recipient", "type": "address" }, { "name": "amount", "type": "uint256" } ], "outputs": [ { "name": "", "type": "bool" } ] }, { "type": "function", "name": "transferFrom", "stateMutability": "nonpayable", "inputs": [ { "name": "sender", "type": "address" }, { "name": "recipient", "type": "address" }, { "name": "amount", "type": "uint256" } ], "outputs": [ { "name": "", "type": "bool" } ] } ] }