1{
2  "name": "Ethorse Rewards",
3  "address": "0xdE745420248e0DDe0CF774b5dB8d59c96982B3a2",
4  "comment": "",
5  "abi": [
6    {
7      "constant": false,
8      "inputs": [],
9      "name": "claim",
10      "outputs": [],
11      "payable": false,
12      "stateMutability": "nonpayable",
13      "type": "function"
14    },
15    {
16      "constant": false,
17      "inputs": [{ "name": "_amount", "type": "uint256" }],
18      "name": "extractFund",
19      "outputs": [],
20      "payable": false,
21      "stateMutability": "nonpayable",
22      "type": "function"
23    },
24    {
25      "constant": false,
26      "inputs": [{ "name": "status", "type": "bool" }],
27      "name": "payoutControlSwitch",
28      "outputs": [],
29      "payable": false,
30      "stateMutability": "nonpayable",
31      "type": "function"
32    },
33    {
34      "constant": false,
35      "inputs": [],
36      "name": "setupPayout",
37      "outputs": [],
38      "payable": true,
39      "stateMutability": "payable",
40      "type": "function"
41    },
42    {
43      "inputs": [],
44      "payable": false,
45      "stateMutability": "nonpayable",
46      "type": "constructor"
47    },
48    {
49      "constant": true,
50      "inputs": [],
51      "name": "getRewardEstimate",
52      "outputs": [{ "name": "rewardEstimate", "type": "uint256" }],
53      "payable": false,
54      "stateMutability": "view",
55      "type": "function"
56    },
57    {
58      "constant": true,
59      "inputs": [],
60      "name": "getTokenBalance",
61      "outputs": [{ "name": "", "type": "uint256" }],
62      "payable": false,
63      "stateMutability": "view",
64      "type": "function"
65    },
66    {
67      "constant": true,
68      "inputs": [{ "name": "", "type": "address" }],
69      "name": "hasClaimed",
70      "outputs": [{ "name": "", "type": "bool" }],
71      "payable": false,
72      "stateMutability": "view",
73      "type": "function"
74    },
75    {
76      "constant": true,
77      "inputs": [],
78      "name": "payoutPoolAmount",
79      "outputs": [{ "name": "", "type": "uint256" }],
80      "payable": false,
81      "stateMutability": "view",
82      "type": "function"
83    }
84  ]
85}
86