-
Notifications
You must be signed in to change notification settings - Fork 14
/
contract.json
142 lines (142 loc) · 6.38 KB
/
contract.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
{
"Spore": {
"source": ".//contracts/Spore.sol",
"binary": "0x60606040525b5b61074d806100156000396000f3006060604052361561007f576000357c0100000000000000000000000000000000000000000000000000000000900480633e6b1c16146100815780634089462d146100a257806354fd4d501461010e57806356260a711461012f57806358b83ba414610156578063deb931a21461016f578063f7291121146101ac5761007f565b005b61008c60045061024f565b6040518082815260200191505060405180910390f35b6100f86004803590602001803590602001906004018035906020019191908080601f0160208091040260200160405190810160405280939291908181526020018383808284378201915050505050509050610261565b6040518082815260200191505060405180910390f35b610119600450610720565b6040518082815260200191505060405180910390f35b61014060048035906020015061022b565b6040518082815260200191505060405180910390f35b61016d600480359060200180359060200150610665565b005b61018060048035906020015061061a565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6101bd600480359060200150610580565b60405180806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f16801561021d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b60006000508181548110156100025790600052602060002090016000915090505481565b6000600060005054905061025e565b90565b6000600060016000506000858152602001908152602001600020600050905060008160000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415801561031b57503373ffffffffffffffffffffffffffffffffffffffff168160000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b156103295760009150610579565b60008160000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614156103ef576000600050805480919060010190908154818355818115116103c0578183600052602060002091820191016103bf91906103a1565b808211156103bb57600081815060009055506001016103a1565b5090565b5b505050508360006000506001600060005054038154811015610002579060005260206000209001600050819055505b602060405190810160405280338152602001848152602001506001600050600086815260200190815260200160002060005060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff02191690830217905550602082015181600101600050908051906020019082805482825590600052602060002090601f016020900481019282156104a9579182015b828111156104a857825182600050559160200191906001019061048a565b5b5090506104d491906104b6565b808211156104d057600081815060009055506001016104b6565b5090565b50509050507f6e7287b110b0d2f738952766cb4d4281ce49164b34e66493ebaf76c6c75c0adf848460405180838152602001806020018281038252838181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156105625780820380516001836020036101000a031916815260200191505b50935050505060405180910390a160019150610579565b5092915050565b602060405190810160405280600081526020015060016000506000838152602001908152602001600020600050600101600050805480601f0160208091040260200160405190810160405280929190818152602001828054801561060957820191906000526020600020905b8154815290600101906020018083116105ec57829003601f168201915b50505050509050610615565b919050565b60006001600050600083815260200190815260200160002060005060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050610660565b919050565b3373ffffffffffffffffffffffffffffffffffffffff166001600050600084815260200190815260200160002060005060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16141561071b57806001600050600084815260200190815260200160002060005060000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908302179055505b5b5050565b60007f302e302e32000000000000000000000000000000000000000000000000000000905061074a565b9056",
"abi": [
{
"constant": true,
"inputs": [],
"name": "numPackages",
"outputs": [
{
"name": "number",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "name",
"type": "bytes32"
},
{
"name": "ipfs",
"type": "string"
}
],
"name": "registerPackage",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "packagesArray",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "name",
"type": "bytes32"
},
{
"name": "to",
"type": "address"
}
],
"name": "transfearOwner",
"outputs": [],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "name",
"type": "bytes32"
}
],
"name": "getOwner",
"outputs": [
{
"name": "owner",
"type": "address"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "name",
"type": "bytes32"
}
],
"name": "getLink",
"outputs": [
{
"name": "link",
"type": "string"
}
],
"type": "function"
},
{
"inputs": [],
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "name",
"type": "bytes32"
},
{
"indexed": false,
"name": "ipfs",
"type": "string"
}
],
"name": "Update",
"type": "event"
}
],
"address": "0x774b349719f8007bb479c5721e510d4803385d04"
}
}