Skip to content

Commit 7a1a523

Browse files
authored
release 0.0.1-rc.32-v0 (#221)
1 parent d597739 commit 7a1a523

File tree

83 files changed

+23132
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+23132
-60
lines changed

abis/0.0.1-rc.32/ARCDebug.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": false,
7+
"internalType": "address",
8+
"name": "_msg",
9+
"type": "address"
10+
}
11+
],
12+
"name": "LogAddress",
13+
"type": "event"
14+
},
15+
{
16+
"anonymous": false,
17+
"inputs": [
18+
{
19+
"indexed": false,
20+
"internalType": "int256",
21+
"name": "_msg",
22+
"type": "int256"
23+
}
24+
],
25+
"name": "LogInt",
26+
"type": "event"
27+
},
28+
{
29+
"anonymous": false,
30+
"inputs": [
31+
{
32+
"indexed": false,
33+
"internalType": "string",
34+
"name": "_msg",
35+
"type": "string"
36+
}
37+
],
38+
"name": "LogString",
39+
"type": "event"
40+
},
41+
{
42+
"anonymous": false,
43+
"inputs": [
44+
{
45+
"indexed": false,
46+
"internalType": "uint256",
47+
"name": "_msg",
48+
"type": "uint256"
49+
}
50+
],
51+
"name": "LogUint",
52+
"type": "event"
53+
},
54+
{
55+
"anonymous": false,
56+
"inputs": [
57+
{
58+
"indexed": false,
59+
"internalType": "bytes",
60+
"name": "_msg",
61+
"type": "bytes"
62+
}
63+
],
64+
"name": "LogBytes",
65+
"type": "event"
66+
},
67+
{
68+
"anonymous": false,
69+
"inputs": [
70+
{
71+
"indexed": false,
72+
"internalType": "bytes32",
73+
"name": "_msg",
74+
"type": "bytes32"
75+
}
76+
],
77+
"name": "LogBytes32",
78+
"type": "event"
79+
},
80+
{
81+
"anonymous": false,
82+
"inputs": [
83+
{
84+
"indexed": false,
85+
"internalType": "bool",
86+
"name": "_msg",
87+
"type": "bool"
88+
}
89+
],
90+
"name": "LogBool",
91+
"type": "event"
92+
}
93+
]
Lines changed: 229 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,229 @@
1+
[
2+
{
3+
"constant": true,
4+
"inputs": [
5+
{
6+
"internalType": "address",
7+
"name": "",
8+
"type": "address"
9+
},
10+
{
11+
"internalType": "bytes32",
12+
"name": "",
13+
"type": "bytes32"
14+
}
15+
],
16+
"name": "proposalsInfo",
17+
"outputs": [
18+
{
19+
"internalType": "uint256",
20+
"name": "blockNumber",
21+
"type": "uint256"
22+
},
23+
{
24+
"internalType": "contract Avatar",
25+
"name": "avatar",
26+
"type": "address"
27+
}
28+
],
29+
"payable": false,
30+
"stateMutability": "view",
31+
"type": "function"
32+
},
33+
{
34+
"constant": true,
35+
"inputs": [
36+
{
37+
"internalType": "contract IERC20",
38+
"name": "_stakingToken",
39+
"type": "address"
40+
},
41+
{
42+
"internalType": "bytes32",
43+
"name": "_proposalId",
44+
"type": "bytes32"
45+
}
46+
],
47+
"name": "balanceOfStakingToken",
48+
"outputs": [
49+
{
50+
"internalType": "uint256",
51+
"name": "",
52+
"type": "uint256"
53+
}
54+
],
55+
"payable": false,
56+
"stateMutability": "view",
57+
"type": "function"
58+
},
59+
{
60+
"constant": true,
61+
"inputs": [
62+
{
63+
"internalType": "address",
64+
"name": "_owner",
65+
"type": "address"
66+
},
67+
{
68+
"internalType": "bytes32",
69+
"name": "_proposalId",
70+
"type": "bytes32"
71+
}
72+
],
73+
"name": "reputationOf",
74+
"outputs": [
75+
{
76+
"internalType": "uint256",
77+
"name": "",
78+
"type": "uint256"
79+
}
80+
],
81+
"payable": false,
82+
"stateMutability": "view",
83+
"type": "function"
84+
},
85+
{
86+
"constant": true,
87+
"inputs": [
88+
{
89+
"internalType": "bytes32",
90+
"name": "_proposalId",
91+
"type": "bytes32"
92+
}
93+
],
94+
"name": "getTotalReputationSupply",
95+
"outputs": [
96+
{
97+
"internalType": "uint256",
98+
"name": "",
99+
"type": "uint256"
100+
}
101+
],
102+
"payable": false,
103+
"stateMutability": "view",
104+
"type": "function"
105+
},
106+
{
107+
"constant": false,
108+
"inputs": [
109+
{
110+
"internalType": "contract IERC20",
111+
"name": "_stakingToken",
112+
"type": "address"
113+
},
114+
{
115+
"internalType": "address",
116+
"name": "_beneficiary",
117+
"type": "address"
118+
},
119+
{
120+
"internalType": "uint256",
121+
"name": "_amount",
122+
"type": "uint256"
123+
},
124+
{
125+
"internalType": "bytes32",
126+
"name": "_proposalId",
127+
"type": "bytes32"
128+
}
129+
],
130+
"name": "stakingTokenTransfer",
131+
"outputs": [
132+
{
133+
"internalType": "bool",
134+
"name": "",
135+
"type": "bool"
136+
}
137+
],
138+
"payable": false,
139+
"stateMutability": "nonpayable",
140+
"type": "function"
141+
},
142+
{
143+
"constant": false,
144+
"inputs": [
145+
{
146+
"internalType": "uint256",
147+
"name": "_amount",
148+
"type": "uint256"
149+
},
150+
{
151+
"internalType": "address",
152+
"name": "_beneficiary",
153+
"type": "address"
154+
},
155+
{
156+
"internalType": "bytes32",
157+
"name": "_proposalId",
158+
"type": "bytes32"
159+
}
160+
],
161+
"name": "mintReputation",
162+
"outputs": [
163+
{
164+
"internalType": "bool",
165+
"name": "",
166+
"type": "bool"
167+
}
168+
],
169+
"payable": false,
170+
"stateMutability": "nonpayable",
171+
"type": "function"
172+
},
173+
{
174+
"constant": false,
175+
"inputs": [
176+
{
177+
"internalType": "uint256",
178+
"name": "_amount",
179+
"type": "uint256"
180+
},
181+
{
182+
"internalType": "address",
183+
"name": "_beneficiary",
184+
"type": "address"
185+
},
186+
{
187+
"internalType": "bytes32",
188+
"name": "_proposalId",
189+
"type": "bytes32"
190+
}
191+
],
192+
"name": "burnReputation",
193+
"outputs": [
194+
{
195+
"internalType": "bool",
196+
"name": "",
197+
"type": "bool"
198+
}
199+
],
200+
"payable": false,
201+
"stateMutability": "nonpayable",
202+
"type": "function"
203+
},
204+
{
205+
"constant": false,
206+
"inputs": [
207+
{
208+
"internalType": "bytes32",
209+
"name": "_proposalId",
210+
"type": "bytes32"
211+
},
212+
{
213+
"internalType": "contract Avatar",
214+
"name": "_avatar",
215+
"type": "address"
216+
},
217+
{
218+
"internalType": "address",
219+
"name": "_votingMachine",
220+
"type": "address"
221+
}
222+
],
223+
"name": "propose",
224+
"outputs": [],
225+
"payable": false,
226+
"stateMutability": "nonpayable",
227+
"type": "function"
228+
}
229+
]

0 commit comments

Comments
 (0)