-
Notifications
You must be signed in to change notification settings - Fork 0
/
IParticipant.abi.json
55 lines (55 loc) · 1.05 KB
/
IParticipant.abi.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
{
"ABI version": 2,
"version": "2.2",
"header": ["time", "expire"],
"functions": [
{
"name": "onRoundComplete",
"inputs": [
{"name":"roundId","type":"uint64"},
{"name":"reward","type":"uint64"},
{"name":"ordinaryStake","type":"uint64"},
{"name":"vestingStake","type":"uint64"},
{"name":"lockStake","type":"uint64"},
{"name":"reinvest","type":"bool"},
{"name":"reason","type":"uint8"}
],
"outputs": [
]
},
{
"name": "receiveAnswer",
"inputs": [
{"name":"errcode","type":"uint32"},
{"name":"comment","type":"uint64"}
],
"outputs": [
]
},
{
"name": "onTransfer",
"inputs": [
{"name":"source","type":"address"},
{"name":"amount","type":"uint128"}
],
"outputs": [
]
},
{
"name": "constructor",
"inputs": [
],
"outputs": [
]
}
],
"data": [
],
"events": [
],
"fields": [
{"name":"_pubkey","type":"uint256"},
{"name":"_timestamp","type":"uint64"},
{"name":"_constructorFlag","type":"bool"}
]
}