forked from everx-labs/evernode-se
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGiverV2.abi.json
40 lines (40 loc) · 972 Bytes
/
GiverV2.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
{"ABI version": 2,
"header": ["time", "expire"],
"functions": [
{
"name": "upgrade",
"inputs": [
{"name":"newcode","type":"cell"}
],
"outputs": [
]
},
{
"name": "sendTransaction",
"inputs": [
{"name":"dest","type":"address"},
{"name":"value","type":"uint128"},
{"name":"bounce","type":"bool"}
],
"outputs": [
]
},
{
"name": "getMessages",
"inputs": [
],
"outputs": [
{"components":[{"name":"hash","type":"uint256"},{"name":"expireAt","type":"uint64"}],"name":"messages","type":"tuple[]"}
]
},
{
"name": "constructor",
"inputs": [
],
"outputs": [
]
}
],
"events": [
]
}