-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoorswap.abi
83 lines (83 loc) · 1.64 KB
/
poorswap.abi
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
{
"____comment": "This file was generated by eosio-abigen. DO NOT EDIT - 2018-07-16T02:11:25",
"version": "eosio::abi/1.0",
"types": [],
"structs": [{
"name": "CycleData",
"base": "",
"fields": [{
"name": "cycle",
"type": "int64"
},{
"name": "tokens",
"type": "asset"
}
]
},{
"name": "settings",
"base": "",
"fields": [{
"name": "setting",
"type": "int64"
}
]
},{
"name": "start",
"base": "",
"fields": []
},{
"name": "claim",
"base": "",
"fields": [{
"name": "owner",
"type": "name"
}
]
}
],
"actions": [{
"name": "start",
"type": "start",
"ricardian_contract": ""
},{
"name": "claim",
"type": "claim",
"ricardian_contract": "## Claim Terms & Conditions \n\n I, {{owner}} am claiming the ZKS tokens that were given to me in return for POOR tokens contribution."
}
],
"tables": [{
"name": "claimables",
"index_type": "i64",
"key_names": [
"cycle"
],
"key_types": [
"int64"
],
"type": "CycleData"
},{
"name": "cycles",
"index_type": "i64",
"key_names": [
"cycle"
],
"key_types": [
"int64"
],
"type": "CycleData"
},{
"name": "settings",
"index_type": "i64",
"key_names": [
"setting"
],
"key_types": [
"int64"
],
"type": "settings"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}