-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.abi.json
More file actions
73 lines (73 loc) · 1.08 KB
/
test.abi.json
File metadata and controls
73 lines (73 loc) · 1.08 KB
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
{
"ABI version": 2,
"version": "2.1",
"header": ["time"],
"functions": [
{
"name": "change_address",
"inputs": [
{"name":"_adr","type":"address"}
],
"outputs": [
]
},
{
"name": "setCode",
"inputs": [
{"name":"newcode","type":"cell"}
],
"outputs": [
]
},
{
"name": "_timer_handler",
"inputs": [
{"name":"payload","type":"uint256"}
],
"outputs": [
]
},
{
"name": "createTimer",
"inputs": [
{"name":"_payload","type":"uint256"},
{"name":"_time","type":"uint64"}
],
"outputs": [
]
},
{
"name": "reverse",
"inputs": [
],
"outputs": [
]
},
{
"name": "constructor",
"inputs": [
],
"outputs": [
]
},
{
"name": "results",
"inputs": [
],
"outputs": [
{"name":"results","type":"uint256[]"}
]
}
],
"data": [
],
"events": [
],
"fields": [
{"name":"_pubkey","type":"uint256"},
{"name":"_timestamp","type":"uint64"},
{"name":"_constructorFlag","type":"bool"},
{"name":"results","type":"uint256[]"},
{"name":"adrFirst","type":"address"}
]
}