Skip to content

Commit 767cbc8

Browse files
committed
release 0.0.1-rc.47-v0
1 parent f5118a5 commit 767cbc8

File tree

88 files changed

+38073
-1247
lines changed

Some content is hidden

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

88 files changed

+38073
-1247
lines changed

contracts/0.0.1-rc.47/ARCDebug.json

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"contractName": "ARCDebug",
3+
"abi": [
4+
{
5+
"anonymous": false,
6+
"inputs": [
7+
{
8+
"indexed": false,
9+
"internalType": "address",
10+
"name": "_msg",
11+
"type": "address"
12+
}
13+
],
14+
"name": "LogAddress",
15+
"type": "event"
16+
},
17+
{
18+
"anonymous": false,
19+
"inputs": [
20+
{
21+
"indexed": false,
22+
"internalType": "bool",
23+
"name": "_msg",
24+
"type": "bool"
25+
}
26+
],
27+
"name": "LogBool",
28+
"type": "event"
29+
},
30+
{
31+
"anonymous": false,
32+
"inputs": [
33+
{
34+
"indexed": false,
35+
"internalType": "bytes",
36+
"name": "_msg",
37+
"type": "bytes"
38+
}
39+
],
40+
"name": "LogBytes",
41+
"type": "event"
42+
},
43+
{
44+
"anonymous": false,
45+
"inputs": [
46+
{
47+
"indexed": false,
48+
"internalType": "bytes32",
49+
"name": "_msg",
50+
"type": "bytes32"
51+
}
52+
],
53+
"name": "LogBytes32",
54+
"type": "event"
55+
},
56+
{
57+
"anonymous": false,
58+
"inputs": [
59+
{
60+
"indexed": false,
61+
"internalType": "int256",
62+
"name": "_msg",
63+
"type": "int256"
64+
}
65+
],
66+
"name": "LogInt",
67+
"type": "event"
68+
},
69+
{
70+
"anonymous": false,
71+
"inputs": [
72+
{
73+
"indexed": false,
74+
"internalType": "string",
75+
"name": "_msg",
76+
"type": "string"
77+
}
78+
],
79+
"name": "LogString",
80+
"type": "event"
81+
},
82+
{
83+
"anonymous": false,
84+
"inputs": [
85+
{
86+
"indexed": false,
87+
"internalType": "uint256",
88+
"name": "_msg",
89+
"type": "uint256"
90+
}
91+
],
92+
"name": "LogUint",
93+
"type": "event"
94+
}
95+
],
96+
"bytecode": "0x6080604052348015600f57600080fd5b50603e80601d6000396000f3fe6080604052600080fdfea265627a7a723158205934dbbc2eb4dbe5cd56c61b70f07f884f9cca8f1e9731690dec087b8a689d1f64736f6c63430005110032",
97+
"deployedBytecode": "0x6080604052600080fdfea265627a7a723158205934dbbc2eb4dbe5cd56c61b70f07f884f9cca8f1e9731690dec087b8a689d1f64736f6c63430005110032",
98+
"compiler": {
99+
"name": "solc",
100+
"version": "0.5.17+commit.d19bba13.Emscripten.clang"
101+
}
102+
}

contracts/0.0.1-rc.47/ARCVotingMachineCallbacksMock.json

+238
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)