-
Notifications
You must be signed in to change notification settings - Fork 14
/
contract_instance.json
99 lines (97 loc) · 4.34 KB
/
contract_instance.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
{
"Instance": {
"source": ".//contracts/Instance.sol",
"binary": "0x60606040525b5b6104e3806100156000396000f30060606040526000357c010000000000000000000000000000000000000000000000000000000090048063436a66e71461004f578063ccef3ba2146100b5578063f1e08b211461013e5761004d565b005b61009f6004803590602001906004018035906020019191908080601f016020809104026020016040519081016040528093929190818152602001838380828437820191505050505050905061039c565b6040518082815260200191505060405180910390f35b61010b6004803590602001906004018035906020019191908080601f01602080910402602001604051908101604052809392919081815260200183838082843782019150505050505090803590602001506103ec565b604051808381526020018273ffffffffffffffffffffffffffffffffffffffff1681526020019250505060405180910390f35b61019a6004803590602001906004018035906020019191908080601f016020809104026020016040519081016040528093929190818152602001838380828437820191505050505050908035906020018035906020015061019c565b005b6000600060005084604051808280519060200190808383829060006004602084601f0104600302600f01f150905001915050908152602001604051809103902060005090508080548091906001019090815481835581811511610262576002028160020283600052602060002091820191016102619190610218565b8082111561025d57600060008201600050600090556001820160006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905550600101610218565b5090565b5b505050506040604051908101604052808481526020018381526020015081600183540381548110156100025790600052602060002090600202016000506000820151816000016000505560208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908302179055509050507f414bf88fd8d2eb13e52b79a64871633472687f04151e45e44607afe126f7fbbc84848460405180806020018481526020018373ffffffffffffffffffffffffffffffffffffffff1681526020018281038252858181518152602001915080519060200190808383829060006004602084601f0104600302600f01f150905090810190601f1680156103865780820380516001836020036101000a031916815260200191505b5094505050505060405180910390a15b50505050565b6000600060005082604051808280519060200190808383829060006004602084601f0104600302600f01f15090500191505090815260200160405180910390206000505490506103e7565b919050565b60006000600060005084604051808280519060200190808383829060006004602084601f0104600302600f01f150905001915050908152602001604051809103902060005083815481101561000257906000526020600020906002020160005060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508050600060005084604051808280519060200190808383829060006004602084601f0104600302600f01f150905001915050908152602001604051809103902060005083815481101561000257906000526020600020906002020160005060000160005054915081505b925092905056",
"abi": [
{
"constant": true,
"inputs": [
{
"name": "link",
"type": "string"
}
],
"name": "length",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "link",
"type": "string"
},
{
"name": "index",
"type": "uint256"
}
],
"name": "getAt",
"outputs": [
{
"name": "name",
"type": "bytes32"
},
{
"name": "addr",
"type": "address"
}
],
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "link",
"type": "string"
},
{
"name": "name",
"type": "bytes32"
},
{
"name": "addr",
"type": "address"
}
],
"name": "add",
"outputs": [],
"type": "function"
},
{
"inputs": [],
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "link",
"type": "string"
},
{
"indexed": false,
"name": "name",
"type": "bytes32"
},
{
"indexed": false,
"name": "addr",
"type": "address"
}
],
"name": "Add",
"type": "event"
}
],
"address": "0x65eea643e9a9d6f5f2f7e13ccdff36cf45b46aab"
}
}