-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMultiSig.json
180 lines (180 loc) · 5.53 KB
/
MultiSig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
[{
"contract_name": "MultiSig",
"abi": [
{
"constant": false,
"inputs": [],
"name": "sign",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "sigOne",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_releaseAddress",
"type": "address"
}
],
"name": "setRelease",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "releaseFunds",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_trustOne",
"type": "address"
},
{
"name": "_trustTwo",
"type": "address"
}
],
"name": "setTrustees",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "sigTwo",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"outputs": [],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "trustOne",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "releaseAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "trustTwo",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"type": "function"
},
{
"inputs": [],
"payable": false,
"type": "constructor"
},
{
"payable": true,
"type": "fallback"
}
],
"unlinked_binary": "0x6060604052341561000c57fe5b5b5b60008054600160a060020a03191633600160a060020a03161790555b5b5b6104498061003b6000396000f3006060604052361561009e5763ffffffff60e060020a6000350416632ca1512281146100a757806341c0e1b5146100b95780634c5bf4a0146100cb57806353e96c4e146100ed57806369d895751461010b57806370f0e3f91461011d57806386ea0dc3146101415780638da5cb5b14610163578063a9059cbb1461018f578063c105b5b5146101b0578063da2a4d2b146101dc578063eb2e526514610208575b6100a55b5b565b005b34156100af57fe5b6100a5610234565b005b34156100c157fe5b6100a5610276565b005b34156100d357fe5b6100db6102a3565b60408051918252519081900360200190f35b34156100f557fe5b6100a5600160a060020a03600435166102a9565b005b341561011357fe5b6100a56102e5565b005b341561012557fe5b6100a5600160a060020a036004358116906024351661033a565b005b341561014957fe5b6100db61038c565b60408051918252519081900360200190f35b341561016b57fe5b610173610392565b60408051600160a060020a039092168252519081900360200190f35b341561019757fe5b6100a5600160a060020a03600435166024356103a1565b005b34156101b857fe5b6101736103f0565b60408051600160a060020a039092168252519081900360200190f35b34156101e457fe5b6101736103ff565b60408051600160a060020a039092168252519081900360200190f35b341561021057fe5b61017361040e565b60408051600160a060020a039092168252519081900360200190f35b60015433600160a060020a03908116911614156102555760016003556100a2565b60025433600160a060020a03908116911614156100a25760016004555b5b5b565b60005433600160a060020a039081169116146102925760006000fd5b600054600160a060020a0316ff5b5b565b60035481565b60005433600160a060020a039081169116146102c55760006000fd5b60058054600160a060020a031916600160a060020a0383161790555b5b50565b60035460011480156102f957506004546001145b15156103055760006000fd5b600554604051600160a060020a039182169130163180156108fc02916000818181858888f1935050505015156100a257fe5b5b565b60005433600160a060020a039081169116146103565760006000fd5b60018054600160a060020a03808516600160a060020a03199283161790925560028054928416929091169190911790555b5b5050565b60045481565b600054600160a060020a031681565b60005433600160a060020a039081169116146103bd5760006000fd5b604051600160a060020a0383169082156108fc029083906000818181858888f19350505050151561038757fe5b5b5b5050565b600154600160a060020a031681565b600554600160a060020a031681565b600254600160a060020a0316815600a165627a7a72305820a5b7aa0be932dc5f79494cd6d4110adf25a3192aa17720ac572fc39e298bf01e0029",
"networks": {
"1501965483599": {
"events": {},
"links": {},
"address": "0xd52fbfbddde7f218531c99caafc3bb867b366cc1",
"updated_at": 1501966559864
},
"1501968735362": {
"events": {},
"links": {},
"address": "0x38890cc0422bed6380e35a8fc5778f0ce2032720",
"updated_at": 1501968987075
}
},
"schema_version": "0.0.5",
"updated_at": 1501968987075
}]