Guest User

Untitled

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [],
  5. "name": "startReleasing",
  6. "outputs": [],
  7. "payable": false,
  8. "stateMutability": "nonpayable",
  9. "type": "function"
  10. },
  11. {
  12. "constant": false,
  13. "inputs": [],
  14. "name": "withdraw",
  15. "outputs": [],
  16. "payable": false,
  17. "stateMutability": "nonpayable",
  18. "type": "function"
  19. },
  20. {
  21. "constant": false,
  22. "inputs": [
  23. {
  24. "name": "_to",
  25. "type": "address"
  26. }
  27. ],
  28. "name": "withdraw",
  29. "outputs": [],
  30. "payable": false,
  31. "stateMutability": "nonpayable",
  32. "type": "function"
  33. },
  34. {
  35. "constant": false,
  36. "inputs": [],
  37. "name": "renounceOwnership",
  38. "outputs": [],
  39. "payable": false,
  40. "stateMutability": "nonpayable",
  41. "type": "function"
  42. },
  43. {
  44. "constant": true,
  45. "inputs": [
  46. {
  47. "name": "_participant",
  48. "type": "address"
  49. }
  50. ],
  51. "name": "getRemainingStars",
  52. "outputs": [
  53. {
  54. "name": "stars",
  55. "type": "uint16[]"
  56. }
  57. ],
  58. "payable": false,
  59. "stateMutability": "view",
  60. "type": "function"
  61. },
  62. {
  63. "constant": true,
  64. "inputs": [],
  65. "name": "owner",
  66. "outputs": [
  67. {
  68. "name": "",
  69. "type": "address"
  70. }
  71. ],
  72. "payable": false,
  73. "stateMutability": "view",
  74. "type": "function"
  75. },
  76. {
  77. "constant": false,
  78. "inputs": [
  79. {
  80. "name": "_participant",
  81. "type": "address"
  82. },
  83. {
  84. "name": "_to",
  85. "type": "address"
  86. }
  87. ],
  88. "name": "withdrawOverdue",
  89. "outputs": [],
  90. "payable": false,
  91. "stateMutability": "nonpayable",
  92. "type": "function"
  93. },
  94. {
  95. "constant": true,
  96. "inputs": [
  97. {
  98. "name": "_participant",
  99. "type": "address"
  100. }
  101. ],
  102. "name": "verifyBalance",
  103. "outputs": [
  104. {
  105. "name": "correct",
  106. "type": "bool"
  107. }
  108. ],
  109. "payable": false,
  110. "stateMutability": "view",
  111. "type": "function"
  112. },
  113. {
  114. "constant": true,
  115. "inputs": [],
  116. "name": "start",
  117. "outputs": [
  118. {
  119. "name": "",
  120. "type": "uint256"
  121. }
  122. ],
  123. "payable": false,
  124. "stateMutability": "view",
  125. "type": "function"
  126. },
  127. {
  128. "constant": false,
  129. "inputs": [
  130. {
  131. "name": "_from",
  132. "type": "address"
  133. }
  134. ],
  135. "name": "transferBatch",
  136. "outputs": [],
  137. "payable": false,
  138. "stateMutability": "nonpayable",
  139. "type": "function"
  140. },
  141. {
  142. "constant": false,
  143. "inputs": [
  144. {
  145. "name": "_participant",
  146. "type": "address"
  147. },
  148. {
  149. "name": "_windup",
  150. "type": "uint256"
  151. },
  152. {
  153. "name": "_amount",
  154. "type": "uint16"
  155. },
  156. {
  157. "name": "_rate",
  158. "type": "uint16"
  159. },
  160. {
  161. "name": "_rateUnit",
  162. "type": "uint256"
  163. }
  164. ],
  165. "name": "register",
  166. "outputs": [],
  167. "payable": false,
  168. "stateMutability": "nonpayable",
  169. "type": "function"
  170. },
  171. {
  172. "constant": true,
  173. "inputs": [],
  174. "name": "azimuth",
  175. "outputs": [
  176. {
  177. "name": "",
  178. "type": "address"
  179. }
  180. ],
  181. "payable": false,
  182. "stateMutability": "view",
  183. "type": "function"
  184. },
  185. {
  186. "constant": true,
  187. "inputs": [
  188. {
  189. "name": "",
  190. "type": "address"
  191. }
  192. ],
  193. "name": "batches",
  194. "outputs": [
  195. {
  196. "name": "windup",
  197. "type": "uint256"
  198. },
  199. {
  200. "name": "rateUnit",
  201. "type": "uint256"
  202. },
  203. {
  204. "name": "withdrawn",
  205. "type": "uint16"
  206. },
  207. {
  208. "name": "rate",
  209. "type": "uint16"
  210. },
  211. {
  212. "name": "amount",
  213. "type": "uint16"
  214. },
  215. {
  216. "name": "approvedTransferTo",
  217. "type": "address"
  218. }
  219. ],
  220. "payable": false,
  221. "stateMutability": "view",
  222. "type": "function"
  223. },
  224. {
  225. "constant": false,
  226. "inputs": [
  227. {
  228. "name": "_to",
  229. "type": "address"
  230. }
  231. ],
  232. "name": "approveBatchTransfer",
  233. "outputs": [],
  234. "payable": false,
  235. "stateMutability": "nonpayable",
  236. "type": "function"
  237. },
  238. {
  239. "constant": false,
  240. "inputs": [
  241. {
  242. "name": "_participant",
  243. "type": "address"
  244. },
  245. {
  246. "name": "_star",
  247. "type": "uint16"
  248. }
  249. ],
  250. "name": "deposit",
  251. "outputs": [],
  252. "payable": false,
  253. "stateMutability": "nonpayable",
  254. "type": "function"
  255. },
  256. {
  257. "constant": false,
  258. "inputs": [
  259. {
  260. "name": "_newOwner",
  261. "type": "address"
  262. }
  263. ],
  264. "name": "transferOwnership",
  265. "outputs": [],
  266. "payable": false,
  267. "stateMutability": "nonpayable",
  268. "type": "function"
  269. },
  270. {
  271. "constant": true,
  272. "inputs": [
  273. {
  274. "name": "_participant",
  275. "type": "address"
  276. }
  277. ],
  278. "name": "withdrawLimit",
  279. "outputs": [
  280. {
  281. "name": "limit",
  282. "type": "uint16"
  283. }
  284. ],
  285. "payable": false,
  286. "stateMutability": "view",
  287. "type": "function"
  288. },
  289. {
  290. "inputs": [
  291. {
  292. "name": "_azimuth",
  293. "type": "address"
  294. }
  295. ],
  296. "payable": false,
  297. "stateMutability": "nonpayable",
  298. "type": "constructor"
  299. },
  300. {
  301. "anonymous": false,
  302. "inputs": [
  303. {
  304. "indexed": true,
  305. "name": "previousOwner",
  306. "type": "address"
  307. }
  308. ],
  309. "name": "OwnershipRenounced",
  310. "type": "event"
  311. },
  312. {
  313. "anonymous": false,
  314. "inputs": [
  315. {
  316. "indexed": true,
  317. "name": "previousOwner",
  318. "type": "address"
  319. },
  320. {
  321. "indexed": true,
  322. "name": "newOwner",
  323. "type": "address"
  324. }
  325. ],
  326. "name": "OwnershipTransferred",
  327. "type": "event"
  328. }
  329. ]
Add Comment
Please, Sign In to add comment