Skip to content

Commit 606d85e

Browse files
committed
chore: generated artifacts for existing contracts
1 parent b44a886 commit 606d85e

10 files changed

+1507
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xbb3c86f9918C3C1d83668fA84e79E876d147fFf2",
3+
"abi": []
4+
}
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"address": "0x9d494768936b6bDaabc46733b8D53A937A6c6D7e",
3+
"abi": [
4+
{
5+
"constant": true,
6+
"inputs": [],
7+
"name": "governor",
8+
"outputs": [
9+
{
10+
"name": "",
11+
"type": "address"
12+
}
13+
],
14+
"payable": false,
15+
"stateMutability": "view",
16+
"type": "function"
17+
},
18+
{
19+
"constant": true,
20+
"inputs": [
21+
{
22+
"name": "",
23+
"type": "uint256"
24+
}
25+
],
26+
"name": "policies",
27+
"outputs": [
28+
{
29+
"name": "",
30+
"type": "string"
31+
}
32+
],
33+
"payable": false,
34+
"stateMutability": "view",
35+
"type": "function"
36+
},
37+
{
38+
"constant": false,
39+
"inputs": [
40+
{
41+
"name": "_governor",
42+
"type": "address"
43+
}
44+
],
45+
"name": "changeGovernor",
46+
"outputs": [],
47+
"payable": false,
48+
"stateMutability": "nonpayable",
49+
"type": "function"
50+
},
51+
{
52+
"constant": false,
53+
"inputs": [
54+
{
55+
"name": "_subcourtID",
56+
"type": "uint256"
57+
},
58+
{
59+
"name": "_policy",
60+
"type": "string"
61+
}
62+
],
63+
"name": "setPolicy",
64+
"outputs": [],
65+
"payable": false,
66+
"stateMutability": "nonpayable",
67+
"type": "function"
68+
},
69+
{
70+
"inputs": [
71+
{
72+
"name": "_governor",
73+
"type": "address"
74+
}
75+
],
76+
"payable": false,
77+
"stateMutability": "nonpayable",
78+
"type": "constructor"
79+
},
80+
{
81+
"anonymous": false,
82+
"inputs": [
83+
{
84+
"indexed": true,
85+
"name": "_subcourtID",
86+
"type": "uint256"
87+
},
88+
{
89+
"indexed": false,
90+
"name": "_policy",
91+
"type": "string"
92+
}
93+
],
94+
"name": "PolicyUpdate",
95+
"type": "event"
96+
}
97+
]
98+
}
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"address": "0xf6A78083ca3e2a662D6dd1703c939c8aCE2e268d",
3+
"abi": [
4+
{
5+
"constant": false,
6+
"inputs": [
7+
{
8+
"name": "version",
9+
"type": "uint256"
10+
},
11+
{
12+
"name": "implementation",
13+
"type": "address"
14+
}
15+
],
16+
"name": "upgradeTo",
17+
"outputs": [],
18+
"payable": false,
19+
"stateMutability": "nonpayable",
20+
"type": "function"
21+
},
22+
{
23+
"constant": true,
24+
"inputs": [],
25+
"name": "version",
26+
"outputs": [
27+
{
28+
"name": "",
29+
"type": "uint256"
30+
}
31+
],
32+
"payable": false,
33+
"stateMutability": "view",
34+
"type": "function"
35+
},
36+
{
37+
"constant": true,
38+
"inputs": [],
39+
"name": "implementation",
40+
"outputs": [
41+
{
42+
"name": "",
43+
"type": "address"
44+
}
45+
],
46+
"payable": false,
47+
"stateMutability": "view",
48+
"type": "function"
49+
},
50+
{
51+
"constant": true,
52+
"inputs": [],
53+
"name": "upgradeabilityOwner",
54+
"outputs": [
55+
{
56+
"name": "",
57+
"type": "address"
58+
}
59+
],
60+
"payable": false,
61+
"stateMutability": "view",
62+
"type": "function"
63+
},
64+
{
65+
"constant": false,
66+
"inputs": [
67+
{
68+
"name": "version",
69+
"type": "uint256"
70+
},
71+
{
72+
"name": "implementation",
73+
"type": "address"
74+
},
75+
{
76+
"name": "data",
77+
"type": "bytes"
78+
}
79+
],
80+
"name": "upgradeToAndCall",
81+
"outputs": [],
82+
"payable": true,
83+
"stateMutability": "payable",
84+
"type": "function"
85+
},
86+
{
87+
"constant": false,
88+
"inputs": [
89+
{
90+
"name": "newOwner",
91+
"type": "address"
92+
}
93+
],
94+
"name": "transferProxyOwnership",
95+
"outputs": [],
96+
"payable": false,
97+
"stateMutability": "nonpayable",
98+
"type": "function"
99+
},
100+
{
101+
"payable": true,
102+
"stateMutability": "payable",
103+
"type": "fallback"
104+
},
105+
{
106+
"anonymous": false,
107+
"inputs": [
108+
{
109+
"indexed": false,
110+
"name": "previousOwner",
111+
"type": "address"
112+
},
113+
{
114+
"indexed": false,
115+
"name": "newOwner",
116+
"type": "address"
117+
}
118+
],
119+
"name": "ProxyOwnershipTransferred",
120+
"type": "event"
121+
},
122+
{
123+
"anonymous": false,
124+
"inputs": [
125+
{
126+
"indexed": false,
127+
"name": "version",
128+
"type": "uint256"
129+
},
130+
{
131+
"indexed": true,
132+
"name": "implementation",
133+
"type": "address"
134+
}
135+
],
136+
"name": "Upgraded",
137+
"type": "event"
138+
}
139+
]
140+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"address": "0x6426800F8508b15AED271337498fa5e7D0794d46",
3+
"abi": [
4+
{
5+
"inputs": [
6+
{
7+
"internalType": "address[]",
8+
"name": "targets",
9+
"type": "address[]"
10+
},
11+
{
12+
"internalType": "uint256[]",
13+
"name": "values",
14+
"type": "uint256[]"
15+
},
16+
{
17+
"internalType": "bytes[]",
18+
"name": "datas",
19+
"type": "bytes[]"
20+
}
21+
],
22+
"name": "batchSend",
23+
"outputs": [],
24+
"stateMutability": "payable",
25+
"type": "function"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)